1.3 KiB
1.3 KiB
Step 5: validation-report-handoff
Read First
Read these files before editing:
/AGENTS.md/docs/PLAN.md/docs/PROGRESS.md/docs/WORKNOTE.md/docs/AGENT_RULES.md/docs/implementation-plans/domain-runtime-storage-implementation-plan.md/phases/domain-runtime-storage/index.json
Task
Record validation evidence and handoff notes after the runtime Domain storage migration.
Required updates:
- Update
/docs/PROGRESS.mdwith completed runtime Domain storage work and validation commands. - Update
/docs/PLAN.mdonly if this migration changes sequencing or acceptance criteria. - Update
/docs/WORKNOTE.mdonly if there were failures, repeated mistakes, or environment traps. - Mark
/phases/domain-runtime-storage/index.jsonsteps and/phases/index.jsonphase status according to actual results.
Tests To Write First
- Documentation/reporting step. No new C++ test is required.
Acceptance Criteria
python -m unittest discover -s scripts -p "test_*.py"
python scripts/validate_workspace.py
git diff --check
Verification Notes
- Do not claim numerical solver correctness.
- Do not mark the phase completed unless all previous steps are complete and validation passed.
- Keep validation evidence concrete: command, result, and scope.