From 92b92969b328184b08aa755b4c9ada1c19ed8029 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 23 Jun 2026 20:43:11 +0800 Subject: [PATCH] docs: AGENTS.md - script languages --- agents/AGENTS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agents/AGENTS.md b/agents/AGENTS.md index 30a85af3..10ae19be 100644 --- a/agents/AGENTS.md +++ b/agents/AGENTS.md @@ -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.