1.6 KiB
1.6 KiB
INDEX.md
Start Here
- Read
AGENTS.md. - Read
HARNESS.md. - Read
00_開発共通/開発時に共通の前提情報.txt. - Confirm task contract (Purpose/Target/Done).
Priority Map
- Rules:
AGENTS.mdHARNESS.md
- Shared context:
00_開発共通/開発時に共通の前提情報.txt
- Docs:
docs/(specs, runbooks, decisions)
- Source:
- project code directories
- State:
state/tasks/(task records)tests/golden/(regression dataset)
Work Sequence
- Clarify scope from task contract.
- Identify minimal files to read/edit.
- Implement in small reversible steps.
- Run verification (L1/L2/L3 as applicable).
- Record results in
state/tasks/<task_id>.md. - Update docs if behavior/spec changed.
Input Template for Agents
Use this payload shape:
- Purpose: ...
- Target: ...
- Done: ...
- Constraints: ...
- Relevant files:
- path/to/file1
- path/to/file2
- Verification commands:
- cmd1
- cmd2
Prompt Budget Rules
- Prefer path references over pasted code.
- Provide excerpts only when necessary.
- Keep assumptions explicit and short.
- If token pressure increases, summarize and continue.
Verification Checklist
- L1 static checks executed.
- L2 focused tests executed.
- L3 scenario/regression checks executed or justified.
- Results captured with command + exit code + key logs.
Definition of Done
- Requested behavior is implemented.
- Verification evidence is recorded.
- Docs/specs are updated if needed.
- Open risks and next actions are explicitly listed.
Quick Commands (edit as needed)
# Example placeholders
# npm run lint
# npm test
# npm run build