Skip to content

chore: sync develop with the v7.17.5 release - #16

Merged
ruleofcodedev merged 2 commits into
developfrom
master
Aug 8, 2026
Merged

chore: sync develop with the v7.17.5 release#16
ruleofcodedev merged 2 commits into
developfrom
master

Conversation

@ruleofcodedev

Copy link
Copy Markdown
Contributor

Brings the v7.17.5 version bump and CHANGELOG entry back to develop.
master is at 7.17.5 while develop still says 7.17.4, so the next release
would branch from the wrong base — that already caused one publish
attempt from a stale tree.

No code change: the release commit is the only thing develop is missing.

ruleofcode.dev team and others added 2 commits August 8, 2026 14:30
Bumps package.json and hooks/installer VERSION to 7.17.5 and regenerates
the tracked .husky hooks. schemaVersion stays 2.

Ships the fix already on develop: three git laws joined `.git/hooks` and
`.git/config` onto the project root, which finds nothing in a linked
worktree — `<root>/.git` is a pointer file there and the real config and
hooks live in the main repository. A consumer hit it in a worktree whose
husky hooks had just blocked a push; the same commit scored 100/100 in
the primary checkout and 90/100 in the worktree.

A shared resolver now asks git for the common dir and honours
core.hooksPath, so husky's `.husky` layout is found too. Verified with
real `git worktree add` fixtures.

Gate: eslint 0, 503 suites / 13863 tests (jest exit 0), canary green
(py100/ng136/node78). Self-audit: passed 35, failed 0.
chore(release): v7.17.5 — worktree-aware git detectors
@ruleofcodedev
ruleofcodedev merged commit 328a23c into develop Aug 8, 2026
3 checks passed
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