12-Mar-2026 — Hooks and Ci,deploy: 2 features

build 520commit 8534056


Pre-commit hook lints staged .ts/.html files immediately on commit, surfacing lint errors before the full pre-push test cycle. Pre-push retains full lint across all files as the final gate before origin. AGENTS.md documents when to amend versus create a new commit.

ci,deploy: add [deploy-all] commit flag and post-push deploy prompt

Adds a domain language for controlling deployment scope at commit time. Appending [deploy-all] to any commit message triggers the all-environments deploy workflow automatically after the build succeeds. For terminal use, npm run push wraps git push with an interactive prompt on main.