{
    "_comment": "Default workspace scaffold for ot-requests-loop recover-last-or-new. Loaded via ot-fetch when no IDB data exists.",
    "_version": "4.0.0",
    "contractLibraries": {
        "owltree-core": {
            "optional": false,
            "levels": {
                "ui-intercept": {
                    "continuitySafeguards": {
                        "void": {
                            "absorb-ui": {
                                "constraint-partial": {
                                    "cap-id": "ot-ui",
                                    "step-id": "hydrate-plan",
                                    "input": {
                                        "global": {
                                            "components-tree": {}
                                        }
                                    }
                                },
                                "permission-unclear": {
                                    "cap-id": "ot-ui",
                                    "step-id": "hydrate-plan",
                                    "input": {
                                        "global": {
                                            "components-tree": {
                                                "__\bcomp_type": "ot-permission-unclear-v1.0.0"
                                            },
                                            "controls": ["accept", "cancel"]
                                        }
                                    }
                                },
                                "permissions-authoriser": {
                                    "cap-id": "ot-ui",
                                    "step-id": "hydrate-plan",
                                    "input": {
                                        "global": {
                                            "components-tree": {
                                                "__\bcomp_type": "ot-permissions-authoriser-v1.0.0"
                                            },
                                            "controls": ["accept", "cancel"]
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "constraintTemplates": {
                        "core-ui-rendering": {
                            "description": "UI component rendering requirements",
                            "constraints": [
                                { "cap-id": "ot-ui", "constraint-id": "component-exists", "type": "custom", "description": "Referenced component must be registered and loadable", "definitions": ["ui"] },
                                { "cap-id": "ot-ui", "constraint-id": "interactive-elements", "type": "custom", "description": "Interactive elements must have .interact-ui class or be in interactive-by-default group", "definitions": ["ui"] }
                            ]
                        },
                        "core-runtime": {
                            "description": "Runtime capability requirements",
                            "constraints": [
                                { "cap-id": "ot-capability-lordship", "constraint-id": "capability-registered", "type": "custom", "description": "Target capability must be registered in the manifest", "definitions": ["runtime", "core"] },
                                { "cap-id": "ot-capability-lordship", "constraint-id": "grants-authorised", "type": "custom", "description": "Required grants must be authorised before dispatch", "definitions": ["runtime", "core"] }
                            ]
                        },
                        "core-execution": {
                            "description": "Execution permission requirements for any step targeting a capability",
                            "constraints": [
                                { "cap-id": "ot-capability-lordship", "constraint-id": "execution-permission", "type": "custom", "description": "Persona must have canExecute permission for the target capability", "definitions": [] }
                            ]
                        }
                    }
                }
            },
            "activeLevel": "ui-intercept"
        },
        "principle-dev-testing-model": {
            "optional": false,
            "levels": {
                "level-1": {
                    "constraintTemplates": {
                        "testing-standards": {
                            "description": "Development and testing quality standards",
                            "constraints": [
                                { "cap-id": "testing", "constraint-id": "unit-tests-required", "type": "custom", "description": "New functionality must have unit test coverage", "definitions": ["testing", "quality"] },
                                { "cap-id": "testing", "constraint-id": "no-console-errors", "type": "custom", "description": "No unhandled console errors in production builds", "definitions": ["quality", "development"] },
                                { "cap-id": "testing", "constraint-id": "code-review", "type": "custom", "description": "Changes must pass code review before merge", "definitions": ["development", "quality"] }
                            ]
                        }
                    }
                }
            }
        },
        "webshop-contracts": {
            "optional": false,
            "levels": {
                "baseline": {
                    "continuitySafeguards": {
                        "requests": {
                            "spawn-loop": {
                                "constraint-partial": {
                                    "cap-id": "ot-ui",
                                    "step-id": "hydrate-plan",
                                    "input": {
                                        "global": {
                                            "components-tree": {
                                                "__\bcomp_type": "ot-requests-lordship-v1.0.0"
                                            },
                                            "controls": ["accept", "cancel", "reset"]
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "constraintTemplates": {
                        "webshop-product-listing": {
                            "description": "Product listing page with filtering and search",
                            "constraints": [
                                { "cap-id": "webshop", "constraint-id": "product-catalogue", "type": "custom", "description": "Products must be loadable from a data source with name, price, image, and category", "definitions": ["product-listing"] },
                                { "cap-id": "webshop", "constraint-id": "search-filter", "type": "custom", "description": "Users must be able to search by name and filter by category", "definitions": ["product-listing", "search"] },
                                { "cap-id": "webshop", "constraint-id": "sticker-preview", "type": "custom", "description": "Each sticker must show a visual preview at browsable size", "definitions": ["stickers", "product-listing"] }
                            ]
                        },
                        "webshop-checkout": {
                            "description": "Checkout flow with cart and payment",
                            "constraints": [
                                { "cap-id": "webshop", "constraint-id": "cart-management", "type": "custom", "description": "Users must be able to add, remove, and update quantities in a cart", "definitions": ["cart"] },
                                { "cap-id": "webshop", "constraint-id": "price-calculation", "type": "custom", "description": "Cart total must be calculated correctly including quantity and any discounts", "definitions": ["cart", "checkout"] },
                                { "cap-id": "webshop", "constraint-id": "payment-integration", "type": "custom", "description": "Checkout must support at least one payment method", "definitions": ["payment", "checkout"] }
                            ]
                        }
                    }
                },
                "strict": {
                    "inherits": "baseline",
                    "transitionRules": {
                        "requiredActiveLevels": ["baseline"]
                    },
                    "continuitySafeguards": {
                        "requests": {
                            "spawn-loop": {
                                "constraint-partial": {
                                    "cap-id": "ot-ui",
                                    "step-id": "hydrate-plan",
                                    "input": {
                                        "global": {
                                            "components-tree": {
                                                "__\bcomp_type": "ot-requests-lordship-v1.0.0"
                                            },
                                            "controls": ["accept", "cancel"]
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "activeLevel": "baseline"
        }
    },
    "timelines": {
        "alpha": {
            "adaptationLoops": {
                "request-selector-loop": {
                    "request": {
                        "title": "Add requests",
                        "description": "Present a UI for the user to define and add new requests",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-requests-loop", "step-id": "spawn-loop" },
                        "continuitySafeguards": {
                            "requests": {
                                "spawn-loop": {
                                    "constraint-partial": {
                                        "cap-id": "ot-ui",
                                        "step-id": "hydrate-plan",
                                        "input": {
                                            "global": {
                                                "components-tree": {
                                                    "__\bcomp_type": "ot-requests-lordship-v1.0.0"
                                                },
                                                "controls": ["accept", "cancel", "reset", "defer", "delegate"]
                                            }
                                        }
                                    }
                                }
                            }
                        },

                        "deliverables": {
                            "del-spawn-loop": {
                                "data": {},
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "collectors": [
                                    { "key": "activeRequests", "cap-id": "ot-requests-lordship", "step-id": "list-requests", "query": {} }
                                ],
                                "deliverableRef": "del-spawn-loop",
                                "cap-id": "ot-requests-loop",
                                "step-id": "spawn-loop",
                                "grants": {
                                    "ot-ui": { "canExecute": true },
                                    "ot-requests-loop-v1.0.0": { "canExecute": true }
                                }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },

                "loop-d3-graph": {
                    "request": {
                        "title": "Display D3 graph",
                        "description": "Render the D3 force-directed graph visualisation showing the request processing pipeline",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-d3-graph": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-d3-graph-v1.0.0",
                                            "refId": "d3-graph-main",
                                            "gridConfig": {
                                                "tileWidth": 3,
                                                "tileHeight": 3,
                                                "columns": 40,
                                                "rows": 40,
                                                "tileShape": "hexagon",
                                                "defaultTileSource": null,
                                                "transparentWhenUnavailable": true,
                                                "zoomLevels": [],
                                                "tileSpans": []
                                            },
                                            "props": {
                                                "graphData": {
                                                    "nodes": [
                                                        { "id": "n1", "label": "User Request", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "input" },
                                                        { "id": "n2", "label": "Validate Input", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "process" },
                                                        { "id": "n3", "label": "Route Decision", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "decision" },
                                                        { "id": "n4", "label": "LLM Analysis", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "action" },
                                                        { "id": "n5", "label": "Direct Execute", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "action" },
                                                        { "id": "n6", "label": "Merge Results", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "process" },
                                                        { "id": "n7", "label": "Approval Gate", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "decision" },
                                                        { "id": "n8", "label": "Send Response", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "output" },
                                                        { "id": "n9", "label": "Log to Store", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "storage" },
                                                        { "id": "n10", "label": "Error Handler", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "output" },
                                                        { "id": "n11", "label": "Cache Lookup", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "storage" },
                                                        { "id": "n12", "label": "Retry Logic", "componentTypeKey": "ot-graph-node-v1.0.0", "nodeType": "process" }
                                                    ],
                                                    "edges": [
                                                        { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n11" },
                                                        { "source": "n11", "target": "n3" }, { "source": "n2", "target": "n3" },
                                                        { "source": "n3", "target": "n4" }, { "source": "n3", "target": "n5" },
                                                        { "source": "n4", "target": "n6" }, { "source": "n5", "target": "n6" },
                                                        { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" },
                                                        { "source": "n7", "target": "n10" }, { "source": "n8", "target": "n9" },
                                                        { "source": "n10", "target": "n12" }, { "source": "n12", "target": "n3" },
                                                        { "source": "n4", "target": "n10" }
                                                    ]
                                                }
                                            },
                                            "#import:skip-children-tree-walk": true
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-d3-graph",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },


                "loop-dnd-charsheet": {
                    "request": {
                        "title": "D&D Character Sheet",
                        "description": "Render the D&D 5e character sheet component",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-dnd-charsheet": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-dnd-charsheet-v1.0.0",
                                            "refId": "dnd-charsheet-main",
                                            "props": {}
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-dnd-charsheet",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },

                "loop-compliance-lordship": {
                    "request": {
                        "title": "Contract Library Manager",
                        "description": "Render the contract library lordship UI for managing levels and continuity safeguards",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-compliance-lordship": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-compliance-lordship-v1.0.0",
                                            "refId": "compliance-lordship-main",
                                            "props": {}
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-compliance-lordship",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },


                "loop-tree-view-renderer": {
                    "request": {
                        "title": "Tree View Renderer",
                        "description": "Render a nested tree-view-renderer instance with hierarchical organisational data and filter-based component mapping",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-tree-view-renderer": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-tree-view-renderer-v1.0.0",
                                            "refId": "tree-view-main",
                                            "source": {
                                                "organisation": {
                                                    "name": "Owltree Labs",
                                                    "founded": 2024,
                                                    "active": true,
                                                    "departments": {
                                                        "engineering": {
                                                            "head": "Marco",
                                                            "budget": 250000,
                                                            "teams": {
                                                                "runtime": {
                                                                    "lead": "Alex",
                                                                    "members": {
                                                                        "dev-1": { "name": "Sam", "role": "capability-author", "active": true },
                                                                        "dev-2": { "name": "Jordan", "role": "ui-components", "active": true },
                                                                        "dev-3": { "name": "Casey", "role": "interaction-model", "active": false }
                                                                    },
                                                                    "projects": {
                                                                        "atlas": { "status": "shipped", "version": "1.0.0" },
                                                                        "recca": { "status": "in-progress", "version": "0.9.0" },
                                                                        "rancid": { "status": "in-progress", "version": "0.8.2" }
                                                                    }
                                                                },
                                                                "infrastructure": {
                                                                    "lead": "Morgan",
                                                                    "members": {
                                                                        "ops-1": { "name": "Riley", "role": "devops", "active": true }
                                                                    },
                                                                    "projects": {
                                                                        "ci-pipeline": { "status": "shipped", "version": "2.1.0" }
                                                                    }
                                                                }
                                                            }
                                                        },
                                                        "design": {
                                                            "head": "Taylor",
                                                            "budget": 120000,
                                                            "teams": {
                                                                "ux": {
                                                                    "lead": "Avery",
                                                                    "members": {
                                                                        "des-1": { "name": "Quinn", "role": "interaction-design", "active": true }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            "filter": {
                                                "showPrintButton": true,
                                                "hideKeys": false,
                                                "editable": true,
                                                "expandedLevels": 3,
                                                "componentMap": {
                                                    "string": "ot-text-v1.0.0",
                                                    "number": "ot-text-v1.0.0",
                                                    "boolean": "ot-text-v1.0.0"
                                                }
                                            }
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-tree-view-renderer",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },

                "loop-hunchhatch": {
                    "request": {
                        "title": "HunchHatch Venture Manager",
                        "description": "Render the HunchHatch venture management UI composed via tree-view-renderer with componentMap",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-hunchhatch": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-tree-view-renderer-v1.0.0",
                                            "refId": "hunchhatch-main",
                                            "source": {
                                                "outcomeZone": {
                                                    "topBar": {
                                                        "trackName": "Alpha Venture",
                                                        "stage": "Fit",
                                                        "dominantConstraint": "Market demand unproven for target segment",
                                                        "proofTarget": "Repeatable buyer commitment signal",
                                                        "activeActor": "Founder",
                                                        "stageDescriptions": {
                                                            "Form": "Turns a vague hunch into a defined venture track. The goal is clarity: specific buyer, real problem, plausible urgency, and first proof step.",
                                                            "Fit": "Tests whether people will actually commit to the offer. The goal is repeated demand: buyers from the same segment choose, pay, sign, or otherwise make a costly commitment.",
                                                            "Flow": "Proves the venture can deliver reliably. The goal is repeatable execution: delivery, costs, quality, and operations stop depending on custom founder heroics.",
                                                            "Fortify": "Makes the venture scalable and safe. The goal is independent operation: the company can grow without breaking its systems, team, governance, or trust."
                                                        }
                                                    },
                                                    "buildingBlocks": {
                                                        "Mission": { "description": "Why this exists, impact motivators, value-chain position, trade-offs, company type", "score": 2, "gateThreshold": 2 },
                                                        "Team": { "description": "People, roles, commitment, decision quality, collaboration, leadership, competences", "score": 2, "gateThreshold": 2 },
                                                        "Plan": { "description": "Thesis, milestones, experiments, sequencing, resource allocation, priorities", "score": 2, "gateThreshold": 2 },
                                                        "Business Model": { "description": "Value creation, delivery, capture, retention for one buyer-problem track", "score": 1, "gateThreshold": 3 },
                                                        "Market": { "description": "Buyer group, problem, urgency, alternatives, commitment, channels, size, timing", "score": 2, "gateThreshold": 3 },
                                                        "Foundation": { "description": "Legal, cap table, financial controls, compliance, data, contracts, IP, governance", "score": 2, "gateThreshold": 2 }
                                                    },
                                                    "constraint": {
                                                        "constraintText": "No repeatable acquisition channel proven",
                                                        "blockLocation": "Market",
                                                        "impactLevel": "Hi",
                                                        "requiredProof": {
                                                            "target": "Repeatable buyer commitment",
                                                            "acceptanceCondition": "3+ confirmed signals from same segment",
                                                            "targetCapabilityDomain": "Market Management"
                                                        }
                                                    },
                                                    "evidence": {
                                                        "items": {},
                                                        "aggregateProofState": {
                                                            "supportingCount": 0,
                                                            "highestGrade": "E0",
                                                            "gateThresholdMet": false,
                                                            "stageExitEligible": false,
                                                            "stageExitBlockedReasons": []
                                                        }
                                                    }
                                                },
                                                "requestZone": {
                                                    "activeRequests": {
                                                        "pending": {},
                                                        "executing": {},
                                                        "recentlyClosed": {}
                                                    },
                                                    "pendingQuotes": {},
                                                    "newRequestControl": { "enabled": true }
                                                },
                                                "capabilityZone": {
                                                    "capabilitySelector": {
                                                        "capabilities": {
                                                            "ot-hh-venture": { "id": "ot-hh-venture", "name": "Venture Mgmt", "loopRole": "outcome-loop" },
                                                            "ot-hh-assumption": { "id": "ot-hh-assumption", "name": "Assumption Mgmt", "loopRole": "value-loop" },
                                                            "ot-hh-validation": { "id": "ot-hh-validation", "name": "Validation Mgmt", "loopRole": "value-loop" },
                                                            "ot-hh-decision": { "id": "ot-hh-decision", "name": "Decision Mgmt", "loopRole": "value-loop" },
                                                            "ot-hh-market": { "id": "ot-hh-market", "name": "Market Mgmt", "loopRole": "value-loop" },
                                                            "ot-hh-business-model": { "id": "ot-hh-business-model", "name": "Business Model", "loopRole": "value-loop" },
                                                            "ot-hh-stakeholder": { "id": "ot-hh-stakeholder", "name": "Stakeholder Mgmt", "loopRole": "value-loop" }
                                                        },
                                                        "activeCapability": "ot-hh-validation"
                                                    },
                                                    "capabilityDetail": {
                                                        "identity": "ot-hh-validation",
                                                        "loopRole": "value-loop",
                                                        "maturityLevel": 2,
                                                        "maturityLevels": {
                                                            "0": { "name": "Undefined", "definition": "no proof targets exist" },
                                                            "1": { "name": "Structured", "definition": "proof targets defined" },
                                                            "2": { "name": "Tested", "definition": "isolated validation runs" },
                                                            "3": { "name": "Correlated", "definition": "repeated patterns" },
                                                            "4": { "name": "Predictive", "definition": "outcomes estimable" },
                                                            "5": { "name": "Stable", "definition": "reliable evidence system" }
                                                        },
                                                        "valueLoopState": {
                                                            "state": "Proof target + evidence",
                                                            "gap": "Evidence not yet repeatable across segments",
                                                            "controller": "Test selection logic",
                                                            "action": "Run structured validation interview",
                                                            "sensor": "Observed buyer behaviour post-interview",
                                                            "feedback": "Evidence grade update"
                                                        },
                                                        "structuredOutputTypes": {
                                                            "ValidationResult": { "type": "ValidationResult" },
                                                            "EvidenceRecord": { "type": "EvidenceRecord" },
                                                            "ProofState": { "type": "ProofState" }
                                                        },
                                                        "availablePaths": {
                                                            "hypothesis-to-proof": {
                                                                "name": "hypothesis-to-proof",
                                                                "routeType": "learning",
                                                                "prerequisite": "hypothesis exists",
                                                                "expectedOutcome": "ProofState",
                                                                "reusable": true
                                                            }
                                                        }
                                                    },
                                                    "capabilityLoop": {
                                                        "state": "Proof target + evidence",
                                                        "gap": "Evidence not yet repeatable across segments",
                                                        "controller": "Test selection logic",
                                                        "action": "Run structured validation interview",
                                                        "sensor": "Observed buyer behaviour post-interview",
                                                        "feedback": "Evidence grade update"
                                                    },
                                                    "inputs": {
                                                        "items": {
                                                            "hypotheses": { "label": "hypotheses" },
                                                            "proof-targets": { "label": "proof targets" },
                                                            "experiment-results": { "label": "experiment results" },
                                                            "market-behaviour": { "label": "market behaviour" },
                                                            "operational-data": { "label": "operational data" },
                                                            "prior-evidence": { "label": "prior evidence" }
                                                        }
                                                    },
                                                    "outputs": {
                                                        "items": {
                                                            "proof-state": { "label": "proof state" },
                                                            "evidence-grade": { "label": "evidence grade" },
                                                            "confidence-update": { "label": "confidence update" },
                                                            "validation-summary": { "label": "validation summary" },
                                                            "invalidated-proof-record": { "label": "invalidated proof record" },
                                                            "next-evidence-requirement": { "label": "next evidence requirement" }
                                                        }
                                                    },
                                                    "transformations": {
                                                        "entries": {
                                                            "hypothesis-to-proof-target": { "inputType": "Hypothesis", "outputType": "ProofTarget", "description": "proof target with acceptance condition" },
                                                            "observed-to-evidence": { "inputType": "ObservedResult", "outputType": "EvidenceRecord", "description": "normalised evidence" },
                                                            "evidence-to-validation": { "inputType": "EvidenceRecord", "outputType": "ValidationResult", "description": "classified support/weaken/invalidate" },
                                                            "validation-to-proof": { "inputType": "ValidationResult[]", "outputType": "ProofState", "description": "aggregated proof state" },
                                                            "negative-to-invalidating": { "inputType": "NegativeObservation", "outputType": "InvalidatingEvidence", "description": "usable negative evidence" }
                                                        }
                                                    },
                                                    "contextConstraints": {
                                                        "rules": {
                                                            "observable": { "text": "Proof must be observable, specific, repeatable" },
                                                            "no-simulation": { "text": "Simulation does not replace real-world proof" },
                                                            "no-weak-unlock": { "text": "Weak or unrelated evidence cannot unlock progression" },
                                                            "no-overwrite": { "text": "Evidence does not overwrite historical claim context" }
                                                        }
                                                    },
                                                    "maturityModel": {
                                                        "stages": {
                                                            "0": { "name": "Undefined", "definition": "no proof targets exist" },
                                                            "1": { "name": "Structured", "definition": "proof targets defined" },
                                                            "2": { "name": "Tested", "definition": "isolated validation runs" },
                                                            "3": { "name": "Correlated", "definition": "repeated patterns" },
                                                            "4": { "name": "Predictive", "definition": "outcomes estimable" },
                                                            "5": { "name": "Stable", "definition": "reliable evidence system" }
                                                        },
                                                        "currentStage": 2
                                                    },
                                                    "controlQuality": {
                                                        "signalLevels": {
                                                            "0": { "label": "Weak" },
                                                            "1": { "label": "Signal" },
                                                            "2": { "label": "Pattern" },
                                                            "3": { "label": "Proof" },
                                                            "4": { "label": "Reliable System" }
                                                        },
                                                        "currentSignalLevel": 1,
                                                        "deviation": "Evidence not yet repeatable",
                                                        "constraintSource": "Market",
                                                        "strongestCapability": "Assumptions",
                                                        "weakestCapability": "Business Model",
                                                        "requiredProof": "Repeatable result within bounds",
                                                        "controlRisk": "Overfitting test to single segment",
                                                        "systemOutputs": {
                                                            "evidence-grade": { "label": "Updated evidence grade" },
                                                            "confidence-level": { "label": "Updated confidence level" },
                                                            "validation-state": { "label": "Updated validation state" },
                                                            "constraint-clarity": { "label": "Updated constraint clarity" }
                                                        }
                                                    }
                                                },
                                                "ventureState": {
                                                    "ventureTrack": {
                                                        "name": "Alpha Venture",
                                                        "buyerProblemBoundary": "",
                                                        "offerDirection": "",
                                                        "deliveryLogic": "",
                                                        "economicLogic": ""
                                                    },
                                                    "stage": "Fit",
                                                    "dominantConstraint": {
                                                        "text": "Market demand unproven for target segment",
                                                        "blockLocation": "Market",
                                                        "impactLevel": "Hi"
                                                    },
                                                    "requiredProof": {
                                                        "target": "Repeatable buyer commitment signal",
                                                        "acceptanceCondition": "3+ confirmed signals from same segment",
                                                        "targetCapabilityDomain": "Market Management"
                                                    },
                                                    "buildingBlocks": {
                                                        "Mission": { "score": 2 },
                                                        "Team": { "score": 2 },
                                                        "Plan": { "score": 2 },
                                                        "BusinessModel": { "score": 1 },
                                                        "Market": { "score": 2 },
                                                        "Foundation": { "score": 2 }
                                                    },
                                                    "capabilities": {
                                                        "ot-hh-venture": { "maturityLevel": 1, "loopRole": "outcome-loop" },
                                                        "ot-hh-assumption": { "maturityLevel": 0, "loopRole": "value-loop" },
                                                        "ot-hh-validation": { "maturityLevel": 2, "loopRole": "value-loop" },
                                                        "ot-hh-market": { "maturityLevel": 1, "loopRole": "value-loop" },
                                                        "ot-hh-business-model": { "maturityLevel": 0, "loopRole": "value-loop" },
                                                        "ot-hh-stakeholder": { "maturityLevel": 0, "loopRole": "value-loop" },
                                                        "ot-hh-decision": { "maturityLevel": 0, "loopRole": "value-loop" }
                                                    }
                                                },
                                                "recordedState": {
                                                    "evidence": {}
                                                },
                                                "proposedState": {
                                                    "pendingQuotes": {},
                                                    "activeRequests": {}
                                                },
                                                "writePathConfig": {
                                                    "commitmentBoundary": {
                                                        "costLimit": 500,
                                                        "reversibilityClassification": "irreversible",
                                                        "scopeChangeDetection": true
                                                    },
                                                    "autoAcceptanceProfiles": {
                                                        "routine-constraint-update": {
                                                            "pattern": { "type": "constraint-update", "sameStage": true, "evidenceBacked": true },
                                                            "boundary": { "metric": "count", "max": 10, "reset": "per-stage" },
                                                            "scope": "venture"
                                                        }
                                                    }
                                                },
                                                "contractLibraries": {
                                                    "hunchhatch": {
                                                        "levels": {},
                                                        "activeLevel": "default",
                                                        "safeguardRefs": {
                                                            "authority-check": { "id": "authority-check", "type": "blocking" },
                                                            "foundation-check": { "id": "foundation-check", "type": "blocking" },
                                                            "commitment-boundary-check": { "id": "commitment-boundary-check", "type": "advisory" }
                                                        },
                                                        "constraintTemplates": {}
                                                    }
                                                },
                                                "paths": {
                                                    "market-validation": {
                                                        "name": "Market validation path",
                                                        "routeType": "learning",
                                                        "prerequisite": "dominant constraint targets Market block",
                                                        "expectedOutcome": "MarketSignal",
                                                        "reusable": true
                                                    },
                                                    "hypothesis-to-proof": {
                                                        "name": "Hypothesis to proof path",
                                                        "routeType": "learning",
                                                        "prerequisite": "hypothesis exists",
                                                        "expectedOutcome": "ProofState",
                                                        "reusable": true
                                                    }
                                                },
                                                "activeActor": "Founder"
                                            },
                                            "filter": {
                                                "expandedLevels": 2,
                                                "hideKeys": false,
                                                "rootClass": "hh-layout",
                                                "layoutClass": "hh-layout",
                                                "componentMap": {
                                                    "string": "ot-text-v1.0.0",
                                                    "number": "ot-text-v1.0.0",
                                                    "boolean": "ot-text-v1.0.0",
                                                    "topBar": "ot-hh-top-bar-v1.0.0",
                                                    "constraint": "ot-hh-constraint-v1.0.0",
                                                    "evidence": "ot-hh-evidence-v1.0.0",
                                                    "pendingQuotes": "ot-hh-quote-content-v1.0.0",
                                                    "requestList": "ot-hh-request-list-v1.0.0",
                                                    "newRequestControl": "ot-hh-new-request-v1.0.0",
                                                    "capabilitySelector": "ot-hh-capability-selector-v1.0.0",
                                                    "capabilityDetail": "ot-hh-capability-loop-v1.0.0",
                                                    "capabilityLoop": "ot-hh-capability-loop-v1.0.0",
                                                    "inputs": "ot-hh-inputs-v1.0.0",
                                                    "outputs": "ot-hh-outputs-v1.0.0",
                                                    "transformations": "ot-hh-transformations-v1.0.0",
                                                    "contextConstraints": "ot-hh-context-constraints-v1.0.0",
                                                    "maturityModel": "ot-hh-maturity-model-v1.0.0",
                                                    "controlQuality": "ot-hh-control-quality-v1.0.0",
                                                    "pathFlow": "ot-hh-path-flow-v1.0.0",
                                                    "proofStatus": "ot-hh-proof-status-v1.0.0",
                                                    "currentPath": "ot-hh-current-path-v1.0.0",
                                                    "decision": "ot-hh-decision-v1.0.0",
                                                    "obsolescenceIndicators": "ot-hh-obsolescence-indicator-v1.0.0",
                                                    "deadlockEscalations": "ot-hh-deadlock-escalation-v1.0.0",
                                                    "compositionCreator": "ot-hh-composition-creator-v1.0.0",
                                                    "compositionStatus": "ot-hh-composition-status-v1.0.0"
                                                }
                                            }
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-hunchhatch",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": {
                                    "ot-ui": { "canExecute": true },
                                    "ot-hh-venture-v1.0.0": { "canExecute": true }
                                }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": {
                            "requiredConclusions": []
                        },
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "parentLoopId": null,
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },

                "loop-codemirror": {
                    "request": {
                        "title": "Display code editor",
                        "description": "Render the CodeMirror code editor component",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-codemirror": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-codemirror-v1.0.0",
                                            "refId": "codemirror-main",
                                            "props": {}
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-codemirror",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },


                "loop-worlds-navigator": {
                    "_index": {
                        "_description": "Keyword index for navigating this request's test data. Use these keys to locate sections when making changes.",
                        "request-id": "loop-worlds-navigator",
                        "component": "ot-worlds-navigator-v1.0.0",
                        "root-universe": "ironhaven-city | Ironhaven City | City Surface",
                        "sub-universes": {
                            "town-hall-interior": "Town Hall Interior | building interior | rooms furniture staircase",
                            "library-interior": "Grand Library | library | bookshelves reading-desk study",
                            "ironhaven-underground": "Ironhaven Sewers | underground sewers tunnels | SHARED by 3 surface entries + cellar",
                            "deep-cavern": "Deep Cavern | deep underground | crystals | nested inside ironhaven-underground"
                        },
                        "shared-references": ["ironhaven-underground referenced by 2 string-ref entities at surface level"],
                        "altitude-portals": ["watchtower (up +100 at 820,300)", "watchtower stairs-up (+100 at alt:100)", "watchtower stairs-down (-100 at alt:200)", "cellar (down -80 at 350,200 + universe)", "town-hall staircase-up (+15)", "town-hall cellar-stairs (-10)", "library spiral-stairs (+12)", "sewer shaft-ladder (down -40)", "sewer ladder-up (+8)"],
                        "entity-categories": {
                            "buildings-with-interior": ["town-hall at 450,100", "library at 500,320"],
                            "buildings-no-interior": ["house at 100,80", "shop at 280,60", "warehouse at 250,300", "inn at 50,250", "barracks at 720,80", "smithy at 750,250", "stable at 850,150"],
                            "roads": ["main-road at 150,500", "market-road at 550,500", "bridge-lane at 440,500", "high-street at 400,270", "chapel-row at 200,170", "garrison-road at 650,170", "west-wall-path at 100,170", "east-wall-path at 840,80", "south-gate at 450,550"],
                            "sewer-entrances": ["manhole-1 at 200,180 (inline)", "manhole-2 at 600,200 (shared-ref)", "manhole-3 at 400,450 (shared-ref)", "cellar at 350,200 (shared-ref + altitudeSpan -80)"],
                            "staircases": ["watchtower stairs-up at 845,345 alt:100 (+100)", "watchtower stairs-down at 845,330 alt:200 (-100)", "town-hall staircase-up at 160,60 (+15)", "town-hall cellar-stairs at 160,10 (-10)", "library spiral-stairs at 140,0 (+12)", "sewer shaft-ladder at 160,60 (-40)", "sewer ladder-up at 100,60 (+8)"],
                            "high-altitude": ["eagle at 300,400 alt:350", "hawk at 500,150 alt:400", "crow at 700,350 alt:380"],
                            "underground-visible": ["rat at 150,420 alt:-50", "spider at 650,420 alt:-30"]
                        },
                        "scale-units": {
                            "surface": "m (factor 5)",
                            "town-hall": "m (factor 1)",
                            "library": "m (factor 1)",
                            "sewers": "m (factor 2)",
                            "deep-cavern": "m (factor 1)"
                        }
                    },
                    "request": {
                        "title": "Worlds Navigator Demo",
                        "description": "Render the Worlds Navigator spatial workspace with multi-level test data including portals, altitude portals, shared universe references, and different scale units",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-worlds-navigator": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-worlds-navigator-v1.0.0",
                                            "refId": "worlds-navigator-main",
                                            "props": {
                                                "id": "ironhaven-city",
                                                "label": "Ironhaven City",
                                                "rootLabel": "City Surface",
                                                "camera": { "x": 0, "y": 0, "z": 1 },
                                                "maxZoom": 80,
                                                "minZoom": 0.1,
                                                "universeEntryThreshold": 0.9,
                                                "maxFocusDepth": 10,
                                                "gridPattern": { "spacing": 50, "colour": "rgba(120, 130, 140, 0.12)" },
                                                "scaleUnit": "m",
                                                "scaleFactor": 5,
                                                "altitudeVisibilityRange": 65,
                                                "altitudeMin": -15,
                                                "altitudeMax": 60,
                                                "portalTolerance": 15,
                                                "lightSources": [
                                                    { "id": "sun-main", "x": 500, "y": 300, "altitude": 0, "template": "Sunlight", "reach": 5000 },
                                                    { "id": "lamp-main-road-1", "x": 300, "y": 500, "altitude": 0, "template": "Lamp", "direction": 180, "color": "rgb(200, 220, 255)" },
                                                    { "id": "lamp-market-1", "x": 700, "y": 500, "altitude": 0, "template": "Lamp", "direction": 180, "color": "rgb(255, 180, 100)" },
                                                    { "id": "lamp-high-st", "x": 420, "y": 350, "altitude": 0, "template": "Lamp", "direction": 180, "color": "rgb(180, 255, 180)" },
                                                    { "id": "campfire-inn", "x": 130, "y": 310, "altitude": 0, "template": "Campfire", "color": "rgb(255, 120, 50)" },
                                                    { "id": "wtorch-barracks", "x": 770, "y": 100, "altitude": 0, "template": "Wall_Torch", "direction": 270, "color": "rgb(255, 100, 80)" },
                                                    { "id": "wtorch-tower", "x": 820, "y": 340, "altitude": 0, "template": "Wall_Torch", "direction": 180, "color": "rgb(200, 150, 255)" }
                                                ],
                                                "entities": [
                                                    { "x": 160, "y": 125, "width": 120, "height": 90, "depth": 1, "altitude": 0, "label": "House", "type": "building", "rotation": 12 },
                                                    { "x": 330, "y": 110, "width": 100, "height": 100, "depth": 1, "altitude": 0, "label": "Shop", "type": "commerce", "rotation": -5 },
                                                    { "x": 550, "y": 180, "width": 200, "height": 160, "depth": 2, "altitude": 0, "type": "building-major",
                                                      "universe": {
                                                          "id": "town-hall-interior",
                                                          "label": "Town Hall Interior",
                                                          "camera": { "x": 0, "y": 0, "z": 40 },
                                                          "maxZoom": 40,
                                                          "minZoom": 0.1,
                                                          "universeEntryThreshold": 0.9,
                                                          "gridPattern": { "spacing": 30, "colour": "rgba(180, 160, 120, 0.15)" },
                                                          "scaleUnit": "m",
                                                          "scaleFactor": 1,
                                                          "altitudeVisibilityRange": 50,
                                                          "altitudeMin": 0,
                                                          "altitudeMax": 30,
                                                          "lightSources": [
                                                              { "id": "bulb-main-hall", "x": 80, "y": 60, "altitude": 0, "template": "Lightbulb" },
                                                              { "id": "bulb-council", "x": 150, "y": 80, "altitude": 0, "template": "Lightbulb", "intensity": 0.7 },
                                                              { "id": "lantern-reception", "x": 120, "y": 110, "altitude": 0, "template": "Lantern" }
                                                          ],
                                                          "entities": [
                                                              { "x": 50, "y": 40, "width": 60, "height": 40, "depth": 0, "altitude": 0, "label": "Main Hall", "type": "room" },
                                                              { "x": 125, "y": 55, "width": 50, "height": 50, "depth": 0, "altitude": 0, "label": "Council Chamber", "type": "room" },
                                                              { "x": 80, "y": 95, "width": 80, "height": 30, "depth": 1, "altitude": 0, "label": "Reception", "type": "room" },
                                                              { "x": 175, "y": 90, "width": 30, "height": 60, "depth": 0, "altitude": 10, "label": "Staircase Up", "portalAltitudeSpan": 15, "type": "stairs" },
                                                              { "x": 173, "y": 23, "width": 25, "height": 25, "depth": 0, "altitude": 0, "label": "Cellar Stairs", "portalAltitudeSpan": -10, "type": "stairs" }
                                                          ]
                                                      }
                                                    },
                                                    { "x": 340, "y": 360, "width": 180, "height": 120, "depth": 1, "altitude": 0, "label": "Warehouse", "type": "building", "rotation": -8 },
                                                    { "x": 580, "y": 390, "width": 160, "height": 140, "depth": 2, "altitude": 0, "type": "building-major",
                                                      "universe": {
                                                          "id": "library-interior",
                                                          "label": "Grand Library",
                                                          "camera": { "x": 0, "y": 0, "z": 1 },
                                                          "maxZoom": 35,
                                                          "minZoom": 0.1,
                                                          "universeEntryThreshold": 0.9,
                                                          "gridPattern": { "spacing": 25, "colour": "rgba(100, 80, 60, 0.12)" },
                                                          "scaleUnit": "m",
                                                          "scaleFactor": 1,
                                                          "altitudeVisibilityRange": 40,
                                                          "altitudeMin": 0,
                                                          "altitudeMax": 20,
                                                          "lightSources": [
                                                              { "id": "candle-desk", "x": 160, "y": 90, "altitude": 0, "template": "Candle" },
                                                              { "id": "candle-study", "x": 110, "y": 130, "altitude": 0, "template": "Candle" },
                                                              { "id": "lamp-map-table", "x": 160, "y": 155, "altitude": 0, "template": "Lamp", "direction": 180 }
                                                          ],
                                                          "entities": [
                                                              { "x": 60, "y": 20, "width": 100, "height": 20, "depth": 0, "altitude": 0, "label": "Bookshelf A", "type": "furniture" },
                                                              { "x": 60, "y": 50, "width": 100, "height": 20, "depth": 0, "altitude": 0, "label": "Bookshelf B", "type": "furniture" },
                                                              { "x": 60, "y": 80, "width": 100, "height": 20, "depth": 0, "altitude": 0, "label": "Bookshelf C", "type": "furniture" },
                                                              { "x": 140, "y": 60, "width": 40, "height": 60, "depth": 1, "altitude": 0, "label": "Reading Desk", "type": "furniture" },
                                                              { "x": 80, "y": 115, "width": 60, "height": 30, "depth": 0, "altitude": 0, "label": "Study Area", "type": "room" },
                                                              { "x": 145, "y": 115, "width": 30, "height": 30, "depth": 0, "altitude": 0, "label": "Globe", "type": "furniture" },
                                                              { "x": 25, "y": 115, "width": 30, "height": 30, "depth": 0, "altitude": 0, "label": "Fireplace", "type": "furniture", "lightSource": { "template": "Fireplace" } },
                                                              { "x": 120, "y": 148, "width": 80, "height": 15, "depth": 0, "altitude": 0, "label": "Map Table", "type": "furniture" },
                                                              { "x": 150, "y": 20, "width": 20, "height": 40, "depth": 0, "altitude": 0, "label": "Spiral Stairs", "portalAltitudeSpan": 12, "type": "stairs" }
                                                          ]
                                                      }
                                                    },
                                                    { "x": 90, "y": 290, "width": 80, "height": 80, "depth": 0, "altitude": 0, "label": "Inn", "type": "commerce", "rotation": 3 },
                                                    { "x": 770, "y": 130, "width": 100, "height": 100, "depth": 1, "altitude": 0, "label": "Barracks", "type": "military", "rotation": -2 },
                                                    { "x": 785, "y": 285, "width": 70, "height": 70, "depth": 0, "altitude": 0, "label": "Smithy", "type": "commerce" },
                                                    { "x": 895, "y": 180, "width": 90, "height": 60, "depth": 0, "altitude": 0, "label": "Stable", "type": "building", "rotation": 15 },
                                                    { "x": 300, "y": 520, "width": 300, "height": 40, "depth": 0, "altitude": 0, "label": "Main Road", "type": "road" },
                                                    { "x": 700, "y": 520, "width": 300, "height": 40, "depth": 0, "altitude": 0, "label": "Market Road", "type": "road" },
                                                    { "x": 500, "y": 520, "width": 120, "height": 40, "depth": 0, "altitude": 0, "label": "Bridge Lane", "type": "road" },
                                                    { "x": 420, "y": 390, "width": 40, "height": 240, "depth": 0, "altitude": 0, "label": "High Street", "type": "road" },
                                                    { "x": 305, "y": 185, "width": 210, "height": 30, "depth": 0, "altitude": 0, "label": "Chapel Row", "type": "road" },
                                                    { "x": 740, "y": 185, "width": 180, "height": 30, "depth": 0, "altitude": 0, "label": "Garrison Road", "type": "road" },
                                                    { "x": 115, "y": 340, "width": 30, "height": 340, "depth": 0, "altitude": 0, "label": "West Wall Path", "type": "road" },
                                                    { "x": 855, "y": 230, "width": 30, "height": 300, "depth": 0, "altitude": 0, "label": "East Wall Path", "type": "road" },
                                                    { "x": 470, "y": 590, "width": 40, "height": 80, "depth": 0, "altitude": 0, "label": "South Gate", "type": "gate" },
                                                    { "x": 220, "y": 200, "width": 40, "height": 40, "depth": 3, "altitude": 0, "label": "Manhole #1", "type": "manhole",
                                                      "universe": {
                                                          "id": "ironhaven-underground",
                                                          "label": "Ironhaven Sewers",
                                                          "camera": { "x": 0, "y": 0, "z": 1 },
                                                          "maxZoom": 50,
                                                          "minZoom": 0.1,
                                                          "universeEntryThreshold": 0.9,
                                                          "gridPattern": { "spacing": 40, "colour": "rgba(60, 80, 60, 0.2)" },
                                                          "scaleUnit": "m",
                                                          "scaleFactor": 2,
                                                          "altitudeVisibilityRange": 100,
                                                          "altitudeMin": -50,
                                                          "altitudeMax": 0,
                                                          "portalTolerance": 5,
                                                          "lightSources": [
                                                              { "id": "wtorch-north", "x": 120, "y": 50, "altitude": -10, "template": "Wall_Torch", "direction": 180 },
                                                              { "id": "wtorch-junction", "x": 80, "y": 140, "altitude": -20, "template": "Wall_Torch", "direction": 90 }
                                                          ],
                                                          "entities": [
                                                              { "x": 120, "y": 35, "width": 200, "height": 30, "depth": 0, "altitude": -10, "label": "North Tunnel", "type": "tunnel" },
                                                              { "x": 35, "y": 155, "width": 30, "height": 150, "depth": 0, "altitude": -10, "label": "West Pipe", "type": "tunnel" },
                                                              { "x": 215, "y": 155, "width": 30, "height": 150, "depth": 0, "altitude": -10, "label": "East Pipe", "type": "tunnel" },
                                                              { "x": 110, "y": 140, "width": 60, "height": 40, "depth": 1, "altitude": -20, "label": "Junction", "type": "sewer", "lightSource": { "template": "Torch" } },
                                                              { "x": 155, "y": 205, "width": 50, "height": 50, "depth": 1, "altitude": -30, "label": "Cistern", "type": "sewer" },
                                                              { "x": 100, "y": 230, "width": 80, "height": 60, "depth": 2, "altitude": -25, "label": "Cavern Entrance", "type": "cavern",
                                                                "universe": {
                                                                    "id": "deep-cavern",
                                                                    "label": "Deep Cavern",
                                                                    "camera": { "x": 0, "y": 0, "z": 1 },
                                                                    "maxZoom": 30,
                                                                    "minZoom": 0.1,
                                                                    "gridPattern": { "spacing": 15, "colour": "rgba(40, 30, 50, 0.25)" },
                                                                    "scaleUnit": "m",
                                                                    "scaleFactor": 1,
                                                                    "altitudeVisibilityRange": 999,
                                                                    "altitudeMin": -100,
                                                                    "altitudeMax": -50,
                                                                    "lightSources": [
                                                                        { "id": "crystal-glow", "x": 130, "y": 100, "altitude": -70, "template": "Configurable_Light", "color": "rgb(120, 80, 220)", "temperature": 8000, "intensity": 0.6, "reach": 100, "animation": { "type": "pulse", "speed": 0.3, "amplitude": 0.1 } }
                                                                    ],
                                                                    "entities": [
                                                                        { "x": 70, "y": 50, "width": 120, "height": 80, "depth": 0, "altitude": -70, "label": "Crystal Chamber", "type": "cavern" },
                                                                        { "x": 70, "y": 150, "width": 80, "height": 60, "depth": 1, "altitude": -80, "label": "Gem Deposit", "type": "cavern" }
                                                                    ]
                                                                }
                                                              },
                                                              { "x": 175, "y": 75, "width": 30, "height": 30, "depth": 0, "altitude": -5, "label": "Shaft Ladder", "portalAltitudeSpan": -40, "portalTolerance": 3, "type": "stairs" },
                                                              { "x": 113, "y": 73, "width": 25, "height": 25, "depth": 0, "altitude": -10, "label": "Ladder Up", "portalAltitudeSpan": 8, "portalTolerance": 2, "type": "stairs" }
                                                          ]
                                                      }
                                                    },
                                                    { "x": 620, "y": 220, "width": 40, "height": 40, "depth": 3, "altitude": 0, "label": "Manhole #2", "type": "manhole",
                                                      "universe": "ironhaven-underground"
                                                    },
                                                    { "x": 420, "y": 470, "width": 40, "height": 40, "depth": 3, "altitude": 0, "label": "Manhole #3", "type": "manhole",
                                                      "universe": "ironhaven-underground"
                                                    },
                                                    { "x": 845, "y": 340, "width": 50, "height": 80, "depth": 2, "altitude": 0, "label": "Watchtower", "portalAltitudeSpan": 6, "portalTolerance": 1, "type": "tower" },
                                                    { "x": 845, "y": 320, "width": 46, "height": 36, "depth": 2, "altitude": 6, "label": "WT Armoury", "type": "room" },
                                                    { "x": 833, "y": 351, "width": 22, "height": 18, "depth": 3, "altitude": 6, "label": "WT Arrow Slits", "type": "military" },
                                                    { "x": 857, "y": 351, "width": 18, "height": 18, "depth": 3, "altitude": 6, "label": "WT Stairs Up", "portalAltitudeSpan": 6, "type": "stairs" },
                                                    { "x": 857, "y": 311, "width": 18, "height": 18, "depth": 3, "altitude": 6, "label": "WT Stairs Down", "portalAltitudeSpan": -6, "type": "stairs" },
                                                    { "x": 845, "y": 330, "width": 46, "height": 56, "depth": 2, "altitude": 12, "label": "WT Observation Deck", "type": "room" },
                                                    { "x": 857, "y": 349, "width": 18, "height": 18, "depth": 3, "altitude": 12, "label": "WT Stairs Down", "portalAltitudeSpan": -6, "type": "stairs" },
                                                    { "x": 365, "y": 215, "width": 30, "height": 30, "depth": 1, "altitude": 0, "label": "Cellar", "portalAltitudeSpan": -5, "portalTolerance": 1, "universe": "ironhaven-underground", "type": "stairs" },
                                                    { "x": 313, "y": 413, "width": 25, "height": 25, "depth": 0, "altitude": 40, "label": "Eagle", "type": "creature" },
                                                    { "x": 510, "y": 160, "width": 20, "height": 20, "depth": 0, "altitude": 50, "label": "Hawk", "type": "creature" },
                                                    { "x": 708, "y": 358, "width": 15, "height": 15, "depth": 0, "altitude": 45, "label": "Crow", "type": "creature" },
                                                    { "x": 165, "y": 430, "width": 30, "height": 20, "depth": 0, "altitude": -5, "label": "Rat", "type": "creature" },
                                                    { "x": 663, "y": 433, "width": 25, "height": 25, "depth": 0, "altitude": -3, "label": "Spider", "type": "creature" }
                                                ]
                                            }
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-worlds-navigator",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },

                "loop-webshop-stickers": {
                    "request": {
                        "title": "Create webshop for musician stickers",
                        "description": "Build a webshop interface for browsing, selecting, and purchasing musician-themed stickers",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-product-catalogue": {
                                "data": {},
                                "constraints": [],
                                "definitions": ["product-listing", "search", "stickers"]
                            },
                            "del-shopping-cart": {
                                "data": {},
                                "constraints": [],
                                "definitions": ["cart", "checkout"]
                            },
                            "del-payment": {
                                "data": {},
                                "constraints": [],
                                "definitions": ["checkout", "payment"]
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-product-catalogue",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }, {
                            "steps": [{
                                "deliverableRef": "del-shopping-cart",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }, {
                            "steps": [{
                                "deliverableRef": "del-payment",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                },

                "loop-pages-deployer": {
                    "request": {
                        "title": "Cloudflare Pages Deployer",
                        "description": "Render the Cloudflare Pages deployment UI for deploying static assets from the dev server",
                        "status": "in-progress",
                        "mode": "execution",
                        "targetCapability": { "cap-id": "ot-void", "step-id": "absorb-ui" },
                        "deliverables": {
                            "del-pages-deployer": {
                                "data": {
                                    "global": {
                                        "components-tree": {
                                            "__\bcomp_type": "ot-pages-deployer-v1.0.0",
                                            "refId": "pages-deployer-main",
                                            "props": {}
                                        }
                                    }
                                },
                                "constraints": []
                            }
                        },
                        "paths": [{
                            "steps": [{
                                "deliverableRef": "del-pages-deployer",
                                "cap-id": "ot-void",
                                "step-id": "absorb-ui",
                                "grants": { "ot-ui": { "canExecute": true } }
                            }]
                        }],
                        "plan": null,
                        "planConsistencyProof": null,
                        "expectedOutcome": null,
                        "conclusionRef": null,
                        "preconditions": null,
                        "abandonReason": null,
                        "requestAttempts": 0,
                        "matchEvaluator": null
                    },
                    "limits": { "maxAttempts": 1000, "maxTime": 3600000 },
                    "status": "idle",
                    "attempts": 0,
                    "startedAt": null,
                    "errorInfo": null
                }
            }
        }
    }
}
