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.
This pull request introduces a major rewrite and expansion of documentation and configuration files for the Ralph Copilot CLI runner project. The changes focus on making the onboarding process clearer, improving usability for different workflows, and providing better guidance on PRD (Product Requirements Document) formats and prompt usage. Several new example PRD files and prompt files are added to support different agent permission profiles and use cases.
Documentation improvements:
README.md: Completely rewritten and reorganized for clarity. Adds a "Quick Start" section, detailed explanations of how Ralph works, configuration options, command reference, demo instructions, and project structure. Also clarifies model selection, permission profiles, and prompt usage.plans/README.md: Expanded to explain the PRD format, best practices, per-prompt PRDs, and file purposes. Provides clear guidance for customizing work items and using different PRD files with the runner.prompts/README.md: New file describing how to use sample prompt files and control tool permissions via script flags.PRD and prompt examples:
plans/prd-safe-write-only.json,plans/prd-wordpress-plugin-agent.json: New example PRD files for different agent permission profiles and workflows (e.g., safe write-only, WordPress plugin development). [1] [2]prompts/default.txt,prompts/safe-write-only.txt: New prompt files tailored for general and restricted agent behaviors, providing clear instructions for feature implementation and progress reporting. [1] [2]Project progress and usage:
progress.txt: Updated with a log entry describing the implementation of core message-sending behavior, setup of project scripts, and notes about restricted environment permissions.plans/prd.json: Marks the first work item as complete (passes: true) to reflect progress.Overall, these changes make the project easier to understand and extend for new users and contributors, while supporting more flexible agent workflows and permission models.