From 55a3505b556513a9b8685ea56e7e2de6ef07ccaa Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 15 Jan 2026 15:17:44 +0000 Subject: [PATCH] Document CI/CD auto-deployment on git push Co-Authored-By: Claude Opus 4.5 --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 67d8f84..5ba5ebc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -23,6 +23,7 @@ Run these after implementing to get immediate feedback: - Garmin tokens encrypted with AES-256 using `ENCRYPTION_KEY` (32 chars) - Path aliases: `@/*` maps to `./src/*` - Pre-commit hooks: Biome lint + Vitest tests via Lefthook +- CI/CD: Automatic deployment on git push to main (do not manually trigger Nomad jobs) ## Production Logs