From e3a64dc235eeee5f2c4a3370ce65e7fbd643a00a Mon Sep 17 00:00:00 2001
From: Kasper Junge
Date: Wed, 12 Aug 2026 11:37:27 +0200
Subject: [PATCH] docs: clarify educational maintenance status
---
README.md | 5 +++++
docs/index.md | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/README.md b/README.md
index bd213d7..1a9c136 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,11 @@
+> [!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.
diff --git a/docs/index.md b/docs/index.md
index 668661c..e6fb91e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -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.
+