Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"name": "matrix",
"source": "./",
"description": "Claude on Rails Tooling System - Persistent memory for Claude Code",
"version": "2.1.1"
"version": "2.1.3"
}
],
"version": "2.1.1"
"version": "2.1.3"
}
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "matrix",
"description": "Claude on Rails Tooling System",
"version": "2.1.1",
"version": "2.1.3",
"author": {
"name": "Matrix Contributors"
},
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to Claude Matrix are documented here.

## [2.1.3] - 2025-01-18

### Changed

#### Doctor - Comprehensive Diagnostics
- **Expanded Health Checks** - Added diagnostics for all v2.0+ features
- Background Jobs: Table existence, orphaned job cleanup
- Hook Executions: Session tracking table validation
- Skills Directory: Existence check and skill count
- Subagent Hooks: `toolSearch` config validation
- Model Delegation: `delegation` config section check
- Dreamer Scheduler: Tables and platform registration (launchd/crontab)
- File Suggestion: Script installation and settings.json config
- **Auto-fix Capabilities** - Most issues can be automatically resolved
- **Enhanced Issue Template** - Categorized checks for better bug reporting

---

## [2.1.2] - 2025-01-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claude-matrix",
"version": "2.1.1",
"version": "2.1.3",
"description": "Claude on Rails Tooling System",
"type": "module",
"main": "src/index.ts",
Expand Down
Loading