{
  "name": "oh-my-codex",
  "version": "0.18.2",
  "description": "Multi-agent orchestration layer for OpenAI Codex CLI",
  "author": {
    "name": "Yeachan Heo",
    "url": "https://github.com/Yeachan-Heo"
  },
  "homepage": "https://yeachan-heo.github.io/oh-my-codex",
  "repository": "https://github.com/Yeachan-Heo/oh-my-codex.git",
  "license": "MIT",
  "keywords": [
    "codex",
    "openai",
    "cli",
    "agents",
    "orchestration",
    "multi-agent"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "apps": "./.app.json",
  "interface": {
    "displayName": "oh-my-codex",
    "shortDescription": "Workflow layer and skill bundle for OpenAI Codex CLI.",
    "longDescription": "Plugin = OMX skill/workflow discovery plus plugin-scoped companion metadata for hooks, MCP servers, and apps. Setup = runtime wiring; legacy setup installs native agents/prompts, while plugin setup enables official plugin-scoped hooks, archives stale legacy native agents/prompts, and keeps config, optional AGENTS.md, HUD, and runtime state current.",
    "developerName": "Yeachan Heo",
    "category": "Developer Tools"
  },
  "hooks": "./hooks/hooks.json"
}
