Skip to content

Commit 757a2ce

Browse files
Release 1.2.2
Release Engraphis 1.2.2 after the full local and GitHub validation suite.
1 parent 00a9be7 commit 757a2ce

7 files changed

Lines changed: 18 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "engraphis-memory",
1010
"source": "./",
1111
"description": "Discipline for giving agents durable, scoped, explainable memory across sessions and repos with the Engraphis MCP tools.",
12-
"version": "1.2.1"
12+
"version": "1.2.2"
1313
}
1414
]
1515
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engraphis-memory",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Give agents durable, scoped, explainable memory across sessions and repos via the Engraphis MCP tools. Use when you learn something worth keeping, need prior context before acting, or ask why/how a fact changed. Covers remember/recall, why/timeline, forget/pin/correct, sessions, and code search.",
55
"author": {
66
"name": "The Engraphis Authors",

.claude-plugin/skill-assets.sha256

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3fb76735c2b1d2fa0b70ba9554d6c76a1bfae0edef8a5632be18af8fb15447e1 .claude-plugin/marketplace.json
2-
a837836347bdb17330292c071dc2908527435e9f7defa21d6ab4f4f91acaffde .claude-plugin/plugin.json
1+
b20f1f0f7263b044f880341ddfde3b346b517581321044196c851d7384042563 .claude-plugin/marketplace.json
2+
ef872abd9089782b25c8c42a0d5c1582ca1a8930dedb564d1609951f2d263ce3 .claude-plugin/plugin.json
33
696fe737e83a8d073c8dac77704ada7261332ede2527b4c4d426b1e657e034da skills/engraphis-memory/SKILL.md
44
7ee71fb5ff9bd2b02f50b3ee8dc62f390a0e1bcd849a55739c4a376ac03d9784 skills/engraphis-memory/references/CONVENTIONS.md
55
8aafd2daba872be38ec8d42377e886d795d8941bf7c6a39795937ffc1d1f0d88 skills/engraphis-memory/references/SCOPING.md

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to Engraphis are documented here. Format loosely follows
44
[Keep a Changelog](https://keepachangelog.com/); versions use SemVer.
55

6+
## [1.2.2] - 2026-07-30
7+
8+
### Fixed
9+
10+
- Cloud Sync now continues past legacy plaintext, malformed, and tampered relay objects while
11+
still failing closed for each object. Later authenticated peer bundles apply, and the affected
12+
sync round is explicitly reported as incomplete rather than successful.
13+
- Security and sync documentation now consistently distinguish end-to-end encrypted Cloud Sync
14+
from the separately readable managed-compute snapshot service.
15+
- README visual PNG exports now use their SVG canvas dimensions without hidden screenshot padding.
16+
617
## [1.2.1] - 2026-07-30
718

819
### Security

engraphis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
except PackageNotFoundError: # source tree without an installed distribution
88
# Keep in step with [project] version in pyproject.toml — tests/test_packaging.py
99
# pins the two together so a release cannot ship them out of sync.
10-
__version__ = "1.2.1"
10+
__version__ = "1.2.2"

engraphis/commercial_manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema": "engraphis-commercial/v2",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"control_plane": "https://api.engraphis.com",
55
"account_portal": "https://api.engraphis.com/account",
66
"billing": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "engraphis"
13-
version = "1.2.1"
13+
version = "1.2.2"
1414
description = "Local-first AI memory engine for agents — Ebbinghaus decay, interaction-aware recall, bi-temporal facts, hybrid retrieval, and an MCP server. You bring the LLM."
1515
readme = "README.md"
1616
license = "Apache-2.0"

0 commit comments

Comments
 (0)