{
  "name": "Pixi Wiki",
  "description": "Clean AgentWikis-style registry generated from pixi-vault namespaces.",
  "schema_version": "pixi-agentwikis-registry-v1",
  "source_repo": "pixiiidust/ObsidianVault",
  "source_path": "wikis/<slug>/",
  "raw_pattern": "/raw/<slug>/<path>",
  "html_pattern": "/wiki/<slug>/<path>.html",
  "namespace_agent_pattern": "/wiki/<slug>/llms.txt",
  "legacy_root_flat_pages": "removed",
  "wikis": [
    {
      "slug": "pixi-vault",
      "title": "Pixi Vault",
      "description": "Vault architecture, Wiki Compiler Maps, AgentWikis compatibility, namespace compiler logic, source/output repo boundaries, and pixi-wiki publication model.",
      "tags": [
        "knowledge-systems"
      ],
      "category": "knowledge-systems",
      "scope": {
        "covers": "Vault architecture, Wiki Compiler Maps, AgentWikis compatibility, namespace compiler logic, source/output repo boundaries, and pixi-wiki publication model.",
        "notCovered": "General agent workflow behavior unless it changes vault/compiler architecture; project-specific implementation details unless they affect the namespace compiler.",
        "currentAs": "2026-07-07 \u2014 Pixi Wiki hardening and feature delivery recorded: CI, browser-verified deploys, human search, Updates, rendering correctness, mobile navigation, SEO, shared CSS, MCP performance, and route contract tests are now part of the public artifact."
      },
      "lastUpdated": "2026-07-07",
      "documentCount": 7,
      "counts": {
        "wiki": 1,
        "concepts": 1,
        "entities": 1,
        "summaries": 0,
        "syntheses": 1
      },
      "llms_txt": "/wiki/pixi-vault/llms.txt",
      "llms_full_txt": "/wiki/pixi-vault/llms-full.txt",
      "index_json": "/wiki/pixi-vault/index.json",
      "raw_base": "/raw/pixi-vault/",
      "html_base": "/wiki/pixi-vault/",
      "documents": [
        {
          "title": "Pixi Vault Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/pixi-vault/CLAUDE.md",
          "html": "/wiki/pixi-vault/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Pixi Vault",
          "path": "README.md",
          "raw": "/raw/pixi-vault/README.md",
          "html": "/wiki/pixi-vault/README.md.html",
          "category": "other"
        },
        {
          "title": "Wiki Compiler Map and Source Classes",
          "path": "wiki/concepts/wiki-compiler-map-and-source-classes.md",
          "raw": "/raw/pixi-vault/wiki/concepts/wiki-compiler-map-and-source-classes.md",
          "html": "/wiki/pixi-vault/wiki/concepts/wiki-compiler-map-and-source-classes.md.html",
          "category": "concepts"
        },
        {
          "title": "Pixi Wiki",
          "path": "wiki/entities/pixi-wiki.md",
          "raw": "/raw/pixi-vault/wiki/entities/pixi-wiki.md",
          "html": "/wiki/pixi-vault/wiki/entities/pixi-wiki.md.html",
          "category": "entities"
        },
        {
          "title": "Pixi Vault \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/pixi-vault/wiki/index.md",
          "html": "/wiki/pixi-vault/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Pixi Vault \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/pixi-vault/wiki/log.md",
          "html": "/wiki/pixi-vault/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "Pixi Vault to Pixi Wiki Publishing Model",
          "path": "wiki/syntheses/pixi-vault-to-pixi-wiki-publishing-model.md",
          "raw": "/raw/pixi-vault/wiki/syntheses/pixi-vault-to-pixi-wiki-publishing-model.md",
          "html": "/wiki/pixi-vault/wiki/syntheses/pixi-vault-to-pixi-wiki-publishing-model.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "agent-workflows",
      "title": "Agent Workflows",
      "description": "Pixoid/Tinker/Quill/Boba operating model, Hermes Mission Control, route governance, memory boundaries, context handoffs, Knowledge Pack Routing, agent entrypoint meshes, static retrieval/eval gates, self-improving agent systems, effective-state-load boundaries, and workflow reliability practices.",
      "tags": [
        "agents"
      ],
      "category": "agents",
      "scope": {
        "covers": "Pixoid/Tinker/Quill/Boba operating model, Hermes Mission Control, route governance, memory boundaries, context handoffs, Knowledge Pack Routing, agent entrypoint meshes, static retrieval/eval gates, self-improving agent systems, effective-state-load boundaries, and workflow reliability practices.",
        "notCovered": "Product case studies except where they demonstrate agent workflow mechanics; low-level local AI infrastructure unless it affects workflow execution; public wiki publishing mechanics except where they define agent routing contracts; Daily Notes scratch chronology unless explicitly promoted into durable source notes.",
        "currentAs": "2026-07-09 \u2014 Added the Eve-derived Agentic Harness Engineering pattern: build agents as inspectable runtime harnesses with explicit capability slots, trust boundaries, durable sessions, channels, sandboxing, and eval gates."
      },
      "lastUpdated": "2026-07-09",
      "documentCount": 32,
      "counts": {
        "wiki": 1,
        "concepts": 23,
        "entities": 1,
        "summaries": 2,
        "syntheses": 2
      },
      "llms_txt": "/wiki/agent-workflows/llms.txt",
      "llms_full_txt": "/wiki/agent-workflows/llms-full.txt",
      "index_json": "/wiki/agent-workflows/index.json",
      "raw_base": "/raw/agent-workflows/",
      "html_base": "/wiki/agent-workflows/",
      "documents": [
        {
          "title": "Agent Workflows Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/agent-workflows/CLAUDE.md",
          "html": "/wiki/agent-workflows/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Agent Workflows",
          "path": "README.md",
          "raw": "/raw/agent-workflows/README.md",
          "html": "/wiki/agent-workflows/README.md.html",
          "category": "other"
        },
        {
          "title": "Agent Capability Route Pattern",
          "path": "wiki/concepts/agent-capability-route-pattern.md",
          "raw": "/raw/agent-workflows/wiki/concepts/agent-capability-route-pattern.md",
          "html": "/wiki/agent-workflows/wiki/concepts/agent-capability-route-pattern.md.html",
          "category": "concepts"
        },
        {
          "title": "Agent Entrypoint Mesh",
          "path": "wiki/concepts/agent-entrypoint-mesh.md",
          "raw": "/raw/agent-workflows/wiki/concepts/agent-entrypoint-mesh.md",
          "html": "/wiki/agent-workflows/wiki/concepts/agent-entrypoint-mesh.md.html",
          "category": "concepts"
        },
        {
          "title": "Agent Skill Routing",
          "path": "wiki/concepts/agent-skill-routing.md",
          "raw": "/raw/agent-workflows/wiki/concepts/agent-skill-routing.md",
          "html": "/wiki/agent-workflows/wiki/concepts/agent-skill-routing.md.html",
          "category": "concepts"
        },
        {
          "title": "Agent Tooling Plan",
          "path": "wiki/concepts/agent-tooling-plan.md",
          "raw": "/raw/agent-workflows/wiki/concepts/agent-tooling-plan.md",
          "html": "/wiki/agent-workflows/wiki/concepts/agent-tooling-plan.md.html",
          "category": "concepts"
        },
        {
          "title": "Agentic Harness Engineering",
          "path": "wiki/concepts/agentic-harness-engineering.md",
          "raw": "/raw/agent-workflows/wiki/concepts/agentic-harness-engineering.md",
          "html": "/wiki/agent-workflows/wiki/concepts/agentic-harness-engineering.md.html",
          "category": "concepts"
        },
        {
          "title": "Bounded Context Tree Pattern",
          "path": "wiki/concepts/bounded-context-tree-pattern.md",
          "raw": "/raw/agent-workflows/wiki/concepts/bounded-context-tree-pattern.md",
          "html": "/wiki/agent-workflows/wiki/concepts/bounded-context-tree-pattern.md.html",
          "category": "concepts"
        },
        {
          "title": "Compound Engineering Skill Layer",
          "path": "wiki/concepts/compound-engineering-skill-layer.md",
          "raw": "/raw/agent-workflows/wiki/concepts/compound-engineering-skill-layer.md",
          "html": "/wiki/agent-workflows/wiki/concepts/compound-engineering-skill-layer.md.html",
          "category": "concepts"
        },
        {
          "title": "Creative Ideation Routing",
          "path": "wiki/concepts/creative-ideation-routing.md",
          "raw": "/raw/agent-workflows/wiki/concepts/creative-ideation-routing.md",
          "html": "/wiki/agent-workflows/wiki/concepts/creative-ideation-routing.md.html",
          "category": "concepts"
        },
        {
          "title": "Effective State Load",
          "path": "wiki/concepts/effective-state-load.md",
          "raw": "/raw/agent-workflows/wiki/concepts/effective-state-load.md",
          "html": "/wiki/agent-workflows/wiki/concepts/effective-state-load.md.html",
          "category": "concepts"
        },
        {
          "title": "Hermes SOUL.md Wiring",
          "path": "wiki/concepts/hermes-soul-md-wiring.md",
          "raw": "/raw/agent-workflows/wiki/concepts/hermes-soul-md-wiring.md",
          "html": "/wiki/agent-workflows/wiki/concepts/hermes-soul-md-wiring.md.html",
          "category": "concepts"
        },
        {
          "title": "High Agency Work Levels",
          "path": "wiki/concepts/high-agency-work-levels.md",
          "raw": "/raw/agent-workflows/wiki/concepts/high-agency-work-levels.md",
          "html": "/wiki/agent-workflows/wiki/concepts/high-agency-work-levels.md.html",
          "category": "concepts"
        },
        {
          "title": "Knowledge Pack Routing",
          "path": "wiki/concepts/knowledge-pack-routing.md",
          "raw": "/raw/agent-workflows/wiki/concepts/knowledge-pack-routing.md",
          "html": "/wiki/agent-workflows/wiki/concepts/knowledge-pack-routing.md.html",
          "category": "concepts"
        },
        {
          "title": "Matt Pocock SDLC Rhythm",
          "path": "wiki/concepts/matt-pocock-sdlc-rhythm.md",
          "raw": "/raw/agent-workflows/wiki/concepts/matt-pocock-sdlc-rhythm.md",
          "html": "/wiki/agent-workflows/wiki/concepts/matt-pocock-sdlc-rhythm.md.html",
          "category": "concepts"
        },
        {
          "title": "Matt Pocock Skills Best Practices",
          "path": "wiki/concepts/matt-pocock-skills-best-practices.md",
          "raw": "/raw/agent-workflows/wiki/concepts/matt-pocock-skills-best-practices.md",
          "html": "/wiki/agent-workflows/wiki/concepts/matt-pocock-skills-best-practices.md.html",
          "category": "concepts"
        },
        {
          "title": "Multi-Agent Multiplayer Boundaries",
          "path": "wiki/concepts/multi-agent-multiplayer-boundaries.md",
          "raw": "/raw/agent-workflows/wiki/concepts/multi-agent-multiplayer-boundaries.md",
          "html": "/wiki/agent-workflows/wiki/concepts/multi-agent-multiplayer-boundaries.md.html",
          "category": "concepts"
        },
        {
          "title": "Peer Profiles vs Child Processes",
          "path": "wiki/concepts/peer-profiles-vs-child-processes.md",
          "raw": "/raw/agent-workflows/wiki/concepts/peer-profiles-vs-child-processes.md",
          "html": "/wiki/agent-workflows/wiki/concepts/peer-profiles-vs-child-processes.md.html",
          "category": "concepts"
        },
        {
          "title": "Ponytail Minimal Code Discipline",
          "path": "wiki/concepts/ponytail-minimal-code-discipline.md",
          "raw": "/raw/agent-workflows/wiki/concepts/ponytail-minimal-code-discipline.md",
          "html": "/wiki/agent-workflows/wiki/concepts/ponytail-minimal-code-discipline.md.html",
          "category": "concepts"
        },
        {
          "title": "Profile Memory Boundaries",
          "path": "wiki/concepts/profile-memory-boundaries.md",
          "raw": "/raw/agent-workflows/wiki/concepts/profile-memory-boundaries.md",
          "html": "/wiki/agent-workflows/wiki/concepts/profile-memory-boundaries.md.html",
          "category": "concepts"
        },
        {
          "title": "Reader-Centered Outreach Asks",
          "path": "wiki/concepts/reader-centered-outreach-asks.md",
          "raw": "/raw/agent-workflows/wiki/concepts/reader-centered-outreach-asks.md",
          "html": "/wiki/agent-workflows/wiki/concepts/reader-centered-outreach-asks.md.html",
          "category": "concepts"
        },
        {
          "title": "Runtime Memory Knowledge Routing",
          "path": "wiki/concepts/runtime-memory-knowledge-routing.md",
          "raw": "/raw/agent-workflows/wiki/concepts/runtime-memory-knowledge-routing.md",
          "html": "/wiki/agent-workflows/wiki/concepts/runtime-memory-knowledge-routing.md.html",
          "category": "concepts"
        },
        {
          "title": "Self-Improving Agent Systems",
          "path": "wiki/concepts/self-improving-agent-systems.md",
          "raw": "/raw/agent-workflows/wiki/concepts/self-improving-agent-systems.md",
          "html": "/wiki/agent-workflows/wiki/concepts/self-improving-agent-systems.md.html",
          "category": "concepts"
        },
        {
          "title": "Static Retrieval Evals",
          "path": "wiki/concepts/static-retrieval-evals.md",
          "raw": "/raw/agent-workflows/wiki/concepts/static-retrieval-evals.md",
          "html": "/wiki/agent-workflows/wiki/concepts/static-retrieval-evals.md.html",
          "category": "concepts"
        },
        {
          "title": "Visual Plan Review Surfaces",
          "path": "wiki/concepts/visual-plan-review-surfaces.md",
          "raw": "/raw/agent-workflows/wiki/concepts/visual-plan-review-surfaces.md",
          "html": "/wiki/agent-workflows/wiki/concepts/visual-plan-review-surfaces.md.html",
          "category": "concepts"
        },
        {
          "title": "Hermes Mission Control",
          "path": "wiki/entities/hermes-mission-control.md",
          "raw": "/raw/agent-workflows/wiki/entities/hermes-mission-control.md",
          "html": "/wiki/agent-workflows/wiki/entities/hermes-mission-control.md.html",
          "category": "entities"
        },
        {
          "title": "Agent Workflows \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/agent-workflows/wiki/index.md",
          "html": "/wiki/agent-workflows/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Agent Workflows \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/agent-workflows/wiki/log.md",
          "html": "/wiki/agent-workflows/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "Agent Workflow System Summary \u2014 Skills, Tools, Scheduling, Delegation",
          "path": "wiki/summaries/agent-workflow-system-summary.md",
          "raw": "/raw/agent-workflows/wiki/summaries/agent-workflow-system-summary.md",
          "html": "/wiki/agent-workflows/wiki/summaries/agent-workflow-system-summary.md.html",
          "category": "summaries"
        },
        {
          "title": "Effective State Load Full Report",
          "path": "wiki/summaries/effective-state-load-full-report.md",
          "raw": "/raw/agent-workflows/wiki/summaries/effective-state-load-full-report.md",
          "html": "/wiki/agent-workflows/wiki/summaries/effective-state-load-full-report.md.html",
          "category": "summaries"
        },
        {
          "title": "Markdown-First Agent Memory",
          "path": "wiki/syntheses/markdown-first-agent-memory.md",
          "raw": "/raw/agent-workflows/wiki/syntheses/markdown-first-agent-memory.md",
          "html": "/wiki/agent-workflows/wiki/syntheses/markdown-first-agent-memory.md.html",
          "category": "syntheses"
        },
        {
          "title": "Pixoid Crew Operating Model",
          "path": "wiki/syntheses/pixoid-crew-operating-model.md",
          "raw": "/raw/agent-workflows/wiki/syntheses/pixoid-crew-operating-model.md",
          "html": "/wiki/agent-workflows/wiki/syntheses/pixoid-crew-operating-model.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "eval-trace",
      "title": "Eval Trace",
      "description": "Workflow, agent, and model-behavior evaluation; traces; context-overfitting detection; reliability metrics; evidence gates; style-transfer checks; and quality read-outs.",
      "tags": [
        "evaluation"
      ],
      "category": "evaluation",
      "scope": {
        "covers": "Workflow, agent, and model-behavior evaluation; traces; context-overfitting detection; reliability metrics; evidence gates; style-transfer checks; and quality read-outs.",
        "notCovered": "General observability unrelated to behavior/workflow quality; product analytics unless used as an evaluation surface; model-training infrastructure except where it changes the evaluation contract.",
        "currentAs": "2026-07-17 \u2014 active. Includes context-overfitting, the Eval Trace prototype, workflow-quality mapping, LLM style-transfer evaluation, the LKY Voice objective-plus-blind-listening gate, and the LKY Avatar factual-accuracy/persona-quality/fabrication separation."
      },
      "lastUpdated": "2026-07-17",
      "documentCount": 8,
      "counts": {
        "wiki": 1,
        "concepts": 2,
        "entities": 1,
        "summaries": 0,
        "syntheses": 1
      },
      "llms_txt": "/wiki/eval-trace/llms.txt",
      "llms_full_txt": "/wiki/eval-trace/llms-full.txt",
      "index_json": "/wiki/eval-trace/index.json",
      "raw_base": "/raw/eval-trace/",
      "html_base": "/wiki/eval-trace/",
      "documents": [
        {
          "title": "Eval Trace Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/eval-trace/CLAUDE.md",
          "html": "/wiki/eval-trace/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Eval Trace",
          "path": "README.md",
          "raw": "/raw/eval-trace/README.md",
          "html": "/wiki/eval-trace/README.md.html",
          "category": "other"
        },
        {
          "title": "Context Overfitting",
          "path": "wiki/concepts/context-overfitting.md",
          "raw": "/raw/eval-trace/wiki/concepts/context-overfitting.md",
          "html": "/wiki/eval-trace/wiki/concepts/context-overfitting.md.html",
          "category": "concepts"
        },
        {
          "title": "Style-Transfer Evaluation",
          "path": "wiki/concepts/style-transfer-evaluation.md",
          "raw": "/raw/eval-trace/wiki/concepts/style-transfer-evaluation.md",
          "html": "/wiki/eval-trace/wiki/concepts/style-transfer-evaluation.md.html",
          "category": "concepts"
        },
        {
          "title": "Eval Trace",
          "path": "wiki/entities/eval-trace.md",
          "raw": "/raw/eval-trace/wiki/entities/eval-trace.md",
          "html": "/wiki/eval-trace/wiki/entities/eval-trace.md.html",
          "category": "entities"
        },
        {
          "title": "Eval Trace \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/eval-trace/wiki/index.md",
          "html": "/wiki/eval-trace/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Eval Trace \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/eval-trace/wiki/log.md",
          "html": "/wiki/eval-trace/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "Workflow Quality Evaluation Map",
          "path": "wiki/syntheses/workflow-quality-evaluation-map.md",
          "raw": "/raw/eval-trace/wiki/syntheses/workflow-quality-evaluation-map.md",
          "html": "/wiki/eval-trace/wiki/syntheses/workflow-quality-evaluation-map.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "hermes-agent",
      "title": "Hermes Agent",
      "description": "Hermes Agent setup and configuration, MCP integration, profiles, skills, memory, cron, gateway operations, subagents/delegation, session traces, trajectory capture, batch evals, Langfuse traces, NeMo Relay ATOF/ATIF exports, capability-routing decisions, and Jamie-specific operating reference for Pi",
      "tags": [
        "agent-infrastructure"
      ],
      "category": "agent-infrastructure",
      "scope": {
        "covers": "Hermes Agent setup and configuration, MCP integration, profiles, skills, memory, cron, gateway operations, subagents/delegation, session traces, trajectory capture, batch evals, Langfuse traces, NeMo Relay ATOF/ATIF exports, capability-routing decisions, and Jamie-specific operating reference for Pixoid.",
        "notCovered": "General AI-agent theory, unrelated community projects, old video transcripts unless they explain a workflow Jamie uses, stale release history not needed for current operation, and web rumors not verified against official Hermes docs or local installed source.",
        "currentAs": "2026-06-27 \u2014 added Hermes Remote Artifact Previews as a reusable rule: remote Desktop artifacts must use dashboard HTTP/API, never VPS-local `file://` preview paths."
      },
      "lastUpdated": "2026-06-27",
      "documentCount": 11,
      "counts": {
        "wiki": 1,
        "concepts": 5,
        "entities": 0,
        "summaries": 2,
        "syntheses": 0
      },
      "llms_txt": "/wiki/hermes-agent/llms.txt",
      "llms_full_txt": "/wiki/hermes-agent/llms-full.txt",
      "index_json": "/wiki/hermes-agent/index.json",
      "raw_base": "/raw/hermes-agent/",
      "html_base": "/wiki/hermes-agent/",
      "documents": [
        {
          "title": "Hermes Agent Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/hermes-agent/CLAUDE.md",
          "html": "/wiki/hermes-agent/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Hermes Agent",
          "path": "README.md",
          "raw": "/raw/hermes-agent/README.md",
          "html": "/wiki/hermes-agent/README.md.html",
          "category": "other"
        },
        {
          "title": "Hermes Evals and Traces Setup",
          "path": "wiki/concepts/evals-and-traces-setup.md",
          "raw": "/raw/hermes-agent/wiki/concepts/evals-and-traces-setup.md",
          "html": "/wiki/hermes-agent/wiki/concepts/evals-and-traces-setup.md.html",
          "category": "concepts"
        },
        {
          "title": "Hermes Capability Routing",
          "path": "wiki/concepts/hermes-capability-routing.md",
          "raw": "/raw/hermes-agent/wiki/concepts/hermes-capability-routing.md",
          "html": "/wiki/hermes-agent/wiki/concepts/hermes-capability-routing.md.html",
          "category": "concepts"
        },
        {
          "title": "Hermes Remote Artifact Previews",
          "path": "wiki/concepts/hermes-remote-artifact-previews.md",
          "raw": "/raw/hermes-agent/wiki/concepts/hermes-remote-artifact-previews.md",
          "html": "/wiki/hermes-agent/wiki/concepts/hermes-remote-artifact-previews.md.html",
          "category": "concepts"
        },
        {
          "title": "Hermes Session Trace Store",
          "path": "wiki/concepts/session-trace-store.md",
          "raw": "/raw/hermes-agent/wiki/concepts/session-trace-store.md",
          "html": "/wiki/hermes-agent/wiki/concepts/session-trace-store.md.html",
          "category": "concepts"
        },
        {
          "title": "Hermes Source Priority",
          "path": "wiki/concepts/source-priority.md",
          "raw": "/raw/hermes-agent/wiki/concepts/source-priority.md",
          "html": "/wiki/hermes-agent/wiki/concepts/source-priority.md.html",
          "category": "concepts"
        },
        {
          "title": "Hermes Agent \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/hermes-agent/wiki/index.md",
          "html": "/wiki/hermes-agent/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Hermes Agent \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/hermes-agent/wiki/log.md",
          "html": "/wiki/hermes-agent/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "AgentWikis Hermes Curated Seed",
          "path": "wiki/summaries/agentwikis-hermes-curated-seed.md",
          "raw": "/raw/hermes-agent/wiki/summaries/agentwikis-hermes-curated-seed.md",
          "html": "/wiki/hermes-agent/wiki/summaries/agentwikis-hermes-curated-seed.md.html",
          "category": "summaries"
        },
        {
          "title": "External Hermes Wikis Import Review",
          "path": "wiki/summaries/external-hermes-wikis-import-review.md",
          "raw": "/raw/hermes-agent/wiki/summaries/external-hermes-wikis-import-review.md",
          "html": "/wiki/hermes-agent/wiki/summaries/external-hermes-wikis-import-review.md.html",
          "category": "summaries"
        }
      ]
    },
    {
      "slug": "ai-native-product-surfaces",
      "title": "AI-Native Product Surfaces",
      "description": "AI-native product/application surfaces, problem framing, product demos, PM case studies, product-management system-steering frameworks, side-quest validation, AI-era judgment and taste, role-aligned deployed portfolio proof, side-door opportunity and public-proof synthesis, J-Space-Replay, LKY Avata",
      "tags": [
        "product"
      ],
      "category": "product",
      "scope": {
        "covers": "AI-native product/application surfaces, problem framing, product demos, PM case studies, product-management system-steering frameworks, side-quest validation, AI-era judgment and taste, role-aligned deployed portfolio proof, side-door opportunity and public-proof synthesis, J-Space-Replay, LKY Avatar, I-know-kungfu, planned program intelligence, myAbode, agent output decision artifacts, and product/capability-language frameworks.",
        "notCovered": "Generic product management notes that do not involve AI-native surfaces; local model infrastructure unless relevant to product behavior.",
        "currentAs": "2026-07-17 \u2014 active namespace. Includes Jamie's top-level AI definition, Product Management as System Steering, Side-Quest Validation Loop, Interaction Mode Routing, Material Loop / Glass Interfaces, Taste Requires Contact, World Model Control Surfaces, Agent Output Decision Artifacts, Role-Aligned Deployed Project Proof, Side Doors: Make Useful Work Legible, Anthropic J-space / Jacobian lens as a product-surface concept, video retrieve-then-verify / verified video answer concepts, compiled product-surface entities and concepts, Job Edge as a live job-search edge/dashboard prototype, Shifu as a local-first searchable video knowledge prototype, J-Space-Replay as a public demo for replaying VLM lens readouts over video, and LKY Avatar as a local fictional-interview stack with tuned voice, animated portrait, executed interaction gates, and a merged audited fact-grounding layer awaiting live operator proof. Cross-format attention and distribution guidance lives in `content-distribution`."
      },
      "lastUpdated": "2026-07-17",
      "documentCount": 25,
      "counts": {
        "wiki": 1,
        "concepts": 12,
        "entities": 7,
        "summaries": 0,
        "syntheses": 1
      },
      "llms_txt": "/wiki/ai-native-product-surfaces/llms.txt",
      "llms_full_txt": "/wiki/ai-native-product-surfaces/llms-full.txt",
      "index_json": "/wiki/ai-native-product-surfaces/index.json",
      "raw_base": "/raw/ai-native-product-surfaces/",
      "html_base": "/wiki/ai-native-product-surfaces/",
      "documents": [
        {
          "title": "AI-Native Product Surfaces Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/ai-native-product-surfaces/CLAUDE.md",
          "html": "/wiki/ai-native-product-surfaces/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "AI-Native Product Surfaces",
          "path": "README.md",
          "raw": "/raw/ai-native-product-surfaces/README.md",
          "html": "/wiki/ai-native-product-surfaces/README.md.html",
          "category": "other"
        },
        {
          "title": "World Models: Possibly the Enabler for the Next AI Revolution",
          "path": "raw/transcripts/yann-lecun-world-models-next-ai-revolution.md",
          "raw": "/raw/ai-native-product-surfaces/raw/transcripts/yann-lecun-world-models-next-ai-revolution.md",
          "html": "/wiki/ai-native-product-surfaces/raw/transcripts/yann-lecun-world-models-next-ai-revolution.md.html",
          "category": "other"
        },
        {
          "title": "Agent Output Decision Artifacts",
          "path": "wiki/concepts/agent-output-decision-artifacts.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/agent-output-decision-artifacts.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/agent-output-decision-artifacts.md.html",
          "category": "concepts"
        },
        {
          "title": "AI-Native Problem Framing Framework",
          "path": "wiki/concepts/ai-native-problem-framing-framework.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/ai-native-problem-framing-framework.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/ai-native-problem-framing-framework.md.html",
          "category": "concepts"
        },
        {
          "title": "Interaction Mode Routing",
          "path": "wiki/concepts/interaction-mode-routing.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/interaction-mode-routing.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/interaction-mode-routing.md.html",
          "category": "concepts"
        },
        {
          "title": "J-Space as Global Workspace",
          "path": "wiki/concepts/j-space-global-workspace.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/j-space-global-workspace.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/j-space-global-workspace.md.html",
          "category": "concepts"
        },
        {
          "title": "Material Loop and Glass Interfaces",
          "path": "wiki/concepts/material-loop-and-glass-interfaces.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/material-loop-and-glass-interfaces.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/material-loop-and-glass-interfaces.md.html",
          "category": "concepts"
        },
        {
          "title": "Product Management as System Steering",
          "path": "wiki/concepts/product-management-as-system-steering.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/product-management-as-system-steering.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/product-management-as-system-steering.md.html",
          "category": "concepts"
        },
        {
          "title": "Role-Aligned Deployed Project Proof",
          "path": "wiki/concepts/role-aligned-deployed-project-proof.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/role-aligned-deployed-project-proof.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/role-aligned-deployed-project-proof.md.html",
          "category": "concepts"
        },
        {
          "title": "Side-Quest Validation Loop",
          "path": "wiki/concepts/side-quest-validation-loop.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/side-quest-validation-loop.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/side-quest-validation-loop.md.html",
          "category": "concepts"
        },
        {
          "title": "Taste Requires Contact: Building Judgment in the AI Era",
          "path": "wiki/concepts/taste-requires-contact.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/taste-requires-contact.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/taste-requires-contact.md.html",
          "category": "concepts"
        },
        {
          "title": "Verified Video Answer Surfaces",
          "path": "wiki/concepts/verified-video-answer-surfaces.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/verified-video-answer-surfaces.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/verified-video-answer-surfaces.md.html",
          "category": "concepts"
        },
        {
          "title": "Video Retrieve-Then-Verify Loop",
          "path": "wiki/concepts/video-retrieve-then-verify-loop.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/video-retrieve-then-verify-loop.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/video-retrieve-then-verify-loop.md.html",
          "category": "concepts"
        },
        {
          "title": "World Model Control Surfaces",
          "path": "wiki/concepts/world-model-control-surfaces.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/concepts/world-model-control-surfaces.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/concepts/world-model-control-surfaces.md.html",
          "category": "concepts"
        },
        {
          "title": "I-know-kungfu",
          "path": "wiki/entities/i-know-kungfu.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/entities/i-know-kungfu.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/entities/i-know-kungfu.md.html",
          "category": "entities"
        },
        {
          "title": "J-Space-Replay",
          "path": "wiki/entities/j-space-replay.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/entities/j-space-replay.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/entities/j-space-replay.md.html",
          "category": "entities"
        },
        {
          "title": "Job Edge",
          "path": "wiki/entities/job-edge.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/entities/job-edge.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/entities/job-edge.md.html",
          "category": "entities"
        },
        {
          "title": "LKY Avatar / Voice Persona Stack",
          "path": "wiki/entities/lky-avatar.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/entities/lky-avatar.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/entities/lky-avatar.md.html",
          "category": "entities"
        },
        {
          "title": "myAbode",
          "path": "wiki/entities/myabode.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/entities/myabode.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/entities/myabode.md.html",
          "category": "entities"
        },
        {
          "title": "Planned Program Intel",
          "path": "wiki/entities/planned-program-intel.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/entities/planned-program-intel.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/entities/planned-program-intel.md.html",
          "category": "entities"
        },
        {
          "title": "Shifu",
          "path": "wiki/entities/shifu-app.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/entities/shifu-app.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/entities/shifu-app.md.html",
          "category": "entities"
        },
        {
          "title": "AI-Native Product Surfaces \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/index.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "AI-Native Product Surfaces \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/log.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "Side Doors: Make Useful Work Legible",
          "path": "wiki/syntheses/side-doors-make-useful-work-legible.md",
          "raw": "/raw/ai-native-product-surfaces/wiki/syntheses/side-doors-make-useful-work-legible.md",
          "html": "/wiki/ai-native-product-surfaces/wiki/syntheses/side-doors-make-useful-work-legible.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "content-distribution",
      "title": "Content Distribution Systems",
      "description": "Long-form attention architecture, honest packaging, narrative/explanation structure, audience retention, shareable payoff design, cross-format translation across video, Substack/blog essays, X articles/threads, and measurement boundaries between entry, retention, redistribution, understanding, and t",
      "tags": [
        "knowledge-systems"
      ],
      "category": "knowledge-systems",
      "scope": {
        "covers": "Long-form attention architecture, honest packaging, narrative/explanation structure, audience retention, shareable payoff design, cross-format translation across video, Substack/blog essays, X articles/threads, and measurement boundaries between entry, retention, redistribution, understanding, and trust.",
        "notCovered": "Guaranteed virality formulas; platform-specific growth hacks without evidence; generic social calendars; paid-media operations; SEO catalogs; short-form trend imitation; manipulative clickbait or cliffhanger systems that sacrifice truth and payoff.",
        "currentAs": "2026-07-14 \u2014 active namespace. Starts with the illustrated **Attention Architecture for Long-Form Content** guide, migrated out of AI-Native Product Surfaces and generalized from a Veritasium video case into a cross-format editorial system."
      },
      "lastUpdated": "2026-07-14",
      "documentCount": 5,
      "counts": {
        "wiki": 1,
        "concepts": 0,
        "entities": 0,
        "summaries": 0,
        "syntheses": 1
      },
      "llms_txt": "/wiki/content-distribution/llms.txt",
      "llms_full_txt": "/wiki/content-distribution/llms-full.txt",
      "index_json": "/wiki/content-distribution/index.json",
      "raw_base": "/raw/content-distribution/",
      "html_base": "/wiki/content-distribution/",
      "documents": [
        {
          "title": "Content Distribution Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/content-distribution/CLAUDE.md",
          "html": "/wiki/content-distribution/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Content Distribution Systems",
          "path": "README.md",
          "raw": "/raw/content-distribution/README.md",
          "html": "/wiki/content-distribution/README.md.html",
          "category": "other"
        },
        {
          "title": "Content Distribution Systems \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/content-distribution/wiki/index.md",
          "html": "/wiki/content-distribution/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Content Distribution Systems \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/content-distribution/wiki/log.md",
          "html": "/wiki/content-distribution/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "Attention Architecture for Long-Form Content",
          "path": "wiki/syntheses/attention-architecture-for-long-form-content.md",
          "raw": "/raw/content-distribution/wiki/syntheses/attention-architecture-for-long-form-content.md",
          "html": "/wiki/content-distribution/wiki/syntheses/attention-architecture-for-long-form-content.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "rl-sim-labs",
      "title": "RL Sim Labs",
      "description": "PufferLib/RL projects, Critical Ranger FFM, zone-control experiments, simulation evidence gates, environment design, and future similar RL labs.",
      "tags": [
        "rl-simulation"
      ],
      "category": "rl-simulation",
      "scope": {
        "covers": "PufferLib/RL projects, Critical Ranger FFM, zone-control experiments, simulation evidence gates, environment design, and future similar RL labs.",
        "notCovered": "General local GPU setup unless required by RL experiment execution; unrelated game projects without RL/simulation learning goals.",
        "currentAs": "2026-06-16 \u2014 scaffold only. Content has not yet been fully compiled."
      },
      "lastUpdated": "2026-06-16",
      "documentCount": 8,
      "counts": {
        "wiki": 1,
        "concepts": 1,
        "entities": 1,
        "summaries": 0,
        "syntheses": 0
      },
      "llms_txt": "/wiki/rl-sim-labs/llms.txt",
      "llms_full_txt": "/wiki/rl-sim-labs/llms-full.txt",
      "index_json": "/wiki/rl-sim-labs/index.json",
      "raw_base": "/raw/rl-sim-labs/",
      "html_base": "/wiki/rl-sim-labs/",
      "documents": [
        {
          "title": "RL Sim Labs Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/rl-sim-labs/CLAUDE.md",
          "html": "/wiki/rl-sim-labs/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "RL Sim Labs",
          "path": "README.md",
          "raw": "/raw/rl-sim-labs/README.md",
          "html": "/wiki/rl-sim-labs/README.md.html",
          "category": "other"
        },
        {
          "title": "PufferLib 3.0: Better Reinforcement Learning at 4,000,000 Steps/Second",
          "path": "raw/puffer-ai-blog.md",
          "raw": "/raw/rl-sim-labs/raw/puffer-ai-blog.md",
          "html": "/wiki/rl-sim-labs/raw/puffer-ai-blog.md.html",
          "category": "other"
        },
        {
          "title": "Installation",
          "path": "raw/puffer-ai-docs.md",
          "raw": "/raw/rl-sim-labs/raw/puffer-ai-docs.md",
          "html": "/wiki/rl-sim-labs/raw/puffer-ai-docs.md.html",
          "category": "other"
        },
        {
          "title": "PufferLib Fast Environment Loop",
          "path": "wiki/concepts/pufferlib-fast-environment-loop.md",
          "raw": "/raw/rl-sim-labs/wiki/concepts/pufferlib-fast-environment-loop.md",
          "html": "/wiki/rl-sim-labs/wiki/concepts/pufferlib-fast-environment-loop.md.html",
          "category": "concepts"
        },
        {
          "title": "Critical Ranger FFM",
          "path": "wiki/entities/critical-ranger-ffm.md",
          "raw": "/raw/rl-sim-labs/wiki/entities/critical-ranger-ffm.md",
          "html": "/wiki/rl-sim-labs/wiki/entities/critical-ranger-ffm.md.html",
          "category": "entities"
        },
        {
          "title": "RL Sim Labs \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/rl-sim-labs/wiki/index.md",
          "html": "/wiki/rl-sim-labs/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "RL Sim Labs \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/rl-sim-labs/wiki/log.md",
          "html": "/wiki/rl-sim-labs/wiki/log.md.html",
          "category": "wiki"
        }
      ]
    },
    {
      "slug": "curated-tuning-datasets",
      "title": "Curated Tuning Datasets",
      "description": "Dataset/source curation for LoRA/fine-tuning, provenance, scraping/source inventories, corpus readiness, dataset-recipe publication, and LKY Brain as a completed example.",
      "tags": [
        "data-curation"
      ],
      "category": "data-curation",
      "scope": {
        "covers": "Dataset/source curation for LoRA/fine-tuning, provenance, scraping/source inventories, corpus readiness, dataset-recipe publication, and LKY Brain as a completed example.",
        "notCovered": "Training methods themselves except where they impose dataset-readiness requirements; copyright-risk decisions without provenance evidence.",
        "currentAs": "2026-07-10 \u2014 active. LKY Brain now covers the verified NAS manifest, local hydrated corpus, public recipe, adapter, and evaluation-readiness boundaries."
      },
      "lastUpdated": "2026-07-10",
      "documentCount": 8,
      "counts": {
        "wiki": 1,
        "concepts": 2,
        "entities": 1,
        "summaries": 0,
        "syntheses": 1
      },
      "llms_txt": "/wiki/curated-tuning-datasets/llms.txt",
      "llms_full_txt": "/wiki/curated-tuning-datasets/llms-full.txt",
      "index_json": "/wiki/curated-tuning-datasets/index.json",
      "raw_base": "/raw/curated-tuning-datasets/",
      "html_base": "/wiki/curated-tuning-datasets/",
      "documents": [
        {
          "title": "Curated Tuning Datasets Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/curated-tuning-datasets/CLAUDE.md",
          "html": "/wiki/curated-tuning-datasets/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Curated Tuning Datasets",
          "path": "README.md",
          "raw": "/raw/curated-tuning-datasets/README.md",
          "html": "/wiki/curated-tuning-datasets/README.md.html",
          "category": "other"
        },
        {
          "title": "Corpus-to-Chat Transformation",
          "path": "wiki/concepts/corpus-to-chat-transformation.md",
          "raw": "/raw/curated-tuning-datasets/wiki/concepts/corpus-to-chat-transformation.md",
          "html": "/wiki/curated-tuning-datasets/wiki/concepts/corpus-to-chat-transformation.md.html",
          "category": "concepts"
        },
        {
          "title": "Dataset Recipe Publication",
          "path": "wiki/concepts/dataset-recipe-publication.md",
          "raw": "/raw/curated-tuning-datasets/wiki/concepts/dataset-recipe-publication.md",
          "html": "/wiki/curated-tuning-datasets/wiki/concepts/dataset-recipe-publication.md.html",
          "category": "concepts"
        },
        {
          "title": "LKY Brain / LKY Archive",
          "path": "wiki/entities/lky-archive.md",
          "raw": "/raw/curated-tuning-datasets/wiki/entities/lky-archive.md",
          "html": "/wiki/curated-tuning-datasets/wiki/entities/lky-archive.md.html",
          "category": "entities"
        },
        {
          "title": "Curated Tuning Datasets \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/curated-tuning-datasets/wiki/index.md",
          "html": "/wiki/curated-tuning-datasets/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Curated Tuning Datasets \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/curated-tuning-datasets/wiki/log.md",
          "html": "/wiki/curated-tuning-datasets/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "LKY Dataset Readiness Map",
          "path": "wiki/syntheses/lky-dataset-readiness-map.md",
          "raw": "/raw/curated-tuning-datasets/wiki/syntheses/lky-dataset-readiness-map.md",
          "html": "/wiki/curated-tuning-datasets/wiki/syntheses/lky-dataset-readiness-map.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "local-ai-infrastructure",
      "title": "Local AI Infrastructure",
      "description": "Local-first AI setup, local LLMs, LoRA/fine-tuning infrastructure, RAG over compiled wikis, deterministic local workflow offload, and hardware/software constraints.",
      "tags": [
        "infrastructure"
      ],
      "category": "infrastructure",
      "scope": {
        "covers": "Local-first AI setup, local LLMs, LoRA/fine-tuning infrastructure, RAG over compiled wikis, deterministic local workflow offload, and hardware/software constraints.",
        "notCovered": "Cloud-only infrastructure unless it affects local-first migration; product UX unless tied to local model constraints.",
        "currentAs": "2026-07-17 \u2014 active. Includes local retrieval/RAG concepts, VPS app operation, and the LKY Brain consumer-GPU QLoRA case study with checkout-portable launchers, documented PEFT/vLLM paths, executed downstream llama.cpp Q4_K_M serving, tuned-voice co-placement, and the application-layer audited retrieval seam used by LKY Avatar."
      },
      "lastUpdated": "2026-07-17",
      "documentCount": 9,
      "counts": {
        "wiki": 1,
        "concepts": 3,
        "entities": 0,
        "summaries": 1,
        "syntheses": 0
      },
      "llms_txt": "/wiki/local-ai-infrastructure/llms.txt",
      "llms_full_txt": "/wiki/local-ai-infrastructure/llms-full.txt",
      "index_json": "/wiki/local-ai-infrastructure/index.json",
      "raw_base": "/raw/local-ai-infrastructure/",
      "html_base": "/wiki/local-ai-infrastructure/",
      "documents": [
        {
          "title": "Local AI Infrastructure Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/local-ai-infrastructure/CLAUDE.md",
          "html": "/wiki/local-ai-infrastructure/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Local AI Infrastructure",
          "path": "README.md",
          "raw": "/raw/local-ai-infrastructure/README.md",
          "html": "/wiki/local-ai-infrastructure/README.md.html",
          "category": "other"
        },
        {
          "title": "Transcript \u2014 The Autonomous Agentic Workflow that Runs My Web App w/ Hermes + a $6 VPS",
          "path": "raw/transcripts/tonbi-vps-agent-web-app-workflow-2026.md",
          "raw": "/raw/local-ai-infrastructure/raw/transcripts/tonbi-vps-agent-web-app-workflow-2026.md",
          "html": "/wiki/local-ai-infrastructure/raw/transcripts/tonbi-vps-agent-web-app-workflow-2026.md.html",
          "category": "other"
        },
        {
          "title": "Local Retrieval Agent Infrastructure",
          "path": "wiki/concepts/local-retrieval-agent-infrastructure.md",
          "raw": "/raw/local-ai-infrastructure/wiki/concepts/local-retrieval-agent-infrastructure.md",
          "html": "/wiki/local-ai-infrastructure/wiki/concepts/local-retrieval-agent-infrastructure.md.html",
          "category": "concepts"
        },
        {
          "title": "RAG over Agent Wikis",
          "path": "wiki/concepts/rag-over-agent-wikis.md",
          "raw": "/raw/local-ai-infrastructure/wiki/concepts/rag-over-agent-wikis.md",
          "html": "/wiki/local-ai-infrastructure/wiki/concepts/rag-over-agent-wikis.md.html",
          "category": "concepts"
        },
        {
          "title": "VPS Agent Web App Pattern",
          "path": "wiki/concepts/vps-agent-web-app-pattern.md",
          "raw": "/raw/local-ai-infrastructure/wiki/concepts/vps-agent-web-app-pattern.md",
          "html": "/wiki/local-ai-infrastructure/wiki/concepts/vps-agent-web-app-pattern.md.html",
          "category": "concepts"
        },
        {
          "title": "Local AI Infrastructure \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/local-ai-infrastructure/wiki/index.md",
          "html": "/wiki/local-ai-infrastructure/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Local AI Infrastructure \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/local-ai-infrastructure/wiki/log.md",
          "html": "/wiki/local-ai-infrastructure/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "LKY Brain Consumer-GPU QLoRA Case Study",
          "path": "wiki/summaries/lky-brain-consumer-gpu-qlora.md",
          "raw": "/raw/local-ai-infrastructure/wiki/summaries/lky-brain-consumer-gpu-qlora.md",
          "html": "/wiki/local-ai-infrastructure/wiki/summaries/lky-brain-consumer-gpu-qlora.md.html",
          "category": "summaries"
        }
      ]
    },
    {
      "slug": "pattern-language",
      "title": "Pattern Language",
      "description": "The `pattern-language` namespace covers the abridged, hyper-textual pattern corpus from `apl-md`: 253 built-environment patterns, their Problem/Solution framing, related-pattern graph, provenance, license guardrails, and agent-facing retrieval guidance for spatial design and worldbuilding.",
      "tags": [
        "spatial-design"
      ],
      "category": "spatial-design",
      "scope": {
        "covers": "The `pattern-language` namespace covers the abridged, hyper-textual pattern corpus from `apl-md`: 253 built-environment patterns, their Problem/Solution framing, related-pattern graph, provenance, license guardrails, and agent-facing retrieval guidance for spatial design and worldbuilding.",
        "notCovered": "This namespace does not cover generic architecture theory outside the imported corpus, commercial training-data clearance, complete republication of the original book beyond the `apl-md` abridged material, or implementation of an Unreal MCP adapter. Unreal/worldbuilding adapter design is tracked as a deferred follow-up.",
        "currentAs": "2026-07-01 \u2014 Initial namespace release imports 253 pattern documents from `zenodotus280/apl-md`, preserves related-pattern wikilinks, and adds agent retrieval/worldbuilding guidance plus deferred Unreal MCP adapter notes."
      },
      "lastUpdated": "2026-07-01",
      "documentCount": 260,
      "counts": {
        "wiki": 1,
        "concepts": 254,
        "entities": 0,
        "summaries": 1,
        "syntheses": 1
      },
      "llms_txt": "/wiki/pattern-language/llms.txt",
      "llms_full_txt": "/wiki/pattern-language/llms-full.txt",
      "index_json": "/wiki/pattern-language/index.json",
      "raw_base": "/raw/pattern-language/",
      "html_base": "/wiki/pattern-language/",
      "documents": [
        {
          "title": "Pattern Language Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/pattern-language/CLAUDE.md",
          "html": "/wiki/pattern-language/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Pattern Language",
          "path": "README.md",
          "raw": "/raw/pattern-language/README.md",
          "html": "/wiki/pattern-language/README.md.html",
          "category": "other"
        },
        {
          "title": "A Place to Wait (150)",
          "path": "wiki/concepts/patterns/a-place-to-wait-150.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/a-place-to-wait-150.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/a-place-to-wait-150.md.html",
          "category": "concepts"
        },
        {
          "title": "A Room of One's Own (141)",
          "path": "wiki/concepts/patterns/a-room-of-ones-own-141.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/a-room-of-ones-own-141.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/a-room-of-ones-own-141.md.html",
          "category": "concepts"
        },
        {
          "title": "Access to Water (25)",
          "path": "wiki/concepts/patterns/access-to-water-25.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/access-to-water-25.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/access-to-water-25.md.html",
          "category": "concepts"
        },
        {
          "title": "Accessible Green (60)",
          "path": "wiki/concepts/patterns/accessible-green-60.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/accessible-green-60.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/accessible-green-60.md.html",
          "category": "concepts"
        },
        {
          "title": "Activity Nodes (30)",
          "path": "wiki/concepts/patterns/activity-nodes-30.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/activity-nodes-30.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/activity-nodes-30.md.html",
          "category": "concepts"
        },
        {
          "title": "Activity Pockets (124)",
          "path": "wiki/concepts/patterns/activity-pockets-124.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/activity-pockets-124.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/activity-pockets-124.md.html",
          "category": "concepts"
        },
        {
          "title": "Adventure Playground (73)",
          "path": "wiki/concepts/patterns/adventure-playground-73.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/adventure-playground-73.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/adventure-playground-73.md.html",
          "category": "concepts"
        },
        {
          "title": "Agricultural Valleys (4)",
          "path": "wiki/concepts/patterns/agricultural-valleys-4.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/agricultural-valleys-4.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/agricultural-valleys-4.md.html",
          "category": "concepts"
        },
        {
          "title": "Alcoves (179)",
          "path": "wiki/concepts/patterns/alcoves-179.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/alcoves-179.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/alcoves-179.md.html",
          "category": "concepts"
        },
        {
          "title": "Animals (74)",
          "path": "wiki/concepts/patterns/animals-74.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/animals-74.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/animals-74.md.html",
          "category": "concepts"
        },
        {
          "title": "Arcades (119)",
          "path": "wiki/concepts/patterns/arcades-119.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/arcades-119.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/arcades-119.md.html",
          "category": "concepts"
        },
        {
          "title": "Bathing Room (144)",
          "path": "wiki/concepts/patterns/bathing-room-144.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/bathing-room-144.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/bathing-room-144.md.html",
          "category": "concepts"
        },
        {
          "title": "Bed Alcove (188)",
          "path": "wiki/concepts/patterns/bed-alcove-188.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/bed-alcove-188.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/bed-alcove-188.md.html",
          "category": "concepts"
        },
        {
          "title": "Bed Cluster (143)",
          "path": "wiki/concepts/patterns/bed-cluster-143.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/bed-cluster-143.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/bed-cluster-143.md.html",
          "category": "concepts"
        },
        {
          "title": "Beer Hall (90)",
          "path": "wiki/concepts/patterns/beer-hall-90.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/beer-hall-90.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/beer-hall-90.md.html",
          "category": "concepts"
        },
        {
          "title": "Bike Paths and Racks (56)",
          "path": "wiki/concepts/patterns/bike-paths-and-racks-56.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/bike-paths-and-racks-56.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/bike-paths-and-racks-56.md.html",
          "category": "concepts"
        },
        {
          "title": "Birth Places (65)",
          "path": "wiki/concepts/patterns/birth-places-65.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/birth-places-65.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/birth-places-65.md.html",
          "category": "concepts"
        },
        {
          "title": "Box Columns (216)",
          "path": "wiki/concepts/patterns/box-columns-216.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/box-columns-216.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/box-columns-216.md.html",
          "category": "concepts"
        },
        {
          "title": "Building Complex (95)",
          "path": "wiki/concepts/patterns/building-complex-95.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/building-complex-95.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/building-complex-95.md.html",
          "category": "concepts"
        },
        {
          "title": "Building Edge (160)",
          "path": "wiki/concepts/patterns/building-edge-160.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/building-edge-160.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/building-edge-160.md.html",
          "category": "concepts"
        },
        {
          "title": "Building Fronts (122)",
          "path": "wiki/concepts/patterns/building-fronts-122.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/building-fronts-122.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/building-fronts-122.md.html",
          "category": "concepts"
        },
        {
          "title": "Building Thoroughfare (101)",
          "path": "wiki/concepts/patterns/building-thoroughfare-101.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/building-thoroughfare-101.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/building-thoroughfare-101.md.html",
          "category": "concepts"
        },
        {
          "title": "Built-in Seats (202)",
          "path": "wiki/concepts/patterns/built-in-seats-202.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/built-in-seats-202.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/built-in-seats-202.md.html",
          "category": "concepts"
        },
        {
          "title": "Bulk Storage (145)",
          "path": "wiki/concepts/patterns/bulk-storage-145.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/bulk-storage-145.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/bulk-storage-145.md.html",
          "category": "concepts"
        },
        {
          "title": "Bus Stop (92)",
          "path": "wiki/concepts/patterns/bus-stop-92.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/bus-stop-92.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/bus-stop-92.md.html",
          "category": "concepts"
        },
        {
          "title": "Canvas Roofs (244)",
          "path": "wiki/concepts/patterns/canvas-roofs-244.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/canvas-roofs-244.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/canvas-roofs-244.md.html",
          "category": "concepts"
        },
        {
          "title": "Car Connection (113)",
          "path": "wiki/concepts/patterns/car-connection-113.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/car-connection-113.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/car-connection-113.md.html",
          "category": "concepts"
        },
        {
          "title": "Carnival (58)",
          "path": "wiki/concepts/patterns/carnival-58.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/carnival-58.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/carnival-58.md.html",
          "category": "concepts"
        },
        {
          "title": "Cascade of Roofs (116)",
          "path": "wiki/concepts/patterns/cascade-of-roofs-116.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/cascade-of-roofs-116.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/cascade-of-roofs-116.md.html",
          "category": "concepts"
        },
        {
          "title": "Ceiling Height Variety (190)",
          "path": "wiki/concepts/patterns/ceiling-height-variety-190.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/ceiling-height-variety-190.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/ceiling-height-variety-190.md.html",
          "category": "concepts"
        },
        {
          "title": "Child Caves (203)",
          "path": "wiki/concepts/patterns/child-caves-203.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/child-caves-203.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/child-caves-203.md.html",
          "category": "concepts"
        },
        {
          "title": "Children in the City (57)",
          "path": "wiki/concepts/patterns/children-in-the-city-57.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/children-in-the-city-57.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/children-in-the-city-57.md.html",
          "category": "concepts"
        },
        {
          "title": "Children's Home (86)",
          "path": "wiki/concepts/patterns/childrens-home-86.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/childrens-home-86.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/childrens-home-86.md.html",
          "category": "concepts"
        },
        {
          "title": "Children's Realm (137)",
          "path": "wiki/concepts/patterns/childrens-realm-137.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/childrens-realm-137.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/childrens-realm-137.md.html",
          "category": "concepts"
        },
        {
          "title": "Circulation Realms (98)",
          "path": "wiki/concepts/patterns/circulation-realms-98.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/circulation-realms-98.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/circulation-realms-98.md.html",
          "category": "concepts"
        },
        {
          "title": "City Country Fingers (3)",
          "path": "wiki/concepts/patterns/city-country-fingers-3.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/city-country-fingers-3.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/city-country-fingers-3.md.html",
          "category": "concepts"
        },
        {
          "title": "Climbing Plants (246)",
          "path": "wiki/concepts/patterns/climbing-plants-246.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/climbing-plants-246.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/climbing-plants-246.md.html",
          "category": "concepts"
        },
        {
          "title": "Closets Between Rooms (198)",
          "path": "wiki/concepts/patterns/closets-between-rooms-198.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/closets-between-rooms-198.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/closets-between-rooms-198.md.html",
          "category": "concepts"
        },
        {
          "title": "Column Connections (227)",
          "path": "wiki/concepts/patterns/column-connections-227.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/column-connections-227.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/column-connections-227.md.html",
          "category": "concepts"
        },
        {
          "title": "Column Place (226)",
          "path": "wiki/concepts/patterns/column-place-226.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/column-place-226.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/column-place-226.md.html",
          "category": "concepts"
        },
        {
          "title": "Columns at the Corners (212)",
          "path": "wiki/concepts/patterns/columns-at-the-corners-212.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/columns-at-the-corners-212.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/columns-at-the-corners-212.md.html",
          "category": "concepts"
        },
        {
          "title": "Common Areas at the Heart (129)",
          "path": "wiki/concepts/patterns/common-areas-at-the-heart-129.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/common-areas-at-the-heart-129.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/common-areas-at-the-heart-129.md.html",
          "category": "concepts"
        },
        {
          "title": "Common Land (67)",
          "path": "wiki/concepts/patterns/common-land-67.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/common-land-67.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/common-land-67.md.html",
          "category": "concepts"
        },
        {
          "title": "Communal Eating (147)",
          "path": "wiki/concepts/patterns/communal-eating-147.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/communal-eating-147.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/communal-eating-147.md.html",
          "category": "concepts"
        },
        {
          "title": "Communal Sleeping (186)",
          "path": "wiki/concepts/patterns/communal-sleeping-186.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/communal-sleeping-186.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/communal-sleeping-186.md.html",
          "category": "concepts"
        },
        {
          "title": "Community of 7000 (12)",
          "path": "wiki/concepts/patterns/community-of-7000-12.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/community-of-7000-12.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/community-of-7000-12.md.html",
          "category": "concepts"
        },
        {
          "title": "Compost (178)",
          "path": "wiki/concepts/patterns/compost-178.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/compost-178.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/compost-178.md.html",
          "category": "concepts"
        },
        {
          "title": "Connected Buildings (108)",
          "path": "wiki/concepts/patterns/connected-buildings-108.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/connected-buildings-108.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/connected-buildings-108.md.html",
          "category": "concepts"
        },
        {
          "title": "Connected Play (68)",
          "path": "wiki/concepts/patterns/connected-play-68.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/connected-play-68.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/connected-play-68.md.html",
          "category": "concepts"
        },
        {
          "title": "Connection to the Earth (168)",
          "path": "wiki/concepts/patterns/connection-to-the-earth-168.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/connection-to-the-earth-168.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/connection-to-the-earth-168.md.html",
          "category": "concepts"
        },
        {
          "title": "Cooking Layout (184)",
          "path": "wiki/concepts/patterns/cooking-layout-184.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/cooking-layout-184.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/cooking-layout-184.md.html",
          "category": "concepts"
        },
        {
          "title": "Corner Doors (196)",
          "path": "wiki/concepts/patterns/corner-doors-196.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/corner-doors-196.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/corner-doors-196.md.html",
          "category": "concepts"
        },
        {
          "title": "Corner Grocery (89)",
          "path": "wiki/concepts/patterns/corner-grocery-89.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/corner-grocery-89.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/corner-grocery-89.md.html",
          "category": "concepts"
        },
        {
          "title": "Country Towns (6)",
          "path": "wiki/concepts/patterns/country-towns-6.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/country-towns-6.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/country-towns-6.md.html",
          "category": "concepts"
        },
        {
          "title": "Couple's Realm (136)",
          "path": "wiki/concepts/patterns/couples-realm-136.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/couples-realm-136.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/couples-realm-136.md.html",
          "category": "concepts"
        },
        {
          "title": "Courtyards Which Live (115)",
          "path": "wiki/concepts/patterns/courtyards-which-live-115.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/courtyards-which-live-115.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/courtyards-which-live-115.md.html",
          "category": "concepts"
        },
        {
          "title": "Dancing in the Street (63)",
          "path": "wiki/concepts/patterns/dancing-in-the-street-63.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/dancing-in-the-street-63.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/dancing-in-the-street-63.md.html",
          "category": "concepts"
        },
        {
          "title": "Deep Reveals (223)",
          "path": "wiki/concepts/patterns/deep-reveals-223.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/deep-reveals-223.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/deep-reveals-223.md.html",
          "category": "concepts"
        },
        {
          "title": "Degrees of Publicness (36)",
          "path": "wiki/concepts/patterns/degrees-of-publicness-36.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/degrees-of-publicness-36.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/degrees-of-publicness-36.md.html",
          "category": "concepts"
        },
        {
          "title": "Density Rings (29)",
          "path": "wiki/concepts/patterns/density-rings-29.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/density-rings-29.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/density-rings-29.md.html",
          "category": "concepts"
        },
        {
          "title": "Different Chairs (251)",
          "path": "wiki/concepts/patterns/different-chairs-251.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/different-chairs-251.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/different-chairs-251.md.html",
          "category": "concepts"
        },
        {
          "title": "Dormer Windows (231)",
          "path": "wiki/concepts/patterns/dormer-windows-231.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/dormer-windows-231.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/dormer-windows-231.md.html",
          "category": "concepts"
        },
        {
          "title": "Dressing Rooms (189)",
          "path": "wiki/concepts/patterns/dressing-rooms-189.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/dressing-rooms-189.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/dressing-rooms-189.md.html",
          "category": "concepts"
        },
        {
          "title": "Duct Space (229)",
          "path": "wiki/concepts/patterns/duct-space-229.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/duct-space-229.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/duct-space-229.md.html",
          "category": "concepts"
        },
        {
          "title": "Eating Atmosphere (182)",
          "path": "wiki/concepts/patterns/eating-atmosphere-182.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/eating-atmosphere-182.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/eating-atmosphere-182.md.html",
          "category": "concepts"
        },
        {
          "title": "Eccentric Nucleus (28)",
          "path": "wiki/concepts/patterns/eccentric-nucleus-28.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/eccentric-nucleus-28.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/eccentric-nucleus-28.md.html",
          "category": "concepts"
        },
        {
          "title": "Efficient Structure (206)",
          "path": "wiki/concepts/patterns/efficient-structure-206.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/efficient-structure-206.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/efficient-structure-206.md.html",
          "category": "concepts"
        },
        {
          "title": "Entrance Room (130)",
          "path": "wiki/concepts/patterns/entrance-room-130.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/entrance-room-130.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/entrance-room-130.md.html",
          "category": "concepts"
        },
        {
          "title": "Entrance Transition (112)",
          "path": "wiki/concepts/patterns/entrance-transition-112.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/entrance-transition-112.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/entrance-transition-112.md.html",
          "category": "concepts"
        },
        {
          "title": "Family of Entrances (102)",
          "path": "wiki/concepts/patterns/family-of-entrances-102.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/family-of-entrances-102.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/family-of-entrances-102.md.html",
          "category": "concepts"
        },
        {
          "title": "Farmhouse Kitchen (139)",
          "path": "wiki/concepts/patterns/farmhouse-kitchen-139.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/farmhouse-kitchen-139.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/farmhouse-kitchen-139.md.html",
          "category": "concepts"
        },
        {
          "title": "Filtered Light (238)",
          "path": "wiki/concepts/patterns/filtered-light-238.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/filtered-light-238.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/filtered-light-238.md.html",
          "category": "concepts"
        },
        {
          "title": "Final Column Distribution (213)",
          "path": "wiki/concepts/patterns/final-column-distribution-213.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/final-column-distribution-213.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/final-column-distribution-213.md.html",
          "category": "concepts"
        },
        {
          "title": "Flexible Office Space (146)",
          "path": "wiki/concepts/patterns/flexible-office-space-146.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/flexible-office-space-146.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/flexible-office-space-146.md.html",
          "category": "concepts"
        },
        {
          "title": "Floor and Ceiling Layout (210)",
          "path": "wiki/concepts/patterns/floor-and-ceiling-layout-210.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/floor-and-ceiling-layout-210.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/floor-and-ceiling-layout-210.md.html",
          "category": "concepts"
        },
        {
          "title": "Floor-Ceiling Vaults (219)",
          "path": "wiki/concepts/patterns/floor-ceiling-vaults-219.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/floor-ceiling-vaults-219.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/floor-ceiling-vaults-219.md.html",
          "category": "concepts"
        },
        {
          "title": "Floor Surface (233)",
          "path": "wiki/concepts/patterns/floor-surface-233.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/floor-surface-233.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/floor-surface-233.md.html",
          "category": "concepts"
        },
        {
          "title": "Food Stands (93)",
          "path": "wiki/concepts/patterns/food-stands-93.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/food-stands-93.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/food-stands-93.md.html",
          "category": "concepts"
        },
        {
          "title": "Four-Story Limit (21)",
          "path": "wiki/concepts/patterns/four-story-limit-21.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/four-story-limit-21.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/four-story-limit-21.md.html",
          "category": "concepts"
        },
        {
          "title": "Frames as Thickened Edges (225)",
          "path": "wiki/concepts/patterns/frames-as-thickened-edges-225.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/frames-as-thickened-edges-225.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/frames-as-thickened-edges-225.md.html",
          "category": "concepts"
        },
        {
          "title": "Front Door Bench (242)",
          "path": "wiki/concepts/patterns/front-door-bench-242.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/front-door-bench-242.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/front-door-bench-242.md.html",
          "category": "concepts"
        },
        {
          "title": "Fruit Trees (170)",
          "path": "wiki/concepts/patterns/fruit-trees-170.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/fruit-trees-170.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/fruit-trees-170.md.html",
          "category": "concepts"
        },
        {
          "title": "Gallery Surround (166)",
          "path": "wiki/concepts/patterns/gallery-surround-166.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/gallery-surround-166.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/gallery-surround-166.md.html",
          "category": "concepts"
        },
        {
          "title": "Garden Growing Wild (172)",
          "path": "wiki/concepts/patterns/garden-growing-wild-172.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/garden-growing-wild-172.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/garden-growing-wild-172.md.html",
          "category": "concepts"
        },
        {
          "title": "Garden Seat (176)",
          "path": "wiki/concepts/patterns/garden-seat-176.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/garden-seat-176.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/garden-seat-176.md.html",
          "category": "concepts"
        },
        {
          "title": "Garden Wall (173)",
          "path": "wiki/concepts/patterns/garden-wall-173.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/garden-wall-173.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/garden-wall-173.md.html",
          "category": "concepts"
        },
        {
          "title": "Good Materials (207)",
          "path": "wiki/concepts/patterns/good-materials-207.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/good-materials-207.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/good-materials-207.md.html",
          "category": "concepts"
        },
        {
          "title": "Gradual Stiffening (208)",
          "path": "wiki/concepts/patterns/gradual-stiffening-208.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/gradual-stiffening-208.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/gradual-stiffening-208.md.html",
          "category": "concepts"
        },
        {
          "title": "Grave Sites (70)",
          "path": "wiki/concepts/patterns/grave-sites-70.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/grave-sites-70.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/grave-sites-70.md.html",
          "category": "concepts"
        },
        {
          "title": "Green Streets (51)",
          "path": "wiki/concepts/patterns/green-streets-51.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/green-streets-51.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/green-streets-51.md.html",
          "category": "concepts"
        },
        {
          "title": "Greenhouse (175)",
          "path": "wiki/concepts/patterns/greenhouse-175.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/greenhouse-175.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/greenhouse-175.md.html",
          "category": "concepts"
        },
        {
          "title": "Ground Floor Slab (215)",
          "path": "wiki/concepts/patterns/ground-floor-slab-215.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/ground-floor-slab-215.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/ground-floor-slab-215.md.html",
          "category": "concepts"
        },
        {
          "title": "Half-Hidden Garden (111)",
          "path": "wiki/concepts/patterns/half-hidden-garden-111.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/half-hidden-garden-111.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/half-hidden-garden-111.md.html",
          "category": "concepts"
        },
        {
          "title": "Half-Inch Trim (240)",
          "path": "wiki/concepts/patterns/half-inch-trim-240.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/half-inch-trim-240.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/half-inch-trim-240.md.html",
          "category": "concepts"
        },
        {
          "title": "Half-Open Wall (193)",
          "path": "wiki/concepts/patterns/half-open-wall-193.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/half-open-wall-193.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/half-open-wall-193.md.html",
          "category": "concepts"
        },
        {
          "title": "Half-Private Office (152)",
          "path": "wiki/concepts/patterns/half-private-office-152.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/half-private-office-152.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/half-private-office-152.md.html",
          "category": "concepts"
        },
        {
          "title": "Health Center (47)",
          "path": "wiki/concepts/patterns/health-center-47.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/health-center-47.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/health-center-47.md.html",
          "category": "concepts"
        },
        {
          "title": "Hierarchy of Open Space (114)",
          "path": "wiki/concepts/patterns/hierarchy-of-open-space-114.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/hierarchy-of-open-space-114.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/hierarchy-of-open-space-114.md.html",
          "category": "concepts"
        },
        {
          "title": "High Places (62)",
          "path": "wiki/concepts/patterns/high-places-62.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/high-places-62.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/high-places-62.md.html",
          "category": "concepts"
        },
        {
          "title": "Holy Ground (66)",
          "path": "wiki/concepts/patterns/holy-ground-66.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/holy-ground-66.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/holy-ground-66.md.html",
          "category": "concepts"
        },
        {
          "title": "Home Workshop (157)",
          "path": "wiki/concepts/patterns/home-workshop-157.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/home-workshop-157.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/home-workshop-157.md.html",
          "category": "concepts"
        },
        {
          "title": "House Cluster (37)",
          "path": "wiki/concepts/patterns/house-cluster-37.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/house-cluster-37.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/house-cluster-37.md.html",
          "category": "concepts"
        },
        {
          "title": "House for a Couple (77)",
          "path": "wiki/concepts/patterns/house-for-a-couple-77.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/house-for-a-couple-77.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/house-for-a-couple-77.md.html",
          "category": "concepts"
        },
        {
          "title": "House for a Small Family (76)",
          "path": "wiki/concepts/patterns/house-for-a-small-family-76.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/house-for-a-small-family-76.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/house-for-a-small-family-76.md.html",
          "category": "concepts"
        },
        {
          "title": "House for One Person (78)",
          "path": "wiki/concepts/patterns/house-for-one-person-78.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/house-for-one-person-78.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/house-for-one-person-78.md.html",
          "category": "concepts"
        },
        {
          "title": "Household Mix (35)",
          "path": "wiki/concepts/patterns/household-mix-35.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/household-mix-35.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/household-mix-35.md.html",
          "category": "concepts"
        },
        {
          "title": "Housing Hill (39)",
          "path": "wiki/concepts/patterns/housing-hill-39.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/housing-hill-39.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/housing-hill-39.md.html",
          "category": "concepts"
        },
        {
          "title": "Housing In Between (48)",
          "path": "wiki/concepts/patterns/housing-in-between-48.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/housing-in-between-48.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/housing-in-between-48.md.html",
          "category": "concepts"
        },
        {
          "title": "Identifiable Neighborhood (14)",
          "path": "wiki/concepts/patterns/identifiable-neighborhood-14.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/identifiable-neighborhood-14.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/identifiable-neighborhood-14.md.html",
          "category": "concepts"
        },
        {
          "title": "Independent Regions (1)",
          "path": "wiki/concepts/patterns/independent-regions-1.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/independent-regions-1.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/independent-regions-1.md.html",
          "category": "concepts"
        },
        {
          "title": "Individually Owned Shops (87)",
          "path": "wiki/concepts/patterns/individually-owned-shops-87.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/individually-owned-shops-87.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/individually-owned-shops-87.md.html",
          "category": "concepts"
        },
        {
          "title": "Indoor Sunlight (128)",
          "path": "wiki/concepts/patterns/indoor-sunlight-128.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/indoor-sunlight-128.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/indoor-sunlight-128.md.html",
          "category": "concepts"
        },
        {
          "title": "Industrial Ribbon (42)",
          "path": "wiki/concepts/patterns/industrial-ribbon-42.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/industrial-ribbon-42.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/industrial-ribbon-42.md.html",
          "category": "concepts"
        },
        {
          "title": "Interchange (34)",
          "path": "wiki/concepts/patterns/interchange-34.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/interchange-34.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/interchange-34.md.html",
          "category": "concepts"
        },
        {
          "title": "Interior Windows (194)",
          "path": "wiki/concepts/patterns/interior-windows-194.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/interior-windows-194.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/interior-windows-194.md.html",
          "category": "concepts"
        },
        {
          "title": "Intimacy Gradient (127)",
          "path": "wiki/concepts/patterns/intimacy-gradient-127.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/intimacy-gradient-127.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/intimacy-gradient-127.md.html",
          "category": "concepts"
        },
        {
          "title": "Lace of Country Streets (5)",
          "path": "wiki/concepts/patterns/lace-of-country-streets-5.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/lace-of-country-streets-5.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/lace-of-country-streets-5.md.html",
          "category": "concepts"
        },
        {
          "title": "Lapped Outside Walls (234)",
          "path": "wiki/concepts/patterns/lapped-outside-walls-234.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/lapped-outside-walls-234.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/lapped-outside-walls-234.md.html",
          "category": "concepts"
        },
        {
          "title": "Life Cycle (26)",
          "path": "wiki/concepts/patterns/life-cycle-26.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/life-cycle-26.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/life-cycle-26.md.html",
          "category": "concepts"
        },
        {
          "title": "Light on Two Sides of Every Room (159)",
          "path": "wiki/concepts/patterns/light-on-two-sides-of-every-room-159.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/light-on-two-sides-of-every-room-159.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/light-on-two-sides-of-every-room-159.md.html",
          "category": "concepts"
        },
        {
          "title": "Local Sports (72)",
          "path": "wiki/concepts/patterns/local-sports-72.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/local-sports-72.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/local-sports-72.md.html",
          "category": "concepts"
        },
        {
          "title": "Local Town Hall (44)",
          "path": "wiki/concepts/patterns/local-town-hall-44.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/local-town-hall-44.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/local-town-hall-44.md.html",
          "category": "concepts"
        },
        {
          "title": "Local Transport Areas (11)",
          "path": "wiki/concepts/patterns/local-transport-areas-11.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/local-transport-areas-11.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/local-transport-areas-11.md.html",
          "category": "concepts"
        },
        {
          "title": "Long Thin House (109)",
          "path": "wiki/concepts/patterns/long-thin-house-109.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/long-thin-house-109.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/long-thin-house-109.md.html",
          "category": "concepts"
        },
        {
          "title": "Looped Local Roads (49)",
          "path": "wiki/concepts/patterns/looped-local-roads-49.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/looped-local-roads-49.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/looped-local-roads-49.md.html",
          "category": "concepts"
        },
        {
          "title": "Low Doorway (224)",
          "path": "wiki/concepts/patterns/low-doorway-224.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/low-doorway-224.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/low-doorway-224.md.html",
          "category": "concepts"
        },
        {
          "title": "Low Sill (222)",
          "path": "wiki/concepts/patterns/low-sill-222.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/low-sill-222.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/low-sill-222.md.html",
          "category": "concepts"
        },
        {
          "title": "Magic of the City (10)",
          "path": "wiki/concepts/patterns/magic-of-the-city-10.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/magic-of-the-city-10.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/magic-of-the-city-10.md.html",
          "category": "concepts"
        },
        {
          "title": "Main Building (99)",
          "path": "wiki/concepts/patterns/main-building-99.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/main-building-99.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/main-building-99.md.html",
          "category": "concepts"
        },
        {
          "title": "Main Entrance (110)",
          "path": "wiki/concepts/patterns/main-entrance-110.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/main-entrance-110.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/main-entrance-110.md.html",
          "category": "concepts"
        },
        {
          "title": "Main Gateways (53)",
          "path": "wiki/concepts/patterns/main-gateways-53.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/main-gateways-53.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/main-gateways-53.md.html",
          "category": "concepts"
        },
        {
          "title": "Market of Many Shops (46)",
          "path": "wiki/concepts/patterns/market-of-many-shops-46.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/market-of-many-shops-46.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/market-of-many-shops-46.md.html",
          "category": "concepts"
        },
        {
          "title": "Marriage Bed (187)",
          "path": "wiki/concepts/patterns/marriage-bed-187.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/marriage-bed-187.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/marriage-bed-187.md.html",
          "category": "concepts"
        },
        {
          "title": "Master and Apprentices (83)",
          "path": "wiki/concepts/patterns/master-and-apprentices-83.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/master-and-apprentices-83.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/master-and-apprentices-83.md.html",
          "category": "concepts"
        },
        {
          "title": "Men and Women (27)",
          "path": "wiki/concepts/patterns/men-and-women-27.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/men-and-women-27.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/men-and-women-27.md.html",
          "category": "concepts"
        },
        {
          "title": "Mini-Buses (20)",
          "path": "wiki/concepts/patterns/mini-buses-20.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/mini-buses-20.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/mini-buses-20.md.html",
          "category": "concepts"
        },
        {
          "title": "Mosaic of Subcultures (8)",
          "path": "wiki/concepts/patterns/mosaic-of-subcultures-8.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/mosaic-of-subcultures-8.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/mosaic-of-subcultures-8.md.html",
          "category": "concepts"
        },
        {
          "title": "Natural Doors and Windows (221)",
          "path": "wiki/concepts/patterns/natural-doors-and-windows-221.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/natural-doors-and-windows-221.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/natural-doors-and-windows-221.md.html",
          "category": "concepts"
        },
        {
          "title": "Necklace of Community Projects (45)",
          "path": "wiki/concepts/patterns/necklace-of-community-projects-45.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/necklace-of-community-projects-45.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/necklace-of-community-projects-45.md.html",
          "category": "concepts"
        },
        {
          "title": "Neighborhood Boundary (15)",
          "path": "wiki/concepts/patterns/neighborhood-boundary-15.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/neighborhood-boundary-15.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/neighborhood-boundary-15.md.html",
          "category": "concepts"
        },
        {
          "title": "Network of Learning (18)",
          "path": "wiki/concepts/patterns/network-of-learning-18.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/network-of-learning-18.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/network-of-learning-18.md.html",
          "category": "concepts"
        },
        {
          "title": "Network of Paths and Cars (52)",
          "path": "wiki/concepts/patterns/network-of-paths-and-cars-52.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/network-of-paths-and-cars-52.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/network-of-paths-and-cars-52.md.html",
          "category": "concepts"
        },
        {
          "title": "Night Life (33)",
          "path": "wiki/concepts/patterns/night-life-33.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/night-life-33.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/night-life-33.md.html",
          "category": "concepts"
        },
        {
          "title": "Nine Per Cent Parking (22)",
          "path": "wiki/concepts/patterns/nine-per-cent-parking-22.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/nine-per-cent-parking-22.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/nine-per-cent-parking-22.md.html",
          "category": "concepts"
        },
        {
          "title": "North Face (162)",
          "path": "wiki/concepts/patterns/north-face-162.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/north-face-162.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/north-face-162.md.html",
          "category": "concepts"
        },
        {
          "title": "Number of Stories (96)",
          "path": "wiki/concepts/patterns/number-of-stories-96.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/number-of-stories-96.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/number-of-stories-96.md.html",
          "category": "concepts"
        },
        {
          "title": "Office Connections (82)",
          "path": "wiki/concepts/patterns/office-connections-82.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/office-connections-82.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/office-connections-82.md.html",
          "category": "concepts"
        },
        {
          "title": "Old Age Cottage (155)",
          "path": "wiki/concepts/patterns/old-age-cottage-155.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/old-age-cottage-155.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/old-age-cottage-155.md.html",
          "category": "concepts"
        },
        {
          "title": "Old People Everywhere (40)",
          "path": "wiki/concepts/patterns/old-people-everywhere-40.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/old-people-everywhere-40.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/old-people-everywhere-40.md.html",
          "category": "concepts"
        },
        {
          "title": "Open Shelves (200)",
          "path": "wiki/concepts/patterns/open-shelves-200.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/open-shelves-200.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/open-shelves-200.md.html",
          "category": "concepts"
        },
        {
          "title": "Open Stairs (158)",
          "path": "wiki/concepts/patterns/open-stairs-158.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/open-stairs-158.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/open-stairs-158.md.html",
          "category": "concepts"
        },
        {
          "title": "Opening to the Street (165)",
          "path": "wiki/concepts/patterns/opening-to-the-street-165.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/opening-to-the-street-165.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/opening-to-the-street-165.md.html",
          "category": "concepts"
        },
        {
          "title": "Ornament (249)",
          "path": "wiki/concepts/patterns/ornament-249.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/ornament-249.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/ornament-249.md.html",
          "category": "concepts"
        },
        {
          "title": "Outdoor Room (163)",
          "path": "wiki/concepts/patterns/outdoor-room-163.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/outdoor-room-163.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/outdoor-room-163.md.html",
          "category": "concepts"
        },
        {
          "title": "Parallel Roads (23)",
          "path": "wiki/concepts/patterns/parallel-roads-23.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/parallel-roads-23.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/parallel-roads-23.md.html",
          "category": "concepts"
        },
        {
          "title": "Path Shape (121)",
          "path": "wiki/concepts/patterns/path-shape-121.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/path-shape-121.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/path-shape-121.md.html",
          "category": "concepts"
        },
        {
          "title": "Paths and Goals (120)",
          "path": "wiki/concepts/patterns/paths-and-goals-120.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/paths-and-goals-120.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/paths-and-goals-120.md.html",
          "category": "concepts"
        },
        {
          "title": "Paving With Cracks Between the Stones (247)",
          "path": "wiki/concepts/patterns/paving-with-cracks-between-the-stones-247.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/paving-with-cracks-between-the-stones-247.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/paving-with-cracks-between-the-stones-247.md.html",
          "category": "concepts"
        },
        {
          "title": "Pedestrian Density (123)",
          "path": "wiki/concepts/patterns/pedestrian-density-123.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/pedestrian-density-123.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/pedestrian-density-123.md.html",
          "category": "concepts"
        },
        {
          "title": "Pedestrian Street (100)",
          "path": "wiki/concepts/patterns/pedestrian-street-100.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/pedestrian-street-100.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/pedestrian-street-100.md.html",
          "category": "concepts"
        },
        {
          "title": "Perimeter Beams (217)",
          "path": "wiki/concepts/patterns/perimeter-beams-217.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/perimeter-beams-217.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/perimeter-beams-217.md.html",
          "category": "concepts"
        },
        {
          "title": "Pools and Streams (64)",
          "path": "wiki/concepts/patterns/pools-and-streams-64.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/pools-and-streams-64.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/pools-and-streams-64.md.html",
          "category": "concepts"
        },
        {
          "title": "Pools of Light (252)",
          "path": "wiki/concepts/patterns/pools-of-light-252.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/pools-of-light-252.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/pools-of-light-252.md.html",
          "category": "concepts"
        },
        {
          "title": "Positive Outdoor Space (106)",
          "path": "wiki/concepts/patterns/positive-outdoor-space-106.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/positive-outdoor-space-106.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/positive-outdoor-space-106.md.html",
          "category": "concepts"
        },
        {
          "title": "Private Terrace on the Street (140)",
          "path": "wiki/concepts/patterns/private-terrace-on-the-street-140.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/private-terrace-on-the-street-140.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/private-terrace-on-the-street-140.md.html",
          "category": "concepts"
        },
        {
          "title": "Promenade (31)",
          "path": "wiki/concepts/patterns/promenade-31.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/promenade-31.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/promenade-31.md.html",
          "category": "concepts"
        },
        {
          "title": "Public Outdoor Room (69)",
          "path": "wiki/concepts/patterns/public-outdoor-room-69.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/public-outdoor-room-69.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/public-outdoor-room-69.md.html",
          "category": "concepts"
        },
        {
          "title": "Quiet Backs (59)",
          "path": "wiki/concepts/patterns/quiet-backs-59.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/quiet-backs-59.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/quiet-backs-59.md.html",
          "category": "concepts"
        },
        {
          "title": "Radiant Heat (230)",
          "path": "wiki/concepts/patterns/radiant-heat-230.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/radiant-heat-230.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/radiant-heat-230.md.html",
          "category": "concepts"
        },
        {
          "title": "Raised Flowers (245)",
          "path": "wiki/concepts/patterns/raised-flowers-245.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/raised-flowers-245.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/raised-flowers-245.md.html",
          "category": "concepts"
        },
        {
          "title": "Raised Walk (55)",
          "path": "wiki/concepts/patterns/raised-walk-55.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/raised-walk-55.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/raised-walk-55.md.html",
          "category": "concepts"
        },
        {
          "title": "Reception Welcomes You (149)",
          "path": "wiki/concepts/patterns/reception-welcomes-you-149.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/reception-welcomes-you-149.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/reception-welcomes-you-149.md.html",
          "category": "concepts"
        },
        {
          "title": "Ring Roads (17)",
          "path": "wiki/concepts/patterns/ring-roads-17.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/ring-roads-17.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/ring-roads-17.md.html",
          "category": "concepts"
        },
        {
          "title": "Road Crossing (54)",
          "path": "wiki/concepts/patterns/road-crossing-54.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/road-crossing-54.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/road-crossing-54.md.html",
          "category": "concepts"
        },
        {
          "title": "Roof Caps (232)",
          "path": "wiki/concepts/patterns/roof-caps-232.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/roof-caps-232.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/roof-caps-232.md.html",
          "category": "concepts"
        },
        {
          "title": "Roof Garden (118)",
          "path": "wiki/concepts/patterns/roof-garden-118.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/roof-garden-118.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/roof-garden-118.md.html",
          "category": "concepts"
        },
        {
          "title": "Roof Layout (209)",
          "path": "wiki/concepts/patterns/roof-layout-209.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/roof-layout-209.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/roof-layout-209.md.html",
          "category": "concepts"
        },
        {
          "title": "Roof Vaults (220)",
          "path": "wiki/concepts/patterns/roof-vaults-220.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/roof-vaults-220.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/roof-vaults-220.md.html",
          "category": "concepts"
        },
        {
          "title": "Rooms to Rent (153)",
          "path": "wiki/concepts/patterns/rooms-to-rent-153.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/rooms-to-rent-153.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/rooms-to-rent-153.md.html",
          "category": "concepts"
        },
        {
          "title": "Root Foundations (214)",
          "path": "wiki/concepts/patterns/root-foundations-214.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/root-foundations-214.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/root-foundations-214.md.html",
          "category": "concepts"
        },
        {
          "title": "Row Houses (38)",
          "path": "wiki/concepts/patterns/row-houses-38.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/row-houses-38.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/row-houses-38.md.html",
          "category": "concepts"
        },
        {
          "title": "Sacred Sites (24)",
          "path": "wiki/concepts/patterns/sacred-sites-24.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sacred-sites-24.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sacred-sites-24.md.html",
          "category": "concepts"
        },
        {
          "title": "Scattered Work (9)",
          "path": "wiki/concepts/patterns/scattered-work-9.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/scattered-work-9.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/scattered-work-9.md.html",
          "category": "concepts"
        },
        {
          "title": "Seat Spots (241)",
          "path": "wiki/concepts/patterns/seat-spots-241.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/seat-spots-241.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/seat-spots-241.md.html",
          "category": "concepts"
        },
        {
          "title": "Secret Place (204)",
          "path": "wiki/concepts/patterns/secret-place-204.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/secret-place-204.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/secret-place-204.md.html",
          "category": "concepts"
        },
        {
          "title": "Self-Governing Workshops and Offices (80)",
          "path": "wiki/concepts/patterns/self-governing-workshops-and-offices-80.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/self-governing-workshops-and-offices-80.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/self-governing-workshops-and-offices-80.md.html",
          "category": "concepts"
        },
        {
          "title": "Sequence of Sitting Spaces (142)",
          "path": "wiki/concepts/patterns/sequence-of-sitting-spaces-142.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sequence-of-sitting-spaces-142.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sequence-of-sitting-spaces-142.md.html",
          "category": "concepts"
        },
        {
          "title": "Settled Work (156)",
          "path": "wiki/concepts/patterns/settled-work-156.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/settled-work-156.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/settled-work-156.md.html",
          "category": "concepts"
        },
        {
          "title": "Sheltering Roof (117)",
          "path": "wiki/concepts/patterns/sheltering-roof-117.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sheltering-roof-117.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sheltering-roof-117.md.html",
          "category": "concepts"
        },
        {
          "title": "Shielded Parking (97)",
          "path": "wiki/concepts/patterns/shielded-parking-97.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/shielded-parking-97.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/shielded-parking-97.md.html",
          "category": "concepts"
        },
        {
          "title": "Shopfront Schools (85)",
          "path": "wiki/concepts/patterns/shopfront-schools-85.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/shopfront-schools-85.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/shopfront-schools-85.md.html",
          "category": "concepts"
        },
        {
          "title": "Shopping Street (32)",
          "path": "wiki/concepts/patterns/shopping-street-32.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/shopping-street-32.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/shopping-street-32.md.html",
          "category": "concepts"
        },
        {
          "title": "Short Passages (132)",
          "path": "wiki/concepts/patterns/short-passages-132.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/short-passages-132.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/short-passages-132.md.html",
          "category": "concepts"
        },
        {
          "title": "Site Repair (104)",
          "path": "wiki/concepts/patterns/site-repair-104.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/site-repair-104.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/site-repair-104.md.html",
          "category": "concepts"
        },
        {
          "title": "Sitting Circle (185)",
          "path": "wiki/concepts/patterns/sitting-circle-185.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sitting-circle-185.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sitting-circle-185.md.html",
          "category": "concepts"
        },
        {
          "title": "Sitting Wall (243)",
          "path": "wiki/concepts/patterns/sitting-wall-243.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sitting-wall-243.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sitting-wall-243.md.html",
          "category": "concepts"
        },
        {
          "title": "Six-Foot Balcony (167)",
          "path": "wiki/concepts/patterns/six-foot-balcony-167.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/six-foot-balcony-167.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/six-foot-balcony-167.md.html",
          "category": "concepts"
        },
        {
          "title": "Sleeping in Public (94)",
          "path": "wiki/concepts/patterns/sleeping-in-public-94.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sleeping-in-public-94.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sleeping-in-public-94.md.html",
          "category": "concepts"
        },
        {
          "title": "Sleeping to the East (138)",
          "path": "wiki/concepts/patterns/sleeping-to-the-east-138.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sleeping-to-the-east-138.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sleeping-to-the-east-138.md.html",
          "category": "concepts"
        },
        {
          "title": "Small Meeting Rooms (151)",
          "path": "wiki/concepts/patterns/small-meeting-rooms-151.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/small-meeting-rooms-151.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/small-meeting-rooms-151.md.html",
          "category": "concepts"
        },
        {
          "title": "Small Panes (239)",
          "path": "wiki/concepts/patterns/small-panes-239.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/small-panes-239.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/small-panes-239.md.html",
          "category": "concepts"
        },
        {
          "title": "Small Parking Lots (103)",
          "path": "wiki/concepts/patterns/small-parking-lots-103.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/small-parking-lots-103.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/small-parking-lots-103.md.html",
          "category": "concepts"
        },
        {
          "title": "Small Public Squares (61)",
          "path": "wiki/concepts/patterns/small-public-squares-61.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/small-public-squares-61.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/small-public-squares-61.md.html",
          "category": "concepts"
        },
        {
          "title": "Small Services Without Red Tape (81)",
          "path": "wiki/concepts/patterns/small-services-without-red-tape-81.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/small-services-without-red-tape-81.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/small-services-without-red-tape-81.md.html",
          "category": "concepts"
        },
        {
          "title": "Small Work Groups (148)",
          "path": "wiki/concepts/patterns/small-work-groups-148.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/small-work-groups-148.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/small-work-groups-148.md.html",
          "category": "concepts"
        },
        {
          "title": "Soft Inside Walls (235)",
          "path": "wiki/concepts/patterns/soft-inside-walls-235.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/soft-inside-walls-235.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/soft-inside-walls-235.md.html",
          "category": "concepts"
        },
        {
          "title": "Soft Tile and Brick (248)",
          "path": "wiki/concepts/patterns/soft-tile-and-brick-248.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/soft-tile-and-brick-248.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/soft-tile-and-brick-248.md.html",
          "category": "concepts"
        },
        {
          "title": "Solid Doors with Glass (237)",
          "path": "wiki/concepts/patterns/solid-doors-with-glass-237.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/solid-doors-with-glass-237.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/solid-doors-with-glass-237.md.html",
          "category": "concepts"
        },
        {
          "title": "Something Roughly in the Middle (126)",
          "path": "wiki/concepts/patterns/something-roughly-in-the-middle-126.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/something-roughly-in-the-middle-126.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/something-roughly-in-the-middle-126.md.html",
          "category": "concepts"
        },
        {
          "title": "South Facing Outdoors (105)",
          "path": "wiki/concepts/patterns/south-facing-outdoors-105.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/south-facing-outdoors-105.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/south-facing-outdoors-105.md.html",
          "category": "concepts"
        },
        {
          "title": "Stair Seats (125)",
          "path": "wiki/concepts/patterns/stair-seats-125.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/stair-seats-125.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/stair-seats-125.md.html",
          "category": "concepts"
        },
        {
          "title": "Stair Vault (228)",
          "path": "wiki/concepts/patterns/stair-vault-228.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/stair-vault-228.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/stair-vault-228.md.html",
          "category": "concepts"
        },
        {
          "title": "Staircase as a Stage (133)",
          "path": "wiki/concepts/patterns/staircase-as-a-stage-133.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/staircase-as-a-stage-133.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/staircase-as-a-stage-133.md.html",
          "category": "concepts"
        },
        {
          "title": "Staircase Volume (195)",
          "path": "wiki/concepts/patterns/staircase-volume-195.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/staircase-volume-195.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/staircase-volume-195.md.html",
          "category": "concepts"
        },
        {
          "title": "Still Water (71)",
          "path": "wiki/concepts/patterns/still-water-71.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/still-water-71.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/still-water-71.md.html",
          "category": "concepts"
        },
        {
          "title": "Street Cafe (88)",
          "path": "wiki/concepts/patterns/street-cafe-88.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/street-cafe-88.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/street-cafe-88.md.html",
          "category": "concepts"
        },
        {
          "title": "Street Windows (164)",
          "path": "wiki/concepts/patterns/street-windows-164.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/street-windows-164.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/street-windows-164.md.html",
          "category": "concepts"
        },
        {
          "title": "Structure Follows Social Spaces (205)",
          "path": "wiki/concepts/patterns/structure-follows-social-spaces-205.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/structure-follows-social-spaces-205.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/structure-follows-social-spaces-205.md.html",
          "category": "concepts"
        },
        {
          "title": "Subculture Boundary (13)",
          "path": "wiki/concepts/patterns/subculture-boundary-13.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/subculture-boundary-13.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/subculture-boundary-13.md.html",
          "category": "concepts"
        },
        {
          "title": "Sunny Counter (199)",
          "path": "wiki/concepts/patterns/sunny-counter-199.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sunny-counter-199.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sunny-counter-199.md.html",
          "category": "concepts"
        },
        {
          "title": "Sunny Place (161)",
          "path": "wiki/concepts/patterns/sunny-place-161.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/sunny-place-161.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/sunny-place-161.md.html",
          "category": "concepts"
        },
        {
          "title": "T Junctions (50)",
          "path": "wiki/concepts/patterns/t-junctions-50.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/t-junctions-50.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/t-junctions-50.md.html",
          "category": "concepts"
        },
        {
          "title": "Tapestry of Light and Dark (135)",
          "path": "wiki/concepts/patterns/tapestry-of-light-and-dark-135.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/tapestry-of-light-and-dark-135.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/tapestry-of-light-and-dark-135.md.html",
          "category": "concepts"
        },
        {
          "title": "Teenage Society (84)",
          "path": "wiki/concepts/patterns/teenage-society-84.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/teenage-society-84.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/teenage-society-84.md.html",
          "category": "concepts"
        },
        {
          "title": "Teenager's Cottage (154)",
          "path": "wiki/concepts/patterns/teenagers-cottage-154.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/teenagers-cottage-154.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/teenagers-cottage-154.md.html",
          "category": "concepts"
        },
        {
          "title": "Terraced Slope (169)",
          "path": "wiki/concepts/patterns/terraced-slope-169.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/terraced-slope-169.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/terraced-slope-169.md.html",
          "category": "concepts"
        },
        {
          "title": "The Countryside (7)",
          "path": "wiki/concepts/patterns/the-countryside-7.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/the-countryside-7.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/the-countryside-7.md.html",
          "category": "concepts"
        },
        {
          "title": "The Distribution of Towns (2)",
          "path": "wiki/concepts/patterns/the-distribution-of-towns-2.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/the-distribution-of-towns-2.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/the-distribution-of-towns-2.md.html",
          "category": "concepts"
        },
        {
          "title": "The Family (75)",
          "path": "wiki/concepts/patterns/the-family-75.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/the-family-75.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/the-family-75.md.html",
          "category": "concepts"
        },
        {
          "title": "The Fire (181)",
          "path": "wiki/concepts/patterns/the-fire-181.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/the-fire-181.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/the-fire-181.md.html",
          "category": "concepts"
        },
        {
          "title": "The Flow Through Rooms (131)",
          "path": "wiki/concepts/patterns/the-flow-through-rooms-131.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/the-flow-through-rooms-131.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/the-flow-through-rooms-131.md.html",
          "category": "concepts"
        },
        {
          "title": "The Shape of Indoor Space (191)",
          "path": "wiki/concepts/patterns/the-shape-of-indoor-space-191.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/the-shape-of-indoor-space-191.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/the-shape-of-indoor-space-191.md.html",
          "category": "concepts"
        },
        {
          "title": "Thick Walls (197)",
          "path": "wiki/concepts/patterns/thick-walls-197.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/thick-walls-197.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/thick-walls-197.md.html",
          "category": "concepts"
        },
        {
          "title": "Thickening the Outer Walls (211)",
          "path": "wiki/concepts/patterns/thickening-the-outer-walls-211.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/thickening-the-outer-walls-211.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/thickening-the-outer-walls-211.md.html",
          "category": "concepts"
        },
        {
          "title": "Things From Your Life (253)",
          "path": "wiki/concepts/patterns/things-from-your-life-253.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/things-from-your-life-253.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/things-from-your-life-253.md.html",
          "category": "concepts"
        },
        {
          "title": "Traveler's Inn (91)",
          "path": "wiki/concepts/patterns/travelers-inn-91.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/travelers-inn-91.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/travelers-inn-91.md.html",
          "category": "concepts"
        },
        {
          "title": "Tree Places (171)",
          "path": "wiki/concepts/patterns/tree-places-171.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/tree-places-171.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/tree-places-171.md.html",
          "category": "concepts"
        },
        {
          "title": "Trellised Walk (174)",
          "path": "wiki/concepts/patterns/trellised-walk-174.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/trellised-walk-174.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/trellised-walk-174.md.html",
          "category": "concepts"
        },
        {
          "title": "University as a Marketplace (43)",
          "path": "wiki/concepts/patterns/university-as-a-marketplace-43.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/university-as-a-marketplace-43.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/university-as-a-marketplace-43.md.html",
          "category": "concepts"
        },
        {
          "title": "Vegetable Garden (177)",
          "path": "wiki/concepts/patterns/vegetable-garden-177.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/vegetable-garden-177.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/vegetable-garden-177.md.html",
          "category": "concepts"
        },
        {
          "title": "Waist-High Shelf (201)",
          "path": "wiki/concepts/patterns/waist-high-shelf-201.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/waist-high-shelf-201.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/waist-high-shelf-201.md.html",
          "category": "concepts"
        },
        {
          "title": "Wall Membranes (218)",
          "path": "wiki/concepts/patterns/wall-membranes-218.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/wall-membranes-218.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/wall-membranes-218.md.html",
          "category": "concepts"
        },
        {
          "title": "Warm Colors (250)",
          "path": "wiki/concepts/patterns/warm-colors-250.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/warm-colors-250.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/warm-colors-250.md.html",
          "category": "concepts"
        },
        {
          "title": "Web of Public Transport (16)",
          "path": "wiki/concepts/patterns/web-of-public-transport-16.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/web-of-public-transport-16.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/web-of-public-transport-16.md.html",
          "category": "concepts"
        },
        {
          "title": "Web of Shopping (19)",
          "path": "wiki/concepts/patterns/web-of-shopping-19.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/web-of-shopping-19.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/web-of-shopping-19.md.html",
          "category": "concepts"
        },
        {
          "title": "Window Place (180)",
          "path": "wiki/concepts/patterns/window-place-180.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/window-place-180.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/window-place-180.md.html",
          "category": "concepts"
        },
        {
          "title": "Windows Overlooking Life (192)",
          "path": "wiki/concepts/patterns/windows-overlooking-life-192.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/windows-overlooking-life-192.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/windows-overlooking-life-192.md.html",
          "category": "concepts"
        },
        {
          "title": "Windows Which Open Wide (236)",
          "path": "wiki/concepts/patterns/windows-which-open-wide-236.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/windows-which-open-wide-236.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/windows-which-open-wide-236.md.html",
          "category": "concepts"
        },
        {
          "title": "Wings of Light (107)",
          "path": "wiki/concepts/patterns/wings-of-light-107.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/wings-of-light-107.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/wings-of-light-107.md.html",
          "category": "concepts"
        },
        {
          "title": "Work Community (41)",
          "path": "wiki/concepts/patterns/work-community-41.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/work-community-41.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/work-community-41.md.html",
          "category": "concepts"
        },
        {
          "title": "Workspace Enclosure (183)",
          "path": "wiki/concepts/patterns/workspace-enclosure-183.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/workspace-enclosure-183.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/workspace-enclosure-183.md.html",
          "category": "concepts"
        },
        {
          "title": "Your Own Home (79)",
          "path": "wiki/concepts/patterns/your-own-home-79.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/your-own-home-79.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/your-own-home-79.md.html",
          "category": "concepts"
        },
        {
          "title": "Zen View (134)",
          "path": "wiki/concepts/patterns/zen-view-134.md",
          "raw": "/raw/pattern-language/wiki/concepts/patterns/zen-view-134.md",
          "html": "/wiki/pattern-language/wiki/concepts/patterns/zen-view-134.md.html",
          "category": "concepts"
        },
        {
          "title": "Spatial Pattern Constraint Layer",
          "path": "wiki/concepts/spatial-pattern-constraint-layer.md",
          "raw": "/raw/pattern-language/wiki/concepts/spatial-pattern-constraint-layer.md",
          "html": "/wiki/pattern-language/wiki/concepts/spatial-pattern-constraint-layer.md.html",
          "category": "concepts"
        },
        {
          "title": "Pattern Language \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/pattern-language/wiki/index.md",
          "html": "/wiki/pattern-language/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Pattern Language \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/pattern-language/wiki/log.md",
          "html": "/wiki/pattern-language/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "For Agents \u2014 Spatial Pattern Retrieval",
          "path": "wiki/summaries/for-agents-spatial-pattern-retrieval.md",
          "raw": "/raw/pattern-language/wiki/summaries/for-agents-spatial-pattern-retrieval.md",
          "html": "/wiki/pattern-language/wiki/summaries/for-agents-spatial-pattern-retrieval.md.html",
          "category": "summaries"
        },
        {
          "title": "Unreal MCP Worldbuilding Adapter \u2014 Deferred Design Space",
          "path": "wiki/syntheses/unreal-mcp-worldbuilding-adapter-deferred.md",
          "raw": "/raw/pattern-language/wiki/syntheses/unreal-mcp-worldbuilding-adapter-deferred.md",
          "html": "/wiki/pattern-language/wiki/syntheses/unreal-mcp-worldbuilding-adapter-deferred.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "software-architecture-metapatterns",
      "title": "Software Architecture Metapatterns",
      "description": "The `software-architecture-metapatterns` namespace covers software architecture metapatterns: system topologies, layers, services, pipelines, proxies, orchestrators, plugins, hexagonal architecture, service-oriented architecture, polyglot persistence, pattern aliases, architectural forces, dependenc",
      "tags": [
        "knowledge-systems"
      ],
      "category": "knowledge-systems",
      "scope": {
        "covers": "The `software-architecture-metapatterns` namespace covers software architecture metapatterns: system topologies, layers, services, pipelines, proxies, orchestrators, plugins, hexagonal architecture, service-oriented architecture, polyglot persistence, pattern aliases, architectural forces, dependencies, performance tradeoffs, and architecture evolution paths.",
        "notCovered": "This namespace does not cover every design pattern or programming idiom, prescribe architecture by fashion, replace project-specific code review, or establish commercial-clean training-data clearance. It is a reference and reasoning aid for architecture review, migration planning, and agent retrieval.",
        "currentAs": "2026-07-02 \u2014 Initial namespace release imports the public GitHub wiki Markdown corpus, preserves source URLs/provenance, adds an agent retrieval contract, and classifies the namespace under Knowledge Systems because it organizes software architecture knowledge into a navigable pattern language."
      },
      "lastUpdated": "2026-07-02",
      "documentCount": 86,
      "counts": {
        "wiki": 1,
        "concepts": 79,
        "entities": 0,
        "summaries": 2,
        "syntheses": 1
      },
      "llms_txt": "/wiki/software-architecture-metapatterns/llms.txt",
      "llms_full_txt": "/wiki/software-architecture-metapatterns/llms-full.txt",
      "index_json": "/wiki/software-architecture-metapatterns/index.json",
      "raw_base": "/raw/software-architecture-metapatterns/",
      "html_base": "/wiki/software-architecture-metapatterns/",
      "documents": [
        {
          "title": "Software Architecture Metapatterns Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/software-architecture-metapatterns/CLAUDE.md",
          "html": "/wiki/software-architecture-metapatterns/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "Software Architecture Metapatterns",
          "path": "README.md",
          "raw": "/raw/software-architecture-metapatterns/README.md",
          "html": "/wiki/software-architecture-metapatterns/README.md.html",
          "category": "other"
        },
        {
          "title": "Ambiguous patterns",
          "path": "wiki/concepts/source/analytics/ambiguous-patterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/ambiguous-patterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/ambiguous-patterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Analytics",
          "path": "wiki/concepts/source/analytics/analytics.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/analytics.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/analytics.md.html",
          "category": "concepts"
        },
        {
          "title": "Architecture and product life cycle",
          "path": "wiki/concepts/source/analytics/architecture-and-product-life-cycle.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/architecture-and-product-life-cycle.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/architecture-and-product-life-cycle.md.html",
          "category": "concepts"
        },
        {
          "title": "Choose your own architecture",
          "path": "wiki/concepts/source/analytics/choose-your-own-architecture.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/choose-your-own-architecture.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/choose-your-own-architecture.md.html",
          "category": "concepts"
        },
        {
          "title": "Cohesers and decouplers",
          "path": "wiki/concepts/source/analytics/cohesers-and-decouplers.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/cohesers-and-decouplers.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/cohesers-and-decouplers.md.html",
          "category": "concepts"
        },
        {
          "title": "Comparison of architectural patterns",
          "path": "wiki/concepts/source/analytics/comparison-of-architectural-patterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/comparison-of-architectural-patterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/comparison-of-architectural-patterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Deconstructing patterns",
          "path": "wiki/concepts/source/analytics/deconstructing-patterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/deconstructing-patterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/deconstructing-patterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Dependency inversion in architectural patterns",
          "path": "wiki/concepts/source/analytics/dependency-inversion-in-architectural-patterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/dependency-inversion-in-architectural-patterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/dependency-inversion-in-architectural-patterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Indirection in commands and queries",
          "path": "wiki/concepts/source/analytics/indirection-in-commands-and-queries.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/indirection-in-commands-and-queries.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/indirection-in-commands-and-queries.md.html",
          "category": "concepts"
        },
        {
          "title": "Pipelines in architectural patterns",
          "path": "wiki/concepts/source/analytics/pipelines-in-architectural-patterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/pipelines-in-architectural-patterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/pipelines-in-architectural-patterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Real world inspirations for architectural patterns",
          "path": "wiki/concepts/source/analytics/real-world-inspirations-for-architectural-patterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/real-world-inspirations-for-architectural-patterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/real-world-inspirations-for-architectural-patterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Sharing functionality or data among services",
          "path": "wiki/concepts/source/analytics/sharing-functionality-or-data-among-services.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/sharing-functionality-or-data-among-services.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/sharing-functionality-or-data-among-services.md.html",
          "category": "concepts"
        },
        {
          "title": "The heart of software architecture",
          "path": "wiki/concepts/source/analytics/the-heart-of-software-architecture.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/analytics/the-heart-of-software-architecture.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/analytics/the-heart-of-software-architecture.md.html",
          "category": "concepts"
        },
        {
          "title": "Acknowledgements",
          "path": "wiki/concepts/source/appendices/acknowledgements.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/acknowledgements.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/acknowledgements.md.html",
          "category": "concepts"
        },
        {
          "title": "Appendices",
          "path": "wiki/concepts/source/appendices/appendices.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/appendices.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/appendices.md.html",
          "category": "concepts"
        },
        {
          "title": "Books referenced",
          "path": "wiki/concepts/source/appendices/books-referenced.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/books-referenced.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/books-referenced.md.html",
          "category": "concepts"
        },
        {
          "title": "Copyright",
          "path": "wiki/concepts/source/appendices/copyright.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/copyright.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/copyright.md.html",
          "category": "concepts"
        },
        {
          "title": "Disclaimer",
          "path": "wiki/concepts/source/appendices/disclaimer.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/disclaimer.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/disclaimer.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Middleware",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-middleware.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-middleware.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-middleware.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Monolith that lead to Shards",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-monolith-that-lead-to-shards.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-lead-to-shards.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-lead-to-shards.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Monolith that make Services",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-monolith-that-make-services.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-make-services.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-make-services.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Monolith that rely on Plugins",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-monolith-that-rely-on-plugins.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-rely-on-plugins.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-rely-on-plugins.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Monolith that result in Layers",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-monolith-that-result-in-layers.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-result-in-layers.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-monolith-that-result-in-layers.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Pipeline",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-pipeline.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-pipeline.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-pipeline.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Proxy",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-proxy.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-proxy.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-proxy.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Sandwich",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-sandwich.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-sandwich.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-sandwich.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of a Shared Repository",
          "path": "wiki/concepts/source/appendices/evolutions-of-a-shared-repository.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-shared-repository.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-a-shared-repository.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of an Orchestrator",
          "path": "wiki/concepts/source/appendices/evolutions-of-an-orchestrator.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-an-orchestrator.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-an-orchestrator.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of architectures",
          "path": "wiki/concepts/source/appendices/evolutions-of-architectures.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-architectures.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-architectures.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Layers that help large projects",
          "path": "wiki/concepts/source/appendices/evolutions-of-layers-that-help-large-projects.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-that-help-large-projects.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-that-help-large-projects.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Layers that make more layers",
          "path": "wiki/concepts/source/appendices/evolutions-of-layers-that-make-more-layers.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-that-make-more-layers.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-that-make-more-layers.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Layers to gain flexibility",
          "path": "wiki/concepts/source/appendices/evolutions-of-layers-to-gain-flexibility.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-to-gain-flexibility.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-to-gain-flexibility.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Layers to improve performance",
          "path": "wiki/concepts/source/appendices/evolutions-of-layers-to-improve-performance.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-to-improve-performance.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-layers-to-improve-performance.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Services that add layers",
          "path": "wiki/concepts/source/appendices/evolutions-of-services-that-add-layers.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-services-that-add-layers.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-services-that-add-layers.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Services that restructure services",
          "path": "wiki/concepts/source/appendices/evolutions-of-services-that-restructure-services.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-services-that-restructure-services.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-services-that-restructure-services.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Shards that share data",
          "path": "wiki/concepts/source/appendices/evolutions-of-shards-that-share-data.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-shards-that-share-data.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-shards-that-share-data.md.html",
          "category": "concepts"
        },
        {
          "title": "Evolutions of Shards that share logic",
          "path": "wiki/concepts/source/appendices/evolutions-of-shards-that-share-logic.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-shards-that-share-logic.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/evolutions-of-shards-that-share-logic.md.html",
          "category": "concepts"
        },
        {
          "title": "Format of a metapattern",
          "path": "wiki/concepts/source/appendices/format-of-a-metapattern.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/format-of-a-metapattern.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/format-of-a-metapattern.md.html",
          "category": "concepts"
        },
        {
          "title": "Glossary",
          "path": "wiki/concepts/source/appendices/glossary.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/glossary.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/glossary.md.html",
          "category": "concepts"
        },
        {
          "title": "History of changes",
          "path": "wiki/concepts/source/appendices/history-of-changes.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/history-of-changes.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/history-of-changes.md.html",
          "category": "concepts"
        },
        {
          "title": "Index of patterns",
          "path": "wiki/concepts/source/appendices/index-of-patterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/appendices/index-of-patterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/appendices/index-of-patterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Basic metapatterns",
          "path": "wiki/concepts/source/basic-metapatterns/basic-metapatterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/basic-metapatterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/basic-metapatterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Layers",
          "path": "wiki/concepts/source/basic-metapatterns/layers.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/layers.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/layers.md.html",
          "category": "concepts"
        },
        {
          "title": "Monolith",
          "path": "wiki/concepts/source/basic-metapatterns/monolith.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/monolith.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/monolith.md.html",
          "category": "concepts"
        },
        {
          "title": "Pipeline",
          "path": "wiki/concepts/source/basic-metapatterns/pipeline.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/pipeline.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/pipeline.md.html",
          "category": "concepts"
        },
        {
          "title": "Services",
          "path": "wiki/concepts/source/basic-metapatterns/services.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/services.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/services.md.html",
          "category": "concepts"
        },
        {
          "title": "Shards",
          "path": "wiki/concepts/source/basic-metapatterns/shards.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/shards.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/basic-metapatterns/shards.md.html",
          "category": "concepts"
        },
        {
          "title": "Extension metapatterns",
          "path": "wiki/concepts/source/extension-metapatterns/extension-metapatterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/extension-metapatterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/extension-metapatterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Middleware",
          "path": "wiki/concepts/source/extension-metapatterns/middleware.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/middleware.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/middleware.md.html",
          "category": "concepts"
        },
        {
          "title": "Orchestrator",
          "path": "wiki/concepts/source/extension-metapatterns/orchestrator.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/orchestrator.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/orchestrator.md.html",
          "category": "concepts"
        },
        {
          "title": "Proxy",
          "path": "wiki/concepts/source/extension-metapatterns/proxy.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/proxy.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/proxy.md.html",
          "category": "concepts"
        },
        {
          "title": "Sandwich",
          "path": "wiki/concepts/source/extension-metapatterns/sandwich.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/sandwich.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/sandwich.md.html",
          "category": "concepts"
        },
        {
          "title": "Shared Repository",
          "path": "wiki/concepts/source/extension-metapatterns/shared-repository.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/shared-repository.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/extension-metapatterns/shared-repository.md.html",
          "category": "concepts"
        },
        {
          "title": "Arranging communication",
          "path": "wiki/concepts/source/foundations-of-software-architecture/arranging-communication.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/arranging-communication.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/arranging-communication.md.html",
          "category": "concepts"
        },
        {
          "title": "Choreography",
          "path": "wiki/concepts/source/foundations-of-software-architecture/choreography.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/choreography.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/choreography.md.html",
          "category": "concepts"
        },
        {
          "title": "Comparison of communication styles",
          "path": "wiki/concepts/source/foundations-of-software-architecture/comparison-of-communication-styles.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/comparison-of-communication-styles.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/comparison-of-communication-styles.md.html",
          "category": "concepts"
        },
        {
          "title": "Forces, asynchronicity, and distribution",
          "path": "wiki/concepts/source/foundations-of-software-architecture/forces-asynchronicity-and-distribution.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/forces-asynchronicity-and-distribution.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/forces-asynchronicity-and-distribution.md.html",
          "category": "concepts"
        },
        {
          "title": "Foundations of software architecture",
          "path": "wiki/concepts/source/foundations-of-software-architecture/foundations-of-software-architecture.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/foundations-of-software-architecture.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/foundations-of-software-architecture.md.html",
          "category": "concepts"
        },
        {
          "title": "Four kinds of software",
          "path": "wiki/concepts/source/foundations-of-software-architecture/four-kinds-of-software.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/four-kinds-of-software.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/four-kinds-of-software.md.html",
          "category": "concepts"
        },
        {
          "title": "Modules and complexity",
          "path": "wiki/concepts/source/foundations-of-software-architecture/modules-and-complexity.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/modules-and-complexity.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/modules-and-complexity.md.html",
          "category": "concepts"
        },
        {
          "title": "Orchestration",
          "path": "wiki/concepts/source/foundations-of-software-architecture/orchestration.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/orchestration.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/orchestration.md.html",
          "category": "concepts"
        },
        {
          "title": "Programming and architectural paradigms",
          "path": "wiki/concepts/source/foundations-of-software-architecture/programming-and-architectural-paradigms.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/programming-and-architectural-paradigms.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/programming-and-architectural-paradigms.md.html",
          "category": "concepts"
        },
        {
          "title": "Shared data",
          "path": "wiki/concepts/source/foundations-of-software-architecture/shared-data.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/shared-data.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/foundations-of-software-architecture/shared-data.md.html",
          "category": "concepts"
        },
        {
          "title": "Backends for Frontends (BFF)",
          "path": "wiki/concepts/source/fragmented-metapatterns/backends-for-frontends-bff.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/backends-for-frontends-bff.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/backends-for-frontends-bff.md.html",
          "category": "concepts"
        },
        {
          "title": "Fragmented metapatterns",
          "path": "wiki/concepts/source/fragmented-metapatterns/fragmented-metapatterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/fragmented-metapatterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/fragmented-metapatterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Hierarchy",
          "path": "wiki/concepts/source/fragmented-metapatterns/hierarchy.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/hierarchy.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/hierarchy.md.html",
          "category": "concepts"
        },
        {
          "title": "Layered Services",
          "path": "wiki/concepts/source/fragmented-metapatterns/layered-services.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/layered-services.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/layered-services.md.html",
          "category": "concepts"
        },
        {
          "title": "Polyglot Persistence",
          "path": "wiki/concepts/source/fragmented-metapatterns/polyglot-persistence.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/polyglot-persistence.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/polyglot-persistence.md.html",
          "category": "concepts"
        },
        {
          "title": "Service Oriented Architecture (SOA)",
          "path": "wiki/concepts/source/fragmented-metapatterns/service-oriented-architecture-soa.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/service-oriented-architecture-soa.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/fragmented-metapatterns/service-oriented-architecture-soa.md.html",
          "category": "concepts"
        },
        {
          "title": "Hexagonal Architecture",
          "path": "wiki/concepts/source/implementation-metapatterns/hexagonal-architecture.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/hexagonal-architecture.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/hexagonal-architecture.md.html",
          "category": "concepts"
        },
        {
          "title": "Implementation metapatterns",
          "path": "wiki/concepts/source/implementation-metapatterns/implementation-metapatterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/implementation-metapatterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/implementation-metapatterns.md.html",
          "category": "concepts"
        },
        {
          "title": "Mesh",
          "path": "wiki/concepts/source/implementation-metapatterns/mesh.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/mesh.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/mesh.md.html",
          "category": "concepts"
        },
        {
          "title": "Microkernel",
          "path": "wiki/concepts/source/implementation-metapatterns/microkernel.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/microkernel.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/microkernel.md.html",
          "category": "concepts"
        },
        {
          "title": "Plugins",
          "path": "wiki/concepts/source/implementation-metapatterns/plugins.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/plugins.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/implementation-metapatterns/plugins.md.html",
          "category": "concepts"
        },
        {
          "title": "About this book",
          "path": "wiki/concepts/source/introduction/about-this-book.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/introduction/about-this-book.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/introduction/about-this-book.md.html",
          "category": "concepts"
        },
        {
          "title": "Introduction",
          "path": "wiki/concepts/source/introduction/introduction.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/introduction/introduction.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/introduction/introduction.md.html",
          "category": "concepts"
        },
        {
          "title": "Metapatterns",
          "path": "wiki/concepts/source/introduction/metapatterns.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/introduction/metapatterns.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/introduction/metapatterns.md.html",
          "category": "concepts"
        },
        {
          "title": "System topologies",
          "path": "wiki/concepts/source/introduction/system-topologies.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/introduction/system-topologies.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/introduction/system-topologies.md.html",
          "category": "concepts"
        },
        {
          "title": "Source Wiki Home",
          "path": "wiki/concepts/source/root/home.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/concepts/source/root/home.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/concepts/source/root/home.md.html",
          "category": "concepts"
        },
        {
          "title": "Software Architecture Metapatterns \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/index.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "Software Architecture Metapatterns \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/log.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "For Agents \u2014 Software Architecture Retrieval",
          "path": "wiki/summaries/for-agents-software-architecture-retrieval.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/summaries/for-agents-software-architecture-retrieval.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/summaries/for-agents-software-architecture-retrieval.md.html",
          "category": "summaries"
        },
        {
          "title": "License and Provenance",
          "path": "wiki/summaries/license-and-provenance.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/summaries/license-and-provenance.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/summaries/license-and-provenance.md.html",
          "category": "summaries"
        },
        {
          "title": "Architecture Metapatterns \u2014 Fit for Pixi",
          "path": "wiki/syntheses/architecture-metapatterns-fit-for-pixi.md",
          "raw": "/raw/software-architecture-metapatterns/wiki/syntheses/architecture-metapatterns-fit-for-pixi.md",
          "html": "/wiki/software-architecture-metapatterns/wiki/syntheses/architecture-metapatterns-fit-for-pixi.md.html",
          "category": "syntheses"
        }
      ]
    },
    {
      "slug": "ui-patterns",
      "title": "UI Patterns",
      "description": "The `ui-patterns` namespace covers the public UI Patterns pattern catalog structure: pattern titles, source URLs, UI/persuasive taxonomy, section availability, example counts, provenance, copyright boundary, and agent-facing retrieval guidance for product/design review.",
      "tags": [
        "product-design"
      ],
      "category": "product-design",
      "scope": {
        "covers": "The `ui-patterns` namespace covers the public UI Patterns pattern catalog structure: pattern titles, source URLs, UI/persuasive taxonomy, section availability, example counts, provenance, copyright boundary, and agent-facing retrieval guidance for product/design review.",
        "notCovered": "This namespace does not republish full source pattern bodies, screenshots, comments, paid card-deck content, or commercial-clean training data. For exact wording and examples, retrieve the original source page and quote only bounded snippets when necessary.",
        "currentAs": "2026-07-02 \u2014 Initial import cataloged 170 pattern pages across 2 tracks and 11 groups from `https://ui-patterns.com/patterns`. Robots.txt allows `/patterns` crawling and disallows `/search`; the source footer says all rights reserved, so the public wiki remains a catalog and retrieval map."
      },
      "lastUpdated": "2026-07-02",
      "documentCount": 189,
      "counts": {
        "wiki": 1,
        "concepts": 170,
        "entities": 12,
        "summaries": 3,
        "syntheses": 0
      },
      "llms_txt": "/wiki/ui-patterns/llms.txt",
      "llms_full_txt": "/wiki/ui-patterns/llms-full.txt",
      "index_json": "/wiki/ui-patterns/index.json",
      "raw_base": "/raw/ui-patterns/",
      "html_base": "/wiki/ui-patterns/",
      "documents": [
        {
          "title": "UI Patterns Namespace Instructions",
          "path": "CLAUDE.md",
          "raw": "/raw/ui-patterns/CLAUDE.md",
          "html": "/wiki/ui-patterns/CLAUDE.md.html",
          "category": "other"
        },
        {
          "title": "UI Patterns",
          "path": "README.md",
          "raw": "/raw/ui-patterns/README.md",
          "html": "/wiki/ui-patterns/README.md.html",
          "category": "other"
        },
        {
          "title": "Accordion Menu",
          "path": "wiki/concepts/patterns/accordion-menu.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/accordion-menu.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/accordion-menu.md.html",
          "category": "concepts"
        },
        {
          "title": "Account Registration",
          "path": "wiki/concepts/patterns/account-registration.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/account-registration.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/account-registration.md.html",
          "category": "concepts"
        },
        {
          "title": "Achievements",
          "path": "wiki/concepts/patterns/achievements.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/achievements.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/achievements.md.html",
          "category": "concepts"
        },
        {
          "title": "Activity Stream",
          "path": "wiki/concepts/patterns/activity-stream.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/activity-stream.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/activity-stream.md.html",
          "category": "concepts"
        },
        {
          "title": "Adaptable View",
          "path": "wiki/concepts/patterns/adaptable-view.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/adaptable-view.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/adaptable-view.md.html",
          "category": "concepts"
        },
        {
          "title": "Alternating Row Colors",
          "path": "wiki/concepts/patterns/alternating-row-colors.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/alternating-row-colors.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/alternating-row-colors.md.html",
          "category": "concepts"
        },
        {
          "title": "Anchoring",
          "path": "wiki/concepts/patterns/anchoring.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/anchoring.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/anchoring.md.html",
          "category": "concepts"
        },
        {
          "title": "Appointment Dynamic",
          "path": "wiki/concepts/patterns/appointment-dynamic.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/appointment-dynamic.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/appointment-dynamic.md.html",
          "category": "concepts"
        },
        {
          "title": "Appropriate Challenge",
          "path": "wiki/concepts/patterns/appropriate-challenge.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/appropriate-challenge.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/appropriate-challenge.md.html",
          "category": "concepts"
        },
        {
          "title": "Archive",
          "path": "wiki/concepts/patterns/archive.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/archive.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/archive.md.html",
          "category": "concepts"
        },
        {
          "title": "Article List",
          "path": "wiki/concepts/patterns/article-list.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/article-list.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/article-list.md.html",
          "category": "concepts"
        },
        {
          "title": "Authority Bias",
          "path": "wiki/concepts/patterns/authority-bias.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/authority-bias.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/authority-bias.md.html",
          "category": "concepts"
        },
        {
          "title": "Auto-sharing",
          "path": "wiki/concepts/patterns/auto-sharing.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/auto-sharing.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/auto-sharing.md.html",
          "category": "concepts"
        },
        {
          "title": "Autocomplete",
          "path": "wiki/concepts/patterns/autocomplete.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/autocomplete.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/autocomplete.md.html",
          "category": "concepts"
        },
        {
          "title": "Autonomy",
          "path": "wiki/concepts/patterns/autonomy.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/autonomy.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/autonomy.md.html",
          "category": "concepts"
        },
        {
          "title": "Autosave",
          "path": "wiki/concepts/patterns/autosave.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/autosave.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/autosave.md.html",
          "category": "concepts"
        },
        {
          "title": "Blank Slate",
          "path": "wiki/concepts/patterns/blank-slate.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/blank-slate.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/blank-slate.md.html",
          "category": "concepts"
        },
        {
          "title": "Breadcrumbs",
          "path": "wiki/concepts/patterns/breadcrumbs.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/breadcrumbs.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/breadcrumbs.md.html",
          "category": "concepts"
        },
        {
          "title": "Calendar Picker",
          "path": "wiki/concepts/patterns/calendar-picker.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/calendar-picker.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/calendar-picker.md.html",
          "category": "concepts"
        },
        {
          "title": "Captcha",
          "path": "wiki/concepts/patterns/captcha.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/captcha.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/captcha.md.html",
          "category": "concepts"
        },
        {
          "title": "Cards",
          "path": "wiki/concepts/patterns/cards.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/cards.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/cards.md.html",
          "category": "concepts"
        },
        {
          "title": "Carousel",
          "path": "wiki/concepts/patterns/carousel.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/carousel.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/carousel.md.html",
          "category": "concepts"
        },
        {
          "title": "Cashless Effect",
          "path": "wiki/concepts/patterns/cashless-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/cashless-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/cashless-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Categorization",
          "path": "wiki/concepts/patterns/categorization.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/categorization.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/categorization.md.html",
          "category": "concepts"
        },
        {
          "title": "Chat",
          "path": "wiki/concepts/patterns/chat.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/chat.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/chat.md.html",
          "category": "concepts"
        },
        {
          "title": "Choice Closure",
          "path": "wiki/concepts/patterns/choice-closure.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/choice-closure.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/choice-closure.md.html",
          "category": "concepts"
        },
        {
          "title": "Chunking",
          "path": "wiki/concepts/patterns/chunking.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/chunking.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/chunking.md.html",
          "category": "concepts"
        },
        {
          "title": "Coachmarks",
          "path": "wiki/concepts/patterns/coachmarks.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/coachmarks.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/coachmarks.md.html",
          "category": "concepts"
        },
        {
          "title": "Cognitive Dissonance",
          "path": "wiki/concepts/patterns/cognitive-dissonance.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/cognitive-dissonance.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/cognitive-dissonance.md.html",
          "category": "concepts"
        },
        {
          "title": "Collectible Achievements",
          "path": "wiki/concepts/patterns/collectible-achievements.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/collectible-achievements.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/collectible-achievements.md.html",
          "category": "concepts"
        },
        {
          "title": "Commitment & Consistency",
          "path": "wiki/concepts/patterns/commitment-and-consistency.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/commitment-and-consistency.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/commitment-and-consistency.md.html",
          "category": "concepts"
        },
        {
          "title": "Competition",
          "path": "wiki/concepts/patterns/competition.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/competition.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/competition.md.html",
          "category": "concepts"
        },
        {
          "title": "Completeness meter",
          "path": "wiki/concepts/patterns/completeness-meter.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/completeness-meter.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/completeness-meter.md.html",
          "category": "concepts"
        },
        {
          "title": "Conceptual Metaphor",
          "path": "wiki/concepts/patterns/conceptual-metaphor.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/conceptual-metaphor.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/conceptual-metaphor.md.html",
          "category": "concepts"
        },
        {
          "title": "Continuous Scrolling",
          "path": "wiki/concepts/patterns/continuous-scrolling.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/continuous-scrolling.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/continuous-scrolling.md.html",
          "category": "concepts"
        },
        {
          "title": "Copy Box",
          "path": "wiki/concepts/patterns/copy-box.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/copy-box.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/copy-box.md.html",
          "category": "concepts"
        },
        {
          "title": "Coupon",
          "path": "wiki/concepts/patterns/coupon.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/coupon.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/coupon.md.html",
          "category": "concepts"
        },
        {
          "title": "Curiosity",
          "path": "wiki/concepts/patterns/curiosity.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/curiosity.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/curiosity.md.html",
          "category": "concepts"
        },
        {
          "title": "Dashboard",
          "path": "wiki/concepts/patterns/dashboard.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/dashboard.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/dashboard.md.html",
          "category": "concepts"
        },
        {
          "title": "Decoy Effect",
          "path": "wiki/concepts/patterns/decoy-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/decoy-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/decoy-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Delay Discounting",
          "path": "wiki/concepts/patterns/delay-discounting.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/delay-discounting.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/delay-discounting.md.html",
          "category": "concepts"
        },
        {
          "title": "Delighters",
          "path": "wiki/concepts/patterns/delighters.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/delighters.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/delighters.md.html",
          "category": "concepts"
        },
        {
          "title": "Drag and drop",
          "path": "wiki/concepts/patterns/drag-and-drop.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/drag-and-drop.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/drag-and-drop.md.html",
          "category": "concepts"
        },
        {
          "title": "Endowment Effect",
          "path": "wiki/concepts/patterns/endowment-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/endowment-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/endowment-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Event Calendar",
          "path": "wiki/concepts/patterns/event-calendar.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/event-calendar.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/event-calendar.md.html",
          "category": "concepts"
        },
        {
          "title": "Expandable Input",
          "path": "wiki/concepts/patterns/expandable-input.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/expandable-input.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/expandable-input.md.html",
          "category": "concepts"
        },
        {
          "title": "Fat Footer",
          "path": "wiki/concepts/patterns/fat-footer.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/fat-footer.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/fat-footer.md.html",
          "category": "concepts"
        },
        {
          "title": "Favorites",
          "path": "wiki/concepts/patterns/favorites.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/favorites.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/favorites.md.html",
          "category": "concepts"
        },
        {
          "title": "Feedback Loops",
          "path": "wiki/concepts/patterns/feedback-loops.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/feedback-loops.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/feedback-loops.md.html",
          "category": "concepts"
        },
        {
          "title": "Fill in the Blanks",
          "path": "wiki/concepts/patterns/fill-in-the-blanks.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/fill-in-the-blanks.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/fill-in-the-blanks.md.html",
          "category": "concepts"
        },
        {
          "title": "Fixed rewards",
          "path": "wiki/concepts/patterns/fixed-rewards.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/fixed-rewards.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/fixed-rewards.md.html",
          "category": "concepts"
        },
        {
          "title": "Flagging & Reporting",
          "path": "wiki/concepts/patterns/flagging-and-reporting.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/flagging-and-reporting.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/flagging-and-reporting.md.html",
          "category": "concepts"
        },
        {
          "title": "Follow",
          "path": "wiki/concepts/patterns/follow.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/follow.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/follow.md.html",
          "category": "concepts"
        },
        {
          "title": "Forgiving Format",
          "path": "wiki/concepts/patterns/forgiving-format.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/forgiving-format.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/forgiving-format.md.html",
          "category": "concepts"
        },
        {
          "title": "Framing",
          "path": "wiki/concepts/patterns/framing.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/framing.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/framing.md.html",
          "category": "concepts"
        },
        {
          "title": "Frequently Asked Questions (FAQ)",
          "path": "wiki/concepts/patterns/frequently-asked-questions-faq.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/frequently-asked-questions-faq.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/frequently-asked-questions-faq.md.html",
          "category": "concepts"
        },
        {
          "title": "Fresh Start Effect",
          "path": "wiki/concepts/patterns/fresh-start-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/fresh-start-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/fresh-start-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Friend list",
          "path": "wiki/concepts/patterns/friend-list.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/friend-list.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/friend-list.md.html",
          "category": "concepts"
        },
        {
          "title": "Friend",
          "path": "wiki/concepts/patterns/friend.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/friend.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/friend.md.html",
          "category": "concepts"
        },
        {
          "title": "Gallery",
          "path": "wiki/concepts/patterns/gallery.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/gallery.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/gallery.md.html",
          "category": "concepts"
        },
        {
          "title": "Goal-Gradient Effect",
          "path": "wiki/concepts/patterns/goal-gradient-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/goal-gradient-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/goal-gradient-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Good Defaults",
          "path": "wiki/concepts/patterns/good-defaults.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/good-defaults.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/good-defaults.md.html",
          "category": "concepts"
        },
        {
          "title": "Guided Tour",
          "path": "wiki/concepts/patterns/guided-tour.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/guided-tour.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/guided-tour.md.html",
          "category": "concepts"
        },
        {
          "title": "Halo Effect",
          "path": "wiki/concepts/patterns/halo-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/halo-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/halo-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Hedonic Adaptation",
          "path": "wiki/concepts/patterns/hedonic-adaptation.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/hedonic-adaptation.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/hedonic-adaptation.md.html",
          "category": "concepts"
        },
        {
          "title": "Home Link",
          "path": "wiki/concepts/patterns/home-link.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/home-link.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/home-link.md.html",
          "category": "concepts"
        },
        {
          "title": "Horizontal Dropdown Menu",
          "path": "wiki/concepts/patterns/horizontal-dropdown-menu.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/horizontal-dropdown-menu.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/horizontal-dropdown-menu.md.html",
          "category": "concepts"
        },
        {
          "title": "IKEA effect",
          "path": "wiki/concepts/patterns/ikea-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/ikea-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/ikea-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Illusion of control",
          "path": "wiki/concepts/patterns/illusion-of-control.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/illusion-of-control.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/illusion-of-control.md.html",
          "category": "concepts"
        },
        {
          "title": "Image Zoom",
          "path": "wiki/concepts/patterns/image-zoom.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/image-zoom.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/image-zoom.md.html",
          "category": "concepts"
        },
        {
          "title": "Inaction Inertia Effect",
          "path": "wiki/concepts/patterns/inaction-inertia-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/inaction-inertia-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/inaction-inertia-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Inline Help Box",
          "path": "wiki/concepts/patterns/inline-help-box.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/inline-help-box.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/inline-help-box.md.html",
          "category": "concepts"
        },
        {
          "title": "Inline Hints",
          "path": "wiki/concepts/patterns/inline-hints.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/inline-hints.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/inline-hints.md.html",
          "category": "concepts"
        },
        {
          "title": "Inplace Editor",
          "path": "wiki/concepts/patterns/inplace-editor.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/inplace-editor.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/inplace-editor.md.html",
          "category": "concepts"
        },
        {
          "title": "Input Feedback",
          "path": "wiki/concepts/patterns/input-feedback.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/input-feedback.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/input-feedback.md.html",
          "category": "concepts"
        },
        {
          "title": "Input Prompt",
          "path": "wiki/concepts/patterns/input-prompt.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/input-prompt.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/input-prompt.md.html",
          "category": "concepts"
        },
        {
          "title": "Intentional Gaps",
          "path": "wiki/concepts/patterns/intentional-gaps.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/intentional-gaps.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/intentional-gaps.md.html",
          "category": "concepts"
        },
        {
          "title": "Investment Loops",
          "path": "wiki/concepts/patterns/investment-loops.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/investment-loops.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/investment-loops.md.html",
          "category": "concepts"
        },
        {
          "title": "Invite friends",
          "path": "wiki/concepts/patterns/invite-friends.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/invite-friends.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/invite-friends.md.html",
          "category": "concepts"
        },
        {
          "title": "Isolation Effect",
          "path": "wiki/concepts/patterns/isolation-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/isolation-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/isolation-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Kairos",
          "path": "wiki/concepts/patterns/kairos.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/kairos.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/kairos.md.html",
          "category": "concepts"
        },
        {
          "title": "Keyboard Shortcuts",
          "path": "wiki/concepts/patterns/keyboard-shortcuts.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/keyboard-shortcuts.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/keyboard-shortcuts.md.html",
          "category": "concepts"
        },
        {
          "title": "Lazy Registration",
          "path": "wiki/concepts/patterns/lazy-registration.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/lazy-registration.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/lazy-registration.md.html",
          "category": "concepts"
        },
        {
          "title": "Leaderboard",
          "path": "wiki/concepts/patterns/leaderboard.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/leaderboard.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/leaderboard.md.html",
          "category": "concepts"
        },
        {
          "title": "Levels",
          "path": "wiki/concepts/patterns/levels.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/levels.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/levels.md.html",
          "category": "concepts"
        },
        {
          "title": "Liking",
          "path": "wiki/concepts/patterns/liking.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/liking.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/liking.md.html",
          "category": "concepts"
        },
        {
          "title": "Limited Choice",
          "path": "wiki/concepts/patterns/limited-choice.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/limited-choice.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/limited-choice.md.html",
          "category": "concepts"
        },
        {
          "title": "Limited duration",
          "path": "wiki/concepts/patterns/limited-duration.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/limited-duration.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/limited-duration.md.html",
          "category": "concepts"
        },
        {
          "title": "Loss Aversion",
          "path": "wiki/concepts/patterns/loss-aversion.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/loss-aversion.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/loss-aversion.md.html",
          "category": "concepts"
        },
        {
          "title": "Modal",
          "path": "wiki/concepts/patterns/modal.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/modal.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/modal.md.html",
          "category": "concepts"
        },
        {
          "title": "Module Tabs",
          "path": "wiki/concepts/patterns/module-tabs.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/module-tabs.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/module-tabs.md.html",
          "category": "concepts"
        },
        {
          "title": "Morphing Controls",
          "path": "wiki/concepts/patterns/morphing-controls.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/morphing-controls.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/morphing-controls.md.html",
          "category": "concepts"
        },
        {
          "title": "Navigation Tabs",
          "path": "wiki/concepts/patterns/navigation-tabs.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/navigation-tabs.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/navigation-tabs.md.html",
          "category": "concepts"
        },
        {
          "title": "Need for Closure",
          "path": "wiki/concepts/patterns/need-for-closure.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/need-for-closure.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/need-for-closure.md.html",
          "category": "concepts"
        },
        {
          "title": "Negativity bias",
          "path": "wiki/concepts/patterns/negativity-bias.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/negativity-bias.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/negativity-bias.md.html",
          "category": "concepts"
        },
        {
          "title": "Noble Edge Effect",
          "path": "wiki/concepts/patterns/noble-edge-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/noble-edge-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/noble-edge-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Nostalgia Effect",
          "path": "wiki/concepts/patterns/nostalgia-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/nostalgia-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/nostalgia-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Notifications",
          "path": "wiki/concepts/patterns/notifications.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/notifications.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/notifications.md.html",
          "category": "concepts"
        },
        {
          "title": "Optimism Bias",
          "path": "wiki/concepts/patterns/optimism-bias.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/optimism-bias.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/optimism-bias.md.html",
          "category": "concepts"
        },
        {
          "title": "Pagination",
          "path": "wiki/concepts/patterns/pagination.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/pagination.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/pagination.md.html",
          "category": "concepts"
        },
        {
          "title": "Password Strength Meter",
          "path": "wiki/concepts/patterns/password-strength-meter.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/password-strength-meter.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/password-strength-meter.md.html",
          "category": "concepts"
        },
        {
          "title": "Pattern Recognition",
          "path": "wiki/concepts/patterns/pattern-recognition.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/pattern-recognition.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/pattern-recognition.md.html",
          "category": "concepts"
        },
        {
          "title": "Pay To Promote",
          "path": "wiki/concepts/patterns/pay-to-promote.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/pay-to-promote.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/pay-to-promote.md.html",
          "category": "concepts"
        },
        {
          "title": "Paywall",
          "path": "wiki/concepts/patterns/paywall.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/paywall.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/paywall.md.html",
          "category": "concepts"
        },
        {
          "title": "Peak-end rule",
          "path": "wiki/concepts/patterns/peak-end-rule.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/peak-end-rule.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/peak-end-rule.md.html",
          "category": "concepts"
        },
        {
          "title": "Periodic Events",
          "path": "wiki/concepts/patterns/periodic-events.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/periodic-events.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/periodic-events.md.html",
          "category": "concepts"
        },
        {
          "title": "Picture Superiority Effect",
          "path": "wiki/concepts/patterns/picture-superiority-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/picture-superiority-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/picture-superiority-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Playthrough",
          "path": "wiki/concepts/patterns/playthrough.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/playthrough.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/playthrough.md.html",
          "category": "concepts"
        },
        {
          "title": "Positive Mimicry",
          "path": "wiki/concepts/patterns/positive-mimicry.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/positive-mimicry.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/positive-mimicry.md.html",
          "category": "concepts"
        },
        {
          "title": "Praise",
          "path": "wiki/concepts/patterns/praise.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/praise.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/praise.md.html",
          "category": "concepts"
        },
        {
          "title": "Present Bias",
          "path": "wiki/concepts/patterns/present-bias.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/present-bias.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/present-bias.md.html",
          "category": "concepts"
        },
        {
          "title": "Preview",
          "path": "wiki/concepts/patterns/preview.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/preview.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/preview.md.html",
          "category": "concepts"
        },
        {
          "title": "Pricing table",
          "path": "wiki/concepts/patterns/pricing-table.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/pricing-table.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/pricing-table.md.html",
          "category": "concepts"
        },
        {
          "title": "Priming Effect",
          "path": "wiki/concepts/patterns/priming-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/priming-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/priming-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Privileges",
          "path": "wiki/concepts/patterns/privileges.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/privileges.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/privileges.md.html",
          "category": "concepts"
        },
        {
          "title": "Product page",
          "path": "wiki/concepts/patterns/product-page.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/product-page.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/product-page.md.html",
          "category": "concepts"
        },
        {
          "title": "Progressive Disclosure",
          "path": "wiki/concepts/patterns/progressive-disclosure.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/progressive-disclosure.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/progressive-disclosure.md.html",
          "category": "concepts"
        },
        {
          "title": "Prolonged Play",
          "path": "wiki/concepts/patterns/prolonged-play.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/prolonged-play.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/prolonged-play.md.html",
          "category": "concepts"
        },
        {
          "title": "Pull to refresh",
          "path": "wiki/concepts/patterns/pull-to-refresh.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/pull-to-refresh.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/pull-to-refresh.md.html",
          "category": "concepts"
        },
        {
          "title": "Rate Content",
          "path": "wiki/concepts/patterns/rate-content.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/rate-content.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/rate-content.md.html",
          "category": "concepts"
        },
        {
          "title": "Reaction",
          "path": "wiki/concepts/patterns/reaction.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/reaction.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/reaction.md.html",
          "category": "concepts"
        },
        {
          "title": "Reciprocation",
          "path": "wiki/concepts/patterns/reciprocation.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/reciprocation.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/reciprocation.md.html",
          "category": "concepts"
        },
        {
          "title": "Recognition over Recall",
          "path": "wiki/concepts/patterns/recognition-over-recall.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/recognition-over-recall.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/recognition-over-recall.md.html",
          "category": "concepts"
        },
        {
          "title": "Reduction",
          "path": "wiki/concepts/patterns/reduction.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/reduction.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/reduction.md.html",
          "category": "concepts"
        },
        {
          "title": "Reputation",
          "path": "wiki/concepts/patterns/reputation.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/reputation.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/reputation.md.html",
          "category": "concepts"
        },
        {
          "title": "Retaliation",
          "path": "wiki/concepts/patterns/retaliation.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/retaliation.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/retaliation.md.html",
          "category": "concepts"
        },
        {
          "title": "Role Playing",
          "path": "wiki/concepts/patterns/role-playing.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/role-playing.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/role-playing.md.html",
          "category": "concepts"
        },
        {
          "title": "Rule Builder",
          "path": "wiki/concepts/patterns/rule-builder.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/rule-builder.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/rule-builder.md.html",
          "category": "concepts"
        },
        {
          "title": "Scarcity",
          "path": "wiki/concepts/patterns/scarcity.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/scarcity.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/scarcity.md.html",
          "category": "concepts"
        },
        {
          "title": "Search Filters",
          "path": "wiki/concepts/patterns/search-filters.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/search-filters.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/search-filters.md.html",
          "category": "concepts"
        },
        {
          "title": "Self-Expression",
          "path": "wiki/concepts/patterns/self-expression.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/self-expression.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/self-expression.md.html",
          "category": "concepts"
        },
        {
          "title": "Self-Monitoring",
          "path": "wiki/concepts/patterns/self-monitoring.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/self-monitoring.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/self-monitoring.md.html",
          "category": "concepts"
        },
        {
          "title": "Sequencing",
          "path": "wiki/concepts/patterns/sequencing.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/sequencing.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/sequencing.md.html",
          "category": "concepts"
        },
        {
          "title": "Serial Positioning Effect",
          "path": "wiki/concepts/patterns/serial-positioning-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/serial-positioning-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/serial-positioning-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Set Completion",
          "path": "wiki/concepts/patterns/set-completion.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/set-completion.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/set-completion.md.html",
          "category": "concepts"
        },
        {
          "title": "Settings",
          "path": "wiki/concepts/patterns/settings.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/settings.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/settings.md.html",
          "category": "concepts"
        },
        {
          "title": "Shaping",
          "path": "wiki/concepts/patterns/shaping.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/shaping.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/shaping.md.html",
          "category": "concepts"
        },
        {
          "title": "Shopping Cart",
          "path": "wiki/concepts/patterns/shopping-cart.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/shopping-cart.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/shopping-cart.md.html",
          "category": "concepts"
        },
        {
          "title": "Shortcut Dropdown",
          "path": "wiki/concepts/patterns/shortcut-dropdown.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/shortcut-dropdown.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/shortcut-dropdown.md.html",
          "category": "concepts"
        },
        {
          "title": "Simulation",
          "path": "wiki/concepts/patterns/simulation.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/simulation.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/simulation.md.html",
          "category": "concepts"
        },
        {
          "title": "Slideshow",
          "path": "wiki/concepts/patterns/slideshow.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/slideshow.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/slideshow.md.html",
          "category": "concepts"
        },
        {
          "title": "Social Proof",
          "path": "wiki/concepts/patterns/social-proof.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/social-proof.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/social-proof.md.html",
          "category": "concepts"
        },
        {
          "title": "Sort By Column",
          "path": "wiki/concepts/patterns/sort-by-column.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/sort-by-column.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/sort-by-column.md.html",
          "category": "concepts"
        },
        {
          "title": "Status-Quo Bias",
          "path": "wiki/concepts/patterns/status-quo-bias.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/status-quo-bias.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/status-quo-bias.md.html",
          "category": "concepts"
        },
        {
          "title": "Status",
          "path": "wiki/concepts/patterns/status.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/status.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/status.md.html",
          "category": "concepts"
        },
        {
          "title": "Steps Left",
          "path": "wiki/concepts/patterns/steps-left.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/steps-left.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/steps-left.md.html",
          "category": "concepts"
        },
        {
          "title": "Storytelling",
          "path": "wiki/concepts/patterns/storytelling.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/storytelling.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/storytelling.md.html",
          "category": "concepts"
        },
        {
          "title": "Structured Format",
          "path": "wiki/concepts/patterns/structured-format.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/structured-format.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/structured-format.md.html",
          "category": "concepts"
        },
        {
          "title": "Sunk Cost Effect",
          "path": "wiki/concepts/patterns/sunk-cost-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/sunk-cost-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/sunk-cost-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Table Filter",
          "path": "wiki/concepts/patterns/table-filter.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/table-filter.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/table-filter.md.html",
          "category": "concepts"
        },
        {
          "title": "Tag Cloud",
          "path": "wiki/concepts/patterns/tag-cloud.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/tag-cloud.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/tag-cloud.md.html",
          "category": "concepts"
        },
        {
          "title": "Tagging",
          "path": "wiki/concepts/patterns/tagging.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/tagging.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/tagging.md.html",
          "category": "concepts"
        },
        {
          "title": "Tailoring",
          "path": "wiki/concepts/patterns/tailoring.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/tailoring.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/tailoring.md.html",
          "category": "concepts"
        },
        {
          "title": "Temptation Bundling",
          "path": "wiki/concepts/patterns/temptation-bundling.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/temptation-bundling.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/temptation-bundling.md.html",
          "category": "concepts"
        },
        {
          "title": "Testimonials",
          "path": "wiki/concepts/patterns/testimonials.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/testimonials.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/testimonials.md.html",
          "category": "concepts"
        },
        {
          "title": "Thumbnail",
          "path": "wiki/concepts/patterns/thumbnail.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/thumbnail.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/thumbnail.md.html",
          "category": "concepts"
        },
        {
          "title": "Tip A Friend",
          "path": "wiki/concepts/patterns/tip-a-friend.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/tip-a-friend.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/tip-a-friend.md.html",
          "category": "concepts"
        },
        {
          "title": "Trigger",
          "path": "wiki/concepts/patterns/trigger.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/trigger.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/trigger.md.html",
          "category": "concepts"
        },
        {
          "title": "Tunnelling",
          "path": "wiki/concepts/patterns/tunnelling.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/tunnelling.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/tunnelling.md.html",
          "category": "concepts"
        },
        {
          "title": "Undo",
          "path": "wiki/concepts/patterns/undo.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/undo.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/undo.md.html",
          "category": "concepts"
        },
        {
          "title": "Unlock Features",
          "path": "wiki/concepts/patterns/unlock-features.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/unlock-features.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/unlock-features.md.html",
          "category": "concepts"
        },
        {
          "title": "Value Attribution",
          "path": "wiki/concepts/patterns/value-attribution.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/value-attribution.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/value-attribution.md.html",
          "category": "concepts"
        },
        {
          "title": "Variable Rewards",
          "path": "wiki/concepts/patterns/variable-rewards.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/variable-rewards.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/variable-rewards.md.html",
          "category": "concepts"
        },
        {
          "title": "Vertical Dropdown Menu",
          "path": "wiki/concepts/patterns/vertical-dropdown-menu.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/vertical-dropdown-menu.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/vertical-dropdown-menu.md.html",
          "category": "concepts"
        },
        {
          "title": "Vote To Promote",
          "path": "wiki/concepts/patterns/vote-to-promote.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/vote-to-promote.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/vote-to-promote.md.html",
          "category": "concepts"
        },
        {
          "title": "Walkthrough",
          "path": "wiki/concepts/patterns/walkthrough.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/walkthrough.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/walkthrough.md.html",
          "category": "concepts"
        },
        {
          "title": "Wiki",
          "path": "wiki/concepts/patterns/wiki.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/wiki.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/wiki.md.html",
          "category": "concepts"
        },
        {
          "title": "Wizard",
          "path": "wiki/concepts/patterns/wizard.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/wizard.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/wizard.md.html",
          "category": "concepts"
        },
        {
          "title": "WYSIWYG",
          "path": "wiki/concepts/patterns/wysiwyg.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/wysiwyg.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/wysiwyg.md.html",
          "category": "concepts"
        },
        {
          "title": "Zeigarnik Effect",
          "path": "wiki/concepts/patterns/zeigarnik-effect.md",
          "raw": "/raw/ui-patterns/wiki/concepts/patterns/zeigarnik-effect.md",
          "html": "/wiki/ui-patterns/wiki/concepts/patterns/zeigarnik-effect.md.html",
          "category": "concepts"
        },
        {
          "title": "Cognition \u2014 Persuasive Design Patterns",
          "path": "wiki/entities/categories/persuasive-design-patterns-cognition.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/persuasive-design-patterns-cognition.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/persuasive-design-patterns-cognition.md.html",
          "category": "entities"
        },
        {
          "title": "Feedback \u2014 Persuasive Design Patterns",
          "path": "wiki/entities/categories/persuasive-design-patterns-feedback.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/persuasive-design-patterns-feedback.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/persuasive-design-patterns-feedback.md.html",
          "category": "entities"
        },
        {
          "title": "Game mechanics \u2014 Persuasive Design Patterns",
          "path": "wiki/entities/categories/persuasive-design-patterns-game-mechanics.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/persuasive-design-patterns-game-mechanics.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/persuasive-design-patterns-game-mechanics.md.html",
          "category": "entities"
        },
        {
          "title": "Perception and memory \u2014 Persuasive Design Patterns",
          "path": "wiki/entities/categories/persuasive-design-patterns-perception-and-memory.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/persuasive-design-patterns-perception-and-memory.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/persuasive-design-patterns-perception-and-memory.md.html",
          "category": "entities"
        },
        {
          "title": "Social \u2014 Persuasive Design Patterns",
          "path": "wiki/entities/categories/persuasive-design-patterns-social.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/persuasive-design-patterns-social.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/persuasive-design-patterns-social.md.html",
          "category": "entities"
        },
        {
          "title": "Dealing with data \u2014 User Interface Design Patterns",
          "path": "wiki/entities/categories/user-interface-design-patterns-dealing-with-data.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/user-interface-design-patterns-dealing-with-data.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/user-interface-design-patterns-dealing-with-data.md.html",
          "category": "entities"
        },
        {
          "title": "Getting input \u2014 User Interface Design Patterns",
          "path": "wiki/entities/categories/user-interface-design-patterns-getting-input.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/user-interface-design-patterns-getting-input.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/user-interface-design-patterns-getting-input.md.html",
          "category": "entities"
        },
        {
          "title": "Miscellaneous \u2014 User Interface Design Patterns",
          "path": "wiki/entities/categories/user-interface-design-patterns-miscellaneous.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/user-interface-design-patterns-miscellaneous.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/user-interface-design-patterns-miscellaneous.md.html",
          "category": "entities"
        },
        {
          "title": "Navigation \u2014 User Interface Design Patterns",
          "path": "wiki/entities/categories/user-interface-design-patterns-navigation.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/user-interface-design-patterns-navigation.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/user-interface-design-patterns-navigation.md.html",
          "category": "entities"
        },
        {
          "title": "Onboarding \u2014 User Interface Design Patterns",
          "path": "wiki/entities/categories/user-interface-design-patterns-onboarding.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/user-interface-design-patterns-onboarding.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/user-interface-design-patterns-onboarding.md.html",
          "category": "entities"
        },
        {
          "title": "Social \u2014 User Interface Design Patterns",
          "path": "wiki/entities/categories/user-interface-design-patterns-social.md",
          "raw": "/raw/ui-patterns/wiki/entities/categories/user-interface-design-patterns-social.md",
          "html": "/wiki/ui-patterns/wiki/entities/categories/user-interface-design-patterns-social.md.html",
          "category": "entities"
        },
        {
          "title": "Source Site \u2014 UI Patterns",
          "path": "wiki/entities/source-site-ui-patterns.md",
          "raw": "/raw/ui-patterns/wiki/entities/source-site-ui-patterns.md",
          "html": "/wiki/ui-patterns/wiki/entities/source-site-ui-patterns.md.html",
          "category": "entities"
        },
        {
          "title": "UI Patterns KB \u2014 Master Index",
          "path": "wiki/index.md",
          "raw": "/raw/ui-patterns/wiki/index.md",
          "html": "/wiki/ui-patterns/wiki/index.md.html",
          "category": "other"
        },
        {
          "title": "UI Patterns \u2014 Activity Log",
          "path": "wiki/log.md",
          "raw": "/raw/ui-patterns/wiki/log.md",
          "html": "/wiki/ui-patterns/wiki/log.md.html",
          "category": "wiki"
        },
        {
          "title": "For Agents \u2014 UI Patterns Retrieval",
          "path": "wiki/summaries/for-agents-ui-patterns-retrieval.md",
          "raw": "/raw/ui-patterns/wiki/summaries/for-agents-ui-patterns-retrieval.md",
          "html": "/wiki/ui-patterns/wiki/summaries/for-agents-ui-patterns-retrieval.md.html",
          "category": "summaries"
        },
        {
          "title": "Provenance and Copyright Boundary",
          "path": "wiki/summaries/provenance-and-copyright-boundary.md",
          "raw": "/raw/ui-patterns/wiki/summaries/provenance-and-copyright-boundary.md",
          "html": "/wiki/ui-patterns/wiki/summaries/provenance-and-copyright-boundary.md.html",
          "category": "summaries"
        },
        {
          "title": "Source Taxonomy",
          "path": "wiki/summaries/source-taxonomy.md",
          "raw": "/raw/ui-patterns/wiki/summaries/source-taxonomy.md",
          "html": "/wiki/ui-patterns/wiki/summaries/source-taxonomy.md.html",
          "category": "summaries"
        }
      ]
    }
  ],
  "comingSoon": []
}
