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

## [build 520](https://github.com/nbarrett/ngx-ramblers/actions/runs/23028895903) — [commit 8534056](https://github.com/nbarrett/ngx-ramblers/commit/85340565da977e0a8dd90770655b5c6e5f6db8c6)

_____

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.