Skip to content

Commit 15e47bc

Browse files
authored
Merge pull request #16 from NickCirv/release/v2.1.0
chore: release v2.1.0 — Reliability + Zero-Friction Install
2 parents d197bb6 + 7a1cda8 commit 15e47bc

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ All notable changes to engram are documented here. Format based on
66

77
## [Unreleased]
88

9+
## [2.1.0] — 2026-04-21 — "Reliability + Zero-Friction Install"
10+
11+
First release in the v2.1 / v2.2 / v3.0 elevation trilogy. Design spec
12+
at `docs/superpowers/specs/2026-04-20-engram-elevation-trilogy-design.md`.
13+
14+
Headline: `engram setup` is the new one-command first-run flow. Users
15+
go from `npm install -g engramx` to a working Sentinel hook + indexed
16+
graph in under 30 seconds. `engram doctor` reports component health
17+
with remediation hints. `engram update` ships future hotfixes to every
18+
install without surprise — passive notify, zero telemetry, one-command
19+
upgrade. Plus fixes for issue #11 (AST/LSP path bug in flattened
20+
bundles) and issue #14's Bash-ops half (auto-reindex on `rm`/`mv`/
21+
`git rm` via an opt-in PostToolUse gate).
22+
23+
Contributor credit this release: [@gabiudrescu](https://github.com/gabiudrescu)
24+
for PR #13 (reindex CLI + `install-hook --auto-reindex`), PR #12
25+
(watcher prune on delete/rename), and the original v2.0.2 security
26+
disclosure. [@ttessarolo](https://github.com/ttessarolo) for precise
27+
forensics + suggested fix on issue #11.
28+
929
### Added — v2.1 "Reliability + Zero-Friction Install" track
1030

1131
- **`engram update`** — one-command self-upgrade.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engramx",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "The context spine for AI coding agents. 8 providers + pluggable context sources, 3-layer memory cache, web dashboard, multi-IDE support (Claude Code, Cursor, Continue, Zed, Aider, Windsurf, Neovim, Emacs). 88.1% measured session-level token savings. Local SQLite, zero native deps, zero cloud.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)