Update AGENTS.md (anarko/qwen3-coder-flash:30b)

This commit is contained in:
Doncho N. Gunchev 2025-11-30 16:03:58 +02:00
parent dbc138e82e
commit 82d22c0bf0
Signed by: dgunchev
GPG key ID: D30FD19F37E002A9

View file

@ -20,3 +20,12 @@
- **Licensing**: The Unlicense unless explicitly stated otherwise
- **Indentation**: 4 spaces for shell scripts (see .editorconfig)
- **Large Files**: Max 64KB (enforced by pre-commit)
## Testing
- No specific testing framework currently used
- Shell scripts should be tested with basic manual verification
- Use `set -euo pipefail` for robust error handling
## Cursor/Copilot Rules
- No specific .cursorrules or .github/copilot-instructions.md found
- Follow standard shell script best practices