docs: Codex Windows support + canonical hook wiring overhaul - #172
Merged
Conversation
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skill-dedupremoval + direct-nodeinvocation (no morenode-hook-runner.sh).Companion source PRs
Test plan
bun run buildpasses (584 pages, 0 errors, 0 broken links)Notes
Docs branch pairs with
devper docs-sync rule. Merge via GitHub web UI.