mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 07:11:09 -05:00
2.1 KiB
2.1 KiB
Memory Bank Access Instructions
To continue development with full context, please review these key Memory Bank files in order:
-
memory-bank/activeContext.md- Current development phase
- Progress tracking
- Next steps
- Technical decisions
- Issues to address
-
memory-bank/features/LocationSystem.md- System design
- Component structure
- Implementation details
- Integration points
- Future enhancements
-
memory-bank/features/StatisticsRollup.md- Statistics system design
- Integration points
- Performance considerations
-
memory-bank/features/StatisticsCaching.md- Caching strategy
- Performance optimization
- Integration points
Development Process
- Always prefix tool use with
[MEMORY BANK: ACTIVE] - Document changes in Memory Bank before implementation
- Update
activeContext.mdafter each major step - Create feature documentation before implementation
- Document technical decisions and their rationale
Next Development Session
- Review
memory-bank/prompts/LocationSystemContinuation.md - Check
activeContext.mdfor current status - Implement next steps following documented design
- Maintain Memory Bank documentation
- Update progress tracking
Key Files
The following files contain essential context:
memory-bank/
├── activeContext.md # Current state and next steps
├── features/
│ ├── LocationSystem.md # Location system design
│ ├── StatisticsRollup.md # Statistics system design
│ └── StatisticsCaching.md # Caching implementation
└── prompts/
└── LocationSystemContinuation.md # Next steps
Development Command
To continue development in a new chat, use:
Continue ThrillWiki Laravel+Livewire development, implementing the Location System as documented in memory-bank/features/LocationSystem.md. Current progress and next steps are in memory-bank/prompts/LocationSystemContinuation.md. Follow Memory Bank documentation practices from memory-bank/prompts/MemoryBankInstructions.md.
This will ensure continuity and maintain our documentation-first approach.