{"id":47892679,"url":"https://github.com/penberg/rp","last_synced_at":"2026-04-04T03:11:15.176Z","repository":{"id":346109191,"uuid":"1187798501","full_name":"penberg/rp","owner":"penberg","description":"rp is a program to repair programs.","archived":false,"fork":false,"pushed_at":"2026-03-31T16:34:37.000Z","size":72,"stargazers_count":22,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T18:31:54.984Z","etag":null,"topics":["ai-coding-agent","bug"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/penberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T07:13:45.000Z","updated_at":"2026-03-31T16:40:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/penberg/rp","commit_stats":null,"previous_names":["penberg/rp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/penberg/rp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penberg%2Frp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penberg%2Frp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penberg%2Frp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penberg%2Frp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/penberg","download_url":"https://codeload.github.com/penberg/rp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penberg%2Frp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31386010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T01:22:39.193Z","status":"online","status_checked_at":"2026-04-04T02:00:07.569Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-coding-agent","bug"],"created_at":"2026-04-04T03:11:14.645Z","updated_at":"2026-04-04T03:11:15.168Z","avatar_url":"https://github.com/penberg.png","language":"Rust","readme":"# rp\n\n`rp` is a program to repair programs.\n\nAI coding agents are versatile, but reproducing and fixing bugs requires structure to keep them on track. `rp` provides that structure. Use `rp inspect \u003cprompt\u003e` to analyze a GitHub issue or local test failure and generate a reproducer. Then run `rp fix` to automatically patch it — powered by your AI coding agent of choice.\n\nRead more about it in the [announcement blog post](https://penberg.org/blog/rp.html).\n\n## Installation\n\n```bash\ncurl --proto '=https' --tlsv1.2 -LsSf https://github.com/penberg/rp/releases/latest/download/rp-installer.sh | sh\n```\n\n## Getting Started\n\nInitialize the repository:\n\n```bash\nrp init\n```\n\nThis writes the shared repo manifest:\n\n```text\n.rp.yml\n```\n\nInspect a GitHub issue into a local reproducer:\n\n```bash\nrp inspect https://github.com/OWNER/REPO/issues/123\n```\n\n`inspect` should create local issue state under:\n\n```text\n.rp/issues/123/\n```\n\nThe important output is a reproducer that `rp fix` can run later without talking to GitHub again.\n\nExplain the current issue in human terms:\n\n```bash\nrp explain\n```\n\nCheck the current failure:\n\n```bash\nrp check\n```\n\nFix the current failure:\n\n```bash\nrp fix\n```\n\n`fix` should use the local issue state when present, iterate with the configured coding agent, and finish by running the project verification command from `.rp.yml`.\n\n## Documentation\n\nSee [`MANUAL.md`](MANUAL.md) for the reference manual.\n\n## License\n\nThis project is licensed under the [MIT license].\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in rp by you, shall be licensed as MIT, without any additional\nterms or conditions.\n\n[contribution guide]: CONTRIBUTING.md\n[MIT license]: LICENSE.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenberg%2Frp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpenberg%2Frp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenberg%2Frp/lists"}