Dotenv Phase Placement

WHAT: Decide which dotenv phase file and which platform subdirectory a new alias, function, export, or completion belongs in. WHEN: User asks to add (or move) an alias, shell function, env var, or completion in this dotfiles repo. DO-NOT: Put platform-specific code in shared phase files with runtime `uname` checks; do not invent new phase file names (`lib/load.sh` only loads the seven canonical ones); do not put `bin/` scripts in phase files.

weikinhuang 75235a5 6.7 KB Updated

File contents

weikinhuang/dotfiles/tree/main/.agents/skills/dotenv-phase-placement commit 75235a50c7

Frequently asked questions

npx skillmds@latest add weikinhuang/dotenv-phase-placement