v1.2.0 — archives out of the install tree (user-state safety)
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 injab-hook(Typefully config + patterns log),toolify(saved recipes), andpm(board snapshot cache). - Gender-neutral prose — 16 he/his instances across 9 files rewritten.
slide-deckno 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.