Commit Graph

9 Commits

Author SHA1 Message Date
6b0cdea064 Update MEMORY.md: 28/28 API endpoints with full CRUD coverage
- Added 7 new API endpoints (users admin + meta CRUD)
- Coverage now 28/28 (100%)
- All database tables have full CRUD via CLI
2026-02-21 17:47:04 -06:00
f994f69e6b Update MEMORY.md with complete API coverage (21/21 endpoints) 2026-02-21 17:41:09 -06:00
0f41c3e729 Document 100% CLI coverage achievement
- Audited gantt-board API: 13 endpoints identified
- Added 5 missing auth commands to CLI
- Updated MEMORY.md with coverage matrix
- Rule 2.5 now fully compliant for gantt-board
2026-02-21 17:36:17 -06:00
f812643274 Complete CLI sync rule implementation
- Rule 2.5: CLI must stay in sync with Web UI
- Added audit-cli-coverage.sh template to workspace scripts
- Documented monthly audit process
- Reference implementation in gantt-board
2026-02-21 17:32:17 -06:00
a7d40fd5c9 Add Rule 2.5: CLI must stay in sync with Web UI
- New mandatory rule: Every web API endpoint must have matching CLI
- Added verification process for API-to-CLI coverage
- Added ongoing maintenance checklist
- Added coverage matrix template
2026-02-21 17:31:11 -06:00
bcd9ef35f4 Update MEMORY.md with unified CLI documentation
- Document gantt.sh unified CLI covering all API endpoints
- Separate API-based vs Supabase-direct approaches
- Clear usage examples for both methods
2026-02-21 17:29:29 -06:00
ef6cb4e116 Add mandatory CLI standard - all web projects must have scripts/ folder 2026-02-21 17:24:19 -06:00
6ddac4a21c Clean up workspace scripts folder
- Removed duplicate monitoring scripts (4 versions consolidated to 1)
- Moved gantt-specific scripts to gantt-board project repo
- Moved create_ios_project.sh into scripts/
- Moved monitor-processes.sh into scripts/ as resource-monitor.sh
- Deleted monitor-restart.sh (duplicate)
- Created README.md documenting what's left and why
2026-02-21 17:21:50 -06:00
9cfd7843b8 docs: memory and task CRUD scripts
- Add gantt task CRUD bash and TypeScript utilities
- Update MEMORY.md with CRUD capabilities and rules
- Update daily memory with subagent completions
- Document: full task links, attach-then-delete rule
2026-02-21 16:32:24 -06:00