Skip to content

Commit 6089dba

Browse files
committed
docs: align hook docs and changelog with update-first pre-commit flow
1 parent a7bcfcd commit 6089dba

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Use `MemStore` count accessors for scan snapshot totals to avoid unnecessary full-slice materialization when reporting progress. ([#112])
1515
- Normalize `connect` verify status labels from `OK`/`FAILED` to lowercase `ok`/`failed`. ([#112])
1616
- Consolidate shared `connect` status-line formatting between standard and verbose text output paths. ([#121])
17+
- Centralize pre-commit hooks under the shared `sensiblebit/.github` hook set (including shared `markdownlint`) and run dependency update hooks first; refresh resulting indirect Go and web lockfile dependencies. ([#128])
1718

1819
### Added
1920

@@ -1032,6 +1033,7 @@ Initial release.
10321033
[#122]: https://github.com/sensiblebit/certkit/pull/122
10331034
[#126]: https://github.com/sensiblebit/certkit/pull/126
10341035
[#127]: https://github.com/sensiblebit/certkit/pull/127
1036+
[#128]: https://github.com/sensiblebit/certkit/pull/128
10351037
[#73]: https://github.com/sensiblebit/certkit/pull/73
10361038
[#64]: https://github.com/sensiblebit/certkit/pull/64
10371039
[#63]: https://github.com/sensiblebit/certkit/pull/63

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ pre-commit run --all-files # Manual run against all files
343343

344344
- **PC-1 (MUST)** Use `pre-commit run --all-files` for required checks; do not run individual tools manually unless debugging.
345345

346-
Configured hooks: `branch-name`, `commit-message` (commit-msg stage), `goimports`, `go-fix`, `go-vet`, `golangci-lint`, `wasm`, `go-build`, `go-test`, `gendocs`, `prettier`, `vitest`, `wrangler-build`, `markdownlint`.
346+
Configured hooks: `branch-name`, `commit-message` (commit-msg stage), `go-mod-update`, `npm-update`, `goimports`, `go-fix`, `prettier`, `markdownlint`, `go-vet`, `golangci-lint`, `govulncheck`, `gendocs`, `wasm`, `go-build`, `wrangler-build`, `go-test`, `vitest`.
347347

348348
### Tooling gates
349349

0 commit comments

Comments
 (0)