Add a Cursor adapter for session-coherence
Goal: Let Cursor AI users read/write the session chronicle automatically.
What needs to happen
- Create
adapters/cursor/ directory
- Add a
.cursorrules file that instructs Cursor to:
- Read
~/.session-coherence/chronicle.md at session start for context
- Write chronicle entries at natural breakpoints
- Add install instructions to the adapter README
- Update the main README's adapter table
Reference
- Look at
adapters/claude-code/ for the hook-based approach
- Cursor uses
.cursorrules files for behavioral instructions
- The chronicle format is documented in the main README
- Keep it zero-dependency — just markdown file I/O
Acceptance criteria
New to the project? Read the README first, then look at how the Claude Code adapter works.
Add a Cursor adapter for session-coherence
Goal: Let Cursor AI users read/write the session chronicle automatically.
What needs to happen
adapters/cursor/directory.cursorrulesfile that instructs Cursor to:~/.session-coherence/chronicle.mdat session start for contextReference
adapters/claude-code/for the hook-based approach.cursorrulesfiles for behavioral instructionsAcceptance criteria
New to the project? Read the README first, then look at how the Claude Code adapter works.