mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[GH-ISSUE #178] [Bug]: is 'args' parameter broken for custom hats? #72
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#72
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?
Originally created by @francocalvo on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/178
Operating system
macOS 14.3
Ralph version
ralph 2.5.1
AI backend
OpenCode
Hat preset / workflow
No response
Steps to reproduce
I'm running this
ralph.yml:Expected behavior
--dry-runshould show the correct spec dir specified inralph.yml.Actual behavior
I've got two issues:
specsdirectory is not being picked up. I do:ralph run --dry-runand the specs are shown in./.ralph. I had to move them there, but previously I had them in./ralph/specsbut the dry-run shows them in the wrong spot.Logs or error output
Config / preset file
No response
@mikeyobrien commented on GitHub (Feb 25, 2026):
Revalidated this against current mainline behavior.
Findings:
Given that, this does not appear to be an active bug in current code.
Closing as completed.
If you can still reproduce on latest, please open a new issue with a minimal config and exact command/output.
runsubcommand with positional prompt #119