mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
parent
f0b394a151
commit
f12bb90924
5 changed files with 416 additions and 55 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
description: Sequential and tmux/worktree orchestration guidance for multi-agent workflows.
|
||||
---
|
||||
|
||||
# Orchestrate Command
|
||||
|
||||
Sequential agent workflow for complex tasks.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue