Query server API for iw status instead of reading cache file #250
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!250
Loading…
Reference in a new issue
No description provided.
Delete branch "wip/status-server-query"
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?
Summary
GET /api/v1/worktrees/:issueId/statusendpoint that assemblesWorktreeStatusfrom live filesystem data (git, review state, progress) and cached API data (issue, PR)ServerClient.getWorktreeStatus()to call the new endpoint with proper error handling (server not running, worktree not found)status.scalafrom ~100 lines to ~50 by delegating to the server instead of readingstate.jsoncache directlyIW_SERVER_PORTenv var for test isolationTest plan
iw statuswith running server shows live data🤖 Generated with Claude Code