This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core-hub/docs/specs/README.md

1.9 KiB

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.