[PR #102] [CLOSED] init #135

Closed
opened 2026-02-27 10:22:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/102
Author: @srt0422
Created: 1/24/2026
Status: Closed

Base: mainHead: feature-add-cursor-agent


📝 Commits (1)

📊 Changes

16 files changed (+285 additions, -33 deletions)

View changed files

📝 README.md (+4 -3)
📝 crates/ralph-adapters/src/auto_detect.rs (+11 -2)
📝 crates/ralph-adapters/src/cli_backend.rs (+139 -0)
crates/ralph-cli/presets/minimal/cursor.yml (+54 -0)
📝 crates/ralph-cli/src/init.rs (+2 -2)
📝 crates/ralph-core/src/config.rs (+5 -0)
📝 crates/ralph-e2e/src/auth.rs (+19 -2)
📝 crates/ralph-e2e/src/backend.rs (+8 -3)
📝 crates/ralph-e2e/src/main.rs (+5 -1)
📝 crates/ralph-e2e/src/scenarios/connectivity.rs (+18 -0)
📝 crates/ralph-e2e/src/scenarios/errors.rs (+4 -4)
📝 crates/ralph-e2e/src/scenarios/events.rs (+2 -2)
📝 crates/ralph-e2e/src/scenarios/incremental.rs (+2 -2)
📝 crates/ralph-e2e/src/scenarios/memory.rs (+8 -8)
📝 crates/ralph-e2e/src/scenarios/mod.rs (+1 -1)
📝 crates/ralph-e2e/src/scenarios/orchestration.rs (+3 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mikeyobrien/ralph-orchestrator/pull/102 **Author:** [@srt0422](https://github.com/srt0422) **Created:** 1/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature-add-cursor-agent` --- ### 📝 Commits (1) - [`54bb9c2`](https://github.com/mikeyobrien/ralph-orchestrator/commit/54bb9c25fc9af20ceedfc17ef65f202f4777e921) init ### 📊 Changes **16 files changed** (+285 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -3) 📝 `crates/ralph-adapters/src/auto_detect.rs` (+11 -2) 📝 `crates/ralph-adapters/src/cli_backend.rs` (+139 -0) ➕ `crates/ralph-cli/presets/minimal/cursor.yml` (+54 -0) 📝 `crates/ralph-cli/src/init.rs` (+2 -2) 📝 `crates/ralph-core/src/config.rs` (+5 -0) 📝 `crates/ralph-e2e/src/auth.rs` (+19 -2) 📝 `crates/ralph-e2e/src/backend.rs` (+8 -3) 📝 `crates/ralph-e2e/src/main.rs` (+5 -1) 📝 `crates/ralph-e2e/src/scenarios/connectivity.rs` (+18 -0) 📝 `crates/ralph-e2e/src/scenarios/errors.rs` (+4 -4) 📝 `crates/ralph-e2e/src/scenarios/events.rs` (+2 -2) 📝 `crates/ralph-e2e/src/scenarios/incremental.rs` (+2 -2) 📝 `crates/ralph-e2e/src/scenarios/memory.rs` (+8 -8) 📝 `crates/ralph-e2e/src/scenarios/mod.rs` (+1 -1) 📝 `crates/ralph-e2e/src/scenarios/orchestration.rs` (+3 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#135
No description provided.