Follow-up to PR #56 (template variables).
Proposal under consideration: an {{env:NAME}} token to read process env vars at runtime inside command args.
Current leaning: drop it — likely redundant with (a) shell expansion in CLI args, (b) --param key=$VAR, and (c) ${ENV} load-time interpolation. Filed to record the decision and keep it revisitable; if a concrete need emerges, implement it (with the same injection-safety reasoning: env values are NOT charset-bounded, so {{env:NAME}} would re-introduce a non-safe value surface and needs careful scoping).
Decision recorded per the design spec §16.
Follow-up to PR #56 (template variables).
Proposal under consideration: an
{{env:NAME}}token to read process env vars at runtime inside command args.Current leaning: drop it — likely redundant with (a) shell expansion in CLI args, (b)
--param key=$VAR, and (c)${ENV}load-time interpolation. Filed to record the decision and keep it revisitable; if a concrete need emerges, implement it (with the same injection-safety reasoning: env values are NOT charset-bounded, so{{env:NAME}}would re-introduce a non-safe value surface and needs careful scoping).Decision recorded per the design spec §16.