II.
MetaCluster JSON
Structured · livemeta-cluster:channels-hooks
Channels & Hooks (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-cluster:channels-hooks",
"_kind": "MetaCluster",
"_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Channels & Hooks (meta)",
"clusterNumber": 5,
"scope": "Conceptual aggregation of NodeKinds describing the brokered communication surfaces (Channel — also dual-tagged 3-agent-stack in editorial source) and the hook fan-out / merge machinery: HookSurface (canonical event names), HookMapping (per-(agent, hook) realization), MergePolicy (named conflict-resolution rule), HookMergeDiagnostic (record produced when multiple sources collide), and DecisionVerb (ordered deny<ask<allow<continue<noop verb enum). Editorial homes: Channel + HookSurface + MergePolicy in 5-communication; HookMapping in 5-communication-primitives; HookMergeDiagnostic in 7-extensions; DecisionVerb in 13-catalog-meta.",
"parentClusterId": null
},
"outgoingEdges": [
{
"from": "meta-cluster:channels-hooks",
"to": "meta-node-kind:channel",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:channels-hooks",
"to": "meta-node-kind:hook-surface",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:channels-hooks",
"to": "meta-node-kind:merge-policy",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:channels-hooks",
"to": "meta-node-kind:hook-mapping",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:channels-hooks",
"to": "meta-node-kind:hook-merge-diagnostic",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:channels-hooks",
"to": "meta-node-kind:decision-verb",
"kind": "contains_meta_node_kind",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:channel",
"to": "meta-cluster:channels-hooks",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:hook-surface",
"to": "meta-cluster:channels-hooks",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:merge-policy",
"to": "meta-cluster:channels-hooks",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:hook-mapping",
"to": "meta-cluster:channels-hooks",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:hook-merge-diagnostic",
"to": "meta-cluster:channels-hooks",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:decision-verb",
"to": "meta-cluster:channels-hooks",
"kind": "in_cluster",
"attributes": {}
}
]
}