jenkins b4145861d2 hermes(hux): freeze hux.v1 contract 1.0.0 and move reference modules into the foundation package
HUX-11 contract freeze: identity/capabilities/manifest/error records, event turn
and idempotency and delegation/side-effect kinds, memory no-store/supersedes/
retrieval removal, revisions for optimistic concurrency, artifact access,
budget scope/spend/subagents and external side-effect gating, notebook notes and
dedupe keys. ADR-0001 records the wire and compatibility rules.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RNPhwu2bsaRNg3DETSAZoM
2026-08-24 00:48:20 -03:00

34 lines
762 B
JSON

{
"schema": "hux.capabilities.v1",
"contract_version": "1.0.0",
"identity": {
"tenant_slot": "slot-3",
"subject": "usr_0123456789abcdef",
"surface": "chat",
"trust": "router"
},
"cards": [
{
"card": "HUX-11",
"flag": "hux.foundation",
"enabled": true,
"routes": [
"/hux/v1/capabilities"
]
},
{
"card": "HUX-01",
"flag": "hux.activity_timeline",
"enabled": false,
"routes": [
"/hux/v1/conversations/{id}/events",
"/hux/v1/conversations/{id}/events/stream"
]
}
],
"server": {
"commit": "d3cbeb06d3cbeb06d3cbeb06d3cbeb06d3cbeb06",
"image_digest": "sha256:4a385fbd4a385fbd4a385fbd4a385fbd4a385fbd4a385fbd4a385fbd4a385fbd"
}
}