Phase 2: Application Layer #232
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!232
Loading…
Reference in a new issue
No description provided.
Delete branch "IW-148-phase-02"
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 2: Application Layer
Goals: Add business logic for project registration and merge registered projects with worktree-derived projects in the dashboard.
Tests: 19 unit tests added
Changes
ProjectRegistrationServicewithregister()andderegister()(pure business logic)MainProjectService.resolveProjects()merges registered + derived projects, deduplicates by pathServerStateService.updateProject()andpruneProjects()for thread-safe persistenceDashboardService.renderDashboard()now uses merged project listCaskServerpassesstate.projectsto dashboard🤖 Generated with Claude Code