Phase 5: CLI Integration #235
No reviewers
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli!235
Loading…
Reference in a new issue
No description provided.
Delete branch "IW-148-phase-05"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 5: CLI Integration
Goals: Extend CLI commands to register main projects with the dashboard server alongside worktree registrations.
Tests: 12 new (9 TrackerUrlBuilder, 1 StateReader, 2 assertions) — 1687 total passing
Changes
register.scala: Context-aware — registers project from main branch, or worktree + parent project from issue branchstart.scala: Auto-registers parent project alongside worktree creationprojects.scala: Merges registered projects into listingTrackerUrlBuilder: Extracted pure function for tracker URL buildingStateReader: Fixed bug where projects field was not passed to ServerStateMainProjectService: Removed unnecessary private wrapper, delegates to TrackerUrlBuilder🤖 Generated with Claude Code