{
  "schema_version": "2026-06-01",
  "generated_at_utc": "2026-06-10T03:07:48Z",
  "generated_by": "generate_all_v5.py",
  "project": "MSG Chain Developer Machine Pack",
  "description": "Machine-readable developer entry for AI coding agents working on MSG dApps and smart contracts.",
  "public_base_url": "https://msgchain.org/whitepaper/",
  "entry_points": {
    "product_delivery_entry_json": "product_delivery_entry.json",
    "product_delivery_entry_json_public_url": "https://msgchain.org/whitepaper/product_delivery_entry.json",
    "agent_entry_json": "agent_entry.json",
    "agent_entry_json_public_url": "https://msgchain.org/whitepaper/agent_entry.json",
    "developer_capability_matrix_json": "developer_capability_matrix.json",
    "developer_capability_matrix_json_public_url": "https://msgchain.org/whitepaper/developer_capability_matrix.json",
    "api_specs_index_json": "api_specs/index.json",
    "api_specs_index_json_public_url": "https://msgchain.org/whitepaper/api_specs/index.json",
    "rpc_methods_json": "api_specs/rpc_methods.json",
    "rpc_methods_json_public_url": "https://msgchain.org/whitepaper/api_specs/rpc_methods.json",
    "error_codes_json": "api_specs/error_codes.json",
    "error_codes_json_public_url": "https://msgchain.org/whitepaper/api_specs/error_codes.json",
    "openapi_public_query_yaml": "api_specs/openapi/public_query.yaml",
    "openapi_public_query_yaml_public_url": "https://msgchain.org/whitepaper/api_specs/openapi/public_query.yaml",
    "openapi_contract_surface_yaml": "api_specs/openapi/contract_surface.yaml",
    "openapi_contract_surface_yaml_public_url": "https://msgchain.org/whitepaper/api_specs/openapi/contract_surface.yaml",
    "openapi_agent_surface_yaml": "api_specs/openapi/agent_surface.yaml",
    "openapi_agent_surface_yaml_public_url": "https://msgchain.org/whitepaper/api_specs/openapi/agent_surface.yaml",
    "recipes_index_json": "recipes/index.json",
    "recipes_index_json_public_url": "https://msgchain.org/whitepaper/recipes/index.json",
    "contract_minimal_recipe_json": "recipes/contract_minimal.json",
    "contract_minimal_recipe_json_public_url": "https://msgchain.org/whitepaper/recipes/contract_minimal.json",
    "dapp_minimal_recipe_json": "recipes/dapp_minimal.json",
    "dapp_minimal_recipe_json_public_url": "https://msgchain.org/whitepaper/recipes/dapp_minimal.json",
    "chain_config_index_json": "chain_config/index.json",
    "chain_config_index_json_public_url": "https://msgchain.org/whitepaper/chain_config/index.json",
    "contract_templates_index_json": "contract_templates/index.json",
    "contract_templates_index_json_public_url": "https://msgchain.org/whitepaper/contract_templates/index.json",
    "dapp_starters_index_json": "examples/index.json",
    "dapp_starters_index_json_public_url": "https://msgchain.org/whitepaper/examples/index.json",
    "release_pack_index_json": "release_pack/index.json",
    "release_pack_index_json_public_url": "https://msgchain.org/whitepaper/release_pack/index.json",
    "e2e_fixtures_index_json": "e2e_fixtures/index.json",
    "e2e_fixtures_index_json_public_url": "https://msgchain.org/whitepaper/e2e_fixtures/index.json",
    "execution_pack_index_json": "execution_pack/index.json",
    "execution_pack_index_json_public_url": "https://msgchain.org/whitepaper/execution_pack/index.json"
  },
  "key_modules": [
    {
      "filename": "contract.html",
      "title": "智能合约引擎 (CosmWasm)",
      "status": "implemented",
      "status_label": "已实现",
      "group": "control",
      "group_label": "控制与治理",
      "module_url": "modules/contract.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/contract.html",
      "export_url": "module_exports/contract.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/contract.json"
    },
    {
      "filename": "rpc.html",
      "title": "RPC 与 API 接口",
      "status": "implemented",
      "status_label": "已实现",
      "group": "runtime",
      "group_label": "运行与状态",
      "module_url": "modules/rpc.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/rpc.html",
      "export_url": "module_exports/rpc.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/rpc.json"
    },
    {
      "filename": "registry.html",
      "title": "创世注册中心 (genesis_registry_v1)",
      "status": "implemented",
      "status_label": "已实现",
      "group": "control",
      "group_label": "控制与治理",
      "module_url": "modules/registry.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/registry.html",
      "export_url": "module_exports/registry.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/registry.json"
    },
    {
      "filename": "keplr.html",
      "title": "生态层: Web3 钱包集成 (Wallet Integration)",
      "status": "partial",
      "status_label": "部分实现",
      "group": "ecosystem",
      "group_label": "生态与路线",
      "module_url": "modules/keplr.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/keplr.html",
      "export_url": "module_exports/keplr.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/keplr.json"
    },
    {
      "filename": "explorer.html",
      "title": "生态层: 区块浏览器与数据索引 (Explorer)",
      "status": "partial",
      "status_label": "部分实现",
      "group": "ecosystem",
      "group_label": "生态与路线",
      "module_url": "modules/explorer.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/explorer.html",
      "export_url": "module_exports/explorer.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/explorer.json"
    },
    {
      "filename": "agent_api_surface.html",
      "title": "Agent API 能力表面",
      "status": "partial",
      "status_label": "部分实现",
      "group": "developer",
      "group_label": "开发者与接口",
      "module_url": "modules/agent_api_surface.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/agent_api_surface.html",
      "export_url": "module_exports/agent_api_surface.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/agent_api_surface.json"
    },
    {
      "filename": "ai_wallet.html",
      "title": "AI 智能钱包闭环",
      "status": "partial",
      "status_label": "部分实现",
      "group": "ai",
      "group_label": "AI 与自治",
      "module_url": "modules/ai_wallet.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/ai_wallet.html",
      "export_url": "module_exports/ai_wallet.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/ai_wallet.json"
    },
    {
      "filename": "sdk_dev_surface.html",
      "title": "SDK 与开发者能力表面",
      "status": "planned",
      "status_label": "规划态",
      "group": "developer",
      "group_label": "开发者与接口",
      "module_url": "modules/sdk_dev_surface.html",
      "module_public_url": "https://msgchain.org/whitepaper/modules/sdk_dev_surface.html",
      "export_url": "module_exports/sdk_dev_surface.json",
      "export_public_url": "https://msgchain.org/whitepaper/module_exports/sdk_dev_surface.json"
    }
  ],
  "recommended_contract_bootstrap_order": [
    "product_delivery_entry.json",
    "developer_capability_matrix.json",
    "chain_config/index.json",
    "api_specs/rpc_methods.json",
    "api_specs/openapi/contract_surface.yaml",
    "contract_templates/index.json",
    "recipes/contract_minimal.json",
    "execution_pack/index.json",
    "execution_pack/command_registry.json",
    "e2e_fixtures/index.json",
    "modules/contract.html",
    "modules/registry.html",
    "modules/rpc.html",
    "module_exports/contract.json"
  ],
  "recommended_dapp_bootstrap_order": [
    "product_delivery_entry.json",
    "developer_capability_matrix.json",
    "chain_config/index.json",
    "api_specs/rpc_methods.json",
    "api_specs/openapi/public_query.yaml",
    "examples/index.json",
    "recipes/dapp_minimal.json",
    "execution_pack/index.json",
    "execution_pack/command_registry.json",
    "release_pack/index.json",
    "modules/keplr.html",
    "modules/rpc.html",
    "modules/explorer.html",
    "module_exports/keplr.json"
  ],
  "recommended_full_lifecycle_order": [
    "product_delivery_entry.json",
    "developer_entry.json",
    "developer_capability_matrix.json",
    "chain_config/index.json",
    "contract_templates/index.json",
    "examples/index.json",
    "execution_pack/index.json",
    "execution_pack/delivery_workflows.json",
    "execution_pack/command_registry.json",
    "release_pack/index.json",
    "e2e_fixtures/index.json",
    "modules/review_playbook.html",
    "modules/evidence_index.html"
  ],
  "human_inputs_required": [
    "产品目标与业务规则",
    "真实部署权限与签名账户",
    "生产环境变量、域名、CI/CD 或发布权限",
    "治理、多签、金库、审批等高风险动作的授权与窗口"
  ],
  "current_boundaries": [
    "当前开发协议层可显著提升 AI coding 的可执行性，但仍不能诚实承诺“只靠入口即可 100% 自动完成任何产品上线”。",
    "当前已经补了 starter template、starter dApp、chain config、release pack、execution pack 与 OpenAPI 摘要，但仍缺少从真实服务自动导出的正式 SDK 与 API 契约。",
    "涉及私钥、部署权限、生产域名、资金操作、DAO/timelock/threshold 的动作，必须保留人类确认与审批门禁。"
  ],
  "goal_state": "Drive AI-assisted coding toward guarded contract and dApp delivery with machine-readable capability mapping, execution workflows, API summaries, templates, starters, release packs, fixture workflows, and human approval gates."
}