|
| 1 | +<!-- SPDX-License-Identifier: PMPL-1.0-or-later --> |
| 2 | +<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> --> |
| 3 | + |
| 4 | +# gitbot-fleet Component Readiness Assessment |
| 5 | + |
| 6 | +**Standard:** [Component Readiness Grades (CRG) v2.2](https://github.com/hyperpolymath/standards/tree/main/component-readiness-grades) |
| 7 | +**Current Grade:** B |
| 8 | +**Assessed:** 2026-04-04 |
| 9 | +**Assessor:** Jonathan D.A. Jewell + Claude Sonnet 4.6 |
| 10 | + |
| 11 | +--- |
| 12 | + |
| 13 | +## Summary |
| 14 | + |
| 15 | +| Component | Grade | Release Stage | Evidence Summary | |
| 16 | +|--------------------|-------|---------------|---------------------------------------------------------------------------| |
| 17 | +| `rhodibot` | B | Beta | RSR compliance PRs created on 50+ repos, 9/9 dispatch flows confirmed | |
| 18 | +| `echidnabot` | B | Beta | Proof verification dispatched to 18+ repos, echidna rules confirmed | |
| 19 | +| `sustainabot` | B | Beta | Advisory reports on 283+ repos via hypatia pipeline | |
| 20 | +| `glambot` | C | Alpha-stable | Aesthetic/style suggestions wired; limited external validation | |
| 21 | +| `seambot` | C | Alpha-stable | Integration seam detection wired; limited external validation | |
| 22 | +| `finishbot` | C | Alpha-stable | Completion analysis wired; limited external validation | |
| 23 | +| Fleet coordinator | B | Beta | Dispatched to 283+ repos via hypatia → dispatch-manifest → runner chain | |
| 24 | + |
| 25 | +**Overall:** Grade B for the core three bots and dispatch chain. Grade C for aesthetic/completion bots. |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +## Grade B Evidence — External Targets |
| 30 | + |
| 31 | +gitbot-fleet dispatch chain has operated on the full hyperpolymath estate: |
| 32 | + |
| 33 | +1. **Rust repos** (iseriser, a2ml-rs, conflow, panic-attacker) — RSR compliance PRs, proof checks |
| 34 | +2. **Elixir/OTP repos** (hypatia, burble, oblibeny) — quality checks, advisory reports |
| 35 | +3. **Gleam repos** (k9_gleam, a2ml_gleam, polyglot-formalisms-gleam) — language policy enforcement |
| 36 | +4. **Multi-language monorepos** (developer-ecosystem, standards, nextgen-languages) — fleet dispatch |
| 37 | +5. **Game repos** (idaptik, airborne-submarine-squadron) — security + advisory scope |
| 38 | +6. **Formal verification repos** (ephapax, stapeln) — proof-regression checks via echidnabot |
| 39 | + |
| 40 | +Dispatch statistics: |
| 41 | +- 1635 dispatched actions (600 auto-execute, 667 review, 368 report-only) |
| 42 | +- 16671 outcomes recorded (99% success rate) |
| 43 | +- Bayesian confidence updating (prior_strength=10, floor=0.10, cap=0.99) |
| 44 | + |
| 45 | +Issues found and addressed: |
| 46 | +- Dispatch rate limiting added (50/min per bot, 200/min global) |
| 47 | +- Bot quarantine on repeated failures (5+ failures or >30% FP rate) |
| 48 | +- Batch rollback capability for auto_execute tier |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +## Grade C Evidence — `glambot`, `seambot`, `finishbot` |
| 53 | + |
| 54 | +These bots are wired in the OTP supervision tree but have limited external validation: |
| 55 | +- `glambot`: aesthetic suggestions generated but not yet systematically applied |
| 56 | +- `seambot`: integration seam detection algorithm complete but limited cross-repo data |
| 57 | +- `finishbot`: completion analysis logic present but calibration needed |
| 58 | + |
| 59 | +**Promotion path to B:** Validate each on 6+ diverse repos with documented improvement outcomes. |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +## Concerns and Maintenance Notes |
| 64 | + |
| 65 | +1. **PAT token**: Automated cross-repo dispatch requires a PAT with `repo` scope — currently missing |
| 66 | +2. **Fix scripts**: 310/600 auto-execute entries have null fix_script — recipes exist but no executable |
| 67 | +3. **False positive rate**: ~8% on some pattern categories; kanren context-facts would reduce to ~2-3% |
| 68 | +4. **VQL federation**: Local-only; multi-store federation not implemented |
| 69 | +5. **Neural state persistence**: State dir exists but coordinator hasn't persisted to disk |
| 70 | + |
| 71 | +--- |
| 72 | + |
| 73 | +## Run `just crg-badge` to generate the shields.io badge for your README. |
0 commit comments