Skip to content

docs(rules): refresh TS/Go tooling currency; fix stale pre-commit date#19

Merged
Lyther merged 1 commit into
mainfrom
feat/rules-tooling-currency
Jul 5, 2026
Merged

docs(rules): refresh TS/Go tooling currency; fix stale pre-commit date#19
Lyther merged 1 commit into
mainfrom
feat/rules-tooling-currency

Conversation

@Lyther

@Lyther Lyther commented Jul 5, 2026

Copy link
Copy Markdown
Owner

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.9 tsc --init strict defaults the seed was missing: verbatimModuleSyntax, isolatedModules, noUncheckedSideEffectImports, moduleDetection: "force". erasableSyntaxOnly added as a conditional note (Node-native .ts/.mts type-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-golang archived 2025-03-12) and add golangci-lint config verify / golangci-lint migrate.
  • commands/boot-new.md — fix the stale archive date (~20232025-03-12); keep the existing TekWizely recommendation.

Verification

  • check rules · check · check generated · build --target all · test — all green.
  • Not the byte-identical gate: rules changed, so generated output legitimately changes.

Sources: TS 5.9 release notes · TS 5.8 erasableSyntaxOnly · dnephin archived banner · golangci-lint CLI docs.

by mass-energy equivalence

- 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
@Lyther
Lyther merged commit 1d35df6 into main Jul 5, 2026
2 checks passed
@Lyther
Lyther deleted the feat/rules-tooling-currency branch July 5, 2026 10:21
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