Skip to content

hyperpolymath/gitbot-fleet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

License: PMPL-1.0

Gitbot Fleet

Bot fleet for repository quality enforcement across the Hyperpolymath ecosystem.

Overview

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.

Maintenance Gate Operations

Use these commands to run maintenance gating across repos:

just maintenance-hard-pass /absolute/path/to/repo
just enroll-repos

maintenance-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 Roster

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

Architecture

                     GITBOT FLEET
   ┌──────────────────────────────────────────┐
   │                                          │
   │  ┌─────────┐  ┌─────────┐  ┌─────────┐  │
   │  │ rhodibot│  │echidna  │  │  sustainabot  │  │
   │  │(RSR     │  │(verify) │  │(eco/    │  │
   │  │ struct) │  │         │  │ econ)   │  │
   │  └────┬────┘  └────┬────┘  └────┬────┘  │
   │       │            │            │        │
   │       ▼            ▼            ▼        │
   │  ┌─────────────────────────────────────┐ │
   │  │        SHARED CONTEXT LAYER         │ │
   │  └─────────────────────────────────────┘ │
   │       │            │            │        │
   │       ▼            ▼            ▼        │
   │  ┌─────────┐  ┌─────────┐  ┌─────────┐  │
   │  │ glambot │  │ seambot │  │finishing│  │
   │  │(present │  │(integr) │  │  -bot   │  │
   │  │ ation)  │  │         │  │(release)│  │
   │  └─────────┘  └─────────┘  └─────────┘  │
   │                                          │
   └──────────────────────────────────────────┘

Relationship to git-dispatcher

This repository is a satellite of git-dispatcher, the central coordination hub for all Git automation in the Hyperpolymath ecosystem.

License

PMPL-1.0-or-later - See LICENSE file.

License: PMPL-1.0

OPSM Core
  |
  v
gitbot-fleet (execution fleet for OPSM batch operations)

Architecture

See TOPOLOGY.md for a visual architecture map and completion dashboard.

Packages

 
 
 

Contributors