Skip to content

Commit 04f1ea7

Browse files
chore: release 1.2.0
Merges verified 1.2.0 release metadata after all required checks passed.
1 parent 19eb85a commit 04f1ea7

7 files changed

Lines changed: 11 additions & 8 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.1.5"
12+
"version": "1.2.0"
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.1.5",
3+
"version": "1.2.0",
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-
a972f840492bf1041f1e9525452127a6d5d117d5fcd231230b1d2ae656d85d13 .claude-plugin/marketplace.json
2-
dba3e0713559b267581f45cfd5907aae4689df77790b02bbcf22309d9ffa73ef .claude-plugin/plugin.json
1+
81840a090ae1b8b14fff4eac3bf7ff1832760f4806c510070b78687cb15a0f99 .claude-plugin/marketplace.json
2+
db1b72e67e25bc29e3220d75ff5ab03a0ab954ebdbb93dd74d715ca509317a0c .claude-plugin/plugin.json
33
656caf07c9064b219eb974e018180e6a7a88f2c058fb1b1c6a8a36074d67e9cc skills/engraphis-memory/SKILL.md
44
9751b6e7310151c14e6bb7f5d683943a53a95951ff207876053d082e65eecfd5 skills/engraphis-memory/references/CONVENTIONS.md
55
45f4b4ad9dbfd39f2b377083d9b3eec5eed7cba7cb8fa139e3f420bdd6105343 skills/engraphis-memory/references/SCOPING.md

CHANGELOG.md

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

6-
## Unreleased
6+
## [1.2.0] - 2026-07-30
77

88
### Added
99

@@ -37,6 +37,9 @@ All notable changes to Engraphis are documented here. Format loosely follows
3737
- Ordinary recall is observational by default, so weak nearest-neighbor results do not gain
3838
stability merely by being returned. Grounded recall still reinforces only cited evidence, and
3939
Python callers with an explicit use signal can request reinforcement.
40+
- Code and PPR retrieval now restrict incident-symbol and memory-entity lookups to the reachable
41+
frontier before applying their safety caps, and repo writes link text mentions to visible
42+
workspace-level entities.
4043

4144
## [1.1.5] - 2026-07-28
4245

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.1.5"
10+
__version__ = "1.2.0"

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.1.5",
3+
"version": "1.2.0",
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.1.5"
13+
version = "1.2.0"
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)