You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/agents/requirements_reviewer.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ You are a requirements traceability reviewer. Your job is to verify the three-wa
16
16
17
17
## Project Conventions
18
18
19
-
This project uses formal requirements documents with RFC 2119 keywords (MUST, SHALL, SHOULD, MAY, etc.) located in the `specs/` directory. Specs are organized into domain subdirectories:
19
+
This project uses formal requirements documents with RFC 2119 keywords (MUST, SHALL, SHOULD, MAY, etc.) located in the `doc/specs/` directory. Specs are organized into domain subdirectories:
Each file follows the naming pattern `{PREFIX}-REQ-NNN-<topic>.md`, where the prefix identifies the domain:
28
28
@@ -75,7 +75,7 @@ When asked to review, perform these checks:
75
75
### 1. Requirements Coverage
76
76
77
77
For every piece of new or changed end-user functionality in the diff (end-user functionality means behavior observable through public APIs, CLI commands, MCP tools, or documented outputs — internal refactoring that doesn't change observable behavior does not require new requirements):
78
-
- Verify there is a corresponding requirement in `specs/**/*-REQ-*.md`
78
+
- Verify there is a corresponding requirement in `doc/specs/**/*-REQ-*.md`
79
79
- If functionality is new, check that a new requirement was added
80
80
- If functionality changed, check that the relevant requirement was updated
81
81
- Flag any functional code changes that lack a matching requirement
Copy file name to clipboardExpand all lines: .deepwork/learning-agents/consistency-reviewer/topics/mcp-workflow-patterns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ steps:
68
68
When the server encounters a concurrent entry, it:
69
69
1. Uses the first step ID as the "current" step
70
70
2. Appends a `**CONCURRENT STEPS**` message to the instructions
71
-
3. Expects the agent to use the Task tool to execute them in parallel
71
+
3. Expects the agent to use the Agent tool to execute them in parallel
72
72
73
73
**Consistency check**: The `current_entry_index` tracks position in the `step_entries` list (which may contain concurrent groups), not the flat step list.
0 commit comments