2.0.1
A patch release fixing a skill-editor bug that could destroy a customized skill, plus signed build provenance for the release assets.
Fixed
- Skill diff compared against the wrong baseline. Opening "Diff with default" on a skill compared its
SKILL.mdagainst the agent system prompt instead of the skill's shipped body — two unrelated documents, so the whole pane highlighted and the default side appeared to be missing its frontmatter. "Use default" shared that value, so pressing it would have overwritten your skill with the agent base prompt. Both surfaces now use the skill's own bundled body.
Added
-
Build provenance attestations for
main.jsandstyles.css. You can verify a downloaded asset came from this repository and workflow:gh attestation verify main.js --repo s2b-dev/smart-second-brainThis is the first release with attestations; 2.0.0's assets predate them.
Changed
- README leads with Features before Install.
- Internal: vendor logos are cached as elements rather than reparsed markup, and
package.jsonnow carries the real version (it still said0.1.0).
Upgrading
No action needed. No settings, vault files, or index formats change, and minAppVersion stays at 1.11.4.