بنقرة واحدة
self-evolve
Analyze harness performance over time, propose and apply improvements to agents, skills, and hooks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyze harness performance over time, propose and apply improvements to agents, skills, and hooks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Spawn recursive agent armies — swarms that spawn swarms, sandbox armadas, full lifecycle assault
Full rebuild — tear down broken service, scaffold fresh, migrate data, deploy, verify
Dynamic swarm orchestration — decompose any task into parallel agent waves, execute, merge results
One-command deployment — detect stack, build, ship, verify, report URL
Production incident response — triage, diagnose, fix, restore, document
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
| name | self-evolve |
| description | Analyze harness performance over time, propose and apply improvements to agents, skills, and hooks |
| level | 5 |
| triggers | ["evolve","self-improve","harness-audit"] |
| user-invocable | true |
| pipeline | ["evolve (agent) → executor (apply changes) → verifier (confirm no regressions)"] |
| handoff | .omc/evolution-ledger.md |
Systematically improve the harness by analyzing what's working, what's failing, and what's unused. This is NOT speculative improvement — every change must be backed by evidence from session history, fabric memory, or observable patterns.
Spawn evolve agent with:
Analyze the harness at ~/.jailbreak/ for the last 7 days:
1. Read fabric entries in ~/fabric/ — identify failure patterns, escalation loops, unused agents
2. Check .omc/state/ for mode failures (autopilot aborts, ralph stalls, ultraqa loops)
3. Grep agent definitions for constraints that are frequently violated
4. Check git log of ~/.jailbreak/ for recent changes and their effects
Produce an evolution report with max 5 proposals.
Present proposals to user. Each proposal shows:
Gate: User must approve proposals before Phase 3. If no approval, log proposals to evolution ledger as "proposed" and stop.
For each approved proposal:
git stash or commit current state (safety net)next-skill, pipeline fields)For each applied change:
Append to .omc/evolution-ledger.md:
## [DATE] Evolution Pass
| # | Proposal | Status | Target | Impact |
|---|----------|--------|--------|--------|
| 1 | [title] | applied/reverted/rejected | path | B:X D:Y |
Proposal: Tighten debugger circuit breaker from 3 to 2 failures
Evidence: 8 of last 12 debugger sessions hit the 3-failure limit and escalated to architect,
but the 3rd attempt never succeeded — it just wasted a turn.
Change: In agents/debugger.md, change "3-failure circuit breaker" to "2-failure circuit breaker"
Impact: Benefit 3/5, Disruption 1/5
Proposal: Rewrite the entire critic agent to use chain-of-thought
Evidence: "It seems like it could be better"
→ REJECTED: No evidence, massive disruption, vague benefit