fix: refresh orchestration follow-up after #414 (#430)

This commit is contained in:
Affaan Mustafa
2026-03-16 14:29:28 -07:00
committed by GitHub
parent f0b394a151
commit f12bb90924
5 changed files with 416 additions and 55 deletions

View File

@@ -1,3 +1,7 @@
---
description: Sequential and tmux/worktree orchestration guidance for multi-agent workflows.
---
# Orchestrate Command
Sequential agent workflow for complex tasks.

View File

@@ -1,3 +1,7 @@
---
description: Manage Claude Code session history, aliases, and session metadata.
---
# Sessions Command
Manage Claude Code session history - list, load, alias, and edit sessions stored in `~/.claude/sessions/`.
@@ -255,11 +259,6 @@ Show all session aliases.
/sessions aliases # List all aliases
```
## Operator Notes
- Session files persist `Project`, `Branch`, and `Worktree` in the header so `/sessions info` can disambiguate parallel tmux/worktree runs.
- For command-center style monitoring, combine `/sessions info`, `git diff --stat`, and the cost metrics emitted by `scripts/hooks/cost-tracker.js`.
**Script:**
```bash
node -e "
@@ -284,6 +283,11 @@ if (aliases.length === 0) {
"
```
## Operator Notes
- Session files persist `Project`, `Branch`, and `Worktree` in the header so `/sessions info` can disambiguate parallel tmux/worktree runs.
- For command-center style monitoring, combine `/sessions info`, `git diff --stat`, and the cost metrics emitted by `scripts/hooks/cost-tracker.js`.
## Arguments
$ARGUMENTS: