Skip to content

v1.2.0 — archives out of the install tree (user-state safety)

Choose a tag to compare

@coreyhaines31 coreyhaines31 released this 10 Jul 23:00
7c08527

Fixes three issues from a user bug report — thank you! 🙏

Fixed

  • Archives no longer wiped on reinstall/upgrade. Five skills (decide, business-brainstorm, deep-research, personal-cfo, slide-deck — all now v0.2.0) archived user state inside their own skill folder, which installers that re-sync from source (e.g. npx skills add) wipe on upgrade. Archives now live in ${MAKERSKILLS_CONFIG:-$HOME/.config/makerskills}/<skill>/archive/, with a best-effort migration step for surviving old archives. The same bug class was also fixed in jab-hook (Typefully config + patterns log), toolify (saved recipes), and pm (board snapshot cache).
  • Gender-neutral prose — 16 he/his instances across 9 files rewritten.
  • slide-deck no longer hardcodes the author's identity — footer is now <AUTHOR_HANDLE> · <AUTHOR_SITE> tokens sourced from your personal config.

Full details in CHANGELOG.md and #5 / #6.