Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
25 changes: 25 additions & 0 deletions docs/branch-cleanup-2026-06.md
Original file line number Diff line number Diff line change
@@ -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 <sha>:refs/heads/<branch>`

## 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)
Loading