Commands: - /learn:analyze - Analyze conversation for patterns and gotchas - /learn:import - Import from other memory files (auto-build-memory.md, JSON) - /learn:reflect - Consolidate and clean memory - /learn:status - Show memory statistics Features: - Stop hook suggests /learn:analyze after significant sessions - Uses single memory file: .claude/rules/claude-learn-memory.md - Structured format for patterns (solutions) and gotchas (problems) - Import support for migrating existing memories 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
602 B
Markdown
18 lines
602 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.0.0] - 2025-01-06
|
|
|
|
### Added
|
|
- Initial release
|
|
- `/learn:analyze` - Analyze conversation for patterns and gotchas
|
|
- `/learn:import` - Import from other memory files
|
|
- `/learn:reflect` - Consolidate and clean memory
|
|
- `/learn:status` - Show memory statistics
|
|
- Stop hook for automatic suggestions
|
|
- Support for markdown and JSON import formats
|