mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #107] [CLOSED] Update preset configurations for better termination and pragmatic reviews #137
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#137
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/107
Author: @mikeyobrien
Created: 1/25/2026
Status: ❌ Closed
Base:
main← Head:preset-updates📝 Commits (7)
d8d5f71feat(ralph-web): add web dashboard with MockLoopManager E2E testsf7c38b2feat(ralph-core): add shared session directory for diagnostics220a520feat(ralph-core): improve task breakdown guidance7f19a38feat(ralph-web): add lazy session loading and mock diagnostics6f1c8befeat(ralph-web): improve live view session initialization17d8387docs: add playwright and diagnostics tips to AGENTS.mdc71aea0Update preset configurations📊 Changes
106 files changed (+18931 additions, -506 deletions)
View changed files
📝
.agent/memories.md(+3 -47)📝
.github/workflows/docs.yml(+11 -8)📝
AGENTS.md(+13 -305)📝
Cargo.lock(+386 -1)📝
Cargo.toml(+1 -0)📝
PROMPT.md(+25 -2)📝
crates/ralph-cli/src/main.rs(+23 -5)📝
crates/ralph-core/src/config.rs(+4 -2)📝
crates/ralph-core/src/diagnostics/mod.rs(+45 -1)📝
crates/ralph-core/src/event_loop/mod.rs(+1 -14)📝
crates/ralph-core/src/hatless_ralph.rs(+26 -18)📝
crates/ralph-e2e/Cargo.toml(+3 -0)📝
crates/ralph-e2e/src/lib.rs(+2 -0)📝
crates/ralph-e2e/src/main.rs(+184 -44)📝
crates/ralph-e2e/src/runner.rs(+109 -1)📝
crates/ralph-e2e/src/scenarios/orchestration.rs(+13 -36)➕
crates/ralph-web/Cargo.toml(+78 -0)➕
crates/ralph-web/README.md(+106 -0)➕
crates/ralph-web/frontend/.gitignore(+24 -0)➕
crates/ralph-web/frontend/README.md(+73 -0)...and 80 more files
📄 Description
Summary
LOOP_COMPLETEcorrectlyTest plan
cargo testto verify no regressions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.