Skip to content

v1.1

Choose a tag to compare

@CatChen CatChen released this 28 May 07:20
· 26 commits to main since this release
ffd2a87

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 regexupdate-concept-backlinks.mjs now uses an exact match to prevent a shorter concept slug from accidentally deleting wikilinks for longer slugs that share a prefix.
  • Directory traversalwiki-summary.mjs now skips .git/ and node_modules/ during file scanning.
  • Fresh-repo safetyfind-orphan-summaries.mjs, find-thin-concepts.mjs, and wiki-state.mjs now handle the case where Wiki/ does not yet exist, so the skills work correctly on a repo where no summaries have been generated yet.
  • Localized README exclusionwiki-summary.mjs now excludes README.zh-CN.md and README.zh-TW.md from the summary scanner, consistent with how README.md is excluded.

Full changelog

v1...v1.1