62 lines
779 B
Markdown
62 lines
779 B
Markdown
# M6 Final Handoff Template
|
|
|
|
Codex must use this structure at the end of each build pass.
|
|
|
|
## Pass name
|
|
|
|
`PASS XX — <name>`
|
|
|
|
## Summary
|
|
|
|
Short summary of what was implemented.
|
|
|
|
## Changed files
|
|
|
|
- `path/to/file`: reason
|
|
- `path/to/file`: reason
|
|
|
|
## Acceptance criteria status
|
|
|
|
| Criterion | Status | Notes |
|
|
|---|---|---|
|
|
| Criterion 1 | Done/Partial/Blocked | Notes |
|
|
|
|
## Tests run
|
|
|
|
```bash
|
|
command
|
|
```
|
|
|
|
Result:
|
|
|
|
```txt
|
|
pass/fail output summary
|
|
```
|
|
|
|
## Manual verification
|
|
|
|
- Step 1:
|
|
- Step 2:
|
|
- Expected result:
|
|
|
|
## Known limitations
|
|
|
|
- Limitation 1
|
|
- Limitation 2
|
|
|
|
## Risks
|
|
|
|
- Risk 1
|
|
- Risk 2
|
|
|
|
## Next recommended pass
|
|
|
|
`PASS XX — <name>`
|
|
|
|
## Do not forget
|
|
|
|
- [ ] docs updated
|
|
- [ ] TODO/backlog updated
|
|
- [ ] no hidden placeholder completion
|
|
- [ ] no architectural drift
|