We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e6d42 commit 5571599Copy full SHA for 5571599
1 file changed
CLAUDE.md
@@ -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