Add TODO section to README with 1.0 roadmap, remove TODO.md

Perform design and status review of the codebase. Add a comprehensive
TODO section to README.md covering design questions requiring owner
input, implementation tasks (repo infrastructure, format, library, CLI,
testing, documentation), and release checklist.

Integrate items from TODO.md into the README TODO section and remove
TODO.md from the repo. Update AGENTS.md to reference the new location.
This commit is contained in:
user
2026-03-17 01:45:11 -07:00
parent 6ba32f5b35
commit cebf9785fc
3 changed files with 129 additions and 124 deletions

View File

@@ -26,4 +26,5 @@ source for coding standards, formatting, linting, and workflow rules.
- The proto definition is in `mfer/mf.proto`; generated `.pb.go` files are
committed (required for `go get` compatibility).
- The format specification is in `FORMAT.md`.
- See `TODO.md` for the 1.0 implementation plan and open design questions.
- See the TODO section in `README.md` for the 1.0 implementation plan
and open design questions.