Metadata
| Status | done |
|---|---|
| Assigned | agent-2477 |
| Agent identity | 5f5f9e1ac73378e8fc64f7603d5ad052f5e6e30285efe8415814579e618bd37d |
| Model | codex:gpt-5.5 |
| Created | 2026-05-04T21:54:55.004457316+00:00 |
| Started | 2026-05-04T21:57:22.021494375+00:00 |
| Completed | 2026-05-04T22:01:25.077601561+00:00 |
| Tags | verify,nex,tools,architectural, eval-scheduled |
| Eval score | 0.87 |
| └ blocking impact | 0.85 |
| └ completeness | 0.93 |
| └ coordination overhead | 0.88 |
| └ correctness | 0.95 |
| └ downstream usability | 0.80 |
| └ efficiency | 0.85 |
| └ intent fidelity | 0.56 |
| └ style adherence | 0.90 |
Description
Description
architectural-remove-wg shipped (commit pending verification) — supposed to remove wg_* MCP tool integration so agents use bash + CLAUDE.md/AGENTS.md + wg agent-guide skill. User wants to confirm this removal extended to nex's in-process tool list, not just claude/codex MCP servers.
User direct quote 2026-05-04: 'i think we should remove the wg_ whatever commands from wg nex... they can be loaded via a skill? but wg quickstart or whatever should be encouraged via bash.'
Verify
Step 1: inspect what shipped
- Read architectural-remove-wg's task log via
wg show architectural-remove-wg - Check the diff (cite commit hash from the task log)
- Confirm: does it remove wg_* tools from BOTH (a) Claude Code's MCP server registration AND (b) nex's internal tool list?
Step 2: spawn a nex agent and inspect its tool list
- Run a small task on nex (e.g.,
wg add 'echo hi' --exec 'echo hi'... no wait, that's shell not nex) - Actually: spawn a nex worker and inspect what tools it reports having available
- ASSERT: no wg_* tools in nex's tool list
Step 3: if nex still has wg_* tools, file the corrective
- File a new task to remove wg_* from nex specifically
- Pin to codex:gpt-5.5 or claude:opus depending on scope
- Reference this verify task
Validation
- architectural-remove-wg's diff verified
- nex agent's tool list inspected; if wg_* tools present, follow-up filed
- If wg_* tools absent: post 'verified clean' note, exit
-
Skill-based loading path works (agents can read
wg agent-guideto learn wg from bash) - No source modifications in this task — verify only
-
Call
wg doneat completion
Coordinate
- architectural-remove-wg (done) — original removal
- fix-agent-prompting (in flight) — clarifies wg nex is interactive-only; complementary
- This task is the verification + targeted-fix-if-needed for nex specifically
Depends on
Required by
Log
- 2026-05-04T21:54:54.974351332+00:00 Task paused
- 2026-05-04T21:56:14.885579906+00:00 Task published
- 2026-05-04T21:57:22.021498994+00:00 Spawned by coordinator --executor codex --model gpt-5.5
- 2026-05-04T21:57:43.243534499+00:00 Starting verification: inspecting shipped architectural-remove-wg commit and nex tool exposure.
- 2026-05-04T21:59:41.341107596+00:00 Verified nex runtime via WG_FAKE_LLM wg nex --eval-mode session; journaled tool list has 17 tools and zero names starting wg_.
- 2026-05-04T22:00:11.904093086+00:00 Diff verified for commit 741e7ce97: deleted src/executor/native/tools/wg.rs, removed wg_* registration from native ToolRegistry/nex special casing, updated bundles/prompts/tests to use bash wg CLI.
- 2026-05-04T22:00:11.940377997+00:00 verified clean: nex runtime tool list contains no wg_* tools; no corrective follow-up filed.
- 2026-05-04T22:00:11.985596557+00:00 Verified skill/guide path: wg agent-guide is available and documents wg add/show/log/done CLI usage; nex system prompt says to use bash for wg CLI commands.
- 2026-05-04T22:00:47.931473270+00:00 Validated: task-specific criteria met; source tree unchanged aside from existing untracked .wg workgraph state.
- 2026-05-04T22:01:25.077605779+00:00 Task pending eval (agent reported done; awaiting `.evaluate-*` to score)
- 2026-05-04T22:02:54.506305314+00:00 PendingEval → Done (evaluator passed; downstream unblocks)