mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[PR #37] [MERGED] refactor(adapters): Move scratchpad instructions to base adapter #105
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#105
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/37
Author: @mikeyobrien
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @mikeyobrien
Base:
main← Head:refactor/scratchpad-base-adapter📝 Commits (1)
f682444refactor(adapters): Move scratchpad instructions to base adapter📊 Changes
4 files changed (+18 additions, -48 deletions)
View changed files
📝
README.md(+2 -2)📝
docs/guide/agents.md(+1 -1)📝
src/ralph_orchestrator/adapters/acp.py(+0 -45)📝
src/ralph_orchestrator/adapters/base.py(+15 -0)📄 Description
Move agent scratchpad mechanism from ACP adapter to base ToolAdapter class, making it available to all agents (Claude, Kiro, Q, Gemini, ACP).
This enables consistent context persistence across iterations for all agent types.
Changes
_enhance_prompt_with_instructionsoverride from ACP adapterBenefits
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.