-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugWe can reproduce the issue and confirmed it is a bug.We can reproduce the issue and confirmed it is a bug.
Description
Bug Report: Memory-Bank Files Not Automatically Loaded in Context
Environment
- Amazon Q Version: 1.81.0.0
- IDE: Visual Studio Code / Visual Studio
- OS: Windows
Issue Description
Memory-bank files created through the Amazon Q chat rules menu are not automatically included in the chat context, despite being stored in the expected .amazonq\rules\memory-bank\ directory.
Expected Behavior
Files in .amazonq\rules\memory-bank\ should be automatically loaded into chat context similar to other rule files in .amazonq\rules\.
Actual Behavior
Memory-bank files are created and stored correctly but are not included in the chat context. The AI assistant cannot access this information without manually reading the files.
Steps to Reproduce
- Create memory-bank entries through Amazon Q chat rules menu
- Verify files are created in
.amazonq\rules\memory-bank\ - Start new chat session
- Ask AI about project-specific information that should be in memory-bank
- Observe that AI doesn't have access to memory-bank content
File Structure
.amazonq\rules\
├── 00-WORKFLOW.md ✅ Loaded automatically
├── 01-BUILD.md ✅ Loaded automatically
├── 02-FILE-OPS.md ✅ Loaded automatically
├── 03-RESPONSES.md ✅ Loaded automatically
└── memory-bank\
├── guidelines.md ❌ Not loaded automatically
├── product.md ❌ Not loaded automatically
├── structure.md ❌ Not loaded automatically
└── tech.md ❌ Not loaded automatically
Impact
Memory-bank functionality is effectively broken, reducing the value of the rules system for maintaining project context.
Related Issues
This may be related to the duplicate rule loading bug also present in v1.81.0.0.
Metadata
Metadata
Assignees
Labels
bugWe can reproduce the issue and confirmed it is a bug.We can reproduce the issue and confirmed it is a bug.