chore: release v2.1.0 — Reliability + Zero-Friction Install#16
Merged
Conversation
First release in the v2.1 / v2.2 / v3.0 elevation trilogy. Ships: - engram update / doctor / setup — zero-friction install + self-upgrade - engram init --with-hook — one-command init + hook install - First-run hint on stderr (throttled, \$CI-safe, opt-out env) - Bash PostTool parser for auto-reindex (issue #14 half, opt-in via ENGRAM_AUTO_REINDEX=1 until PR #13's --auto-reindex flag becomes authoritative) - Fix issue #11 — AST grammar detection in flattened bundles (@ttessarolo) + LSP socket candidate sync - ESM require() runtime bug fix across doctor/setup (would have silently failed in production; caught by in-process audit, not by CI because vitest provides CommonJS interop) - Windows cross-platform test fix for bash-postool (platform-native path.resolve in expected values, not hard-coded POSIX) See CHANGELOG.md [2.1.0] for full detail + contributor credits. Release artifacts: - package.json version 2.0.2 → 2.1.0 - package-lock.json synced - CHANGELOG [Unreleased] entries rehomed under [2.1.0] — 2026-04-21 Post-merge steps (not in this commit): git tag -a v2.1.0 -m "v2.1.0 Reliability + Zero-Friction Install" git push --tags npm publish gh release create v2.1.0 --generate-notes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Release PR — v2.1.0
Bumps engramx from 2.0.2 to 2.1.0. No code changes beyond the version bump,
package-lock.jsonsync, and CHANGELOG header rehoming.Everything else has already landed on main via:
Post-merge checklist (irreversible actions — your hands)
What ships
See CHANGELOG.md §2.1.0 for the full notes. Highlights:
engram setupdrops first-value from 4 commands to 1engram updatewith passive notify, zero telemetryengram doctorwraps component probes + remediation hintsnpm install -guser)Not in this release
🤖 Generated with Claude Code