Python
Python stack baseline for harness-kit. This bundle is installed automatically when python is selected directly, or inherited by a techstack bundle via type: 'stack'.
What it includes
coding-style- naming, module layout, typing and readability rulespatterns- Pythonic implementation patterns and anti-patternstesting- test organization, fixture usage, and reliability checkssecurity- safe input handling, dependency hygiene, and secret protection
Notes
Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.