| 1 | # Plugin packages |
| 2 | |
| 3 | ### Manifests |
| 4 | |
| 5 | - Native: `reasonix-plugin.json` |
| 6 | - Codex: `.codex-plugin/plugin.json` |
| 7 | - Claude: `.claude-plugin/plugin.json` (+ limited Claude compatibility paths) |
| 8 | |
| 9 | State: `<Reasonix home>/plugin-packages.json`. Disabled packages do not contribute skills/hooks/MCP. |
| 10 | |
| 11 | Unmapped Claude-only features may appear as compatibility warnings — Reasonix does not invent support. |
| 12 | |
| 13 | ### Checks |
| 14 | |
| 15 | `reasonix plugin doctor <name>`, Settings → Plugins, Diagnostics → Plugins. |
| 16 | |
| 17 | ### Symptom → cause → fix |
| 18 | |
| 19 | | Symptom | Cause | Fix | |
| 20 | | --- | --- | --- | |
| 21 | | Package missing | Bad root path | Reinstall / fix root (`plugin.missing_root`) | |
| 22 | | Invalid manifest | Parse failure | Fix JSON/manifest (`plugin.invalid_manifest`) | |
| 23 | | Skills missing | Disabled package | Enable package | |
| 24 |