Bot fleet for repository quality enforcement across the Hyperpolymath ecosystem.
Gitbot Fleet is the central orchestration repository for all quality-enforcement bots in the Hyperpolymath ecosystem. Each bot specializes in a specific aspect of repository health and compliance.
Use these commands to run maintenance gating across repos:
just maintenance-hard-pass /absolute/path/to/repo
just enroll-reposmaintenance-hard-pass enforces fail-on-warn release gating using the target repo maintenance script.
enroll-repos refreshes repository coverage metadata for gitbot-fleet and hypatia. Use just enroll-repos /var/mnt/eclipse/repos true to also write enrollment directives into repos that already have .machine_readable/.
| Bot | Purpose | Status |
|---|---|---|
rhodibot |
RSR (Rhodium Standard Repositories) compliance validation. Structural checks, file presence, directory layout. |
Active |
echidnabot |
Formal mathematical/statistical verification. Security fuzzing as secondary function. |
Active |
sustainabot |
Ecological and economic code standards. Carbon intensity, resource efficiency, technical debt modeling. |
Active |
glambot |
Presentation quality. Visual polish, accessibility (WCAG), SEO, machine-readability for AI/bots. |
Complete |
seambot |
Integration health testing. Cross-component communication, API contracts, end-to-end flows. |
Active |
finishbot |
Release readiness. Placeholder removal, license validation, claim verification, execution testing. |
Complete |
GITBOT FLEET
┌──────────────────────────────────────────┐
│ │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ rhodibot│ │echidna │ │ sustainabot │ │
│ │(RSR │ │(verify) │ │(eco/ │ │
│ │ struct) │ │ │ │ econ) │ │
│ └────┬────┘ └────┬────┘ └────┬────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌─────────────────────────────────────┐ │
│ │ SHARED CONTEXT LAYER │ │
│ └─────────────────────────────────────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ glambot │ │ seambot │ │finishing│ │
│ │(present │ │(integr) │ │ -bot │ │
│ │ ation) │ │ │ │(release)│ │
│ └─────────┘ └─────────┘ └─────────┘ │
│ │
└──────────────────────────────────────────┘This repository is a satellite of git-dispatcher, the central coordination hub for all Git automation in the Hyperpolymath ecosystem.
See TOPOLOGY.md for a visual architecture map and completion dashboard.