This commit introduces two new orchestrator commands to manage the project memory system, enabling manual control over the automated learning process.
New commands:
- \*mem-synth\: Scans completed stories and re-synthesizes project memory, useful for catching missed stories or manual additions
- \*mem-add [memory]\: Immediately processes a user-provided memory through the same validation system used in automatic synthesis
Key features:
- Friendly failure messages for duplicates, contradictions, and invalid memories
- Progress reporting during bulk synthesis operations
- Consistent validation logic with the automated workflow
- Integration with existing core-config.yml settings for story locations
This enhancement provides users with direct control over the project memory system while maintaining the same quality standards as the automated process.