From 9b81da0297c45baf4119297ea5b7a8f829c45bc6 Mon Sep 17 00:00:00 2001 From: premeq Date: Sat, 23 May 2026 11:07:58 +0200 Subject: [PATCH] docs: deprecate remcc in favour of Specfly remcc is superseded by foster-systems/specfly. Add a prominent deprecation banner directing readers to the new repo. Repo stays up for reference. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5cf5011..825079d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Run Claude Code unattended — push a change branch, get a PR. +> [!WARNING] +> **remcc is deprecated and no longer maintained.** It has been redesigned and renamed as **[Specfly](https://github.com/foster-systems/specfly)** — same idea (push an OpenSpec change, get a reviewable PR), but adoption is now a few clicks (a hosted GitHub App + one workflow file) instead of a per-repo GitHub App and `install.sh`. +> +> 👉 **Use [github.com/foster-systems/specfly](https://github.com/foster-systems/specfly) instead.** This repository stays up for reference only. + Push a `change/` branch carrying an [OpenSpec](https://github.com/Fission-AI/OpenSpec) proposal and an `@change-apply` opt-in commit; remcc runs `/opsx:apply` with [Claude Code](https://claude.com/claude-code) on a GitHub-hosted runner and opens a pull request for your review. ## Why remcc