agent-harness/VALIDATION-TEMPLATE.md

43 lines
1.1 KiB
Markdown

# Validation Evidence Template
> Write this file after completing each packet.
> File location: `.harness/<stream>/validation/<xx-NN>-validation.md`
> Commit it in the same commit as the packet code.
---
# [XX-NN] Validation Evidence
**Date:** YYYY-MM-DD
**Agent:** [model name, e.g. claude-sonnet-4.6]
**Stream:** [stream name]
**Packet:** [XX-NN — Packet Name]
## Test Counts
| Metric | Value |
|--------|-------|
| Tests before packet | NNNN |
| Tests after packet | NNNN |
| New tests added | NN |
| TypeScript errors in new files | 0 |
## Known-Answer Tests
<!-- For each known-answer test defined in the execution board: -->
- [x] [Description] (Source: [URL]): PASS
- [x] [Description] (Source: [URL]): PASS
## Acceptance Criteria
<!-- Tick each criterion from the execution board: -->
- [x] [Criterion]: ✅
- [x] Full test suite green: ✅ (NNNN passing)
- [x] TypeScript clean: ✅
## Files Created
- `src/...` — [N lines, brief description]
- `src/.../__tests__/...` — [N lines, N tests]
## Commit
`[hash]` — [commit message first line]
## Notes
[Implementation decisions, deviations from plan, lessons learned, gotchas]