docs: AGENTS.md - script languages

This commit is contained in:
Ryan Yin
2026-06-23 20:43:11 +08:00
parent ef1c02f3cf
commit 92b92969b3
+1 -2
View File
@@ -65,8 +65,7 @@ If rules conflict, follow the higher-priority source and state the conflict brie
Treat scripts as interruptible jobs that must be diagnosable and safe to rerun:
- Prefer Python for complex or maintainable automation, Nushell for personal tooling. Use Bash only
for simple quick scripts.
- Bash only for quick one-offs. Nushell for personal tooling. Python for everything else.
- Verbose logging of progress, decisions, and errors.
- Stage workflows with selective execution via cli flags.
- Idempotent reruns; persist progress and support resume.