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
- 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
- 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
- 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