Skip to content

Commit 0f89e89

Browse files
Copilotnirukk52
andcommitted
Add cursor command for updating handoff documents
Co-authored-by: nirukk52 <[email protected]>
1 parent cd5ca1e commit 0f89e89

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.cursor/commands/update_handoff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

.github/copilot-instructions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)