docs: add shell conventions — no python3, always use jq

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
quotesdb
Elijah Voigt 3 months ago
parent 7c9d058ce6
commit ba6425793a

@ -122,6 +122,15 @@ _This table is intentionally empty. Populate it as crate decisions are made duri
</chosen-crates> </chosen-crates>
<shell-conventions>
### Shell & Scripting
- **Never use `python3`** in CLI commands — use shell-native tools or Rust instead.
- **Always use `jq`** when processing JSON in shell commands or scripts.
</shell-conventions>
</common-patterns> </common-patterns>
<secrets-and-configuration> <secrets-and-configuration>

Loading…
Cancel
Save