Feedback type
Bug / ecosystem mismatch
Description
A Codex session using the SDLC/GDLC setup shows this warning in the TUI:
[features].codex_hooks is deprecated. Use [features].hooks instead.
Enable it with `--enable hooks` or `[features].hooks` in config.toml.
This suggests the Codex SDLC wizard docs/setup/update path may still reference or preserve the deprecated codex_hooks feature flag instead of migrating users to [features].hooks.
Local context
Observed in a CodeGuesser Codex session after repo-local SDLC/GDLC/VisualHUD hooks were installed and active. No source scan was needed; this report is based on the visible TUI warning only.
Evidence
The warning appears after normal assistant output in the Codex TUI. It is noisy and makes the local hook setup look stale even when the repo itself is clean.
What should change
- Audit Codex SDLC wizard setup/update docs and generated config guidance for
codex_hooks.
- Prefer
[features].hooks and --enable hooks in current Codex guidance.
- If update-wizard sees the old flag, recommend or apply a safe migration where possible.
- Add a regression/check so generated docs do not reintroduce
codex_hooks.
Related note
A separate Codex TUI issue also appeared: thread/goal/set failed in TUI while interacting with /goal. That looks like Codex CLI product feedback rather than SDLC wizard behavior, but SDLC goal-mode docs should avoid depending on goal mutation without a fallback handoff/checkpoint path.
Feedback type
Bug / ecosystem mismatch
Description
A Codex session using the SDLC/GDLC setup shows this warning in the TUI:
This suggests the Codex SDLC wizard docs/setup/update path may still reference or preserve the deprecated
codex_hooksfeature flag instead of migrating users to[features].hooks.Local context
Observed in a CodeGuesser Codex session after repo-local SDLC/GDLC/VisualHUD hooks were installed and active. No source scan was needed; this report is based on the visible TUI warning only.
Evidence
The warning appears after normal assistant output in the Codex TUI. It is noisy and makes the local hook setup look stale even when the repo itself is clean.
What should change
codex_hooks.[features].hooksand--enable hooksin current Codex guidance.codex_hooks.Related note
A separate Codex TUI issue also appeared:
thread/goal/set failed in TUIwhile interacting with/goal. That looks like Codex CLI product feedback rather than SDLC wizard behavior, but SDLC goal-mode docs should avoid depending on goal mutation without a fallback handoff/checkpoint path.