Added
scripts/check_version.py(run first): installs the pinned author-vettedidc-indexminimum, then prints best-effort, notify-only notices when a neweridc-index(PyPI) or skill release (GitHub) is available — never auto-installs newer releases, silently skipped offline- "Keeping the Skill Up to Date" section in
USAGE.md(release notifications, per-surface update steps, fresh-conversation reminder); linked from README
Changed
- Replaced the inline startup version-check in
SKILL.mdwith a prominent pointer toscripts/check_version.py, keeping the code out of the model's context - Renamed repository references
idc-claude-skill→imaging-data-commons-skillacrossSKILL.md,README.md,USAGE.md - Pointed
tests/test_snippets.pyat the new script and added a guard that itsMIN_VERSION/SKILL_VERSIONmatch the SKILL.md frontmatter
Fixed
- Standardized the required
idc-indexon0.12.3(was0.12.2in the version-check vs0.12.3in frontmatter) and switched to numeric, not string, version comparison
What's Changed
- Add update notifications and rename repo references (v1.6.5) by @fedorov in #25
- Include CHANGELOG entry in release notes by @fedorov in #26
Full Changelog: v1.6.4...v1.6.5