Files
claude-plugins/.claude-plugin/marketplace.json
Claude Agent 02cba27e6b chore: Bump version to 2.1.1
Fix for SessionEnd hook (added matcher) requires version increment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 23:42:52 +00:00

19 lines
469 B
JSON

{
"name": "romfast-plugins",
"owner": {
"name": "Romfast Team"
},
"metadata": {
"description": "Claude Code plugins by Romfast Team"
},
"plugins": [
{
"name": "learn",
"source": "./plugins/learn",
"description": "Domain-based memory with selective saving, signal detection, and memory hygiene",
"version": "2.1.1",
"keywords": ["learn", "memory", "patterns", "gotchas", "domains", "cleanup", "hygiene"]
}
]
}