plugins marketplace
← All plugins

ai-policy-runtime

v0.1.5

Generate better AI code with task-aware policies for Codex.

CodexClaude Code

21updated 2 months ago

Source

git clone https://github.com/lkimuk/ai-policy-runtime

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

ai-policy-runtime/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

.codex-plugin/plugin.json
{
  "name": "ai-policy-runtime",
  "version": "0.1.5",
  "description": "Generate better AI code with task-aware policies for Codex.",
  "hooks": "./hooks/codex-hooks.json",
  "interface": {
    "displayName": "AI Policy Runtime",
    "shortDescription": "Generate better AI code with task-aware policies.",
    "developerName": "Miles Li",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "ai-policy-runtime",
  "version": "0.1.5",
  "description": "Generate better AI code with task-aware policies for Claude Code.",
  "author": {
    "name": "Miles Li"
  }
}