Skip to content

Commit 707867d

Browse files
committed
Expose harness runtime guidance in AGENTS
1 parent 1eeab12 commit 707867d

28 files changed

Lines changed: 12958 additions & 12852 deletions

.agent-context/AGENTS.generated.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,15 @@ L0 operating rules. Keep this file loaded by default; load deeper context only w
5050
- `L3 .agent-context/graphs/` - Mermaid and JSON graph artifacts
5151
- `L3 .agent-context/readiness.md` - agent-readiness gaps and evidence
5252
- `L3 .agent-context/rag/` - RAG-ready export documents
53+
54+
## Harness Runtime Files
55+
- `.agent-context/contracts/` - machine-checkable edit, command, test, and safety boundaries
56+
- `.agent-context/runs/` - complete task run contexts with plan, pack, tests, impact, verify, and prompts
57+
- `.agent-context/loops/` - loop controller decisions when written with `repo-context loop "<task>" . --write`
58+
- `.agent-context/traces/` - execution trace records for agent edits, tests, verification, and final state
59+
- `.agent-context/delta/` - context delta and files the agent should re-read after repository changes
60+
61+
## Before Closing
62+
- Prefer `repo-context policy . --base main --trace <trace-id>` when a trace exists.
63+
- Run `repo-context verify --diff .` and `repo-context loop "<task>" . --phase after-edit` before final review.
64+
- Check `repo-context freshness .` and `repo-context drift .` if generated context may be stale.

.agent-context/contracts/test.contract.json

Lines changed: 119 additions & 119 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)