Commit graph

6 commits

Author SHA1 Message Date
David Kong
3c3f33037d feat: register all four worktree tools with placeholder implementations
Register git_worktree_list, git_worktree_create, git_worktree_switch,
and git_worktree_remove with correct TypeBox schemas. Each tool returns
'Not implemented yet.' as a placeholder response.
2026-07-24 18:47:56 +10:00
David Kong
e59752034e docs: address code review findings for issue-1
- Split Validation Checklist into verifiable docs vs deferred implementation checks (AGENTS.md)
- Correct README example output to match actual `git worktree list` format
- Add pi platform version requirement (`pi >= 0.5.0`) to Requirements section
- Add Testing Strategy section with unit, integration, and manual verification procedures (DESIGN.md)
- Document annotated `git worktree list` raw output format with parsing rules (DOMAIN.md)
- Add permission fail condition for `create` tool in Tool Behaviors table
2026-07-24 13:43:13 +10:00
David Kong
37e6ab25c3 add DOMAIN.md file to initial commits 2026-07-24 12:45:32 +10:00
David Kong
13a2ec6581 initial commit 2026-07-24 12:36:57 +10:00
David Kong
3f7ccd0f34 Move docs into main/ subdirectory 2026-07-24 12:27:47 +10:00
David Kong
cd51baa2c1 Initial commit: extension docs and design plan 2026-07-24 12:16:00 +10:00