Welcome to the github-manager command center. This repository serves as the Tier 0 global orchestration hub and digital nervous system for the RPDevs-Vault organization, overseeing a fleet of 260+ repositories and automated workflows.
The management infrastructure of the RPDevs-Vault is organized into a tiered system to separate governance, package compilation, task tracking, distribution, and global health monitoring:
graph TD
HM[github-manager<br>Tier 0: Systems Cockpit] --> MM[monitor-manager<br>Tier 0.5: Observability]
HM --> VM[vault-manager<br>Tier 1: Hub & Governance]
VM --> IM[identity-manager<br>Tier 1.5: Secret & Key Broker]
CM[container-manager<br>Tier 2: Builder Fleet] --> PM[project-manager<br>Tier 3: Task Sync]
DM[distributor-manager<br>Tier 4: Release Gateway] --> DEM[deploy-manager<br>Tier 4.5: GitOps Deployer]
TM[thought-manager<br>Tier 5: Knowledge Core] -.->|Syncs Heuristics| HM
| Manager | Role / Tier | Key Functions | Repository Link |
|---|---|---|---|
github-manager |
Tier 0 (The Cockpit) | Global health dashboard, self-hosted runner configurations, API limit telemetry, runner monitoring. | github-manager |
monitor-manager |
Tier 0.5 (Observability) | Active connectivity probes, endpoint ping heartbeats, push notifications. | monitor-manager |
vault-manager |
Tier 1 (The Hub) | Org governance, automated daily fork sync, merged branch cleanup, issue label standardization. | vault-manager |
identity-manager |
Tier 1.5 (Secret Broker) | JSON schemas for environment variables, Age/FIDO2 setup guides, keys registry. | identity-manager |
container-manager |
Tier 2 (The Builder) | Compilation registry, multi-platform Docker builds, OCI package mirroring, ccache. | container-manager |
project-manager |
Tier 3 (The Sync) | Local workstation project scanner, org-wide issue collector, active task dashboard. | project-manager |
distributor-manager |
Tier 4 (The Release) | Final artifact publishing, release generation, changelog assembly. | distributor-manager |
deploy-manager |
Tier 4.5 (The GitOps) | Ansible provisioner playbooks, docker-compose runtime mappings, rolling deploy trigger. | deploy-manager |
thought-manager |
Tier 5 (The Thought) | ADR archive, custom agent skillbooks, implementation markdown templates. | thought-manager |
The section below is automatically compiled and updated every 6 hours by the Global Health Dashboard workflow utilizing aggregate_health.py.
Last Updated: 2026-07-05 19:03:26 UTC
- Core Rate Limit:
5000/5000(100.0% remaining) - Reset Time:
20:03:27 UTC
| Runner Name | OS | Status | Labels |
|---|---|---|---|
local-runner-01 |
Linux | 🔴 Offline | X64, local, linux64 |
| Repository | Workflow | Status | Conclusion | Run Link | Last Run |
|---|---|---|---|---|---|
vault-manager |
Cleanup Merged Branches | ❌ completed |
failure |
Run #4 | 2026-07-05 04:54 UTC |
vault-manager |
Notification Heatmap | ✅ completed |
success |
Run #4 | 2026-07-05 13:43 UTC |
vault-manager |
Organization Archive Engine | ✅ completed |
success |
Run #14 | 2026-07-05 04:03 UTC |
vault-manager |
Stale Fork Auditor | ❌ completed |
failure |
Run #4 | 2026-07-05 07:27 UTC |
vault-manager |
Streamline Notifications | ✅ completed |
success |
Run #24 | 2026-07-05 05:49 UTC |
container-manager |
Fleet Status Aggregator | ✅ completed |
success |
Run #44 | 2026-07-05 18:01 UTC |
container-manager |
Stale Package Cleanup | ✅ completed |
success |
Run #4 | 2026-07-05 14:42 UTC |
github-manager |
Global Health Dashboard | 🔄 in_progress |
Running... |
Run #13 | 2026-07-05 19:03 UTC |
project-manager |
Project Roadmap Sync | ✅ completed |
success |
Run #3 | 2026-07-05 04:59 UTC |
monitor-manager |
Heartbeat Uptime Check | ✅ completed |
success |
Run #33 | 2026-07-05 17:57 UTC |
deploy-manager |
No runs discovered | - | - | - | - |
distributor-manager |
No runs discovered | - | - | - | - |
identity-manager |
No runs discovered | - | - | - | - |
To manage the organization efficiently and prevent API rate-limiting while maintaining strict security, we utilize the following native features:
- Repository Dispatches (Event Framework):
- Instead of polling git repos for changes,
vault-manageremits arepository_dispatchtocontainer-manageron specific triggers, ensuring a push-based build chain.
- Instead of polling git repos for changes,
- Organization-wide Repository Rulesets:
- Unified branch protection rules are applied org-wide (blocking force-pushes and deletions on
mainbranches) to enforce codebase safety.
- Unified branch protection rules are applied org-wide (blocking force-pushes and deletions on
- GitHub Container Registry (GHCR):
- Hosting custom OCI images compiled by our
container-managerbuilders directly within the organization package registry.
- Hosting custom OCI images compiled by our
- Self-Hosted Runner Fleet:
- Deployed on dedicated infrastructure (
llmadminheavy/lite andt430medium/lite pools) with custom security configurations (no-new-privileges:true) and local caching (apt-cache, ccache).
- Deployed on dedicated infrastructure (
- Secret Scanning & Dependabot Alerts:
- Continuous scanning of codebases for credential leaks and automated package upgrade PR generation.
