From b5c7b99f7149c2d757cee61497f11e15abcc3dc6 Mon Sep 17 00:00:00 2001 From: Kai Date: Sun, 26 Apr 2026 09:22:52 -0700 Subject: [PATCH] chore: remove redundant reflectt-channel-plugin tombstone doc The plugin source-fork was deleted from this repo months ago (task-1776933463432-i2dmsr477). The tombstone doc that remained duplicated docs/BRIDGE.md:19, which already points readers at the canonical repo (github.com/reflectt/reflectt-channel-openclaw). One canonical pointer is enough. Co-Authored-By: Claude Opus 4.7 (1M context) --- process/reflectt-channel-plugin.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 process/reflectt-channel-plugin.md diff --git a/process/reflectt-channel-plugin.md b/process/reflectt-channel-plugin.md deleted file mode 100644 index 1a3e65c8..00000000 --- a/process/reflectt-channel-plugin.md +++ /dev/null @@ -1,18 +0,0 @@ -# Reflectt Channel Plugin - -**Original task:** `task-1772209309856-0ggpra1so` -**Original PR:** [#453](https://github.com/reflectt/reflectt-node/pull/453) -**Removal task:** `task-1776933463432-i2dmsr477` - -## Status - -The plugin source no longer lives in this repo. It moved to its own repository: - -- **Source of truth:** https://github.com/reflectt/reflectt-channel-openclaw -- **Install:** see that repo's `README.md` / `INSTALL.md` - -Managed Fly gateways pull a fresh tarball of `reflectt-channel-openclaw@main` on every cold-start (see `apps/api/src/fly-provisioner.ts` in `reflectt-cloud`). Local installs should clone or download the standalone repo directly — `openclaw plugins install /path/to/reflectt-channel-openclaw`. - -## Why the bundled copy was removed - -`reflectt-node/plugins/reflectt-channel/` had drifted months behind the standalone repo. Anyone running `openclaw plugins install ./plugins/reflectt-channel` from a fresh clone would silently install stale code while production hosts ran a newer build. Deleting the bundled path makes the install footgun fail loudly (`no such directory`) instead of succeeding with the wrong bytes.