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/contracts/README.md

15 lines
408 B
Markdown

# Core Hub Contract Artifacts
This directory contains the implementation-neutral contract artifacts consumed by the Core Hub runtime and future adapters.
- `schemas/` - JSON Schema contracts
- `catalogs/` - seed event/widget/policy catalogs
- `fixtures/` - production-safe compatibility examples
- `openapi/` - generated OpenAPI snapshots
Regenerate OpenAPI after route changes:
```bash
make openapi
```