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.
| 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 |
oikos |
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 |
finishing-bot |
Release readiness. Placeholder removal, license validation, claim verification, execution testing. |
Complete |
GITBOT FLEET
┌──────────────────────────────────────────┐
│ │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ rhodibot│ │echidna │ │ oikos │ │
│ │(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.