From 0a02047107f99f26c4d9f5bda8c1f348e2f2a6ce Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Wed, 18 Mar 2026 17:34:34 -0700 Subject: [PATCH] add AGENT.md --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..92c9b473 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,11 @@ +# Agent Instructions + +## After Making Changes + +After making changes to any `values.yaml` file, regenerate the helm docs and verify there are no uncommitted changes: + +```sh +./scripts/helm-docs.sh && [[ -z $(git status -s) ]] +``` + +If the README was updated, stage and commit the changes alongside your other modifications.