From 85990607248f96eb1b4f726ad648a549c17bf970 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 16 May 2026 02:19:02 -0400 Subject: [PATCH] fix(agents): Add pre-delegation checkpoint protocol to tier3-worker --- .opencode/agents/tier3-worker.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.opencode/agents/tier3-worker.md b/.opencode/agents/tier3-worker.md index 1191dceb..e1e04b74 100644 --- a/.opencode/agents/tier3-worker.md +++ b/.opencode/agents/tier3-worker.md @@ -65,6 +65,16 @@ You MUST use Manual Slop's MCP tools. Native OpenCode tools are unreliable. |-------------|----------| | `bash` | `manual-slop_run_powershell` | +## Pre-Delegation Checkpoint Protocol (MANDATORY) + +Before implementing ANY code change: + +1. **Stage your work:** `manual-slop_run_powershell` with `git add .` +2. **Why:** Prevents work loss if the implementation fails or needs rollback +3. **When:** Always - before touching any file that matters + +This is NOT optional. It is the difference between recoverable and catastrophic failure. + ## Task Start Checklist (MANDATORY) Before implementing: