v2.0.1 — manifest repair & hygiene
Patch release: plugin registry manifest repair and hygiene. No changes to skill or agent behavior.
Fixed
- plugin.json — removed six non-existent skill paths (
nopua-en/ja/ko/es/pt/fr) that caused install-time path-resolution failures; corrected the language label onskills/nopua/SKILL.md(zh-CN→en); registered the realnopua-zh(zh-CN) andnopua-liteskills; registered thenopua-mentor-enandnopua-mentor-jaagents. - Stripped a UTF-8 BOM from
plugin.json,marketplace.json,SKILL.mdandnopua-zh/SKILL.md(a BOM is invalid in JSON per RFC 8259, and a BOM before YAML frontmatter can break skill parsing). - Added YAML
descriptionfrontmatter to the three/nopuacommand files so they render in/help. - Untracked committed
__pycache__/*.pycand added them to.gitignore.
Credit
The three manifest bugs were surfaced by @xiaolai's NLPM audit (#16) and PRs #13 / #14 / #15 — thank you. NoPUA scored 80/100 on that audit.
Full Changelog: v2.0.0...v2.0.1