File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,13 @@ stackmemory conductor start # Autonomous Linear→worktree→agent orchestrat
8787stackmemory conductor learn # Analyze agent outcomes (success rate, failure phases, error patterns)
8888stackmemory conductor learn --evolve # Auto-mutate prompt template from failure data (GEPA)
8989stackmemory 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>
9097stackmemory conductor monitor # Real-time TUI with phase tracking
9198stackmemory conductor finalize # Clean up dead/stale agents
9299stackmemory conductor traces < issue-id> # View conversation traces for an agent run
You can’t perform that action at this time.
0 commit comments