{
  "okf_version": "0.1",
  "name": "EcoCloud workspace knowledge bundle",
  "updated": "2026-06-25",
  "bundle_root": "/knowledge/okf/",
  "spec": "https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md",
  "note": "OKF is markdown-native; this JSON is a convenience index of the bundle's concepts. Fetch each path for the full concept document.",
  "concepts": [
    {
      "path": "/knowledge/okf/constitution.md",
      "type": "Constitution",
      "title": "Workspace Constitution",
      "description": "The deterministic policy an EcoCloud workspace declares; the constitution kernel enforces it BEFORE an agent's tool call executes.",
      "resource": "/schemas/constitution.schema.json",
      "tags": [
        "governance",
        "policy",
        "authorize"
      ]
    },
    {
      "path": "/knowledge/okf/task.md",
      "type": "Task",
      "title": "Task — the unit of governed work",
      "description": "The core work object an agent creates, prioritizes, completes, or reverses. Every write clears the Constitution and is recorded in the signed audit chain.",
      "resource": "/openapi.json",
      "tags": [
        "work",
        "act"
      ]
    },
    {
      "path": "/knowledge/okf/sprint.md",
      "type": "Sprint",
      "title": "Sprint — a bounded delivery window",
      "description": "A time-boxed grouping of Tasks. EcoCloud measures sprint health (burndown, cycle-time) and sequences work against the true critical path.",
      "resource": "/critpath-kernel/",
      "tags": [
        "work",
        "plan"
      ]
    },
    {
      "path": "/knowledge/okf/agent.md",
      "type": "Agent",
      "title": "Agent — a signed, scoped actor",
      "description": "An autonomous actor with a signed identity (passport/DID), a scoped key, and powers that are a strict subset of its sponsoring human's.",
      "resource": "/.well-known/agents.json",
      "tags": [
        "identity",
        "prove"
      ]
    },
    {
      "path": "/knowledge/okf/approval.md",
      "type": "Approval",
      "title": "Approval — the human-in-the-loop gate",
      "description": "A staged request requiring human (or N-role) sign-off before a high-impact or low-confidence agent action executes.",
      "resource": "/foureyes-kernel/",
      "tags": [
        "governance",
        "approve"
      ]
    },
    {
      "path": "/knowledge/okf/runbook.md",
      "type": "Runbook",
      "title": "Runbook — how governed work clears",
      "description": "The Auth·Clear·Settle lifecycle and the network rules every governed action follows — the operating procedure an agent should read before acting.",
      "resource": "/operating-regulations/",
      "tags": [
        "governance",
        "runbook"
      ]
    },
    {
      "path": "/knowledge/okf/capability.md",
      "type": "CapabilityCatalog",
      "title": "Capability catalog — what is live vs planned",
      "description": "The honest, machine-readable list of what EcoCloud ships today versus what is on the roadmap. The single source of truth.",
      "resource": "/data/capabilities.json",
      "tags": [
        "reference",
        "honesty"
      ]
    },
    {
      "path": "/knowledge/okf/kernel.md",
      "type": "GovernanceKernelSuite",
      "title": "Governance kernel suite",
      "description": "The 44 deterministic governance kernels that enforce policy, clear/settle work, and produce proof — each with a live demo and conformance assertions.",
      "resource": "/trust-layer/",
      "tags": [
        "governance",
        "trust",
        "reference"
      ]
    }
  ]
}
