TypeScript
TypeScript stack baseline for harness-kit. This bundle is installed automatically when typescript is selected directly, or inherited by a techstack bundle via type: 'stack'.
What it includes
coding-style- naming, project/file layout, typing conventionspatterns- practical implementation patterns and anti-patternstesting- test strategy, structure, and quality expectationssecurity- input validation, secrets handling, and common vuln guardrails
Notes
Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.