Skip to content

v0.2.7

Latest

Choose a tag to compare

@hec-ovi hec-ovi released this 26 Apr 11:03
· 3 commits to main since this release

Tidy-up release: replaces SKILL.md symlinks with redundant real files. No behavior change for installed users.

Changed

  • All three SKILL.md paths are now real files (20925 bytes each, byte-identical):
    • SKILL.md (root) — used by npx skills add and direct git clone
    • skills/research/SKILL.md — used by npx skills add subdir-form lookups
    • plugins/research/skills/research/SKILL.md — used by /plugin install

Previously the canonical was inside the plugin and the other two were symlinks. The redundancy removes one layer of mental indirection (especially helpful when reviewing the repo on github.com).

Maintainer note

There is no automatic enforcement that the three files stay in sync. When editing for a future release, update all three. A pre-commit sync hook could be added later if drift becomes a problem.

Upgrading

/plugin marketplace remove research-skill
/plugin marketplace add hec-ovi/research-skill
/plugin install research@research-skill
/reload-plugins

Or just leave v0.2.6 in place; the runtime content is identical.

Full changelog: https://github.com/hec-ovi/research-skill/blob/main/CHANGELOG.md