core-hub/docs/specs
tegwick 4a2d4fa981
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / pytest-smoke (push) Failing after 3s
docs: align absorption plan with hub-core
2026-08-21 10:59:39 +02:00
..
api-v2-compatibility.md Implement ops-hub bootstrap compatibility 2026-06-27 13:04:54 +02:00
auth-access-and-custody.md Set up Core Hub framework planning 2026-06-27 11:00:12 +02:00
contract-governance.md Start Core Hub FastAPI replacement foundation 2026-06-27 11:41:26 +02:00
contract-ir.md Set up Core Hub framework planning 2026-06-27 11:00:12 +02:00
core-hub-architecture.md feat(ecosystem): adopt hub-core dependency and CI pin gate (CORE-WP-0009) 2026-07-11 01:26:53 +02:00
data-model.md feat(ecosystem): adopt hub-core dependency and CI pin gate (CORE-WP-0009) 2026-07-11 01:26:53 +02:00
event-and-registry-model.md Set up Core Hub framework planning 2026-06-27 11:00:12 +02:00
interhub-legacy-inventory.md Implement ops-hub bootstrap compatibility 2026-06-27 13:04:54 +02:00
operator-ui-rebuild-backlog.md Add operator UI rebuild backlog 2026-06-27 21:34:10 +02:00
ops-evidence-contract.md Define ops evidence contract 2026-06-27 23:56:34 +02:00
pagination-adoption.md feat(ecosystem): adopt hub-core dependency and CI pin gate (CORE-WP-0009) 2026-07-11 01:26:53 +02:00
README.md docs: define hub-core absorption plan 2026-08-21 10:57:13 +02:00
runtime-absorption-inventory.md docs: reconcile core hub state and intent 2026-08-21 08:49:15 +02:00
runtime-absorption-plan.md docs: align absorption plan with hub-core 2026-08-21 10:59:39 +02:00
testing-release-and-migration.md Add operator UI rebuild backlog 2026-06-27 21:34:10 +02:00
ui-operator-console.md Add operator UI rebuild backlog 2026-06-27 21:34:10 +02:00
whynot-ui-adapter.md Define Core Hub operator UI contract 2026-06-27 13:39:13 +02:00
workplan-coordination.md Set up Core Hub framework planning 2026-06-27 11:00:12 +02:00

Core Hub Specs

This directory is the specification map for Core Hub. The specs are intentionally ahead of implementation so the framework contract stays stable while the runtime is rebuilt.

Spec Set

Contract Artifacts

Implementation-neutral artifacts live in contracts/:

  • contracts/schemas/
  • contracts/catalogs/
  • contracts/fixtures/
  • contracts/openapi/

Contract Rule

The implementation may change. The contract changes only through a workplan and a compatibility note.

Any route, schema, event type, or manifest field used by existing consumers must have one of:

  • preserved behavior;
  • documented replacement and migration path;
  • explicit cancellation decision with affected consumers listed.