From d3b6c2af079f6110bf3fd6a2c5824ad6aa3ffefd Mon Sep 17 00:00:00 2001 From: minpeter Date: Wed, 29 Jul 2026 17:57:58 +0900 Subject: [PATCH 1/2] docs: mark repo as unmaintained, point to pss-runtime coding-agent --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aefe230..643dfae 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ A barebone AI agent harness built on the [Vercel AI SDK](https://sdk.vercel.ai). --- +> [!WARNING] +> **This repository is no longer maintained.** +> +> Development has moved to **[pss-runtime / apps/coding-agent](https://github.com/minpeter/pss-runtime/tree/main/apps/coding-agent)** — that is the new version and the only one receiving updates. +> +> plugsuits is kept here for reference only. No new features, no bug fixes, no releases. + ## What is plugsuits? In *Neon Genesis Evangelion*, a **plugsuit** is the neural interface between a pilot and their Evangelion — form-fitting, minimal, and essential. Without it, synchronization doesn't happen. From ca5b7f02cfe1cea688818f1f552ac59fe158e6ef Mon Sep 17 00:00:00 2001 From: minpeter Date: Wed, 29 Jul 2026 18:02:44 +0900 Subject: [PATCH 2/2] docs: tweak successor link label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 643dfae..bd1580f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A barebone AI agent harness built on the [Vercel AI SDK](https://sdk.vercel.ai). > [!WARNING] > **This repository is no longer maintained.** > -> Development has moved to **[pss-runtime / apps/coding-agent](https://github.com/minpeter/pss-runtime/tree/main/apps/coding-agent)** — that is the new version and the only one receiving updates. +> Development has moved to **[pss-runtime - apps/coding-agent](https://github.com/minpeter/pss-runtime/tree/main/apps/coding-agent)** — that is the new version and the only one receiving updates. > > plugsuits is kept here for reference only. No new features, no bug fixes, no releases.