From 5315871f132fa25b589c5e2cee9b6dd740fe3dde Mon Sep 17 00:00:00 2001 From: engineer Date: Mon, 8 Jun 2026 02:24:13 -0700 Subject: [PATCH 1/2] docs: record 2026-06 branch-cleanup recovery manifest Supervisor work was extracted to dzianisv/agents-supervisor. Cleaned up stale branches here (5 merged + 2 harvested deleted; 4 unique-unmerged kept). This file records every deleted branch's SHA so any can be restored with `git push origin :refs/heads/`. Co-Authored-By: Claude Opus 4.8 --- docs/branch-cleanup-2026-06.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/branch-cleanup-2026-06.md diff --git a/docs/branch-cleanup-2026-06.md b/docs/branch-cleanup-2026-06.md new file mode 100644 index 0000000..2fbe76b --- /dev/null +++ b/docs/branch-cleanup-2026-06.md @@ -0,0 +1,25 @@ +# opencode-plugins branch cleanup — recovery manifest (2026-06-08) + +Deleted during supervisor extraction cleanup. To restore any branch: +`git push origin :refs/heads/` + +## Deleted — merged into main (zero loss, also in main history) +- eval/expand-coverage 104335a +- issue-120-reflection-toast 8fefc01 +- issue-123-reflection-next-steps b0f062e +- issue-74-plan-mode-reflection 7422543 +- issue-80-reflection-loop-prevention 85d7a44 + +## Deleted — harvested into dzianisv/agents-supervisor (value preserved there) +- feat/supervisor-mode 2c7b165 # goal loop → agents-supervisor core/goal.mjs + both runtimes +- fix/115-reflection-stuck-research-misclassification ee13878 # folded into core/patterns.json (analysis_no_implementation, stuck guidance) + +## Deleted — local redundant copies (identical to remote, kept on remote) +- (local) issue-135-auto-review 4fe631d +- (local) issue-136-package-auto-review 9aa93b9 + +## KEPT — unique unmerged work, not harvested +- feat/cross-model-review b4a5718 # cross-model consensus verdict (not ported) +- fix/opencode-worktree-sanitize-branch-name 1afc6b3 # worktree plugin fix (unrelated to supervisor) +- issue-135-auto-review 4fe631d # auto-review CI work +- issue-136-package-auto-review 9aa93b9 # auto-review packaging (broader than the antipattern bit folded in) From 6a0432d22a7d288a5a31c8df9f7d82bdab81a8ac Mon Sep 17 00:00:00 2001 From: engineer Date: Mon, 8 Jun 2026 04:28:04 -0700 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20archive=20notice=20=E2=86=92=20supe?= =?UTF-8?q?rseded=20by=20dzianisv/agents-supervisor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README banner points to the successor repo; branch-cleanup recovery manifest preserved in docs/. Prep for archiving this repo (read-only). Co-Authored-By: Claude Opus 4.8 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0e29da5..29999bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # OpenCode Plugins +> ⚠️ **Archived — superseded by [dzianisv/agents-supervisor](https://github.com/dzianisv/agents-supervisor).** +> The reflection/supervisor plugin was extracted into its own repo (rebranded +> "supervisor"): dual-runtime (Claude Code + OpenCode), one shared core, plus +> `/supervisor:train` (learn from your sessions) and a goal loop. Use that repo. +> This repo is kept read-only for history; branch-cleanup recovery notes live in +> [`docs/branch-cleanup-2026-06.md`](docs/branch-cleanup-2026-06.md). + **78% of AI coding agent stops are premature.** This is a judge layer that catches them. [![Tests](https://github.com/dzianisv/opencode-plugins/actions/workflows/test.yml/badge.svg)](https://github.com/dzianisv/opencode-plugins/actions/workflows/test.yml)