mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #115] [MERGED] feat(cli): add config override support for core fields #147
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#147
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/115
Author: @cdriscol
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @mikeyobrien
Base:
main← Head:feat/config-variable-substitution-final📝 Commits (1)
1f47483feat(cli): add config override support for core fields📊 Changes
4 files changed (+825 additions, -86 deletions)
View changed files
📝
crates/ralph-cli/src/main.rs(+449 -85)📝
docs/guide/cli-reference.md(+50 -1)📝
docs/guide/configuration.md(+32 -0)➕
specs/cli-config-overrides.spec.md(+294 -0)📄 Description
Add -c core.field=value syntax to override core config fields from CLI. This enables isolated scratchpads for parallel runs without separate config files.
Supported fields:
Features:
Example usage:
ralph run -c core.scratchpad=.agent/feature-x/scratchpad.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.