Initial GeoIntel V1 foundation
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user