[PR #38] [MERGED] feat: add default completion promise #106

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

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/38
Author: @mikeyobrien
Created: 1/8/2026
Status: Merged
Merged: 1/9/2026
Merged by: @mikeyobrien

Base: mainHead: feat/default-completion-promise


📝 Commits (1)

  • e5a0cdc feat: default completion promise

📊 Changes

9 files changed (+118 additions, -3 deletions)

View changed files

📝 README.md (+2 -0)
📝 docs/guide/configuration.md (+2 -1)
📝 docs/guide/overview.md (+1 -0)
📝 ralph.codex-acp.yml (+1 -0)
📝 ralph.yml (+1 -0)
📝 src/ralph_orchestrator/__main__.py (+20 -1)
📝 src/ralph_orchestrator/main.py (+2 -0)
📝 src/ralph_orchestrator/orchestrator.py (+21 -1)
📝 tests/test_completion_detection.py (+68 -0)

📄 Description

Summary

  • set default completion promise to LOOP_COMPLETE in config and templates
  • document the default in CLI help and docs

Testing

  • python -m pytest tests/test_completion_detection.py

🔄 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/38 **Author:** [@mikeyobrien](https://github.com/mikeyobrien) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@mikeyobrien](https://github.com/mikeyobrien) **Base:** `main` ← **Head:** `feat/default-completion-promise` --- ### 📝 Commits (1) - [`e5a0cdc`](https://github.com/mikeyobrien/ralph-orchestrator/commit/e5a0cdc5bc5e3b7b7815b9aa546412c304d82140) feat: default completion promise ### 📊 Changes **9 files changed** (+118 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `docs/guide/configuration.md` (+2 -1) 📝 `docs/guide/overview.md` (+1 -0) 📝 `ralph.codex-acp.yml` (+1 -0) 📝 `ralph.yml` (+1 -0) 📝 `src/ralph_orchestrator/__main__.py` (+20 -1) 📝 `src/ralph_orchestrator/main.py` (+2 -0) 📝 `src/ralph_orchestrator/orchestrator.py` (+21 -1) 📝 `tests/test_completion_detection.py` (+68 -0) </details> ### 📄 Description ## Summary - set default completion promise to LOOP_COMPLETE in config and templates - document the default in CLI help and docs ## Testing - python -m pytest tests/test_completion_detection.py --- <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:14 +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#106
No description provided.