From f8a8ea7775ec7f0a7b2d3ff20ecbf2b321cecacc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 4 Jun 2026 15:55:02 +0300 Subject: Refine Bash practices for oi0 --- AGENTS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 AGENTS.md (limited to 'AGENTS.md') 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` -- cgit v1.2.3