Commit Graph

6 Commits

Author SHA1 Message Date
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