Commit Graph

15 Commits

Author SHA1 Message Date
1c7f018dfc Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-02-26 07:52:53 -06:00
3063b6f3e5 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-02-25 11:49:32 -06:00
f5a3700ad9 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-02-22 18:26:59 -06:00
748a8d2bfb Add shared Supabase pattern and specialized agents to MEMORY.md
New sections added:
- Rule 2.1: Shared Supabase pattern for all Vercel web apps
  - Same Supabase project (qnatchrjlpehiijwtreh)
  - Table naming: <projectName>_tableName
  - Copy .env.local from existing projects

- Specialized Agent Profiles section
  - List of all available agents
  - When to use each
  - How to spawn them
  - Key benefit: auto-loaded skills

Now documented in both agent configs and curated memory
2026-02-21 19:55:16 -06:00
de84f69000 Update MEMORY.md: Remove internal table CRUD, 22/22 core API endpoints 2026-02-21 17:59:08 -06:00
8534a9976a Update MEMORY.md: 30/30 API endpoints with project/sprint get 2026-02-21 17:52:03 -06:00
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