v1.1
What's new
Chinese README translations
Simplified Chinese (README.zh-CN.md) and Traditional Chinese (README.zh-TW.md) translations of the README are now included. All three language versions are interlinked with a language switcher at the top of each file.
Bug fixes
Several correctness issues in the wiki scripts have been addressed:
- Wikilink regex —
update-concept-backlinks.mjsnow uses an exact match to prevent a shorter concept slug from accidentally deleting wikilinks for longer slugs that share a prefix. - Directory traversal —
wiki-summary.mjsnow skips.git/andnode_modules/during file scanning. - Fresh-repo safety —
find-orphan-summaries.mjs,find-thin-concepts.mjs, andwiki-state.mjsnow handle the case whereWiki/does not yet exist, so the skills work correctly on a repo where no summaries have been generated yet. - Localized README exclusion —
wiki-summary.mjsnow excludesREADME.zh-CN.mdandREADME.zh-TW.mdfrom the summary scanner, consistent with howREADME.mdis excluded.