mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-09 14:15:12 +02:00
docs: AGENTS.md - script languages
This commit is contained in:
+1
-2
@@ -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:
|
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
|
- Bash only for quick one-offs. Nushell for personal tooling. Python for everything else.
|
||||||
for simple quick scripts.
|
|
||||||
- Verbose logging of progress, decisions, and errors.
|
- Verbose logging of progress, decisions, and errors.
|
||||||
- Stage workflows with selective execution via cli flags.
|
- Stage workflows with selective execution via cli flags.
|
||||||
- Idempotent reruns; persist progress and support resume.
|
- Idempotent reruns; persist progress and support resume.
|
||||||
|
|||||||
Reference in New Issue
Block a user