mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[PR #101] [CLOSED] feat(tasks): add native task provider for Claude Code backend #133
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#133
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/101
Author: @mikeyobrien
Created: 1/24/2026
Status: ❌ Closed
Base:
main← Head:native-task-provider📝 Commits (1)
eef7f74feat(tasks): add native task provider for Claude Code backend📊 Changes
8 files changed (+681 additions, -44 deletions)
View changed files
📝
AGENTS.md(+25 -1)📝
crates/ralph-core/src/config.rs(+56 -0)📝
crates/ralph-core/src/event_loop/mod.rs(+19 -1)📝
crates/ralph-core/src/hatless_ralph.rs(+329 -41)📝
crates/ralph-core/src/lib.rs(+3 -1)➕
crates/ralph-core/src/task_provider.rs(+211 -0)📝
crates/ralph-core/tests/event_loop_ralph.rs(+2 -0)📝
docs/concepts/memories-and-tasks.md(+36 -0)📄 Description
Summary
native,local, orauto) for flexible task managementralph tools taskCLI commandsChanges
task_providermodule withTaskProviderenum andresolve_task_provider()functionTasksConfigwithproviderfield (default:"auto")HatlessRalphto generate appropriate task instructions based on providerEventLoopto trust agent for task completion verification in native modeConfiguration
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.