Skip to content

Commit 6b34bc7

Browse files
ANcpLuaclaude
andauthored
feat(exodia): add Baryon Mode — one-shot .NET warning exterminator (#118)
* feat(exodia): add Baryon Mode — one-shot .NET warning exterminator Noble Phantasm: snapshots tooling reality via dotnet build, then T0 burst launches up to 9 parallel agents (1 recon-invoker for MCP version discovery + 8 domain aspects). No gates, no permission, headless/reckless. Cross-repo with full MCP access. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: address review findings — scope filtering, tools, counts, mktemp 1. Add WebFetch/WebSearch to allowed-tools (Codex) 2. Add $1 scope filtering logic — skip non-matching buckets (Codex P2) 3. Remove duplicate 'all' from scope options (Gemini) 4. Add CA2016 to async aspect in architecture diagram (Gemini) 5. Add / prefix to routing entry in CLAUDE.md (Codex) 6. Replace hardcoded /tmp paths with mktemp (Gemini) 7. Update README.md + AGENTS.md counts to 23/10 (Copilot) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f4e14d0 commit 6b34bc7

File tree

10 files changed

+300
-19
lines changed

10 files changed

+300
-19
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/ANcpLua"
66
},
77
"metadata": {
8-
"description": "Claude Code plugin marketplace: 7 plugins, 22 commands, 4 skills, 9 agents. Multi-agent orchestration, cognitive amplification, OpenTelemetry docs, and .NET build enforcement."
8+
"description": "Claude Code plugin marketplace: 7 plugins, 23 commands, 4 skills, 9 agents. Multi-agent orchestration, cognitive amplification, OpenTelemetry docs, and .NET build enforcement."
99
},
1010
"plugins": [
1111
{
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"name": "exodia",
49-
"description": "Multi-agent workflow orchestration (9 commands + hades skill): fix, turbo-fix, fix-pipeline, tournament, mega-swarm, deep-think, batch-implement, red-blue-review, eight-gates.",
49+
"description": "Multi-agent workflow orchestration (10 commands + hades skill): fix, turbo-fix, fix-pipeline, tournament, mega-swarm, deep-think, batch-implement, red-blue-review, eight-gates, baryon-mode.",
5050
"version": "2.0.0",
5151
"source": "./plugins/exodia"
5252
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
### Added
1010

11+
- **exodia `baryon-mode` command**: One-shot Noble Phantasm for .NET warning extermination. Phase 0 snapshots tooling reality via `dotnet build`, then T0 burst launches up to 9 parallel agents (1 recon-invoker for Rider MCP + NuGet MCP version discovery, 8 domain aspects: nullability, deprecation, unused code, async, style, suppressions, packages, config). No gates, no permission, headless/reckless. Cross-repo with full MCP access. Final verification via delta build comparison
1112
- **exodia `eight-gates` command**: Progressive discipline orchestration — 8 named gates (Kaimon→Shimon) composing scope, context loading (Yin), parallel MAP (Yang), checkpointing (Senzu), bounded reflection (Ralph Loop), reduce, TDD execution, and Hakai cleanup. Includes budget tracking, idempotent resume from any gate, TTL sessions, artifact caching, and decision logging. Composes mega-swarm (MAP), fix pipelines (EXECUTE), and hades (HAKAI) into a unified flow
1213
- **`checkpoint.sh` smart script**: Gate checkpoint management — init, save, load, verify (idempotent), list. Append-only JSONL storage with key=value metadata per gate
1314
- **`session-state.sh` smart script**: TTL session state + artifact cache + decision log. Create sessions with expiry, cache expensive computations, log decisions with reasons, extend/expire sessions

CLAUDE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ ancplua-claude-plugins/
122122
│ ├── copilot-instructions.md
123123
│ └── workflows/ # CI, review, auto-merge
124124
125-
├── plugins/ # 7 plugins (22 commands, 4 skills, 9 agents)
126-
│ ├── exodia/ # Multi-agent orchestration — 9 commands + hades skill
125+
├── plugins/ # 7 plugins (23 commands, 4 skills, 9 agents)
126+
│ ├── exodia/ # Multi-agent orchestration — 10 commands + hades skill
127127
│ ├── metacognitive-guard/ # Cognitive amplification + commit integrity + CI
128128
│ ├── otelwiki/ # OpenTelemetry docs + sync
129129
│ ├── hookify/ # User-configurable hooks
@@ -215,10 +215,14 @@ IF multi-agent orchestration needed
215215
/exodia:tournament - competitive solutions (N+2 agents)
216216
/exodia:batch-implement - parallel similar items (1+N+1 agents)
217217
/exodia:red-blue-review - adversarial security (3+N+1 agents)
218+
/exodia:baryon-mode - .NET warning extermination (1+8 agents, one-shot T0 burst)
218219
/exodia:hades - audited cleanup (3 phases x 4+3 teammates with goggles)
219220
220221
IF zero-tolerance cleanup needed
221222
→ exodia:hades skill (audited cleanup with Smart IDs, deletion permits, audit ledger)
223+
224+
IF .NET warnings need extermination (one-shot, headless, cross-repo)
225+
→ /exodia:baryon-mode command (1 Invoker + 8 aspects burst at T0, full MCP access)
222226
```
223227

224228
### Exodia Skills Detailed Routing
@@ -235,6 +239,7 @@ When multi-agent orchestration is needed, use these IF/THEN patterns:
235239
- **IF comprehensive codebase audit** THEN use `mega-swarm` skill (12 agents full, 6 quick, 8 focused)
236240
- **IF cleanup/elimination/dead code/suppressions** THEN use `hades` skill (Smart IDs, deletion permits, audit ledger)
237241
- **IF frontend cleanup + design quality** THEN use `hades --goggles` (Pink Glasses: taste → spec → compliance pipeline)
242+
- **IF .NET warning extermination** THEN use `baryon-mode` command (1 Invoker + 8 aspects, one-shot T0, cross-repo)
238243

239244
### Priority and Composition
240245

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
> **CCC** — Claude, Copilot, CodeRabbit. The holy trinity. And two of them are Claude in a trenchcoat.
44
5-
Claude Code plugin marketplace. 7 plugins, 22 commands, 4 skills, 9 agents, 18 scripts, 5 hook configs.
5+
Claude Code plugin marketplace. 7 plugins, 23 commands, 4 skills, 9 agents, 18 scripts, 5 hook configs.
66

77
## Plugins
88

99
| Plugin | Version | Description |
1010
|--------|---------|-------------|
11-
| **exodia** | 2.0.0 | Multi-agent orchestration (9 commands + hades skill): fix, turbo-fix, fix-pipeline, tournament, mega-swarm, deep-think, batch-implement, red-blue-review, eight-gates |
11+
| **exodia** | 2.0.0 | Multi-agent orchestration (10 commands + hades skill): fix, turbo-fix, fix-pipeline, tournament, mega-swarm, deep-think, batch-implement, red-blue-review, eight-gates, baryon-mode |
1212
| **metacognitive-guard** | 0.4.0 | Cognitive amplification: epistemic hooks, commit integrity, CI verification, competitive review, deep analysis, deep-thinking agents |
1313
| **otelwiki** | 1.0.6 | OpenTelemetry docs with auto-sync and semantic convention validation |
1414
| **hookify** | 0.2.0 | User-configurable hooks from .local.md files |
@@ -31,7 +31,7 @@ Tri-AI review system: Claude, Copilot, CodeRabbit all review PRs independently.
3131

3232
```text
3333
plugins/
34-
├── exodia/ # multi-agent orchestration (9 commands + hades cleanup skill)
34+
├── exodia/ # multi-agent orchestration (10 commands + hades cleanup skill)
3535
├── metacognitive-guard/ # struggle detection + deep-think + commit integrity + CI verification
3636
├── otelwiki/ # OTel docs + sync
3737
├── hookify/ # user-configurable hooks

docs/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Spawn agents via the Task tool with `subagent_type` matching the agent identifie
2323
The separation of concerns:
2424
- **Plugins** encode reusable behavior and skills
2525
- **Agents** orchestrate plugins and execute workflows
26-
- **Exodia commands** compose agents into multi-agent pipelines (9 commands + hades skill, 22 commands total across all plugins)
26+
- **Exodia commands** compose agents into multi-agent pipelines (10 commands + hades skill, 23 commands total across all plugins)

docs/ARCHITECTURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ ancplua-claude-plugins/
3535
│ ├── claude-code-review.yml # Claude formal PR review
3636
│ └── dependabot.yml # Dependency update config
3737
38-
├── plugins/ # 7 plugins (22 commands, 4 skills, 9 agents)
39-
│ ├── exodia/ # Multi-agent orchestration (9 commands + hades skill)
38+
├── plugins/ # 7 plugins (23 commands, 4 skills, 9 agents)
39+
│ ├── exodia/ # Multi-agent orchestration (10 commands + hades skill)
4040
│ ├── metacognitive-guard/ # Cognitive amplification + commit integrity + CI
4141
│ ├── otelwiki/ # OpenTelemetry documentation + auto-sync
4242
│ ├── hookify/ # User-configurable rule-based hooks
@@ -122,7 +122,7 @@ CI mirrors the same checks via `.github/workflows/ci.yml`.
122122

123123
| Plugin | Responsibility |
124124
|--------|----------------|
125-
| `exodia` | Multi-agent orchestration (9 commands + hades skill) |
125+
| `exodia` | Multi-agent orchestration (10 commands + hades skill) |
126126
| `metacognitive-guard` | Cognitive amplification, commit integrity, CI verification |
127127
| `feature-dev` | Guided feature development + code review |
128128
| `otelwiki` | OpenTelemetry documentation + sync |

plugins/exodia/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exodia",
33
"version": "2.0.0",
4-
"description": "Multi-agent workflow orchestration: fix, turbo-fix, fix-pipeline, tournament, mega-swarm, deep-think, batch-implement, red-blue-review, hades (Smart cleanup with audit trail).",
4+
"description": "Multi-agent workflow orchestration (10 commands + hades skill): fix, turbo-fix, fix-pipeline, tournament, mega-swarm, deep-think, batch-implement, red-blue-review, eight-gates, baryon-mode.",
55
"author": {
66
"name": "AncpLua",
77
"url": "https://github.com/ANcpLua"

plugins/exodia/CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# exodia
22

3-
Multi-agent workflow orchestration. 9 commands + 1 skill (hades), unlimited parallel agents.
3+
Multi-agent workflow orchestration. 10 commands + 1 skill (hades), unlimited parallel agents.
44

55
## Commands (in commands/)
66

@@ -15,6 +15,7 @@ Multi-agent workflow orchestration. 9 commands + 1 skill (hades), unlimited para
1515
| `deep-think` | 5 | Analysis before action, no implementation |
1616
| `batch-implement` | N+2 | Multiple similar items in parallel |
1717
| `red-blue-review` | 3+N+1 | Adversarial security/quality review |
18+
| `baryon-mode` | 1+8 | .NET warning extermination (one-shot T0 burst) |
1819

1920
## Skill (in skills/ — uses hooks/argument-hint)
2021

@@ -45,4 +46,5 @@ Hookify guard templates in `scripts/smart/hookify-rules/`:
4546
- All commands/skills use blockquote teammate pattern (`> subagent: ... | model: ...`).
4647
- Descriptions encode IF/THEN routing (Vercel pattern).
4748
- Eight Gates composes all others: mega-swarm (MAP) -> fix pipelines (EXECUTE) -> hades (HAKAI).
49+
- Baryon Mode is a Noble Phantasm: one-shot T0 burst for .NET warnings. No gates, no permission. Invoker + 8 aspects.
4850
- Exodia creates, Hades judges. They compose: mega-swarm -> hades.

plugins/exodia/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# exodia v2.0.0
22

3-
Multi-agent workflow orchestration. 9 commands + 1 skill (hades).
3+
Multi-agent workflow orchestration. 10 commands + 1 skill (hades).
44

55
## Commands
66

@@ -15,6 +15,7 @@ Multi-agent workflow orchestration. 9 commands + 1 skill (hades).
1515
| `/exodia:deep-think` | 5 | Multi-perspective | Analysis before action |
1616
| `/exodia:batch-implement` | N+2 | Template + parallel | Similar items |
1717
| `/exodia:red-blue-review` | 3+N | Adversarial | Security review |
18+
| `/exodia:baryon-mode` | 1+8 | One-shot T0 burst | .NET warning extermination |
1819

1920
## Skill (uses hooks/argument-hint)
2021

@@ -27,11 +28,12 @@ Multi-agent workflow orchestration. 9 commands + 1 skill (hades).
2728
```text
2829
1. Go all-in on objective → /exodia:eight-gates "ship v2.0" . 8
2930
2. Audit the codebase → /exodia:mega-swarm mode=quick
30-
3. Fix critical issues → /exodia:turbo-fix (P0) or /exodia:fix (P1/P2)
31-
4. Security review → /exodia:red-blue-review scope=security
32-
5. Architectural decisions → /exodia:deep-think mode=architecture
33-
6. Batch implement features → /exodia:batch-implement type=endpoints
34-
7. Re-audit → /exodia:mega-swarm mode=full
31+
3. Exterminate warnings → /exodia:baryon-mode path/to/Solution.sln
32+
4. Fix critical issues → /exodia:turbo-fix (P0) or /exodia:fix (P1/P2)
33+
5. Security review → /exodia:red-blue-review scope=security
34+
6. Architectural decisions → /exodia:deep-think mode=architecture
35+
7. Batch implement features → /exodia:batch-implement type=endpoints
36+
8. Re-audit → /exodia:mega-swarm mode=full
3537
```
3638

3739
## Installation

0 commit comments

Comments
 (0)