What problem does it solve?
Myrmion AI Factory agents repeatedly read the same project artifacts across sequential commands, creating redundant I/O overhead that slows down workflow execution and wastes compute resources.
Core Features & Use Cases
- Unified Cross-Command Caching: Leverages VS Code Copilot's
/memories/repo/ system to store frequently accessed data like feature states, BVL verification commands, codebase inventory indexes, and execution plans for reuse across all agent commands.
- Consistent Data Guarantees: Implements write-through caching with source hash validation to ensure cached data never goes stale, plus graceful degradation that falls back to direct file reads if the cache is unavailable or corrupted.
- Use Case: When running multiple IMPLEMENT --build commands for a feature, the cache eliminates repeated parsing of the codebase inventory and governance snapshot, cutting build preparation time significantly for large projects.
Quick Start
Use the factory-memory-cache skill to automatically cache and retrieve frequently accessed project data like feature states, build commands, and execution plans to speed up agent command execution.