mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-23 12:39:24 -07:00
docs: add version bump reminder to CLAUDE.md
Always update both pyproject.toml and .claude-plugin/plugin.json when bumping versions — missed in 0.4.4→0.4.5 bump. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -177,6 +177,11 @@ See `tests/mcporter/README.md` for transport differences and `docs/DESTRUCTIVE_A
|
|||||||
|
|
||||||
Use these when adding new queries/mutations.
|
Use these when adding new queries/mutations.
|
||||||
|
|
||||||
|
### Version Bumps
|
||||||
|
When bumping the version, **always update both files** — they must stay in sync:
|
||||||
|
- `pyproject.toml` → `version = "X.Y.Z"` under `[project]`
|
||||||
|
- `.claude-plugin/plugin.json` → `"version": "X.Y.Z"`
|
||||||
|
|
||||||
### Symlinks
|
### Symlinks
|
||||||
`AGENTS.md` and `GEMINI.md` are symlinks to `CLAUDE.md` for Codex/Gemini compatibility:
|
`AGENTS.md` and `GEMINI.md` are symlinks to `CLAUDE.md` for Codex/Gemini compatibility:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user