feat(ralph): v1.2.0 - Copy templates from plugin instead of generating

Convert now finds the plugin location and copies prompt.md and ralph.sh
directly from templates/, ensuring consistency across projects and
automatic sync when running /ralph:convert again.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-01-22 14:26:02 +00:00
parent 0050fc66ef
commit b375456c13
3 changed files with 32 additions and 29 deletions

View File

@@ -18,7 +18,7 @@
"name": "ralph",
"source": "./plugins/ralph",
"description": "Autonomous loop for PRD implementation - context detection, adaptive questions, browser verification",
"version": "1.1.0",
"version": "1.2.0",
"keywords": ["ralph", "prd", "autonomous", "agent", "loop", "browser", "verification"]
}
]