Start Core Hub FastAPI replacement foundation
This commit is contained in:
parent
75963233b6
commit
1e87adbcbb
37 changed files with 3292 additions and 30 deletions
14
contracts/README.md
Normal file
14
contracts/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue