mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-24 22:55:57 +03:00
[PR #138] [MERGED] feat: RObot Telegram + bot daemon mode #159
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#159
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/138
Author: @mikeyobrien
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @mikeyobrien
Base:
main← Head:feature/bot-daemon📝 Commits (10+)
1a10022feat: add HumanConfig to ralph-core config system05b346ffeat: implement human.guidance squashing and injection into promptsaf56698fix: use HTML parse mode for Telegram messagesd383876feat: add Telegram multimedia support and periodic check-ins90c6fb6feat: add cooldown_delay_seconds to event loop config721e185chore: auto-commit before merge (loop primary)a33565cfeat: add markdown_to_telegram_html() for rich message formatting5cf620afeat: add Telegram slash commands for real-time loop visibility0a365cffeat: add /restart Telegram command for self-restart capabilityb1d9d32feat: add enhanced check-ins and review backpressure (Phases 5 & 6)📊 Changes
66 files changed (+9032 additions, -2380 deletions)
View changed files
➖
.claude/commands/update-behaviors.md(+0 -104)➖
.claude/commands/verify-behaviors.md(+0 -78)➖
.claude/skills/eval/SKILL.md(+0 -1580)📝
.claude/skills/find-code-tasks/SKILL.md(+10 -10)➕
.claude/skills/ralph-diagnostics/SKILL.md(+231 -0)➖
.claude/skills/ralph-memories/SKILL.md(+0 -108)➖
.claude/skills/ralph-tools/SKILL.md(+0 -82)➕
.claude/skills/ralph-tools/SKILL.md(+1 -0)📝
.claude/skills/release-bump/SKILL.md(+3 -0)📝
.github/workflows/ci.yml(+9 -1)📝
.gitignore(+4 -0)➕
.ralph/specs/bot-daemon.spec.md(+160 -0)📝
AGENTS.md(+43 -0)📝
Cargo.lock(+888 -40)📝
Cargo.toml(+9 -1)➕
PROMPT-QA.md(+1 -0)📝
PROMPT.md(+3 -3)📝
README.md(+27 -0)➕
backend/ralph-web-server/src/api/rest.test.ts(+425 -0)📝
backend/ralph-web-server/src/api/server.ts(+1 -1)...and 47 more files
📄 Description
Summary
ralph botCLI wizard, daemon protocol, and adapter-agnostic bot daemon mode with config updates.ralph/specsralph-toolsskill with updated auto-injectionTesting
cargo testcargo test -p ralph-core smoke_runner🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.