Repo Standards
- •Inspect repository state first (
git status, current branch, pending local changes). - •Keep changes minimal and aligned with existing style and architecture.
- •Run relevant validation for touched areas (format, lint, typecheck, tests).
- •Update docs/README when commands, workflows, or behavior change.
- •Summarize what changed, what was validated, and any remaining risk.