chore: sync package-lock.json + restore README.th.md parity#48
Merged
Conversation
Two findings from the post-v4.2.6 /release-train pre-flight audit:
1. package-lock.json was stale at 4.1.4 even though every other version
anchor (package.json, plugin.json, marketplace.json, CHANGELOG header,
ARCHITECTURE, API_REFERENCE, CLAUDE.md) had been bumped to 4.2.6 across
the v4.2.5 + v4.2.6 ships. Ran `npm install` to regenerate. No content
shift in the dep tree itself — just the top-level + packages[""] version
fields and the hasInstallScript flag npm now tracks.
2. README.th.md drifted from the English canonical:
- "## Upgrading" section (added in v4.2.5) was missing entirely → ported
the three upgrade paths (plugin UI / one-line script / npm-global).
- "## บริจาค" mistranslated "## Contributing" as "Donate" — renamed to
the correct "## การร่วมพัฒนา".
- Install Option A (Claude Code plugin) / Option B (npm global) sub-split
had been collapsed into a single "### ขั้นตอนที่ 1: ติดตั้ง" → restored
the two-option layout so the Thai install instructions match the
English structure.
After: TH ## heading count = 16, matches English exactly.
No version bump — these are doc-sync fixes against the already-shipped
v4.2.6. The npm tarball is unaffected (package-lock.json is not in the
publish files allow-list).
Multi-Model SynthesisBoth Claude and Codex reviews above are independent. The most Reviewer responsibility: read both, surface non-overlapping |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two doc-sync fixes from the post-v4.2.6
/release-trainpre-flight audit. No version bump.npm install.After: TH ## heading count = 16, matches English exactly.
Docs synced
Test plan
node -p "require('./package-lock.json').version"→ 4.2.6