{
  "site": "https://aiidiots.ai",
  "lastReviewed": "2026-06-13",
  "purpose": "Define the boundary between private site source, public agent artifacts, Linear backlog, and GitHub PR truth.",
  "recommendation": "Keep the live AIIdiots site repo private. Create a separate public artifact repo only when the reviewed skill/schema/task-pack boundary is stable.",
  "zones": [
    {
      "id": "private-site-repo",
      "label": "Private site repo",
      "role": "Source of truth for live site code, unpublished drafts, raw riffs, private receipts, and implementation work.",
      "public": false
    },
    {
      "id": "public-agent-artifacts",
      "label": "Public agent artifact repo",
      "role": "Optional future public repo for installable skills, route manifests, task packs, schemas, examples, and safe starter kits.",
      "public": true
    },
    {
      "id": "linear-riff-backlog",
      "label": "Linear riff/backlog lane",
      "role": "Capture ideas, field-report implications, feature candidates, and ranked execution choices before code work.",
      "public": false
    },
    {
      "id": "github-pr-truth",
      "label": "GitHub PR truth",
      "role": "Official build lane for code/docs/tests and evidence that something changed.",
      "public": "depends on repo visibility"
    }
  ],
  "readinessGates": [
    "public artifact boundary is stable",
    "private site source is not mirrored accidentally",
    "skills and schemas have reviewed install instructions",
    "raw riffs and private field reports have a separate private archive",
    "license and contribution posture are chosen",
    "repo owner is deliberate"
  ],
  "recommendedPublicRepoShape": {
    "owner": "justin37013 initially",
    "candidateName": "aiidiots-agent-artifacts",
    "visibility": "public when gates are met",
    "firstFolders": ["skills/", "schemas/", "task-packs/", "route-briefs/", "examples/"],
    "doNotInclude": ["private site source", "raw transcripts", "business/client context", "secrets", "unreviewed field reports"],
    "firstRelease": "AII first skill, AII field note skill, field-report routing manifest, receipt schema, and one starter task pack."
  }
}
