query_project: implement the standup view (#28) #56
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/standup-query-view"
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?
The StandupScreen already renders drift + plan + nag from real data (
standup-view, #52), but the agent'squery_projectstandup view was anotImplementedstub — so Reginald couldn't answer standup questions from deterministic data.Implements
standupView(snap, asOf):All deterministic; the model narrates, never computes. Added
standupto thequery_projecttool's view enum + description.Acceptance ✅ — standup surfaces schedule drift + at least one stale blocker, and stays calm (no nag, empty drift) when nothing is steeping. +2 core tests; typecheck clean.
🤖 Generated with Claude Code