{
  "version": 1,
  "privacy": "一般公開された仕様だけを含みます。公開MCPへ個人データを送らないでください。",
  "items": [
    {
      "id": "product_constitution",
      "kind": "contract",
      "title": "プロダクト憲法",
      "format": "markdown",
      "source_path": "docs/PRODUCT_CONSTITUTION.md",
      "public_path": "/agent/items/product_constitution.md"
    },
    {
      "id": "ai_handoff_contract",
      "kind": "contract",
      "title": "AI受け渡し契約",
      "format": "markdown",
      "source_path": "docs/AI_HANDOFF.md",
      "public_path": "/agent/items/ai_handoff_contract.md"
    },
    {
      "id": "ai_customer_experience",
      "kind": "contract",
      "title": "AI利用体験の設計契約",
      "format": "markdown",
      "source_path": "docs/AI_CUSTOMER_EXPERIENCE.md",
      "public_path": "/agent/items/ai_customer_experience.md"
    },
    {
      "id": "ai_cx_evaluation",
      "kind": "contract",
      "title": "AI利用体験の評価基準",
      "format": "markdown",
      "source_path": "docs/AI_CX_EVALUATION.md",
      "public_path": "/agent/items/ai_cx_evaluation.md"
    },
    {
      "id": "handoff_bundle",
      "kind": "contract",
      "title": "AIへ渡す指示一式",
      "format": "text",
      "source_path": "contracts/handoff.txt",
      "public_path": "/agent/items/handoff_bundle.txt"
    },
    {
      "id": "runtime_contract",
      "kind": "contract",
      "title": "AI実行契約",
      "format": "markdown",
      "source_path": "docs/AI_RUNTIME_CONTRACT.md",
      "public_path": "/agent/items/runtime_contract.md"
    },
    {
      "id": "data_contract",
      "kind": "contract",
      "title": "データ契約",
      "format": "markdown",
      "source_path": "docs/DATA_CONTRACT.md",
      "public_path": "/agent/items/data_contract.md"
    },
    {
      "id": "character_view_contract",
      "kind": "contract",
      "title": "Character View実装契約",
      "format": "markdown",
      "source_path": "docs/CHARACTER_VIEW_IMPLEMENTATION.md",
      "public_path": "/agent/items/character_view_contract.md"
    },
    {
      "id": "web_trust_interaction",
      "kind": "contract",
      "title": "Webの信頼・操作契約",
      "format": "markdown",
      "source_path": "docs/WEB_TRUST_INTERACTION.md",
      "public_path": "/agent/items/web_trust_interaction.md"
    },
    {
      "id": "application_contract",
      "kind": "contract",
      "title": "用途契約",
      "format": "markdown",
      "source_path": "docs/APPLICATION_CONTRACT.md",
      "public_path": "/agent/items/application_contract.md"
    },
    {
      "id": "persistence_contract",
      "kind": "contract",
      "title": "保存契約",
      "format": "markdown",
      "source_path": "docs/PERSISTENCE_CONTRACT.md",
      "public_path": "/agent/items/persistence_contract.md"
    },
    {
      "id": "delivery_architecture",
      "kind": "contract",
      "title": "AI提供アーキテクチャ",
      "format": "markdown",
      "source_path": "docs/AI_DELIVERY_ARCHITECTURE.md",
      "public_path": "/agent/items/delivery_architecture.md"
    },
    {
      "id": "canonical_schema",
      "kind": "schema",
      "title": "基本JSON Schema",
      "format": "json",
      "source_path": "schemas/enforchara.schema.json",
      "public_path": "/agent/items/canonical_schema.json"
    },
    {
      "id": "character_view_schema",
      "kind": "schema",
      "title": "Character View JSON Schema",
      "format": "json",
      "source_path": "schemas/character-view.schema.json",
      "public_path": "/agent/items/character_view_schema.json"
    },
    {
      "id": "retained_state_schema",
      "kind": "schema",
      "title": "保存データ用JSON Schema",
      "format": "json",
      "source_path": "schemas/retained-state.schema.json",
      "public_path": "/agent/items/retained_state_schema.json"
    },
    {
      "id": "constitution_invariants",
      "kind": "invariants",
      "title": "プロダクト憲法の規則一覧",
      "format": "json",
      "source_path": "contracts/invariants.json",
      "public_path": "/agent/items/constitution_invariants.json"
    },
    {
      "id": "valid_contract_examples",
      "kind": "example",
      "title": "有効なデータ例",
      "format": "json",
      "source_path": "fixtures/contracts/valid-cases.json",
      "public_path": "/agent/items/valid_contract_examples.json"
    },
    {
      "id": "semantic_contract_examples",
      "kind": "example",
      "title": "意味上の境界を確認する例",
      "format": "json",
      "source_path": "fixtures/contracts/semantic-cases.json",
      "public_path": "/agent/items/semantic_contract_examples.json"
    },
    {
      "id": "cx_core_scenarios",
      "kind": "example",
      "title": "AI利用体験の中核シナリオ",
      "format": "json",
      "source_path": "fixtures/conversations/core-scenarios.json",
      "public_path": "/agent/items/cx_core_scenarios.json"
    },
    {
      "id": "cx_interaction_scenarios",
      "kind": "example",
      "title": "AI利用体験の操作シナリオ",
      "format": "json",
      "source_path": "fixtures/conversations/interaction-scenarios.json",
      "public_path": "/agent/items/cx_interaction_scenarios.json"
    },
    {
      "id": "cx_reference_dialogues",
      "kind": "example",
      "title": "AI利用体験の会話例",
      "format": "markdown",
      "source_path": "fixtures/conversations/reference-dialogues.md",
      "public_path": "/agent/items/cx_reference_dialogues.md"
    },
    {
      "id": "no_mcp_walkthrough",
      "kind": "example",
      "title": "MCPなしで使う一連の流れ",
      "format": "markdown",
      "source_path": "fixtures/delivery/no-mcp-walkthrough.md",
      "public_path": "/agent/items/no_mcp_walkthrough.md"
    },
    {
      "id": "mcp_walkthrough",
      "kind": "example",
      "title": "MCPありで使う一連の流れ",
      "format": "markdown",
      "source_path": "fixtures/delivery/mcp-walkthrough.md",
      "public_path": "/agent/items/mcp_walkthrough.md"
    }
  ]
}
