docs(rules): refresh TS/Go tooling currency; fix stale pre-commit date#19
Merged
Conversation
- 13-typescript: add the TS 5.9 tsc --init strict defaults to the greenfield seed (verbatimModuleSyntax, isolatedModules, noUncheckedSideEffectImports, moduleDetection:force); erasableSyntaxOnly stays a conditional note (Node-native .ts/.mts type-stripping only), not a seed default. - 12-go: name the maintained pre-commit hook source (TekWizely; dnephin archived 2025-03-12) and add golangci-lint config verify / migrate. - boot-new: correct the dnephin archive date (~2023 -> 2025-03-12), keep TekWizely. Operational-reliability defaults deliberately excluded (over-design). check rules / check / check generated / build / test green. by mass-energy equivalence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope
Three approved tooling-currency fixes from the memory-vs-rules cross-check. Operational-reliability defaults were dropped (over-design). No new behavioral rules added — the reviewed principles (reuse, clean complexity, no low-quality tests, green≠acceptable, no false-claim/excuses, no hiding failures) are already enforced by
00/02/03/06, so per "prefer reuse" nothing was duplicated.Changes
rules/13-typescript.mdc— add the TS 5.9tsc --initstrict defaults the seed was missing:verbatimModuleSyntax,isolatedModules,noUncheckedSideEffectImports,moduleDetection: "force".erasableSyntaxOnlyadded as a conditional note (Node-native.ts/.mtstype-stripping only) — not a seed default, since it bans enums/namespaces/parameter-properties and is wrong for ordinary tsc/bundler projects.rules/12-go.mdc— name the maintained pre-commit hook source (TekWizely/pre-commit-golang, pin a rev;dnephin/pre-commit-golangarchived 2025-03-12) and addgolangci-lint config verify/golangci-lint migrate.commands/boot-new.md— fix the stale archive date (~2023→2025-03-12); keep the existing TekWizely recommendation.Verification
check rules·check·check generated·build --target all·test— all green.Sources: TS 5.9 release notes · TS 5.8 erasableSyntaxOnly · dnephin archived banner · golangci-lint CLI docs.
by mass-energy equivalence