mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #70] [CLOSED] docs: Update configuration documentation for v2.0 Rust implementation #120
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/70
Author: @memyselfandm
Created: 1/19/2026
Status: ❌ Closed
Base:
main← Head:vk/c67d-analyze-and-conf📝 Commits (8)
ffc0788Sync CLI flags with YAML config options (vibe-kanban f179ff48)851b034Update configuration documentation to be complete and accurate (vibe-kanban 4e78f286)b565285Create comprehensive hat system documentation (vibe-kanban 6618e6c5)e7af987Yee, playboy - the analysis is complete. I've created a comprehensive configuration report atdocs/configuration-analysis-report.md. Here's the summary:1f523d9Report updated with comprehensive hat system documentation. Here's the summary of what I added:567d7e9Good catch, playboy. Here's the deal on JSON config:ce25176Here's the final analysis, playboy:a1eb647Clean up remaining python v1 references in docs (vibe-kanban a08772cd)📊 Changes
24 files changed (+3405 additions, -2328 deletions)
View changed files
📝
crates/ralph-cli/src/main.rs(+225 -36)📝
crates/ralph-core/src/config.rs(+81 -0)➖
docs/api/cli.md(+0 -700)➖
docs/api/config.md(+0 -504)➕
docs/configuration-analysis-report.md(+688 -0)📝
docs/contributing.md(+103 -94)📝
docs/examples/index.md(+6 -6)📝
docs/examples/simple-task.md(+4 -4)📝
docs/faq.md(+26 -39)📝
docs/glossary.md(+7 -32)📝
docs/guide/agents.md(+51 -51)📝
docs/guide/configuration.md(+233 -361)📝
docs/guide/cost-management.md(+23 -23)➕
docs/guide/hat-system.md(+385 -0)📝
docs/guide/prompts.md(+5 -5)📝
docs/index.md(+11 -12)📝
docs/installation.md(+93 -197)📝
docs/migration/v2-hatless-ralph.md(+20 -11)📝
docs/quick-start.md(+78 -67)➕
docs/reference/presets.md(+750 -0)...and 4 more files
📄 Description
Summary
ralph.jsonreferences toralph.yml(JSON config not supported in v2)Changes
New Files
docs/configuration-analysis-report.md- Comprehensive analysis of config systems, precedence, and documentation gapsUpdated Documentation
docs/guide/configuration.md- Updated for v2, correct hat formatdocs/installation.md- Rust CLI commandsdocs/guide/agents.md- Updated CLI examplesdocs/guide/cost-management.md- Updated CLI examplesdocs/migration/v2-hatless-ralph.md- Fixed hat format examplesdocs/faq.md,docs/troubleshooting.md,docs/quick-start.md- Fixed config file referencesdocs/examples/*.md- Updated CLI examplesdocs/contributing.md- Updated for Rust codebasepresets/README.md- All 23 presets documentedKey Findings from Analysis
ralph.jsonbut v2 only supports YAMLpython ralph_orchestrator.pyTest plan
ralph runsyntaxralph.jsonreferences in user-facing docs🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.