{
  "schemaVersion": 1,
  "kitVersion": "2026-05-19",
  "bundle": "core",
  "title": "Core",
  "description": "Universal agent-first habits — tiered context, domain structure, scale limits.",
  "audience": "Any repo (OSS, client, internal)",
  "hub": "https://davidcole.cloud/agents",
  "instructions": "Load kits in order. Fetch rawUrl for each slug into .cursor/rules or AGENTS.md references.",
  "kits": [
    {
      "id": "bootstrap-new-project",
      "title": "Bootstrap a New Project",
      "description": "Start here — pick a profile (core, client-web, portfolio, or studio) and wire Cursor or Antigravity to the right manifest URL.",
      "category": "bootstrap",
      "tags": [
        "cursor",
        "antigravity",
        "onboarding"
      ],
      "order": 0,
      "alwaysApply": true,
      "cursorFileName": null,
      "pageUrl": "https://davidcole.cloud/agents/bootstrap-new-project",
      "rawUrl": "https://davidcole.cloud/agents/raw/bootstrap-new-project.md",
      "source": null,
      "sourcePath": null,
      "updated": "2026-05-18"
    },
    {
      "id": "agent-tiered-context",
      "title": "Tiered Context Strategy",
      "description": "Tier 1 global directives, Tier 2 focused files, Tier 3 on-demand search — avoid 15-directory agent reads.",
      "category": "rules",
      "tags": [
        "context",
        "cursor",
        "antigravity"
      ],
      "order": 1,
      "alwaysApply": true,
      "cursorFileName": "agent-tiered-context.mdc",
      "pageUrl": "https://davidcole.cloud/agents/agent-tiered-context",
      "rawUrl": "https://davidcole.cloud/agents/raw/agent-tiered-context.md",
      "source": null,
      "sourcePath": null,
      "updated": "2026-05-18"
    },
    {
      "id": "agent-domain-structure",
      "title": "Domain-Driven Structure",
      "description": "Feature-first folders, localized 000-architecture.md primers, and domain maps agents can ingest in one pass.",
      "category": "rules",
      "tags": [
        "architecture",
        "folders",
        "context"
      ],
      "order": 2,
      "alwaysApply": true,
      "cursorFileName": "agent-domain-structure.mdc",
      "pageUrl": "https://davidcole.cloud/agents/agent-domain-structure",
      "rawUrl": "https://davidcole.cloud/agents/raw/agent-domain-structure.md",
      "source": null,
      "sourcePath": null,
      "updated": "2026-05-18"
    },
    {
      "id": "agent-scale-limits",
      "title": "Context Cliff & Scale Limits",
      "description": "When repos get too big for agent attention — modularize early and keep content out of logic paths.",
      "category": "rules",
      "tags": [
        "scale",
        "modularization"
      ],
      "order": 3,
      "alwaysApply": true,
      "cursorFileName": "agent-scale-limits.mdc",
      "pageUrl": "https://davidcole.cloud/agents/agent-scale-limits",
      "rawUrl": "https://davidcole.cloud/agents/raw/agent-scale-limits.md",
      "source": null,
      "sourcePath": null,
      "updated": "2026-05-18"
    },
    {
      "id": "handoff-checklist",
      "title": "Client Handoff Checklist",
      "description": "One-day production checklist — webhooks, content trust, spam protection, smoke tests, and deploy sign-off.",
      "category": "workflows",
      "tags": [
        "handoff",
        "production",
        "checklist"
      ],
      "order": 21,
      "alwaysApply": false,
      "cursorFileName": null,
      "pageUrl": "https://davidcole.cloud/agents/handoff-checklist",
      "rawUrl": "https://davidcole.cloud/agents/raw/handoff-checklist.md",
      "source": null,
      "sourcePath": null,
      "updated": "2026-05-18"
    }
  ],
  "urls": {
    "manifest": "https://davidcole.cloud/agents/manifest.json",
    "bundle": "https://davidcole.cloud/agents/bundles/core.json"
  },
  "missingSlugs": []
}