{
  "package": "an-world:agent-projection",
  "kind": "visiting-read-only",
  "session": false,
  "invoke": "session-required",
  "request-access": "curated — not invocable without a human session",
  "focused-entity": "svra",
  "available-actions": [
    {
      "id": "focus",
      "name": "Focus",
      "input": [
        {
          "name": "entity",
          "param_type": "EntityRef(\"Entity\")",
          "required": true
        }
      ],
      "output": [
        {
          "name": "focused",
          "param_type": "EntityRef(\"Entity\")",
          "required": true
        }
      ],
      "requires_confirmation": false,
      "side_effect": "None"
    },
    {
      "id": "request_access",
      "name": "Request access",
      "input": [],
      "output": [
        {
          "name": "status",
          "param_type": "Text(\"pending\")",
          "required": true
        }
      ],
      "requires_confirmation": true,
      "side_effect": "CreatesRecord"
    },
    {
      "id": "view.activate",
      "name": "Activate view",
      "input": [
        {
          "name": "view",
          "param_type": "Text(\"landing | movements | federation | reference | glossary | settings | stack\")",
          "required": true
        }
      ],
      "output": [
        {
          "name": "active",
          "param_type": "Text(\"view\")",
          "required": true
        }
      ],
      "requires_confirmation": false,
      "side_effect": "ModifiesState"
    },
    {
      "id": "component.mount",
      "name": "Mount component",
      "input": [
        {
          "name": "id",
          "param_type": "Text(\"operator\")",
          "required": true
        }
      ],
      "output": [
        {
          "name": "seated",
          "param_type": "EntityRef(\"Need\")",
          "required": true
        }
      ],
      "requires_confirmation": false,
      "side_effect": "ModifiesState"
    },
    {
      "id": "entity.create",
      "name": "Create entity",
      "input": [
        {
          "name": "name",
          "param_type": "Text(\"need name — visitor words\")",
          "required": true
        }
      ],
      "output": [
        {
          "name": "seated",
          "param_type": "EntityRef(\"Need\")",
          "required": true
        }
      ],
      "requires_confirmation": false,
      "side_effect": "ModifiesState"
    },
    {
      "id": "ask",
      "name": "Ask",
      "input": [
        {
          "name": "query",
          "param_type": "Text(\"question at the well\")",
          "required": true
        }
      ],
      "output": [
        {
          "name": "question",
          "param_type": "EntityRef(\"Question\")",
          "required": true
        }
      ],
      "requires_confirmation": false,
      "side_effect": "ModifiesState"
    },
    {
      "id": "theme.activate",
      "name": "Activate theme",
      "input": [
        {
          "name": "theme",
          "param_type": "Text(\"svra | ember\")",
          "required": true
        }
      ],
      "output": [
        {
          "name": "active",
          "param_type": "Text(\"theme\")",
          "required": true
        }
      ],
      "requires_confirmation": false,
      "side_effect": "ModifiesState"
    }
  ],
  "entities": [
    {
      "id": "svra",
      "entity_type": "Brand",
      "fields": [
        {
          "name": "title",
          "value": "SVRA",
          "live": false
        },
        {
          "name": "label",
          "value": "SVRA",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Sustaining fabric",
          "live": false
        },
        {
          "name": "text",
          "value": "The sovereign, verifiable, rhizomatic, autonomous sustaining fabric. Intelligence is becoming property. The brand is the trust root — the verifying keys that attest which cells belong. an-world is the first production-grade instance.",
          "live": false
        }
      ]
    },
    {
      "id": "sovereign",
      "entity_type": "Property",
      "fields": [
        {
          "name": "title",
          "value": "Sovereign",
          "live": false
        },
        {
          "name": "label",
          "value": "Sovereign",
          "live": false
        },
        {
          "name": "kicker",
          "value": "S · identity",
          "live": false
        },
        {
          "name": "text",
          "value": "Your models. Your holograms. Your memory programs. Your keys. Operators own their cells, data, and intelligence. The substrate never holds what the operator can hold.",
          "live": false
        }
      ]
    },
    {
      "id": "verifiable",
      "entity_type": "Property",
      "fields": [
        {
          "name": "title",
          "value": "Verifiable",
          "live": false
        },
        {
          "name": "label",
          "value": "Verifiable",
          "live": false
        },
        {
          "name": "kicker",
          "value": "V · identity",
          "live": false
        },
        {
          "name": "text",
          "value": "Everything is proven, not asserted. CRDT-reconciled state, compliance predicates, audit-on-demand proof kits. The trust question is who may join — state already converges.",
          "live": false
        }
      ]
    },
    {
      "id": "rhizomatic",
      "entity_type": "Property",
      "fields": [
        {
          "name": "title",
          "value": "Rhizomatic",
          "live": false
        },
        {
          "name": "label",
          "value": "Rhizomatic",
          "live": false
        },
        {
          "name": "kicker",
          "value": "R · identity",
          "live": false
        },
        {
          "name": "text",
          "value": "Sovereign cells on a shared substrate, no central controller. Copies improve the whole. Branching is native. The federation is a peer graph, not a platform.",
          "live": false
        }
      ]
    },
    {
      "id": "autonomous",
      "entity_type": "Property",
      "fields": [
        {
          "name": "title",
          "value": "Autonomous",
          "live": false
        },
        {
          "name": "label",
          "value": "Autonomous",
          "live": false
        },
        {
          "name": "kicker",
          "value": "A · identity",
          "live": false
        },
        {
          "name": "text",
          "value": "Humans define constraints. Agents mint, list, license, and consume. The fabric magnifies human effort because agents operate it — not because humans got better tools.",
          "live": false
        }
      ]
    },
    {
      "id": "premise",
      "entity_type": "Manifesto",
      "fields": [
        {
          "name": "title",
          "value": "Intelligence is becoming property",
          "live": false
        },
        {
          "name": "label",
          "value": "Premise",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Manifesto · premise",
          "live": false
        },
        {
          "name": "text",
          "value": "A corpus can be compiled into a sealed, versioned, addressable holographic object that answers, grounds, and compounds. Self-custody of assets was the lesson of the last cycle. Self-custody of intelligence is the lesson of this one.",
          "live": false
        }
      ]
    },
    {
      "id": "self-custody",
      "entity_type": "Manifesto",
      "fields": [
        {
          "name": "title",
          "value": "Self-custodial by default",
          "live": false
        },
        {
          "name": "label",
          "value": "Custody",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Manifesto · I",
          "live": false
        },
        {
          "name": "text",
          "value": "Your models. Your holograms. Your memory programs. Your keys. Marketplace by opt-in. Exit is a single export — the artifact keeps working on your machine with no one's permission. PrivateOffline is a first-class path, not a degraded mode.",
          "live": false
        }
      ]
    },
    {
      "id": "franchise",
      "entity_type": "Manifesto",
      "fields": [
        {
          "name": "title",
          "value": "Open standard, captured operation",
          "live": false
        },
        {
          "name": "label",
          "value": "Franchise",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Manifesto · VIII",
          "live": false
        },
        {
          "name": "text",
          "value": "The seed is the playbook. Value is captured at the operation layer, not the knowledge layer. A rival who takes the open seed gets the recipe, not the franchise. Openness is the onboarding mechanism — closing the seed would protect nothing and kill the only scaling path.",
          "live": false
        }
      ]
    },
    {
      "id": "trust-root",
      "entity_type": "Federation",
      "fields": [
        {
          "name": "title",
          "value": "The brand is the trust root",
          "live": false
        },
        {
          "name": "label",
          "value": "Trust",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Federation · brand",
          "live": false
        },
        {
          "name": "text",
          "value": "Adding a cell's key to the trust root is the franchise license. Governance and the trust root are the same cryptographic act — a mutation gated by the signing quorum, not a legal contract. The real lever was never secrecy of the seed. It is custody of the trust root.",
          "live": false
        }
      ]
    },
    {
      "id": "inverted-law",
      "entity_type": "Federation",
      "fields": [
        {
          "name": "title",
          "value": "The inverted power law",
          "live": false
        },
        {
          "name": "label",
          "value": "Moat",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Federation · custody",
          "live": false
        },
        {
          "name": "text",
          "value": "Most networks get less secure as they grow. This one gets more secure. Each TSS-eligible Full Cell adds an independent compromise plane. The recipe is public. The moat is the network of operating planes — and it strengthens with scale.",
          "live": false
        }
      ]
    },
    {
      "id": "full-cell",
      "entity_type": "Federation",
      "fields": [
        {
          "name": "title",
          "value": "Full Cell",
          "live": false
        },
        {
          "name": "label",
          "value": "Full Cell",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Federation · thesis",
          "live": false
        },
        {
          "name": "text",
          "value": "A Full Cell runs the entire core stack and federates as a peer. The federation is not a blockchain: CRDT converges state without consensus. The trust question moves from how we agree on state (solved) to who is allowed to join (governance).",
          "live": false
        }
      ]
    },
    {
      "id": "request-access",
      "entity_type": "Action",
      "fields": [
        {
          "name": "title",
          "value": "Join",
          "live": false
        },
        {
          "name": "label",
          "value": "Join",
          "live": false
        },
        {
          "name": "kicker",
          "value": "Admission",
          "live": false
        },
        {
          "name": "text",
          "value": "Admission is curated, not open. This is not a signup. This surface does not mint cells. Phase 1 is founder-voucher: the founder signs a trust-root grant. That act is the franchise license. Contributor cells join build-cache and intelligence first. A Full Cell adds custody, marketplace, and governance. Later phases — operator-vouched, then possibly token-curated — wait until enough Full Cells exist. The door is the start of a countdown.",
          "live": false
        }
      ]
    }
  ],
  "views": [
    {
      "id": "landing",
      "collection-of": "Brand",
      "importance": [
        "title",
        "text"
      ],
      "role": "main"
    },
    {
      "id": "movements",
      "collection-of": "Brand",
      "importance": [
        "title",
        "text"
      ],
      "role": "main"
    },
    {
      "id": "federation",
      "collection-of": "Brand",
      "importance": [
        "title",
        "text"
      ],
      "role": "main"
    },
    {
      "id": "reference",
      "collection-of": "Instrument",
      "importance": [
        "title",
        "text"
      ],
      "role": "complementary"
    },
    {
      "id": "glossary",
      "collection-of": "Instrument",
      "importance": [
        "title",
        "text"
      ],
      "role": "complementary"
    },
    {
      "id": "settings",
      "collection-of": "Instrument",
      "importance": [
        "title",
        "text"
      ],
      "role": "complementary"
    },
    {
      "id": "stack",
      "collection-of": "Instrument",
      "importance": [
        "title",
        "text"
      ],
      "role": "complementary"
    }
  ],
  "wit": "package an-world:agent-projection;\n\ninterface agent {\n    record action {\n        id: string,\n        name: string,\n        input: list<param>,\n        output: list<param>,\n        requires-confirmation: bool,\n        side-effect: string\n    }\n\n    record param {\n        name: string,\n        param-type: string,\n        required: bool\n    }\n\n    record action-result {\n        action-id: string,\n        success: bool,\n        entity-ids: list<string>,\n        error: option<string>\n    }\n\n    record field {\n        name: string,\n        value: string,\n        live: bool\n    }\n\n    record view-structure {\n        id: string,\n        collection-of: string,\n        importance: list<string>,\n        role: string\n    }\n\n    record confirmation-request {\n        action-id: string,\n        action-name: string,\n        summary: string,\n        side-effects: list<string>\n    }\n\n    variant call-result {\n        completed(action-result),\n        needs-confirmation(confirmation-request)\n    }\n\n    available-actions: func() -> list<action>;\n    invoke-action: func(action-id: string, params: list<tuple<string, string>>) -> call-result;\n    entity-fields: func(entity-id: string) -> list<field>;\n    view-structure: func(view-id: string) -> view-structure;\n}\n\n// @instance\n{\"id\":\"an-addr:fragment:svra-brand:v0.1\",\"publisher\":\"did:svra:org\",\"version\":\"an-addr:fragment:svra-brand:v0.1\",\"schema_version\":\"0.1.0\",\"entities\":[{\"id\":\"svra\",\"entity_type\":\"Brand\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"SVRA\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"SVRA\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Sustaining fabric\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"The sovereign, verifiable, rhizomatic, autonomous sustaining fabric. Intelligence is becoming property. The brand is the trust root — the verifying keys that attest which cells belong. an-world is the first production-grade instance.\"},\"live\":false}],\"relationships\":[{\"target\":\"sovereign\",\"kind\":\"Contains\",\"weight\":1.0},{\"target\":\"verifiable\",\"kind\":\"Contains\",\"weight\":1.0},{\"target\":\"rhizomatic\",\"kind\":\"Contains\",\"weight\":1.0},{\"target\":\"autonomous\",\"kind\":\"Contains\",\"weight\":1.0},{\"target\":\"premise\",\"kind\":\"References\",\"weight\":0.85},{\"target\":\"franchise\",\"kind\":\"References\",\"weight\":0.85},{\"target\":\"full-cell\",\"kind\":\"Contains\",\"weight\":0.8}],\"importance\":\"Primary\",\"grouping\":null,\"privacy\":\"Public\"},{\"id\":\"sovereign\",\"entity_type\":\"Property\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Sovereign\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Sovereign\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"S · identity\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Your models. Your holograms. Your memory programs. Your keys. Operators own their cells, data, and intelligence. The substrate never holds what the operator can hold.\"},\"live\":false}],\"relationships\":[{\"target\":\"svra\",\"kind\":\"DerivedFrom\",\"weight\":0.9},{\"target\":\"self-custody\",\"kind\":\"References\",\"weight\":0.7},{\"target\":\"verifiable\",\"kind\":\"References\",\"weight\":0.3}],\"importance\":\"Secondary\",\"grouping\":\"identity\",\"privacy\":\"Public\"},{\"id\":\"verifiable\",\"entity_type\":\"Property\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Verifiable\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Verifiable\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"V · identity\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Everything is proven, not asserted. CRDT-reconciled state, compliance predicates, audit-on-demand proof kits. The trust question is who may join — state already converges.\"},\"live\":false}],\"relationships\":[{\"target\":\"svra\",\"kind\":\"DerivedFrom\",\"weight\":0.9},{\"target\":\"trust-root\",\"kind\":\"References\",\"weight\":0.7},{\"target\":\"rhizomatic\",\"kind\":\"References\",\"weight\":0.3}],\"importance\":\"Secondary\",\"grouping\":\"identity\",\"privacy\":\"Public\"},{\"id\":\"rhizomatic\",\"entity_type\":\"Property\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Rhizomatic\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Rhizomatic\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"R · identity\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Sovereign cells on a shared substrate, no central controller. Copies improve the whole. Branching is native. The federation is a peer graph, not a platform.\"},\"live\":false}],\"relationships\":[{\"target\":\"svra\",\"kind\":\"DerivedFrom\",\"weight\":0.9},{\"target\":\"franchise\",\"kind\":\"References\",\"weight\":0.65},{\"target\":\"autonomous\",\"kind\":\"References\",\"weight\":0.3}],\"importance\":\"Secondary\",\"grouping\":\"identity\",\"privacy\":\"Public\"},{\"id\":\"autonomous\",\"entity_type\":\"Property\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Autonomous\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Autonomous\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"A · identity\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Humans define constraints. Agents mint, list, license, and consume. The fabric magnifies human effort because agents operate it — not because humans got better tools.\"},\"live\":false}],\"relationships\":[{\"target\":\"svra\",\"kind\":\"DerivedFrom\",\"weight\":0.9},{\"target\":\"inverted-law\",\"kind\":\"References\",\"weight\":0.55},{\"target\":\"sovereign\",\"kind\":\"References\",\"weight\":0.3}],\"importance\":\"Secondary\",\"grouping\":\"identity\",\"privacy\":\"Public\"},{\"id\":\"premise\",\"entity_type\":\"Manifesto\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Intelligence is becoming property\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Premise\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Manifesto · premise\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"A corpus can be compiled into a sealed, versioned, addressable holographic object that answers, grounds, and compounds. Self-custody of assets was the lesson of the last cycle. Self-custody of intelligence is the lesson of this one.\"},\"live\":false}],\"relationships\":[{\"target\":\"svra\",\"kind\":\"DerivedFrom\",\"weight\":0.7},{\"target\":\"self-custody\",\"kind\":\"Contains\",\"weight\":0.8}],\"importance\":\"Secondary\",\"grouping\":\"manifesto\",\"privacy\":\"Public\"},{\"id\":\"self-custody\",\"entity_type\":\"Manifesto\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Self-custodial by default\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Custody\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Manifesto · I\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Your models. Your holograms. Your memory programs. Your keys. Marketplace by opt-in. Exit is a single export — the artifact keeps working on your machine with no one's permission. PrivateOffline is a first-class path, not a degraded mode.\"},\"live\":false}],\"relationships\":[{\"target\":\"premise\",\"kind\":\"DerivedFrom\",\"weight\":0.8},{\"target\":\"sovereign\",\"kind\":\"References\",\"weight\":0.6}],\"importance\":\"Secondary\",\"grouping\":\"manifesto\",\"privacy\":\"Public\"},{\"id\":\"franchise\",\"entity_type\":\"Manifesto\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Open standard, captured operation\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Franchise\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Manifesto · VIII\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"The seed is the playbook. Value is captured at the operation layer, not the knowledge layer. A rival who takes the open seed gets the recipe, not the franchise. Openness is the onboarding mechanism — closing the seed would protect nothing and kill the only scaling path.\"},\"live\":false}],\"relationships\":[{\"target\":\"svra\",\"kind\":\"DerivedFrom\",\"weight\":0.75},{\"target\":\"trust-root\",\"kind\":\"Contains\",\"weight\":0.8},{\"target\":\"inverted-law\",\"kind\":\"Contains\",\"weight\":0.8},{\"target\":\"rhizomatic\",\"kind\":\"References\",\"weight\":0.45}],\"importance\":\"Secondary\",\"grouping\":\"manifesto\",\"privacy\":\"Public\"},{\"id\":\"trust-root\",\"entity_type\":\"Federation\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"The brand is the trust root\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Trust\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Federation · brand\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Adding a cell's key to the trust root is the franchise license. Governance and the trust root are the same cryptographic act — a mutation gated by the signing quorum, not a legal contract. The real lever was never secrecy of the seed. It is custody of the trust root.\"},\"live\":false}],\"relationships\":[{\"target\":\"franchise\",\"kind\":\"DerivedFrom\",\"weight\":0.8},{\"target\":\"verifiable\",\"kind\":\"References\",\"weight\":0.5},{\"target\":\"full-cell\",\"kind\":\"References\",\"weight\":0.55}],\"importance\":\"Secondary\",\"grouping\":\"federation\",\"privacy\":\"Public\"},{\"id\":\"inverted-law\",\"entity_type\":\"Federation\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"The inverted power law\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Moat\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Federation · custody\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Most networks get less secure as they grow. This one gets more secure. Each TSS-eligible Full Cell adds an independent compromise plane. The recipe is public. The moat is the network of operating planes — and it strengthens with scale.\"},\"live\":false}],\"relationships\":[{\"target\":\"franchise\",\"kind\":\"DerivedFrom\",\"weight\":0.8},{\"target\":\"full-cell\",\"kind\":\"References\",\"weight\":0.6},{\"target\":\"autonomous\",\"kind\":\"References\",\"weight\":0.35}],\"importance\":\"Secondary\",\"grouping\":\"federation\",\"privacy\":\"Public\"},{\"id\":\"full-cell\",\"entity_type\":\"Federation\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Full Cell\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Full Cell\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Federation · thesis\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"A Full Cell runs the entire core stack and federates as a peer. The federation is not a blockchain: CRDT converges state without consensus. The trust question moves from how we agree on state (solved) to who is allowed to join (governance).\"},\"live\":false}],\"relationships\":[{\"target\":\"svra\",\"kind\":\"DerivedFrom\",\"weight\":0.7},{\"target\":\"trust-root\",\"kind\":\"DependsOn\",\"weight\":0.65},{\"target\":\"inverted-law\",\"kind\":\"DependsOn\",\"weight\":0.65},{\"target\":\"request-access\",\"kind\":\"References\",\"weight\":0.5}],\"importance\":\"Secondary\",\"grouping\":\"federation\",\"privacy\":\"Public\"},{\"id\":\"request-access\",\"entity_type\":\"Action\",\"fields\":[{\"name\":\"title\",\"value\":{\"Text\":\"Join\"},\"live\":false},{\"name\":\"label\",\"value\":{\"Text\":\"Join\"},\"live\":false},{\"name\":\"kicker\",\"value\":{\"Text\":\"Admission\"},\"live\":false},{\"name\":\"text\",\"value\":{\"Text\":\"Admission is curated, not open. This is not a signup. This surface does not mint cells. Phase 1 is founder-voucher: the founder signs a trust-root grant. That act is the franchise license. Contributor cells join build-cache and intelligence first. A Full Cell adds custody, marketplace, and governance. Later phases — operator-vouched, then possibly token-curated — wait until enough Full Cells exist. The door is the start of a countdown.\"},\"live\":false}],\"relationships\":[{\"target\":\"full-cell\",\"kind\":\"DependsOn\",\"weight\":0.7},{\"target\":\"svra\",\"kind\":\"References\",\"weight\":0.45}],\"importance\":\"Secondary\",\"grouping\":\"admission\",\"privacy\":\"Public\"}],\"views\":[{\"id\":\"landing\",\"source\":{\"Collection\":[\"svra\",\"sovereign\",\"verifiable\",\"rhizomatic\",\"autonomous\",\"premise\",\"self-custody\",\"franchise\",\"trust-root\",\"inverted-law\",\"full-cell\",\"request-access\"]},\"present\":{\"collection_of\":\"Brand\",\"ordering\":null,\"grouping\":null},\"importance\":{\"ordered\":[\"title\",\"text\"]},\"navigation\":{\"searchable\":false,\"filterable\":false,\"sortable\":false,\"paginated\":false},\"accessibility\":{\"role\":\"main\",\"label\":\"SVRA\"},\"density_tolerance\":\"Comfortable\",\"modality_compatibility\":[\"HumanScreen\",\"Agent\",\"Accessibility\"],\"materialization\":{\"Entities\":[\"svra\",\"sovereign\",\"verifiable\",\"rhizomatic\",\"autonomous\",\"request-access\"]}},{\"id\":\"movements\",\"source\":{\"Collection\":[\"svra\",\"sovereign\",\"verifiable\",\"rhizomatic\",\"autonomous\",\"premise\",\"self-custody\",\"franchise\",\"trust-root\",\"inverted-law\",\"full-cell\",\"request-access\"]},\"present\":{\"collection_of\":\"Brand\",\"ordering\":null,\"grouping\":null},\"importance\":{\"ordered\":[\"title\",\"text\"]},\"navigation\":{\"searchable\":false,\"filterable\":false,\"sortable\":false,\"paginated\":false},\"accessibility\":{\"role\":\"main\",\"label\":\"Movements\"},\"density_tolerance\":\"Comfortable\",\"modality_compatibility\":[\"HumanScreen\",\"Agent\",\"Accessibility\"],\"materialization\":{\"Entities\":[\"svra\",\"sovereign\",\"verifiable\",\"rhizomatic\",\"autonomous\",\"request-access\",\"premise\",\"self-custody\",\"franchise\"]}},{\"id\":\"federation\",\"source\":{\"Collection\":[\"svra\",\"sovereign\",\"verifiable\",\"rhizomatic\",\"autonomous\",\"premise\",\"self-custody\",\"franchise\",\"trust-root\",\"inverted-law\",\"full-cell\",\"request-access\"]},\"present\":{\"collection_of\":\"Brand\",\"ordering\":null,\"grouping\":null},\"importance\":{\"ordered\":[\"title\",\"text\"]},\"navigation\":{\"searchable\":false,\"filterable\":false,\"sortable\":false,\"paginated\":false},\"accessibility\":{\"role\":\"main\",\"label\":\"Federation\"},\"density_tolerance\":\"Comfortable\",\"modality_compatibility\":[\"HumanScreen\",\"Agent\",\"Accessibility\"],\"materialization\":{\"Entities\":[\"svra\",\"sovereign\",\"verifiable\",\"rhizomatic\",\"autonomous\",\"request-access\",\"premise\",\"self-custody\",\"franchise\",\"trust-root\",\"inverted-law\",\"full-cell\"]}},{\"id\":\"reference\",\"source\":{\"Collection\":[]},\"present\":{\"collection_of\":\"Instrument\",\"ordering\":null,\"grouping\":null},\"importance\":{\"ordered\":[\"title\",\"text\"]},\"navigation\":{\"searchable\":false,\"filterable\":false,\"sortable\":false,\"paginated\":false},\"accessibility\":{\"role\":\"complementary\",\"label\":\"Type\"},\"density_tolerance\":\"Comfortable\",\"modality_compatibility\":[\"HumanScreen\",\"Agent\",\"Accessibility\"],\"materialization\":{\"Entities\":[]}},{\"id\":\"glossary\",\"source\":{\"Collection\":[\"well\",\"scope\",\"fire\",\"leftover\",\"seat\",\"invert\",\"view\",\"grain\"]},\"present\":{\"collection_of\":\"Instrument\",\"ordering\":null,\"grouping\":null},\"importance\":{\"ordered\":[\"title\",\"text\"]},\"navigation\":{\"searchable\":false,\"filterable\":false,\"sortable\":false,\"paginated\":false},\"accessibility\":{\"role\":\"complementary\",\"label\":\"Words\"},\"density_tolerance\":\"Comfortable\",\"modality_compatibility\":[\"HumanScreen\",\"Agent\",\"Accessibility\"],\"materialization\":{\"Entities\":[\"well\",\"scope\",\"fire\",\"leftover\",\"seat\",\"invert\",\"view\",\"grain\"]}},{\"id\":\"settings\",\"source\":{\"Collection\":[\"grain-mix\",\"wave\",\"field\",\"isolines\"]},\"present\":{\"collection_of\":\"Instrument\",\"ordering\":null,\"grouping\":null},\"importance\":{\"ordered\":[\"title\",\"text\"]},\"navigation\":{\"searchable\":false,\"filterable\":false,\"sortable\":false,\"paginated\":false},\"accessibility\":{\"role\":\"complementary\",\"label\":\"Tune\"},\"density_tolerance\":\"Comfortable\",\"modality_compatibility\":[\"HumanScreen\",\"Agent\",\"Accessibility\"],\"materialization\":{\"Entities\":[\"grain-mix\",\"wave\",\"field\",\"isolines\"]}},{\"id\":\"stack\",\"source\":{\"Collection\":[\"xg\",\"fold\",\"occupy\",\"field\",\"invoke\",\"mount\",\"pin\",\"socket\"]},\"present\":{\"collection_of\":\"Instrument\",\"ordering\":null,\"grouping\":null},\"importance\":{\"ordered\":[\"title\",\"text\"]},\"navigation\":{\"searchable\":false,\"filterable\":false,\"sortable\":false,\"paginated\":false},\"accessibility\":{\"role\":\"complementary\",\"label\":\"Stack\"},\"density_tolerance\":\"Comfortable\",\"modality_compatibility\":[\"HumanScreen\",\"Agent\",\"Accessibility\"],\"materialization\":{\"Entities\":[\"xg\",\"fold\",\"occupy\",\"field\",\"invoke\",\"mount\",\"pin\",\"socket\"]}}],\"actions\":[{\"id\":\"focus\",\"name\":\"Focus\",\"input\":[{\"name\":\"entity\",\"param_type\":{\"EntityRef\":\"Entity\"},\"required\":true}],\"output\":[{\"name\":\"focused\",\"result_type\":{\"EntityRef\":\"Entity\"}}],\"requires\":[],\"produces\":[],\"side_effect\":\"None\",\"requires_confirmation\":false},{\"id\":\"request_access\",\"name\":\"Request access\",\"input\":[],\"output\":[{\"name\":\"status\",\"result_type\":{\"Text\":\"pending\"}}],\"requires\":[{\"kind\":\"IdentityRead\",\"scope\":\"Session\",\"expires\":null,\"attenuable\":true}],\"produces\":[],\"side_effect\":\"CreatesRecord\",\"requires_confirmation\":true},{\"id\":\"view.activate\",\"name\":\"Activate view\",\"input\":[{\"name\":\"view\",\"param_type\":{\"Text\":\"landing | movements | federation | reference | glossary | settings | stack\"},\"required\":true}],\"output\":[{\"name\":\"active\",\"result_type\":{\"Text\":\"view\"}}],\"requires\":[{\"kind\":\"IdentityRead\",\"scope\":\"Session\",\"expires\":null,\"attenuable\":true}],\"produces\":[],\"side_effect\":\"ModifiesState\",\"requires_confirmation\":false},{\"id\":\"component.mount\",\"name\":\"Mount component\",\"input\":[{\"name\":\"id\",\"param_type\":{\"Text\":\"operator\"},\"required\":true}],\"output\":[{\"name\":\"seated\",\"result_type\":{\"EntityRef\":\"Need\"}}],\"requires\":[{\"kind\":\"IdentityRead\",\"scope\":\"Session\",\"expires\":null,\"attenuable\":true}],\"produces\":[],\"side_effect\":\"ModifiesState\",\"requires_confirmation\":false},{\"id\":\"entity.create\",\"name\":\"Create entity\",\"input\":[{\"name\":\"name\",\"param_type\":{\"Text\":\"need name — visitor words\"},\"required\":true}],\"output\":[{\"name\":\"seated\",\"result_type\":{\"EntityRef\":\"Need\"}}],\"requires\":[{\"kind\":\"IdentityRead\",\"scope\":\"Session\",\"expires\":null,\"attenuable\":true}],\"produces\":[],\"side_effect\":\"ModifiesState\",\"requires_confirmation\":false},{\"id\":\"ask\",\"name\":\"Ask\",\"input\":[{\"name\":\"query\",\"param_type\":{\"Text\":\"question at the well\"},\"required\":true}],\"output\":[{\"name\":\"question\",\"result_type\":{\"EntityRef\":\"Question\"}}],\"requires\":[{\"kind\":\"IdentityRead\",\"scope\":\"Session\",\"expires\":null,\"attenuable\":true}],\"produces\":[],\"side_effect\":\"ModifiesState\",\"requires_confirmation\":false},{\"id\":\"theme.activate\",\"name\":\"Activate theme\",\"input\":[{\"name\":\"theme\",\"param_type\":{\"Text\":\"svra | ember\"},\"required\":true}],\"output\":[{\"name\":\"active\",\"result_type\":{\"Text\":\"theme\"}}],\"requires\":[{\"kind\":\"IdentityRead\",\"scope\":\"Session\",\"expires\":null,\"attenuable\":true}],\"produces\":[],\"side_effect\":\"ModifiesState\",\"requires_confirmation\":false}],\"theme\":\"an-addr:theme:svra:v0.1\",\"signed_by\":\"witness:svra\"}\n// @end\n"
}
