Enhance dashboard with current context #21

Open
opened 2026-01-01 22:01:53 +00:00 by HugoNijhuis · 0 comments
Owner

Summary

Add current working context to /dashboard: what branch you're on, recent commits, and in-progress work.

Acceptance Criteria

  • Shows current branch name
  • Shows recent commits on current branch (vs main)
  • Shows any in-progress issues (from todo list or branch naming)
  • Clear visual separation between context and issues/PRs

Technical Notes

  • Update commands/dashboard.md
  • Use git commands for branch/commit info
## Summary Add current working context to `/dashboard`: what branch you're on, recent commits, and in-progress work. ## Acceptance Criteria - [ ] Shows current branch name - [ ] Shows recent commits on current branch (vs main) - [ ] Shows any in-progress issues (from todo list or branch naming) - [ ] Clear visual separation between context and issues/PRs ## Technical Notes - Update `commands/dashboard.md` - Use git commands for branch/commit info
HugoNijhuis added this to the Continuous improvement loop milestone 2026-01-01 22:01:53 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#21