Skip to content

Commit 5571599

Browse files
committed
add CLAUDE.md
1 parent f7e6d42 commit 5571599

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- Follow @op_login_all/ as a canonical style / pattern for shell scripts.
2+
- In general, follow the Google Shell style guide.
3+
- Ensure shellcheck passes (via pre-commit).
4+
- Use a "main" function.
5+
- Every script must support -h / --help for usage instructions.
6+
- In particular, always include a user-friendly README.md.
7+
- *DO NOT* use ALL CAPS. Exception: headers. For example: "OPTIONS:".
8+
- Avoid "please". Be direct and succinct.
9+
- Always test the script works as expected. Write unit tests whenever it
10+
makes sense to do so.
11+
- Use clever / funny placeholders when illustrating ID / input examples.

0 commit comments

Comments
 (0)