diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 17 |
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` |
