Skip to content

docs: Codex Windows support + canonical hook wiring overhaul - #172

Merged
kaitranntt merged 3 commits into
devfrom
kai/docs/codex-win-hooks-overhaul
May 20, 2026
Merged

docs: Codex Windows support + canonical hook wiring overhaul#172
kaitranntt merged 3 commits into
devfrom
kai/docs/codex-win-hooks-overhaul

Conversation

@kaitranntt

Copy link
Copy Markdown
Contributor

Summary

  • Hooks page: refreshed canonical wiring (15 entries), documented the 3 opt-in hooks with example wiring, noted skill-dedup removal + direct-node invocation (no more node-hook-runner.sh).
  • Codex/migrate page: callout that Codex hooks now wire on Windows.
  • Changelog: v2.20.0 entry covering all 4 shipped changes.

Companion source PRs

  • claudekit-cli #835 — Codex Windows unmask + zombie pruner
  • claudekit-engineer #774 — hook wiring overhaul + drop bash runner

Test plan

  • bun run build passes (584 pages, 0 errors, 0 broken links)

Notes

Docs branch pairs with dev per docs-sync rule. Merge via GitHub web UI.

- hooks.md: update canonical wiring table to show all 15 default entries
  across 6 events (SessionStart, UserPromptSubmit, SubagentStart,
  PreToolUse, PostToolUse, SubagentStop, Stop); note direct node
  invocation replaces node-hook-runner.sh; document 3 opt-in hooks
  (usage-context-awareness, team-context-inject, workflow-artifact-gate)
  with example wiring snippets; note removal of skill-dedup.cjs and
  node-hook-runner.sh; document zombie-wiring pruner in ck init
- migrate.md: add note that Codex hook wiring now works on Windows
  (v4.4.0+); include re-migration instructions for users who previously
  ran on Windows with hooks silently skipped
- changelog/index.md: add v2.20.0 entry covering expanded default wiring,
  Codex Windows support, direct node invocation, zombie pruner, opt-in
  hooks, and removals
…astro check

Define NavTreeNode interface and type root/currentLevel as
Record<string, NavTreeNode>. Annotate forEach params as (part: string,
index: number). Replace bare [key, ...] and [subKey, ...] destructures
with [_key, ...] and [_subKey, ...] to suppress unused-var warnings.
Fixes 6 ts(7053)/ts(7006)/ts(6133) errors in DocsNav.astro.
@kaitranntt
kaitranntt merged commit 09c5852 into dev May 20, 2026
4 of 5 checks passed
@kaitranntt
kaitranntt deleted the kai/docs/codex-win-hooks-overhaul branch May 20, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant