{
  "description": "K2-ready demo assets for a Java R&D customer workflow.",
  "examples": {
    "agents_feeds": "examples/agents-feeds.example.json",
    "codex_development_flow": "examples/codex-development-flow.example.json",
    "demo_queries": "examples/demo-queries.json",
    "mcp_config": "examples/mcp-config.example.json",
    "pipeline_spec": "examples/pipeline-spec.example.json"
  },
  "jsonl": {
    "code": {
      "documents": 5,
      "path": "jsonl/code.jsonl",
      "summary": {
        "api_surface": {
          "checkpointing": 2,
          "rest": 3
        },
        "documents": 5,
        "source_kind": {
          "code": 4,
          "test": 1
        }
      }
    },
    "docs": {
      "documents": 3,
      "path": "jsonl/docs.jsonl",
      "summary": {
        "api_surface": {
          "checkpointing": 1,
          "connect": 1,
          "rest": 1
        },
        "documents": 3,
        "source_kind": {
          "docs": 3
        }
      }
    },
    "guides": {
      "documents": 7,
      "path": "jsonl/guides.jsonl",
      "summary": {
        "api_surface": {
          "checkpointing": 1,
          "connect": 1,
          "rest": 3,
          "testing": 2
        },
        "documents": 7,
        "source_kind": {
          "guide": 7
        }
      }
    }
  },
  "k2_api_host": "https://api.knowledge2.ai",
  "load_command": "K2_API_HOST=https://api.knowledge2.ai K2_API_KEY=<project-key> PYTHONPATH=src python -m k2_java_rd_demo.cli run-live-k2 --execute --create-missing --project-name java-customer-demo --jsonl docs/customer-demos/demo-java-customer/k2-assets/jsonl/docs.jsonl --jsonl docs/customer-demos/demo-java-customer/k2-assets/jsonl/code.jsonl --jsonl docs/customer-demos/demo-java-customer/k2-assets/jsonl/guides.jsonl --idempotency-prefix demo-java-customer",
  "package": "demo-java-customer",
  "public_evidence_policy": "Raw evaluator dumps are excluded from the public demo bundle because they can include local runner paths and environment metadata."
}
