Skip to content

Commit 9e2cff6

Browse files
committed
Strengthen trace evidence binding
1 parent cf67b7a commit 9e2cff6

36 files changed

Lines changed: 17101 additions & 15228 deletions

.agent-context/AGENTS.generated.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ L0 operating rules. Keep this file loaded by default; load deeper context only w
5555
- `.agent-context/contracts/` - machine-checkable edit, command, test, and safety boundaries
5656
- `.agent-context/runs/` - complete task run contexts with plan, pack, tests, impact, verify, and prompts
5757
- `.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
58+
- `.agent-context/traces/` - execution trace records for agent edits, tests, verification, final state, and manual/command/CI evidence
5959
- `.agent-context/delta/` - context delta and files the agent should re-read after repository changes
6060

6161
## Before Closing
62+
- Prefer `repo-context trace run <trace-id> . --action run-test --command "<test-command>"` over manual test claims when recording verification.
6263
- Prefer `repo-context policy . --base main --trace <trace-id>` when a trace exists.
6364
- Run `repo-context verify --diff .` and `repo-context loop "<task>" . --phase after-edit` before final review.
6465
- Check `repo-context freshness .` and `repo-context drift .` if generated context may be stale.

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

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

0 commit comments

Comments
 (0)