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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "engraphis-memory",
"source": "./",
"description": "Discipline for giving agents durable, scoped, explainable memory across sessions and repos with the Engraphis MCP tools.",
"version": "0.1.0"
"version": "1.0.0"
}
]
}
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engraphis-memory",
"version": "0.1.0",
"version": "1.0.0",
"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.",
"author": {
"name": "The Engraphis Authors",
Expand Down
6 changes: 6 additions & 0 deletions .claude-plugin/skill-assets.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
f4cb86b658832adc9c2d71b449091fbfcb327570cce207ab071d500029c79ac0 .claude-plugin/marketplace.json
9d5e58b9e2692e30d29ccbadbf865b30a6db72f3ff209694518c848a2b1b1e51 .claude-plugin/plugin.json
89bf2728e44a3c877e31982d387fcfab10fbe065eb6441b2792375ca5105c07c skills/engraphis-memory/SKILL.md
a295b0448e2ff372ddd8ea4e0bc8dc53f3d4bd56ff1fbd0d88cf4b6179511ce1 skills/engraphis-memory/references/CONVENTIONS.md
45f4b4ad9dbfd39f2b377083d9b3eec5eed7cba7cb8fa139e3f420bdd6105343 skills/engraphis-memory/references/SCOPING.md
12980f16face01fee5f65cde0c4aa2297200b2252861b341ec7762e32600da60 skills/engraphis-memory/references/TOOLS.md
243 changes: 36 additions & 207 deletions .env.example

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*.pyd binary
*.so binary
*.dll binary
.claude-plugin/*.json text eol=lf
.claude-plugin/skill-assets.sha256 text eol=lf
skills/engraphis-memory/*.md text eol=lf
skills/engraphis-memory/references/*.md text eol=lf
69 changes: 0 additions & 69 deletions .github/workflows/build-compiled-wheels.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/commercial-backup.yml

This file was deleted.

110 changes: 0 additions & 110 deletions .github/workflows/commercial-restore-drill.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/production-synthetics.yml

This file was deleted.

Loading