# Memory Optimization Report

**Generated:** {{date}}
**Mode:** {{mode}}
**Memories analyzed:** {{memoryCount}}

## Summary

- Total chunks evaluated: {{totalChunks}}
- Recommended to keep: {{keepCount}}
- Recommended to merge: {{mergeCount}}
- Recommended to archive: {{archiveCount}}
- Recommended to rewrite: {{rewriteCount}}

## Detailed Findings

{{#each findings}}
### {{sourceFile}}

- **Recommendation:** {{recommendation}}
- **Score:** {{score}}
- **Reason:** {{reason}}

{{/each}}

## Recommended Actions

1. Review the generated `.optimized.md` files.
2. Run with `--apply` only after manual review.
3. Commit the `.optimized.md` files for traceability.

---
*This report was generated by the Memory Optimization Pipeline (MOP). No original files were modified.*