thin-wrapper-docs

thin-wrapper-docs-codex

Metadata

Statusdone
Assignedagent-308
Agent identityf51439356729d112a6c404803d88015d5b44832c6c584c62b96732b63c2b0c7e
Created2026-04-26T17:29:58.499861646+00:00
Started2026-04-27T02:39:19.362424426+00:00
Completed2026-04-27T02:44:34.852178157+00:00
Tagseval-scheduled
Eval score0.75
└ blocking impact0.80
└ completeness0.78
└ constraint fidelity0.40
└ coordination overhead0.78
└ correctness0.75
└ downstream usability0.72
└ efficiency0.70
└ intent fidelity0.80
└ style adherence0.75

Description

Description

Documentation pass for the codex-thin-wrap path. Explain when to use codex vs claude vs nex (and signal that nex is on a deprecation path now that codex covers OAI-compat workloads reliably).

File scope (no overlap with siblings)

  • README.md (executor section — clarify when to pick which executor)
  • docs/executors.md (new file OR existing — add codex section detailing custom OAI-compat endpoint config)
  • docs/research/thin-wrapper-executors-2026-04.md (cross-link only — do NOT modify the research artifact)
  • DO NOT touch src/ at all
  • DO NOT touch tests/

Content requirements

  1. Executor selection guide — short table: claude (Anthropic), codex (OpenAI + any OAI-compat including local lambda01-style), nex (in-process, FRAGILE — being phased out), shell, amplifier.
  2. codex + custom endpoint walkthrough — copy-paste recipe matching the user's repro:
    wg init -m qwen3-coder -e https://lambda01.tail334fe6.ts.net:30000 -x codex
    wg service start
    wg tui
    
    Including any required OPENAI_API_KEY / ~/.codex/config.toml setup steps (whatever the impl task ended up requiring).
  3. Migration note — for users currently on nex: switching to codex is a one-flag change (-x codex instead of -x nex) with the same model + endpoint args.

Validation

  • README executor table updated.
  • docs/executors.md has codex section with the user's repro recipe.
  • Cross-link to docs/research/thin-wrapper-executors-2026-04.md present.
  • cargo build still passes (no doc-test regressions).
  • All file paths and CLI flags mentioned actually exist (verify with grep).

Implement directly — do not decompose further.

Depends on

Required by

Log