BREAKING CHANGE: New compact entry format
- Header: `## {P|G}: {Title}` (P=Pattern, G=Gotcha)
- Metadata: `@YYYY-MM-DD #tag1 #tag2 | source:confidence[:reinforced]`
- Max 3 inline tags, no separators, no statistics section
Removed verbose fields: Discovered, Source, Confidence, Trigger
Statistics now calculated dynamically by /learn:status
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|
"name": "romfast-plugins",
|
|
"owner": {
|
|
"name": "Romfast Team"
|
|
},
|
|
"metadata": {
|
|
"description": "Claude Code plugins by Romfast Team"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "learn",
|
|
"source": "./plugins/learn",
|
|
"description": "Minimalist memory format with domain-based storage and signal detection",
|
|
"version": "3.0.0",
|
|
"keywords": ["learn", "memory", "patterns", "gotchas", "domains", "minimalist"]
|
|
}
|
|
]
|
|
}
|