blob: 253f68fddf5af7113dde988fa969d10c5baa128e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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`
|