-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
ralph-tui version
ralph-tui --version. Same error: Initializing Ralph TUI... Configuration errors: - PRD path required for json tracker
Bun version
1.3.6
Platform
macOS (Apple Silicon)
Steps to reproduce
After running setup ralph-tui generates error: PRD path required for json tracker
Relevant logs / terminal output
~/desktop/projects > ralph-tui setup --force
╔════════════════════════════════════════════════════════════╗
║ Ralph TUI Setup Wizard ║
╚════════════════════════════════════════════════════════════╝
ℹ This wizard will help you configure Ralph TUI for your project.
ℹ Press Ctrl+C at any time to cancel.
━━━ Issue Tracker Selection ━━━━━━━━━━━━━━━━━━━━━━━━━━━
Ralph will use this tracker to manage tasks.
? Which issue tracker do you want to use?*
> 1) JSON File Tracker Track tasks in a local prd.json file
2) Beads Issue Tracker Track issues using the bd (beads) CLI
3) Beads + Beads Viewer (Smart Mode) Smart task selection using bv graph analysis (PageRank, critical path)
Enter number (1-3) (default: JSON File Tracker):
━━━ Agent CLI Selection ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ℹ Ralph supports multiple AI coding agents.
✓ Auto-detected: Claude Code
The AI agent that will execute coding tasks.
? Which agent CLI do you want to use?*
> 1) Claude Code (v2.1.1) Anthropic Claude Code CLI for AI-assisted coding
2) OpenCode OpenCode AI coding assistant CLI (not detected: OpenCode CLI not found in PATH. Install with: curl -fsSL https://opencode.ai/install | bash)
Enter number (1-2) (default: Claude Code (v2.1.1)):
━━━ Iteration Settings ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
How many tasks to process before stopping (0 = unlimited).
? Maximum iterations per run? (10)
Automatically commit changes after each successful task.
? Auto-commit on task completion? (y/N) N
━━━ AI Skills Installation ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ℹ No bundled skills available for installation.
━━━ Saving Configuration ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✓ Configuration saved to: /Users/jscoltock/Desktop/projects/.ralph-tui/config.toml
ℹ You can now run Ralph TUI with:
ralph-tui run
ℹ Or edit the configuration with:
ralph-tui config show
~/desktop/projects > ralph-tui run
Initializing Ralph TUI...
Configuration errors:
- PRD path required for json trackerAdditional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working