You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cluster of small config/SSOT drift + a few trivial one-liners. Split into sub-tasks if preferred.
C17 — dead version pins.versions.conf:16-18OBSIDIAN_VERSION/EZA_VERSION/ZOXIDE_VERSION have zero consumers repo-wide; the header claims "the Windows CI downloads" eza/zoxide but .github/ has no such download. Delete or wire them.
C12 — commit-msg hook rejects the repo's own convention..github/hooks/validate-commit-msg.sh:5^[a-z]+: .+ rejects scoped Conventional Commits (feat(cli):), yet the live history is scoped. tests/validate-commit-msg.bats:21 tests only the unscoped case. Fix regex to ^[a-z]+(\([a-z0-9-]+\))?: .+ (relates to Add a conventional-commit PR-title gate so release-please can't be silently starved #589).
C42 — .gitconfig Linux path on Windows.helper = !/usr/bin/gh auth git-credential deployed verbatim breaks HTTPS auth in Git-for-Windows. Use !gh auth git-credential.
C39 — unguarded oh-my-zsh source..zshrc:13source $ZSH/oh-my-zsh.sh with no [ -f ] guard and no installer → error on every zsh start on a fresh box.
C38 — CRLF-in-worktree. 12 tracked *.sh/.gitconfig files show w/crlf under git ls-files --eol despite eol=lf; they break under bash on \r while git status stays clean. Re-normalize + add a dotf doctor guard (incident → guard).
Severity: Low/Med · Proposed priority: P3 · Audit IDs: C17, C18, C30, C33, C12, C42, C39, C38
A cluster of small config/SSOT drift + a few trivial one-liners. Split into sub-tasks if preferred.
versions.conf:16-18OBSIDIAN_VERSION/EZA_VERSION/ZOXIDE_VERSIONhave zero consumers repo-wide; the header claims "the Windows CI downloads" eza/zoxide but.github/has no such download. Delete or wire them.latest/URL.setup-linux.sh:214usesreleases/latest/download/…, ignoring the pin and reusing the latest-URL rot pattern the repo's own lesson (and fix(setup): repair shellcheck install — versioned asset URL + fail-loud curl #648) condemns. Pin it._commentrefs.env-contract.json:2,7(andcli/README.md:43,session-start-config.json:14,ai/opencode/opencode.jsonc:38) cite deleteddoctor.{sh,ps1}/healthcheck.*/load-secrets.*..github/pull_request_template.md:11still requires a vault11-tasks.mdentry that ADR-018 + refactor(spec): init-spec work-gate is an open GitHub issue (ADR-018) #311 abolished..github/hooks/validate-commit-msg.sh:5^[a-z]+: .+rejects scoped Conventional Commits (feat(cli):), yet the live history is scoped.tests/validate-commit-msg.bats:21tests only the unscoped case. Fix regex to^[a-z]+(\([a-z0-9-]+\))?: .+(relates to Add a conventional-commit PR-title gate so release-please can't be silently starved #589)..gitconfigLinux path on Windows.helper = !/usr/bin/gh auth git-credentialdeployed verbatim breaks HTTPS auth in Git-for-Windows. Use!gh auth git-credential..zshrc:13source $ZSH/oh-my-zsh.shwith no[ -f ]guard and no installer → error on every zsh start on a fresh box.*.sh/.gitconfigfiles showw/crlfundergit ls-files --eoldespiteeol=lf; they break under bash on\rwhilegit statusstays clean. Re-normalize + add adotf doctorguard (incident → guard).Source:
docs/audits/codebase-audit-2026-07-06.md(C17, C18, C30, C33, C12, C42, C39, C38).