Skip to content

chore(sync): quality-hardening + phase relevance hook and benchmarks#27

Merged
Patel230 merged 5 commits into
mainfrom
chore/sync-quality-hardening-and-phase-hook
Jun 30, 2026
Merged

chore(sync): quality-hardening + phase relevance hook and benchmarks#27
Patel230 merged 5 commits into
mainfrom
chore/sync-quality-hardening-and-phase-hook

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Summary

Sync quality-hardening changes from local-main development to the public main branch in a single auditable PR. Includes:

  • ci: add CODEOWNERS, dependabot.yml, SHA-pinned actions (CI infra)
  • chore: remove dependabot.yml (rotation step)
  • chore: merge quality-hardening into main (CI scoring consolidation)
  • feat(hooks): add phase relevance hook, benchmarks, and test updates (was branched separately in this repo)

Verification

  • lefthook pre-push gates (govulncheck, go vet, go test) pass locally.
  • Branch is pushed as a feature branch (not direct-pushed) per repo's protected-branch policy.

Patel230 and others added 5 commits June 26, 2026 06:24
The gocritic/unlambda linter in golangci-lint flagged
`var osMkdirTemp = func(...) { return os.MkdirTemp(...) }` as a
trivial function literal that just calls `os.MkdirTemp` directly.
`osMkdirTemp` had a single call site (`mustTempDir`) and no test
overrides, so the indirection is unnecessary.

Replace the call site with the direct `os.MkdirTemp` invocation
and drop the now-unused function-literal variable.
@Patel230 Patel230 merged commit 0add865 into main Jun 30, 2026
12 checks passed
@Patel230 Patel230 deleted the chore/sync-quality-hardening-and-phase-hook branch June 30, 2026 06:15
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.

2 participants