AltimateAI / AltimateAI/altimate-code
fix: consolidate env-var resolver in api/client.ts with unified ENV_VAR_PATTERN
未關閉
- 主要語言
- TypeScript
- 星號
- 811
- 分支
- 134
- 平均合併
- 3 天 2 小時
- 30 天內合併 PR
- 50
描述
Found during v0.5.21 release review. `api/client.ts:59` has a separate env-var resolver (`\$\{env:([^}]+)\}`) that diverges from the unified `ENV_VAR_PATTERN` in `config/paths.ts`. This creates a third resolution grammar that makes it hard to reason about what gets resolved where.
Deferred because: consolidation refactor across multiple call sites (>30 min).
貢獻指南
評估
這個 Issue 還沒有評估資料。