{
  "public_base_url": "http://127.0.0.1:9805",
  "pwa": {
    "root": "http://127.0.0.1:9805/",
    "manifest": "http://127.0.0.1:9805/manifest.json",
    "garden": "http://127.0.0.1:9805/garden.html",
    "journey": "http://127.0.0.1:9805/journey.html",
    "surfaces": "http://127.0.0.1:9805/surfaces.html",
    "caseflow": "http://127.0.0.1:9805/caseflow.html",
    "assistants": "http://127.0.0.1:9805/assistants.html",
    "capture": "http://127.0.0.1:9805/capture.html",
    "chatlink": "http://127.0.0.1:9805/chatlink.html",
    "storyboard": "http://127.0.0.1:9805/storyboard.html",
    "opposition": "http://127.0.0.1:9805/opposition.html",
    "communications": "http://127.0.0.1:9805/communications.html",
    "state_schema": "http://127.0.0.1:9805/state/schema",
    "state_bootstrap": "http://127.0.0.1:9805/state/bootstrap",
    "state_protocol": "http://127.0.0.1:9805/state/protocol",
    "state_invariants": "http://127.0.0.1:9805/state/invariants",
    "state_foundation": "http://127.0.0.1:9805/state/foundation",
    "vault_manifest": "http://127.0.0.1:9805/vault/manifest",
    "iphone_flow": "http://127.0.0.1:9805/pwa/iphone-flow",
    "llm_backends": "http://127.0.0.1:9805/llm/backends",
    "llm_prompts": "http://127.0.0.1:9805/llm/prompts",
    "workflow_caseflow": "http://127.0.0.1:9805/workflow/caseflow",
    "workflow_caseflow_review_action": "http://127.0.0.1:9805/workflow/caseflow/review-action",
    "quality_matrix": "http://127.0.0.1:9805/quality/matrix",
    "legal_ontology": "http://127.0.0.1:9805/legal/ontology",
    "artifacts_root": "http://127.0.0.1:9805/artifacts/"
  },
  "artifact_stores": {
    "oppositions_dir": "/home/tom/solvulator/outputs/oppositions",
    "communications_dir": "/home/tom/solvulator/outputs/communications",
    "artifact_url_prefix": "http://127.0.0.1:9805/artifacts/"
  },
  "client_contract": {
    "preferred_form_factor": "iphone_first",
    "state_backbone": "http://127.0.0.1:9805/state/foundation",
    "vault_contract": "http://127.0.0.1:9805/vault/manifest",
    "workflow_contract": "http://127.0.0.1:9805/pwa/iphone-flow",
    "dispatch_contract": "http://127.0.0.1:9805/llm/dispatch"
  }
}