Point product workers at Primary Subagent on LAN :8083.

Remove stale wwg3-worker/:8080 naming from agent rails; local product
work uses config model primary-subagent (display Primary Subagent).
This commit is contained in:
Ty
2026-07-27 10:18:31 -07:00
parent 8535f4a767
commit 998e32e871
5 changed files with 28 additions and 26 deletions
+3 -3
View File
@@ -7,11 +7,11 @@ Full SSOT: `AGENTS.md` → **Orchestrator vs local worker (mandatory)**.
| Role | Model | Job |
|------|-------|-----|
| Parent session (composer) | Grok (`grok-4.5` / session default) | Orchestrate only |
| Every subagent / workflow child | **`wwg3-worker`** (local endpoint) | **All product work** |
| Every subagent / workflow child | **`primary-subagent`** (UI: **Primary Subagent**, `http://192.168.1.203:8083/v1`) | **All product work** |
## Orchestrator MUST
- Spawn workers with `model: "wwg3-worker"` for explore / plan / implement / review / check / fix.
- Spawn workers with `model: "primary-subagent"` for explore / plan / implement / review / check / fix.
- Inject product rails + authorized slice into every worker prompt.
- Sequence the execution loop; talk to the user; enforce no push unless asked.
- If local endpoint fails: **stop and report** — do not finish the work on paid Grok.
@@ -26,4 +26,4 @@ Full SSOT: `AGENTS.md` → **Orchestrator vs local worker (mandatory)**.
Agent-rules edits (`AGENTS.md`, `.grok/rules/*`), pure Q&A, orientation reads, git inspect, local commit **when user asks**, kill/stop subagents, true one-line nits requested in-chat.
When unsure → **delegate to `wwg3-worker`**.
When unsure → **delegate to `primary-subagent`**.