spec-driven-docs 0.4.13

Spec-driven documentation: current specs, immutable decision records, and executable gates kept coherent for people and coding agents.
Documentation
{
  "description": "Load Simple English rules automatically for each Codex session.",
  "hooks": {
    "SessionStart": [
      {
        "matcher": "^(startup|resume|clear|compact)$",
        "hooks": [
          {
            "type": "command",
            "command": "node \"${PLUGIN_ROOT}/src/hooks/simple-english-activate.js\"",
            "timeout": 5,
            "statusMessage": "Loading Simple English...",
            "additionalContextLimit": 0
          }
        ]
      }
    ]
  }
}