Skip to content

Commit eba41c0

Browse files
author
StackMemory Bot (CLI)
committed
docs: add GEPA optimizer CLI commands to CLAUDE.md
1 parent 6a2e623 commit eba41c0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ stackmemory conductor start # Autonomous Linear→worktree→agent orchestrat
8787
stackmemory conductor learn # Analyze agent outcomes (success rate, failure phases, error patterns)
8888
stackmemory conductor learn --evolve # Auto-mutate prompt template from failure data (GEPA)
8989
stackmemory conductor status # Live agent status dashboard
90+
91+
# GEPA Optimizer (scripts/gepa/optimize.js)
92+
node scripts/gepa/optimize.js run [gens] [--auto-apply] # Full optimization loop
93+
node scripts/gepa/optimize.js score [--auto-apply] # Score variants, select best
94+
node scripts/gepa/optimize.js run --target skill:start # Optimize specific target
95+
node scripts/gepa/optimize.js mutate --auto-phase # Auto-detect worst phase
96+
# Flags: --auto-apply (deploy winner), --no-cache (fresh eval), --target <name>, --phase <name>
9097
stackmemory conductor monitor # Real-time TUI with phase tracking
9198
stackmemory conductor finalize # Clean up dead/stale agents
9299
stackmemory conductor traces <issue-id> # View conversation traces for an agent run

0 commit comments

Comments
 (0)