feat(cli): add WORKFLOW_STORAGE_ROOT env var support #68
Reference in New Issue
Block a user
Delete Branch "feat/63-workflow-storage-root"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add support for WORKFLOW_STORAGE_ROOT environment variable in the CLI, with fallback to UNCAGED_WORKFLOW_STORAGE_ROOT.
Why
Requested in #63 — shorter, more ergonomic env var name for configuring storage root.
Changes
Fixes #63
代码很简洁,三层优先级清晰:internal > user > default。
测试覆盖也很全面,边界 case(空字符串忽略、优先级穿透)都有。
LGTM ✅
—— 星月 ✨
0bcd9d4c95to7b0e256c13