AI Agent Instructions
use 'sequentialthinking' tool eagerly.
Look at .github/instructions/spec-driven-workflow-v1.instructions.md for guidance on spec/design/tasks.
also look into .github/instructions/*.instructions.md files and which glob patterns of files they should guide.
the initial idea was '/idea.md' progressive designs are at '/memory/designs'
Do not create explainer documents or other documentation unless specifically asked to.
Important
Run before handing off code changes:
pnpm typecheck pnpm lint pnpm test
🧠 Memory Bank System
CRITICAL: This project uses a structured Memory Bank for context preservation. Review these files before starting work:
- Memory Location:
/memory/folder - Task Management:
/memory/tasks/with_index.mdmaster list - Design Documentation:
/memory/designs/for architectural decisions - Context Files:
activeContext.md,progress.md,projectbrief.md
ID Management: Ensure unique Task/Design IDs across both active designs and tasks folders and /COMPLETED/ subfolders.
📖 Full Details: See .github/instructions/memory-bank.instructions.md
📝 Before You Start
- ✅ Check Memory Bank files in
/memory/ - ✅ Review existing tasks in
/memory/tasks/_index.md - ✅ Update
activeContext.mdwith current focus - ✅ Follow unique ID allocation rules
- ✅ Document progress in memory system
- Memory Updates: Document significant changes in memory bank
📚 Reference: .github/copilot-instructions.md for detailed technical patterns