From d76758a8eb0778ef0db98609ed2a6f821c3a0d76 Mon Sep 17 00:00:00 2001 From: Roberdan Date: Sun, 5 Apr 2026 21:09:00 +0200 Subject: [PATCH] docs: replace obsolete Copilot Delegation section with daemon-native workflow Co-Authored-By: Claude Opus 4.6 (1M context) --- claude-config/rules/hard-enforcement.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/claude-config/rules/hard-enforcement.md b/claude-config/rules/hard-enforcement.md index 2811a206..58a0bcc5 100644 --- a/claude-config/rules/hard-enforcement.md +++ b/claude-config/rules/hard-enforcement.md @@ -73,13 +73,18 @@ cause, propose rebuild. Band-aid chains = REJECTED. ## Copilot Delegation -| Need | Command | +Copilot delegation is handled natively by the Convergio daemon: + +| Need | How | |---|---| -| Single task | `copilot-worker.sh --model claude-opus-4.6` | -| Full plan | `copilot-plan-runner.sh ` | -| Task prompt | `copilot-task-prompt.sh [role]` | +| Execute plan | `/execute {plan_id}` — auto-delegates mechanical tasks to Copilot | +| Launch Copilot session | `cvg copilot ` — registers with daemon, spawns `gh copilot` | +| Manual delegation | Claude agents read TASK.md header and call `gh copilot --model claude-opus-4-6` | + +The daemon spawner launches Claude, which delegates sub-tasks to Copilot per TASK.md instructions. +Process scanner auto-discovers running Copilot PIDs and registers them in ipc_agents. -NEVER delegate via GitHub Issues. Convergio scripts handle orchestration. +NEVER delegate via GitHub Issues or external scripts. The daemon handles all orchestration. ## UI Integration Rules