[PR #171] [CLOSED] merge latest origin #179

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

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/171
Author: @dmnkhorvath
Created: 2/12/2026
Status: Closed

Base: mainHead: main


📝 Commits (8)

  • 5d634fe chore: auto-commit before merge (loop primary)
  • 8a77905 docs: add Error Handling Patterns section to architecture plan
  • 7ef16dd chore: auto-commit before merge (loop primary)
  • 48c3ee5 feat: add --workspace flag to ralph run and fix ralph web workspace resolution
  • 1c9a9e9 fix: auto-find available port when default is occupied
  • e1f1c5b fix: check both IPv4 and IPv6 when detecting port conflicts
  • 53dd63c fix: remove stale vite.config.js that shadowed vite.config.ts
  • 4db1b1f Merge remote-tracking branch 'upstream/main'

📊 Changes

7 files changed (+2306 additions, -516 deletions)

View changed files

.ralph/agent/scratchpad.md (+31 -0)
.ralph/specs/architecture-plan.md (+1909 -0)
📝 Cargo.lock (+269 -442)
📝 Cargo.toml (+1 -1)
📝 crates/ralph-cli/src/main.rs (+15 -4)
📝 crates/ralph-cli/src/web.rs (+81 -32)
frontend/ralph-web/vite.config.js (+0 -37)

📄 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/171 **Author:** [@dmnkhorvath](https://github.com/dmnkhorvath) **Created:** 2/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`5d634fe`](https://github.com/mikeyobrien/ralph-orchestrator/commit/5d634fec4b822f20172b61b5e6274d49b9fba9d3) chore: auto-commit before merge (loop primary) - [`8a77905`](https://github.com/mikeyobrien/ralph-orchestrator/commit/8a77905a4f380648a2ccb4d989f8bf515b0f931d) docs: add Error Handling Patterns section to architecture plan - [`7ef16dd`](https://github.com/mikeyobrien/ralph-orchestrator/commit/7ef16dd3bad73c8bbe0307df1a327376943991ea) chore: auto-commit before merge (loop primary) - [`48c3ee5`](https://github.com/mikeyobrien/ralph-orchestrator/commit/48c3ee576e6d51451ff8cb0b2a20ddf3114f5e7e) feat: add --workspace flag to ralph run and fix ralph web workspace resolution - [`1c9a9e9`](https://github.com/mikeyobrien/ralph-orchestrator/commit/1c9a9e9fae175f4485bac07e8413a48a677e998c) fix: auto-find available port when default is occupied - [`e1f1c5b`](https://github.com/mikeyobrien/ralph-orchestrator/commit/e1f1c5bd2e7c90c9dc28ace50d725beb39806c12) fix: check both IPv4 and IPv6 when detecting port conflicts - [`53dd63c`](https://github.com/mikeyobrien/ralph-orchestrator/commit/53dd63cf3bceb3c88b52f4c876bfaedd847b8821) fix: remove stale vite.config.js that shadowed vite.config.ts - [`4db1b1f`](https://github.com/mikeyobrien/ralph-orchestrator/commit/4db1b1faf3cc3e3acfe87a64c9b53713e2d5dd9c) Merge remote-tracking branch 'upstream/main' ### 📊 Changes **7 files changed** (+2306 additions, -516 deletions) <details> <summary>View changed files</summary> ➕ `.ralph/agent/scratchpad.md` (+31 -0) ➕ `.ralph/specs/architecture-plan.md` (+1909 -0) 📝 `Cargo.lock` (+269 -442) 📝 `Cargo.toml` (+1 -1) 📝 `crates/ralph-cli/src/main.rs` (+15 -4) 📝 `crates/ralph-cli/src/web.rs` (+81 -32) ➖ `frontend/ralph-web/vite.config.js` (+0 -37) </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 closed this issue 2026-02-27 10:22:37 +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#179
No description provided.