Start Core Hub FastAPI replacement foundation
This commit is contained in:
parent
75963233b6
commit
1e87adbcbb
37 changed files with 3292 additions and 30 deletions
17
contracts/catalogs/event-types.json
Normal file
17
contracts/catalogs/event-types.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"slug": "interaction.event",
|
||||
"name": "Interaction Event",
|
||||
"description": "Generic cross-hub interaction event."
|
||||
},
|
||||
{
|
||||
"slug": "workplan.progress",
|
||||
"name": "Workplan Progress",
|
||||
"description": "Progress or task evidence from a file-first workplan."
|
||||
},
|
||||
{
|
||||
"slug": "evidence.recorded",
|
||||
"name": "Evidence Recorded",
|
||||
"description": "Non-secret operational evidence attached to a hub workflow."
|
||||
}
|
||||
]
|
||||
17
contracts/catalogs/policy-scopes.json
Normal file
17
contracts/catalogs/policy-scopes.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"slug": "public-read",
|
||||
"name": "Public Read",
|
||||
"description": "Unauthenticated read access for public catalogs and docs."
|
||||
},
|
||||
{
|
||||
"slug": "hub-write",
|
||||
"name": "Hub Write",
|
||||
"description": "Authenticated write access for hub-owned resources."
|
||||
},
|
||||
{
|
||||
"slug": "operator-admin",
|
||||
"name": "Operator Admin",
|
||||
"description": "Privileged operator scope for administration."
|
||||
}
|
||||
]
|
||||
17
contracts/catalogs/widget-types.json
Normal file
17
contracts/catalogs/widget-types.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"slug": "status-summary",
|
||||
"name": "Status Summary",
|
||||
"description": "Compact status summary for an operator console."
|
||||
},
|
||||
{
|
||||
"slug": "workplan-board",
|
||||
"name": "Workplan Board",
|
||||
"description": "Board view over active workplans and tasks."
|
||||
},
|
||||
{
|
||||
"slug": "event-stream",
|
||||
"name": "Event Stream",
|
||||
"description": "Chronological stream of interaction and progress events."
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue