Ralph Install
Install the Codex-native Ralph harness into the current repository using the canonical tagged scaffold under src/ in https://github.com/tolulawson/ralph-harness.
This is the main external entry point for adopting the harness in a target repository.
INSTALLATION.md is the canonical install source of truth. This skill is only the execution adapter for that guide.
Use When
- The current repository does not have the Ralph harness installed yet.
- You want to install the harness into a new or existing project.
- You want Codex to preserve the target repo's existing
AGENTS.mdand append Ralph loader instructions instead of replacing it.
Workflow
- Confirm the current repository is the target project and not the source template repo.
- Fetch or clone
https://github.com/tolulawson/ralph-harnessat the desired release tag as the scaffold source. - Treat
src/as the only installable scaffold root. - Read
INSTALLATION.mdfirst and follow it as the authoritative install workflow. - Use
src/install-manifest.txtandsrc/generated-runtime-manifest.txtexactly asINSTALLATION.mdspecifies. - Use the canonical
AGENTS.mdloader snippet and install checklist fromINSTALLATION.mdrather than inventing or rephrasing the install flow. - Complete the installation without copying any root dogfood runtime history from the source repository.
Outputs
- the current repository ends up installed exactly as
INSTALLATION.mddescribes
References
- Read
INSTALLATION.mdfor the canonical installation workflow, AGENTS loader snippet, reset steps, and verification checklist. - Read
references/source-vs-runtime.mdfor the distinction between distributable source skills and installed runtime skills.
Completion
At the end of installation:
- verify the installation against the checklist and verification section in
INSTALLATION.md - remind the user:
Restart Codex to pick up new skills.if this skill was newly installed globally