mirror of
https://github.com/pacnpal/thrillwiki_laravel.git
synced 2025-12-20 09:51:10 -05:00
68 lines
2.1 KiB
Markdown
68 lines
2.1 KiB
Markdown
# Memory Bank Access Instructions
|
|
|
|
To continue development with full context, please review these key Memory Bank files in order:
|
|
|
|
1. `memory-bank/activeContext.md`
|
|
- Current development phase
|
|
- Progress tracking
|
|
- Next steps
|
|
- Technical decisions
|
|
- Issues to address
|
|
|
|
2. `memory-bank/features/LocationSystem.md`
|
|
- System design
|
|
- Component structure
|
|
- Implementation details
|
|
- Integration points
|
|
- Future enhancements
|
|
|
|
3. `memory-bank/features/StatisticsRollup.md`
|
|
- Statistics system design
|
|
- Integration points
|
|
- Performance considerations
|
|
|
|
4. `memory-bank/features/StatisticsCaching.md`
|
|
- Caching strategy
|
|
- Performance optimization
|
|
- Integration points
|
|
|
|
## Development Process
|
|
|
|
1. Always prefix tool use with `[MEMORY BANK: ACTIVE]`
|
|
2. Document changes in Memory Bank before implementation
|
|
3. Update `activeContext.md` after each major step
|
|
4. Create feature documentation before implementation
|
|
5. Document technical decisions and their rationale
|
|
|
|
## Next Development Session
|
|
|
|
1. Review `memory-bank/prompts/LocationSystemContinuation.md`
|
|
2. Check `activeContext.md` for current status
|
|
3. Implement next steps following documented design
|
|
4. Maintain Memory Bank documentation
|
|
5. 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. |