plugins/claude
Snider dc4a5ed329
feat(core): Add /core:status command for multi-repo status (#72)
Adds a new command `/core:status` to display the status of all repositories in a formatted table.

The command provides the following features:
- Displays module name, branch, clean/dirty status, and ahead/behind counts.
- Supports filtering for dirty repositories with the `--dirty` flag.
- Supports filtering for repositories behind remote with the `--behind` flag.
- Includes a summary line with counts of dirty, behind, and clean repositories.

This is implemented by wrapping the existing `core dev health` command with a new script that handles formatting and filtering.
2026-02-02 07:15:08 +00:00
..
ci feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00
code feat(core): Add /core:status command for multi-repo status (#72) 2026-02-02 07:15:08 +00:00
collect feat(collect): add Borg-powered collection commands 2026-02-02 00:22:19 +00:00
issue feat(plugin): add github issues integration (#69) 2026-02-02 07:14:21 +00:00
qa feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00
review feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00
verify feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00