Skip to content

urban233/codex

v0.2.0BSD-3-Clause

Canon for Codex: plan persistence, a verification gate, and evidence-based review -- without a stored state machine.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

canonstdio
{
  "type": "stdio",
  "command": "sh",
  "args": [
    "-c",
    "UV_OFFLINE=1 exec uvx --from \"$PLUGIN_ROOT/vendor/canon_mcp\" canon-mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "codex",
  "description": "Canon for Codex: plan persistence, a verification gate, and evidence-based review -- without a stored state machine.",
  "version": "0.2.0",
  "author": {
    "name": "Martin Urban"
  },
  "homepage": "https://github.com/urban233/Canon",
  "repository": "https://github.com/urban233/Canon",
  "license": "BSD-3-Clause",
  "keywords": [
    "agentic-development",
    "plan-persistence",
    "code-review"
  ]
}