docs(01-02): complete terminal safety primitives plan

This commit is contained in:
2026-02-28 21:14:44 +01:00
parent 966b47edbc
commit d6209ba4c5
5 changed files with 303 additions and 28 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ Decimal phases appear between their surrounding integers in numeric order.
5. The app starts correctly when invoked as a login shell (argv[0] may have a leading dash)
**Plans:** 3 plans
Plans:
- [ ] 01-01-PLAN.md — Config loading, CLI parsing, and login shell detection
- [x] 01-01-PLAN.md — Config loading, CLI parsing, and login shell detection
- [ ] 01-02-PLAN.md — Terminal init/restore, panic hook, and signal handling
- [ ] 01-03-PLAN.md — App event loop, exit behavior, and main.rs wiring
@@ -77,7 +77,7 @@ Phases execute in numeric order: 1 → 2 → 3 → 4
| Phase | Plans Complete | Status | Completed |
|-------|----------------|--------|-----------|
| 1. Safety Foundation | 0/3 | Planned | - |
| 1. Safety Foundation | 1/3 | Executing | - |
| 2. Vault Core and Rendering | 0/TBD | Not started | - |
| 3. Navigation and Links | 0/TBD | Not started | - |
| 4. BBS Polish and Live Content | 0/TBD | Not started | - |