Normalize NO_COLOR for Trunk 0.21 web builds #80

Closed
opened 2026-08-06 16:59:44 +00:00 by coilyco-ops · 0 comments
Member

Problem

The Ward-routed shell-build-web command reaches installed Trunk 0.21.14 but fails before compilation when the host exports the standard presence-style NO_COLOR=1. Trunk parses the variable as a boolean and accepts only true or false.

Acceptance

  • Normalize a present NO_COLOR value to a Trunk-compatible boolean in the repository wrapper.
  • Preserve the existing build and serve entry points.
  • Pass shellcheck, the full Ward gate, and ward exec shell-build-web.
  • Land the fix through direct-to-main.
## Problem The Ward-routed `shell-build-web` command reaches installed Trunk 0.21.14 but fails before compilation when the host exports the standard presence-style `NO_COLOR=1`. Trunk parses the variable as a boolean and accepts only `true` or `false`. ## Acceptance - Normalize a present `NO_COLOR` value to a Trunk-compatible boolean in the repository wrapper. - Preserve the existing build and serve entry points. - Pass shellcheck, the full Ward gate, and `ward exec shell-build-web`. - Land the fix through direct-to-main.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/factory-game-v3#80
No description provided.