II.
SharedContextSpec JSON
Structured · liveshared-context-spec:agent-mux-observability-log-level
LogLevel (string union) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:agent-mux-observability-log-level",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/agent-mux-observability-types.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "LogLevel (string union)",
"contextKind": "type-alias",
"typescriptInterface": "LogLevel",
"producerIface": "@a5c-ai/agent-mux-observability Logger.level",
"consumerIfaces": [
"@a5c-ai/agent-mux-observability logger.ts (createLogger level filter)"
],
"fieldSchema": [
"value:enum<trace|debug|info|warn|error|fatal>:required:Severity ladder"
],
"sourceCitation": "packages/agent-mux/observability/src/types.ts:8"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-observability",
"to": "shared-context-spec:agent-mux-observability-log-level",
"kind": "has_payload_schema",
"attributes": {}
}
]
}