II.
SharedContextSpec JSON
Structured · liveshared-context-spec:agent-mux-harness-mock-websocket-config
WebSocketConfig json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:agent-mux-harness-mock-websocket-config",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/agent-mux-harness-mock-types.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "WebSocketConfig",
"contextKind": "test-fixture-config",
"typescriptInterface": "WebSocketConfig",
"producerIface": "test authors / harness scenarios for websocket adapters",
"consumerIfaces": [
"@a5c-ai/agent-mux-harness-mock websocket-mock.ts WebSocketServerMock"
],
"fieldSchema": [
"messages:list<{ type, payload, delayMs? }>:optional:Server→client scripted frames",
"expectedFrames:list<...>:optional:Client→server frames the test expects",
"closeAfterMs:int:optional:Auto-close timer",
"port|host:optional:Listen address override"
],
"sourceCitation": "packages/agent-mux/harness-mock/src/types.ts:233-267"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-harness-mock",
"to": "shared-context-spec:agent-mux-harness-mock-websocket-config",
"kind": "has_payload_schema",
"attributes": {}
}
]
}