From 82d22c0bf03c2478aca43e21b0a4c56c059eff7e Mon Sep 17 00:00:00 2001 From: "Doncho N. Gunchev" Date: Sun, 30 Nov 2025 16:03:58 +0200 Subject: [PATCH] Update AGENTS.md (anarko/qwen3-coder-flash:30b) --- AGENTS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 38ea467..201ce83 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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