summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-04 15:55:02 +0300
committerPaul Buetow <paul@buetow.org>2026-06-04 15:55:02 +0300
commitf8a8ea7775ec7f0a7b2d3ff20ecbf2b321cecacc (patch)
tree6b982111cc47c65926bdcee71ce6e6f26cbb8b6f /AGENTS.md
parenta97b2bc7ea23f9d2ed92abc305395590308f601a (diff)
Refine Bash practices for oi0
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 0000000..253f68f
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,17 @@
+# Agent Guidance
+
+For Bash changes in this repository, load and follow the
+`bash-best-practices` skill before editing. Keep changes focused, preserve the
+public `photoalbum` CLI, and run the project checks before committing.
+
+`src/photoalbum.sh` is the source for the generated `bin/photoalbum` script. If
+the source changes, run `just build` and keep `bin/photoalbum` synchronized.
+
+Expected checks for Bash changes:
+
+- `just test`
+- `just shellcheck`
+- `just check-generated`
+- `make test`
+- `make shellcheck`
+- `git diff --check`