donkeycar-rl-autoresearch/.harness/templates/VALIDATION-TEMPLATE.md

1.6 KiB

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

  • [Description] (Source: [URL]): PASS
  • [Description] (Source: [URL]): PASS

Acceptance Criteria

  • [Criterion]:
  • Full test suite green: (NNNN passing)
  • TypeScript clean:

Documentation Check

  • Is this change user-facing? (new UI, new tab, new workflow, changed behavior)
    • If YES: which doc was updated? ___________________________
    • If NO: N/A (internal service / refactor / test only)

Doc files updated (list any changed):

  • docs/product/... — [description]
  • packages/fintrove-app/docs/... — [description]

If no docs needed: briefly explain why: ___________________________

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]