File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ Update the appropriate handoff document (BACKEND_HANDOFF.md or FRONTEND_HANDOFF.md) with your current work status.
2+
3+ Follow the handoff template:
4+ - **What I am doing**: Describe the current task
5+ - **What is pending**: Checklist of code/tests/manual review
6+ - **What I plan to do next**: Next steps
7+ - **Modules I am touching**: Files/paths being modified
8+ - **Work status rating (out of 5)**: 0-5 rating
9+ - **Graphiti episode IDs**: Memory system IDs (if available)
10+ - **Related docs**: Relevant documentation paths
11+ - **Notes for next agent**: Context and recommendations
12+
13+ Add a new handoff section with an incremented number, and mark previous handoffs as completed if they are done.
Original file line number Diff line number Diff line change @@ -464,6 +464,13 @@ lsof -ti:4000 | xargs kill
464464- Before editing code with uncommitted changes, check relevant handoff documents to understand context
465465- Before switching tasks or ending a session, update the appropriate handoff document with your progress
466466
467+ ### Cursor Commands
468+ The project includes cursor commands in ` .cursor/commands/ ` directory to help with common workflows:
469+ - ` update_handoff ` - Update BACKEND_HANDOFF.md or FRONTEND_HANDOFF.md with current work status
470+ - ` open-pr ` - Commit, push, and open a PR towards main branch
471+ - ` create_a_bug_for_it ` - Create a bug report in /docs/bug-logs
472+ - ` update_knowledge_graph.txt ` - Update Graphiti MCP Memory System with session summary
473+
467474## Why These Rules Matter
468475
469476- ** Isolation** → Clean Deployment
You can’t perform that action at this time.
0 commit comments