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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Add current working context to
/dashboard: what branch you're on, recent commits, and in-progress work.Acceptance Criteria
Technical Notes
commands/dashboard.md