Commit Graph

13 Commits

Author SHA1 Message Date
Max
f77932435e Signed-off-by: Max <ai-agent@topdoglabs.com> 2026-02-24 17:42:28 -06:00
Max
25fa76e59d Filter out completed sprints from task create/edit dropdowns 2026-02-24 13:19:52 -06:00
Max
5c6bd134bd Signed-off-by: Max <ai-agent@topdoglabs.com> 2026-02-23 17:01:26 -06:00
Max
7259d24b89 Signed-off-by: Max <ai-agent@topdoglabs.com> 2026-02-23 08:10:33 -06:00
Max
027496baf0 Signed-off-by: Max <ai-agent@topdoglabs.com> 2026-02-22 18:07:15 -06:00
Max
bea107b4e9 Update README: Remove user admin and meta documentation 2026-02-21 17:58:40 -06:00
Max
b0fc52ade4 Update README with project get and sprint get commands 2026-02-21 17:51:25 -06:00
Max
f24b230703 Update README with user and meta CRUD documentation 2026-02-21 17:45:59 -06:00
Max
7d40459211 Update README with project/sprint CRUD documentation 2026-02-21 17:40:34 -06:00
Max
b354a0469d Add missing auth commands to CLI
- auth register - POST /api/auth/register
- auth forgot-password - POST /api/auth/forgot-password
- auth reset-password - POST /api/auth/reset-password
- auth account - PATCH /api/auth/account
- auth users - GET /api/auth/users

CLI now has 100% coverage of all API endpoints
2026-02-21 17:35:04 -06:00
Max
2dea56ea39 Add CLI coverage audit script
- New audit-cli-coverage.sh to verify CLI matches API surface area
- Updated README with audit instructions
- Helps ensure Rule 2.5 compliance (CLI sync with web UI)
2026-02-21 17:32:03 -06:00
Max
faeee26222 Add unified CLI and update documentation
- New gantt.sh: Complete CLI covering all API operations
  - Task CRUD (list, get, create, update, delete)
  - Natural language task creation
  - Comments and file attachments
  - Projects, sprints, auth
- Updated README.md with comprehensive coverage matrix
- Documents when to use API vs Supabase direct scripts
2026-02-21 17:28:43 -06:00
Max
98536e368d Add CLI documentation for scripts folder
- Added comprehensive README.md documenting all 3 CLI scripts
- Includes quick start, command reference, examples, workflows
- Documents troubleshooting and common patterns
- No code changes, docs only
2026-02-21 17:25:37 -06:00