Adaptare a sistemului Ralph (snarktank/ralph) pentru Claude Code CLI. Features: - Script ralph.sh pentru loop autonom - Skill /prd pentru generare PRD structurat - Skill /ralph pentru conversie PRD în prd.json - Script install.sh pentru instalare globală skills - Documentație completă Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
25 lines
297 B
Plaintext
25 lines
297 B
Plaintext
# Logs
|
|
scripts/ralph/logs/
|
|
*.log
|
|
|
|
# Runtime files
|
|
scripts/ralph/prd.json
|
|
scripts/ralph/progress.txt
|
|
scripts/ralph/.last-branch
|
|
|
|
# Archive (optional - poate fi inclus)
|
|
# scripts/ralph/archive/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node (dacă se adaugă)
|
|
node_modules/
|