feat: add init.sh to simplify project initialization#2
Open
yanwenzong1-pixel wants to merge 1 commit into
Open
feat: add init.sh to simplify project initialization#2yanwenzong1-pixel wants to merge 1 commit into
yanwenzong1-pixel wants to merge 1 commit into
Conversation
Adds a shell script that copies Ralph Loop files into a target project directory, making it a one-command setup instead of manual file copying.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
init.sh— a one-command script that copies Ralph Loop files (ralph.sh, PROMPT.md, activity.md, .claude/settings.json, commands, skills) into a target project directory.Motivation
Currently users need to manually figure out which files to copy from the quickstart repo into their project. The
init.shscript automates this, respecting existing files with warnings instead of overwriting them.Usage
bash ~/.claude/ralph-loop-quickstart/init.sh /path/to/your-projectWhat it does
ralph.sh,PROMPT.md,activity.md,.gitignoreto target.claude/settings.json(skips if already exists).claude/commands/create-prd.md(skips if already exists).claude/skills/agent-browser-skill/(skips if already exists)ralph.shexecutable