mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #93] [MERGED] feat: add memory system, task tracking, and ralph.yml preset #130
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#130
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/93
Author: @mikeyobrien
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/22/2026
Merged by: @mikeyobrien
Base:
main← Head:feat/memory-system-and-ralph-yml📝 Commits (10+)
8dc1a9afeat(memories): add core data structures for persistent learningc9a0b9dfeat(memories): add markdown parser and store for persistent memoriesba1848dfeat(memories): add CLI commands for ralph memory namespace2a7cbfbfeat(memories): add auto-injection to event loop68a73edtest(memories): add integration tests for CLI commands97f9ef4feat(e2e): add E2E test harness with reliability fixes4fa27d0docs(e2e): update spec with remaining 6 test failures01cb24ffix(e2e): improve scenario prompts for remaining failuresc013b79feat(e2e): add isolated scratchpad config for E2E orchestration5dd7003feat: add diagnostics, task system, and memory enhancements📊 Changes
166 files changed (+34823 additions, -1106 deletions)
View changed files
➕
.agent/memories.md(+33 -0)➕
.agent/tasks.jsonl(+14 -0)➕
.claude/agents/ralph-e2e-verifier.md(+146 -0)➕
.claude/agents/ralph-loop-runner.md(+96 -0)➕
.claude/skills/pr-demo/SKILL.md(+203 -0)➖
.claude/skills/ralph-code-assist/SKILL.md(+0 -116)➕
.claude/skills/ralph-memories/SKILL.md(+108 -0)➕
.claude/skills/ralph-tools/SKILL.md(+82 -0)📝
.github/workflows/ci.yml(+2 -1)📝
.gitignore(+1 -1)📝
AGENTS.md(+152 -4)📝
Cargo.lock(+34 -6)📝
Cargo.toml(+13 -7)📝
PROMPT.md(+7 -4)📝
README.md(+60 -9)📝
crates/ralph-adapters/src/cli_executor.rs(+2 -1)📝
crates/ralph-adapters/src/pty_executor.rs(+15 -4)📝
crates/ralph-cli/Cargo.toml(+8 -0)➕
crates/ralph-cli/examples/calculator.rs(+118 -0)➕
crates/ralph-cli/examples/greeter.rs(+51 -0)...and 80 more files
📄 Description
Summary
.agent/memories.md).agent/tasks.jsonl)ralph.ymlas the default memory-enabled preset with Builder/Confessor/Handler workflowralph-toolsskill for runtime task and memory management.agent/directory in version control for persistenceKey Features
Memory System
.agent/memories.mdralph tools memory add/search/listTask System
.agent/tasks.jsonlralph tools task add/list/ready/closeralph.yml Preset
Test plan
cargo testpassesralph run -c ralph.yml -p "simple task"to verify workflow🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.