#569 makes boot refuse any unbound WH_* environment variable. The pm-triage skill documents WH_REPO, WH_OWNER, WH_PROJECT_ID, WH_PROJECT_NUM, WH_PRIORITY_FIELD, WH_STATUS_FIELD, and WH_PM_STATE_{BRANCH,AUTHOR,EMAIL} as its override mechanism (.claude/skills/pm-triage/SKILL.md:93), read by scripts/board.sh and scripts/state.sh. Exporting any of them and then running make dev in the same shell refuses boot, with an error blaming a typo or the settings-directory move.
Rename them out of the WH_ prefix, the same way WH_SKIP_DIAGRAM_PNG became DOCS_SKIP_DIAGRAM_PNG in #569.
Related: #526.
#569 makes boot refuse any unbound
WH_*environment variable. The pm-triage skill documentsWH_REPO,WH_OWNER,WH_PROJECT_ID,WH_PROJECT_NUM,WH_PRIORITY_FIELD,WH_STATUS_FIELD, andWH_PM_STATE_{BRANCH,AUTHOR,EMAIL}as its override mechanism (.claude/skills/pm-triage/SKILL.md:93), read byscripts/board.shandscripts/state.sh. Exporting any of them and then runningmake devin the same shell refuses boot, with an error blaming a typo or the settings-directory move.Rename them out of the
WH_prefix, the same wayWH_SKIP_DIAGRAM_PNGbecameDOCS_SKIP_DIAGRAM_PNGin #569.Related: #526.