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
12 changes: 12 additions & 0 deletions .cursor/rules/engram-continuity.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
description: "Use Engram handoff tools automatically for continuity"
alwaysApply: true
---

When an Engram MCP server is available:

1) At the start of a new task/thread, call `get_last_session` first.
Do not pass `agent_id` unless the user explicitly asks for a specific source agent.
2) Use the returned handoff context to continue work naturally.
3) Before pausing or ending, call `save_session_digest`.
4) Do not use shell/SQLite probing for continuity when MCP handoff tools exist.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ $RECYCLE.BIN/
htmlcov/
.tox/
.hypothesis/
test_*.py
*_test.py

# Claude Code
.claude/
Expand Down
237 changes: 182 additions & 55 deletions README.md

Large diffs are not rendered by default.

Loading
Loading