mirror of
https://github.com/ruvnet/ruflo.git
synced 2026-09-14 14:01:28 +08:00
chore(marketplace): register ruflo-metaharness and ruflo-arena plugins
Both plugins live in plugins/ on disk but were missing from .claude-plugin/marketplace.json, so `/plugin marketplace add ruvnet/ruflo` in Claude Code did not surface them. Adds: - ruflo-metaharness (ADR-148/149/150) — score, genome, mint, mcp-scan, threat-model, oia-audit; optional dep, never required at runtime - ruflo-arena (ADR-147/148) — competitive ruliology arenas, tournaments, adaptive co-evolution of program strategies Manifest now lists 35 plugins, matching the 35 ruflo-* directories under plugins/. JSON validated with python3 -m json.tool. Co-Authored-By: RuFlo <ruv@ruv.net>
This commit is contained in:
@@ -170,6 +170,16 @@
|
||||
"name": "ruflo-sparc",
|
||||
"source": "./plugins/ruflo-sparc",
|
||||
"description": "SPARC methodology — Specification, Pseudocode, Architecture, Refinement, Completion phases with quality gates"
|
||||
},
|
||||
{
|
||||
"name": "ruflo-metaharness",
|
||||
"source": "./plugins/ruflo-metaharness",
|
||||
"description": "MetaHarness integration — surfaces score/genome/mint/mcp-scan/threat-model via skills; pairs with @metaharness/router (ADR-148/149) for cost-optimal model routing; honors ADR-150 optional-augmentation constraint"
|
||||
},
|
||||
{
|
||||
"name": "ruflo-arena",
|
||||
"source": "./plugins/ruflo-arena",
|
||||
"description": "Competitive ruliology for ruflo swarms — arenas, tournaments, and adaptive co-evolution of program strategies (ADR-147/148); strategies-as-programs compete under payoff games"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user