II.
Mux JSON
Structured · livemux:tasks-mux
tasks-mux json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mux:tasks-mux",
"_kind": "Mux",
"_file": "extensions/muxes/canonical-muxes.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "tasks-mux",
"protocolType": "task",
"nativeSide": [
"Claude AskUserQuestion",
"MCP question/answer",
"Kanban (in-repo)",
"CLI prompt",
"GitHub Issues",
"Linear",
"Jira",
"git markers",
"email",
"webhook"
],
"canonicalSide": "Unified task lifecycle — open → assigned → in-progress → answered/done → closed",
"position": "Between consumer code (SDK orchestrators, hooks) and task backends with bidirectional comment sync",
"bridgingConcerns": [
"task kinds (decision — renamed from breakpoint; task — work item with labels; external-task — outside our system)",
"cross-cutting axes (actor: human/agent/system, mode: sync/deferred, backend: pluggable, dependencies: DAG of tasks)",
"live decision schema (BreakpointStrategy, Urgency, InteractionKind, BreakpointContext, BreakpointRouting, ResponderProfile, BreakpointAnswer + BreakpointAnswerRating + DecisionMemory, ProvenBreakpointAnswer)",
"comment sync (bidirectional GitHub/Linear/Jira/Kanban ↔ run journal)",
"auto-approval pattern-matching DSL (glob decision IDs, attribute predicates AND-combined, consecutive-approval escalation)"
],
"catalogInputNodeKinds": [
"HumanCheckpoint",
"AutomationRule",
"Issue"
],
"trustChainParticipation": "live",
"description": "The lone live Trust Chain primitive — ProvenBreakpointAnswer signs\ndecision answers with the named Authority of the responder. Bridges\nevery backend (Linear, GitHub, Jira, MCP, Kanban) with bidirectional\ncomment sync and the same pattern-matching auto-approval DSL.\n"
},
"outgoingEdges": [
{
"from": "mux:tasks-mux",
"to": "layer:6-agent-platform",
"kind": "bridges_protocol_type",
"attributes": {}
},
{
"from": "mux:tasks-mux",
"to": "agentVersion:claude:ge-0-0-0",
"kind": "bridges_for",
"attributes": {}
},
{
"from": "mux:tasks-mux",
"to": "agent-version:babysitter@current",
"kind": "bridges_for",
"attributes": {}
}
],
"incomingEdges": []
}