Skip to content

v1.8.1: Fix README rendering on npm

Choose a tag to compare

@Draco-Cheng Draco-Cheng released this 18 Jul 13:51
· 8 commits to main since this release

Fixes

  • README not rendering on npm — a stray closing code fence (```) after the update_ai_readme "Note" block left the file with an odd number of fences. npm's markdown renderer mis-parsed everything after it and showed no README. Removed the stray fence.
  • Docs: documented the now-required projectRoot parameter on update_ai_readme and compress_ai_readme (required since v1.8.0).

No code changes — v1.8.0 behavior is unchanged.