Skip to content

Commit c83902b

Browse files
authored
Merge pull request #7 from Ashish-dwi99/beta-v1
Pre-release-V1
2 parents 88be0ee + 9cce9f6 commit c83902b

66 files changed

Lines changed: 11850 additions & 1249 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: "Use Engram handoff tools automatically for continuity"
3+
alwaysApply: true
4+
---
5+
6+
When an Engram MCP server is available:
7+
8+
1) At the start of a new task/thread, call `get_last_session` first.
9+
Do not pass `agent_id` unless the user explicitly asks for a specific source agent.
10+
2) Use the returned handoff context to continue work naturally.
11+
3) Before pausing or ending, call `save_session_digest`.
12+
4) Do not use shell/SQLite probing for continuity when MCP handoff tools exist.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ $RECYCLE.BIN/
9797
htmlcov/
9898
.tox/
9999
.hypothesis/
100-
test_*.py
101-
*_test.py
102100

103101
# Claude Code
104102
.claude/

README.md

Lines changed: 182 additions & 55 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)