From 1dda15d852b0a3d95784cb9347c4160d555a7ae1 Mon Sep 17 00:00:00 2001 From: Labyricorn Date: Tue, 11 Aug 2026 21:30:07 -0700 Subject: [PATCH] Document asset cache busting --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 5dba14b..3d5d37a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -43,6 +43,9 @@ making changes; it is the authoritative operations and deployment runbook. output. Treat build warnings and errors as results to report. - For template or CSS work, check the affected page at desktop and narrow viewport sizes and preserve accessible, semantic markup. +- When template changes rely on updated CSS or other static assets, increment + the relevant cache-busting version in the template and verify that generated + pages reference the new asset URL. - Run `git diff --check` and review the exact diff before committing. - If a push was requested, verify the Gitea Action result, deployed revision, and site health instead of treating a successful `git push` as completion.