blob: 0bc5a712040ab2295960aff4e06e7e685ef1b85c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Agent Guidance
For Bash changes in this repository, load and follow the
`bash-best-practices` skill before editing. Keep changes focused, preserve the
public `shuriken` CLI, and run the project checks before committing.
`src/shuriken.sh` is the source for the generated `bin/shuriken` script. If
the source changes, run `just build` and keep `bin/shuriken` synchronized.
Expected checks for Bash changes:
- `just test`
- `just shellcheck`
- `just check-generated`
- `git diff --check`
|