Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<a href="https://ralphify.co/docs/"><img src="https://img.shields.io/badge/docs-ralphify.co%2Fdocs-blue" alt="Documentation"></a>
</p>

> [!IMPORTANT]
> This repository is kept for educational purposes and is not actively
> maintained. You are welcome to study and reuse the code, but should not expect
> updates, support, or production-readiness.

**Ralphify is the runtime for loop engineering.**

*Loop engineering* — designing autonomous agent loops instead of prompting turn by turn — is becoming how people get real work out of coding agents. You write a loop once and let it drive the agent for hours, one commit at a time.
Expand Down
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ hide:
- toc
---

!!! important
Ralphify is kept for educational purposes and is not actively maintained.
You are welcome to study and reuse the code, but should not expect updates,
support, or production-readiness.

<p align="center">
<img src="assets/cli-banner.png" alt="Ralphify CLI banner" style="max-width: 500px;" />
</p>
Expand Down
Loading