{
  "name": "gm-codex",
  "version": "2.0.1080",
  "description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
  "author": {
    "name": "AnEntrypoint",
    "email": "",
    "url": "https://github.com/AnEntrypoint"
  },
  "homepage": "https://github.com/AnEntrypoint/gm",
  "repository": "https://github.com/AnEntrypoint/gm-codex",
  "license": "MIT",
  "keywords": [
    "codex",
    "automation",
    "gm"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "apps": "./.app.json",
  "interface": {
    "displayName": "gm Codex",
    "shortDescription": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
    "longDescription": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement (generated by gm)",
    "developerName": "AnEntrypoint",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/AnEntrypoint/gm",
    "privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
    "termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
    "defaultPrompt": [
      "Review project status and propose next implementation steps.",
      "Analyze the codebase and summarize architecture risks.",
      "Help execute and verify a concrete coding task end-to-end."
    ],
    "brandColor": "#3B82F6",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/logo.svg",
    "screenshots": []
  }
}