ops-hub/SCOPE.md

53 lines
2 KiB
Markdown
Raw Normal View History

2026-06-06 17:50:34 +02:00
# SCOPE
## One-liner
Operations / System 1 extension for Inter-Hub, focused on operational truth,
readiness evidence, and migration gates.
2026-06-06 17:50:34 +02:00
## Core Idea
`ops-hub` is a domain-specific Inter-Hub extension. It should professionalize
operations by making environments, hosts, clusters, services, endpoints,
releases, backups, incidents, risks, runbooks, readiness gates, and migration
waves explicit and evidence-backed.
The repo is intentionally separate from `inter-hub`: generic framework and API
substrate work remains in `inter-hub`; operations-specific collectors,
adapters, probes, bootstrap clients, UI/extensions, tests, and packaging belong
here.
2026-06-06 17:50:34 +02:00
## In Scope
- Operations hub implementation code and tests.
- Ops vocabulary clients, collectors, adapters, and scheduled probes.
- Inter-Hub bootstrap/smoke tooling for the `ops-hub` extension.
- Operations service catalog, readiness, migration, endpoint, backup, restore,
incident, and runbook models.
- Repo-local workplans for growing the Operations / System 1 extension.
2026-06-06 17:50:34 +02:00
## Out of Scope
- Generic Inter-Hub framework behavior, API substrate, authentication, or
registry semantics.
- State Hub workstream, task, decision, or progress implementation.
- Railiance infrastructure, cluster, platform, enablement, or app desired state.
- Manual production DB seeding unless the operator explicitly chooses that
fallback.
- Irreversible operational decisions without human approval.
2026-06-06 17:50:34 +02:00
## Current State
- Status: production bootstrap complete (2026-07-07).
- Implementation: Python package under `src/ops_hub/`, operator scripts, seeds,
tests, and Makefile targets for gate probe and attended bootstrap.
- Inter-Hub: `ops-hub` hub, active manifest, seed widgets, and first
`ops-endpoint-verified` event are live in production.
2026-06-06 17:50:34 +02:00
## Getting Oriented
- Start with: INTENT.md
- Agent instructions: AGENTS.md
- Workplans: workplans/
- HelixForge handoff: `/home/worsch/helix-forge/workplans/HF-WP-0001-establish-ops-hub-first-extension.md`