[GH-ISSUE #65] error: unrecognized subcommand 'plan' #23

Closed
opened 2026-02-27 10:21:48 +03:00 by kerem · 2 comments
Owner

Originally created by @robinjoseph08 on GitHub (Jan 17, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/65

It looks like plan isn't available as a command. I'm running v2.0.7.

$ ralph --version
ralph 2.0.7
$ ralph --help
Command-line interface for Ralph Orchestrator

Usage: ralph [OPTIONS] [COMMAND]

Commands:
  run     Run the orchestration loop (default if no subcommand given)
  resume  Resume a previously interrupted loop from existing scratchpad
  events  View event history for debugging
  init    Initialize a new ralph.yml configuration file
  clean   Clean up Ralph artifacts (.agent/ directory)
  emit    Emit an event to .agent/events.jsonl with proper JSON formatting
  help    Print this message or the help of the given subcommand(s)

Options:
  -c, --config <CONFIG>
          Path to configuration file

          [default: ralph.yml]

  -v, --verbose
          Verbose output

      --color <COLOR>
          Color output mode (auto, always, never)

          Possible values:
          - auto:   Automatically detect if stdout is a TTY
          - always: Always use colors
          - never:  Never use colors

          [default: auto]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version
Originally created by @robinjoseph08 on GitHub (Jan 17, 2026). Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/65 It looks like `plan` isn't available as a command. I'm running v2.0.7. ```sh $ ralph --version ralph 2.0.7 $ ralph --help Command-line interface for Ralph Orchestrator Usage: ralph [OPTIONS] [COMMAND] Commands: run Run the orchestration loop (default if no subcommand given) resume Resume a previously interrupted loop from existing scratchpad events View event history for debugging init Initialize a new ralph.yml configuration file clean Clean up Ralph artifacts (.agent/ directory) emit Emit an event to .agent/events.jsonl with proper JSON formatting help Print this message or the help of the given subcommand(s) Options: -c, --config <CONFIG> Path to configuration file [default: ralph.yml] -v, --verbose Verbose output --color <COLOR> Color output mode (auto, always, never) Possible values: - auto: Automatically detect if stdout is a TTY - always: Always use colors - never: Never use colors [default: auto] -h, --help Print help (see a summary with '-h') -V, --version Print version ```
kerem closed this issue 2026-02-27 10:21:49 +03:00
Author
Owner

@mikeyobrien commented on GitHub (Jan 17, 2026):

This was not in 2.0.7 release. Working on releasing 2.0.8, should be available soon.

<!-- gh-comment-id:3764498822 --> @mikeyobrien commented on GitHub (Jan 17, 2026): This was not in 2.0.7 release. Working on releasing 2.0.8, should be available soon.
Author
Owner

@mikeyobrien commented on GitHub (Jan 17, 2026):

@robinjoseph08 it's available now

studio homebrew-core on  main [?] via 💎 v2.6.10 on ☁️  (us-east-2) on ☁️   took 2s
❯ npx @ralph-orchestrator/ralph-cli --help
Need to install the following packages:
@ralph-orchestrator/ralph-cli@2.0.8
Ok to proceed? (y) y

Command-line interface for Ralph Orchestrator

Usage: ralph [OPTIONS] [COMMAND]

Commands:
  run     Run the orchestration loop (default if no subcommand given)
  resume  Resume a previously interrupted loop from existing scratchpad
  events  View event history for debugging
  init    Initialize a new ralph.yml configuration file
  clean   Clean up Ralph artifacts (.agent/ directory)
  emit    Emit an event to .agent/events.jsonl with proper JSON formatting
  plan    Start a Prompt-Driven Development planning session
  task    Generate code task files from descriptions or plans
  help    Print this message or the help of the given subcommand(s)
<!-- gh-comment-id:3764500890 --> @mikeyobrien commented on GitHub (Jan 17, 2026): @robinjoseph08 it's available now ``` studio homebrew-core on  main [?] via 💎 v2.6.10 on ☁️ (us-east-2) on ☁️ took 2s ❯ npx @ralph-orchestrator/ralph-cli --help Need to install the following packages: @ralph-orchestrator/ralph-cli@2.0.8 Ok to proceed? (y) y Command-line interface for Ralph Orchestrator Usage: ralph [OPTIONS] [COMMAND] Commands: run Run the orchestration loop (default if no subcommand given) resume Resume a previously interrupted loop from existing scratchpad events View event history for debugging init Initialize a new ralph.yml configuration file clean Clean up Ralph artifacts (.agent/ directory) emit Emit an event to .agent/events.jsonl with proper JSON formatting plan Start a Prompt-Driven Development planning session task Generate code task files from descriptions or plans help Print this message or the help of the given subcommand(s) ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#23
No description provided.