v0.4.3 — docs, rename, repo hygiene
Docs and repo housekeeping. The skill (SKILL.md) and the eval are unchanged from v0.4.2.
- Renamed the repo and package to
coding-posture— it's a skill, not an engine. (Old URLs redirect.) - README rewrite: added a validated "How it works — theory and evidence" section (real citations, evidence-strength labels), restructured reader-first with a usage diagram and scannable tables, and reframed the project as something to use and try rather than a tentative MVP.
- Repo hygiene: track gitleaks pre-commit/pre-push hooks (
scripts/git-hooks/); ignore.ruff_cache/. Enable locally withgit config --local core.hooksPath scripts/git-hooks.
Try it: drop skills/coding-posture/ into your agent, or run the behavioral eval in eval/ (85% vs 70% without the skill, +15pp).