exor@dev:~$ cat principles.txt
Automate tasks that repeat often enough to waste time or create inconsistency.
Prefer scripts that are easy to rerun, easy to understand, and easy to fix later.
Use automation to support operations, not to hide how a system actually works.
exor@dev:~$ echo $GOAL
Over time, these small workflow improvements add up to better reliability, cleaner handoffs, and a stronger foundation for larger operational practices.