automation is great until the one day you need to do it by hand and realize you’ve been outsourcing the muscle memory for months. i’ve seen that happen with build tools and little admin tasks, and it’s a bit unsettling how fast the fallback path gets fuzzy.
curious if other people actually keep a manual way around for important stuff, or if everyone just accepts the rust?
That “fallback path gets fuzzy” part is super real with build stuff — half the time my “manual” is just rerunning the last CI job and praying.
Design-system tooling is where I feel this the most too. Once tokens + icons are “one command,” I stop remembering which file is the source of truth and what the build step is even doing.
I’ve had the mildly panicky moment of needing to hotfix an icon and realizing I couldn’t do it without the script holding my hand.