settings.json permissions must use uppercase tool names with command in parentheses per Claude Code docs (e.g., "Bash(npm run dev)" not "npm run dev"). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
768 B
JSON
26 lines
768 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.2.0",
|
|
"keywords": ["learn", "memory", "patterns", "gotchas", "domains", "minimalist"]
|
|
},
|
|
{
|
|
"name": "ralph",
|
|
"source": "./plugins/ralph",
|
|
"description": "Autonomous loop for PRD implementation - context detection, adaptive questions, browser verification",
|
|
"version": "1.2.1",
|
|
"keywords": ["ralph", "prd", "autonomous", "agent", "loop", "browser", "verification"]
|
|
}
|
|
]
|
|
}
|