fix(pre-commit): keep --force-exclude on the generated typos hook #1152
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1152
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/typos-force-exclude"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The generated block passed
args: []to drop upstream's--write-changes, which also dropped--force-exclude. pre-commit hands typos explicit paths, so without that flag a consumer's_typos.toml[files] extend-excludeis inert and only word lists take effect.eco-app hit this while excluding its vendored Eco recipe graph (
data/eco_gnome_data.json), whose item names and localized strings are upstream's spelling. Word-listing them instead would globally whitelistba,sie,ist,ein,bord, and friends across real source.The generated hook keeps reporting rather than rewriting, since
--write-changesstays dropped.Refs coilyco-gaming/eco-app#316
typos, but that skip cannot reach the third-party typos hook #1155