Ralphe 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Ralphe --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Ralphe --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Ralphe&version=1.0.1
                    
nuke :add-package Ralphe --version 1.0.1
                    

Ralphe

NuGet

Loop orchestrator for Claude Code. Automates agent pipelines for GitHub Issues — from implementation, through review, to commit and issue closure.

Requirements

Installation

dotnet tool install -g Ralphe

# Update:
dotnet tool update -g Ralphe

Usage

ralphe <issue-number> [options]
ralphe init
ralphe doctor

Examples

ralphe 42                          # Process issue #42
ralphe 42 --max-retries 5          # Limit retries per sub-issue
ralphe 42 --reporting summary      # Suppress intermediate reports
ralphe init                        # Initialize project configuration
ralphe doctor                      # Verify tools and config health

Key options

Option Description
--max-retries <N> Max retry attempts per sub-issue (default: 10)
--claude-path <path> Path to Claude Code CLI (default: claude)
--disallowed-tools <tools> Tools blocked for agents
--allowed-tools <tools> Tools allowed for agents
--reporting <mode> detailed (default) or summary
--config <path> Path to ralphe.yml
--debug Enable debug logging
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.2.4 0 4/16/2026
1.2.3 0 4/16/2026
1.2.2 0 4/16/2026
1.2.1 27 4/15/2026
1.2.0 32 4/15/2026
1.1.1 38 4/14/2026
1.1.0 46 4/14/2026
1.0.7 97 4/12/2026
1.0.6 73 4/12/2026
1.0.5 77 4/12/2026
1.0.4 77 4/12/2026
1.0.3 87 4/12/2026
1.0.2 90 4/11/2026
1.0.1 86 4/10/2026
1.0.0 79 4/10/2026
0.1.7 84 4/10/2026
0.1.6 79 4/10/2026
0.1.5 77 4/10/2026
0.1.4 81 4/10/2026
0.1.3 78 4/10/2026
Loading failed