Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ All notable changes to engram are documented here. Format based on

## [Unreleased]

## [2.1.0] — 2026-04-21 — "Reliability + Zero-Friction Install"

First release in the v2.1 / v2.2 / v3.0 elevation trilogy. Design spec
at `docs/superpowers/specs/2026-04-20-engram-elevation-trilogy-design.md`.

Headline: `engram setup` is the new one-command first-run flow. Users
go from `npm install -g engramx` to a working Sentinel hook + indexed
graph in under 30 seconds. `engram doctor` reports component health
with remediation hints. `engram update` ships future hotfixes to every
install without surprise — passive notify, zero telemetry, one-command
upgrade. Plus fixes for issue #11 (AST/LSP path bug in flattened
bundles) and issue #14's Bash-ops half (auto-reindex on `rm`/`mv`/
`git rm` via an opt-in PostToolUse gate).

Contributor credit this release: [@gabiudrescu](https://github.com/gabiudrescu)
for PR #13 (reindex CLI + `install-hook --auto-reindex`), PR #12
(watcher prune on delete/rename), and the original v2.0.2 security
disclosure. [@ttessarolo](https://github.com/ttessarolo) for precise
forensics + suggested fix on issue #11.

### Added — v2.1 "Reliability + Zero-Friction Install" track

- **`engram update`** — one-command self-upgrade.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engramx",
"version": "2.0.2",
"version": "2.1.0",
"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.",
"repository": {
"type": "git",
Expand Down
Loading