Skip to content

Commit 1136d03

Browse files
authored
Merge pull request #178 from julwrites/agent-harness-update-2264540667671191594
Update Agent Harness
2 parents 3b79455 + c0c6edb commit 1136d03

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You are an expert Software Engineer working on this project. Your primary respon
66
**"If it's not documented in `docs/tasks/`, it didn't happen."**
77

88
## Workflow
9-
1. **Pick a Task**: Run `python3 scripts/tasks.py context` to see active tasks, or `list` to see pending ones.
9+
1. **Pick a Task**: Run `python3 scripts/tasks.py next` to find the best task, `context` to see active tasks, or `list` to see pending ones.
1010
2. **Plan & Document**:
1111
* **Memory Check**: Run `python3 scripts/memory.py list` (or use the Memory Skill) to recall relevant long-term information.
1212
* **Security Check**: Ask the user about specific security considerations for this task.

templates/task.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Task: {title}
2+
3+
## Task Information
4+
- **Task ID**: {task_id}
5+
- **Status**: pending
6+
- **Priority**: medium
7+
- **Phase**: 1
8+
- **Estimated Effort**: 1 day
9+
- **Dependencies**: None
10+
11+
## Task Details
12+
13+
### Description
14+
{description}
15+
16+
### Acceptance Criteria
17+
- [ ] Criterion 1
18+
- [ ] Criterion 2
19+
20+
---
21+
22+
*Created: {date}*
23+
*Status: pending*

0 commit comments

Comments
 (0)