{
  "schemaVersion": 1,
  "name": "codex",
  "command": "codex",
  "config": {
    "source": "hooks.json",
    "target": ".codex/hooks.json"
  },
  "instructions": [
    {
      "source": "AGENTS.md",
      "target": "AGENTS.md"
    }
  ],
  "artifacts": [
    {
      "source": "../../shared/skills/onboard/SKILL.md",
      "target": ".agents/skills/onboard/SKILL.md"
    },
    {
      "source": "../../shared/skills/flow/SKILL.md",
      "target": ".agents/skills/flow/SKILL.md"
    },
    {
      "source": "../../shared/skills/autobuild/SKILL.md",
      "target": ".agents/skills/autobuild/SKILL.md"
    },
    {
      "source": "../../shared/skills/integration-sync/SKILL.md",
      "target": ".agents/skills/integration-sync/SKILL.md"
    },
    {
      "source": "../../shared/skills/integration-promote/SKILL.md",
      "target": ".agents/skills/integration-promote/SKILL.md"
    }
  ],
  "capabilities": {
    "nativeHooks": true,
    "nativeWorkflows": false,
    "projectInstructions": true,
    "checkpointing": false,
    "nativeSkills": true
  },
  "commands": {
    "invocation": "${name}",
    "names": [
      "onboard",
      "flow",
      "autobuild",
      "integration-sync",
      "integration-promote"
    ]
  },
  "roleSkills": ".agents/skills"
}
