release/v2.20.0 - #91
Merged
Merged
Conversation
Version stamps, CHANGELOG entry, and the doc/web sweep for the lefthook extends: policy change (CZ + EN pages, RUNBOOK, playbook, quick-start, README, plugin README, setup SKILL, hook script headers). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ei925tQjBZS9gcaURGcnya
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.
v2.20.0
Lefthook
extends:becomes the default registration path — EDPA wires it itself — plus the hook self-heal deadlock that stopped/plugin updatefrom delivering hook fixes at all.Fixed
update_engine.shgated its post-update--refresh-hookscall on theEDPA-MANAGED-HOOKsentinel — the exact thing a pre-sentinel hook lacks. Deadlock: no sentinel → self-heal skipped → never re-stamped → still no sentinel. Hook fixes shipped via/plugin updatesilently never arrived.Changed
extends:is the default, and EDPA writes it (S-255).--with-hooksand the SessionStart update addextends: .edpa/engine/lefthook-edpa.ymlto the lefthook config directly, migrating repos still on a hand-pasted block. That entry is the only thing EDPA ever changes there — nothing removed, reordered or reformatted; a stale pasted block is left in place (the fragment wins the name collision with identicalrun:lines)..toml/.jsonconfigs cannot be line-edited safely, so those keep the printed snippet and the loudUNGUARDEDpartial-paste warning.Verified end-to-end against real lefthook 1.7.22 and 2.1.10.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Ei925tQjBZS9gcaURGcnya