refactor(todo): organize TODO items into queued and completed directories
- Update README.md to reflect new todo/ directory structure with queued/ for pending items and completed/ for historical records. - Rename docs/TODO.md to todo/completed/MODEL_ENFORCEMENT.md. - Add example todo/queued/TODO_ITEM.md with initial TODO steps.
This commit is contained in:
parent
a9127deedd
commit
200b2f9aaf
@ -438,6 +438,9 @@ grokkit/
|
|||||||
├── cmd/ # CLI commands (Cobra)
|
├── cmd/ # CLI commands (Cobra)
|
||||||
├── config/ # Viper configuration
|
├── config/ # Viper configuration
|
||||||
├── docs/ # Documentation
|
├── docs/ # Documentation
|
||||||
|
├── todo/ # TODO tracking: queued/ (pending) and completed/ (historical record)
|
||||||
|
│ ├── queued/ # Pending TODO items
|
||||||
|
│ └── completed/ # Completed TODO items with history
|
||||||
├── internal/
|
├── internal/
|
||||||
│ ├── errors/ # Custom error types
|
│ ├── errors/ # Custom error types
|
||||||
│ ├── git/ # Git operations
|
│ ├── git/ # Git operations
|
||||||
|
|||||||
4
todo/queued/TODO_ITEM.md
Normal file
4
todo/queued/TODO_ITEM.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# TODO ITEM 1
|
||||||
|
- [ ] 1 step one
|
||||||
|
- [ ] 2 step two
|
||||||
|
- [ ] 3 step three
|
||||||
Loading…
Reference in New Issue
Block a user