Skip to content

Commit 0a02047

Browse files
committed
add AGENT.md
1 parent 15b9378 commit 0a02047

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Agent Instructions
2+
3+
## After Making Changes
4+
5+
After making changes to any `values.yaml` file, regenerate the helm docs and verify there are no uncommitted changes:
6+
7+
```sh
8+
./scripts/helm-docs.sh && [[ -z $(git status -s) ]]
9+
```
10+
11+
If the README was updated, stage and commit the changes alongside your other modifications.

0 commit comments

Comments
 (0)