You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sim-cli): version reads lazily with an embedded-host fallback
version.ts read package.json at import time; hosts that bundle the CLI into
a different layout (the server's embedded CLI, Trigger.dev workers) have no
manifest at the relative path, and the import-time throw took the whole
Trigger.dev task graph down (dev deploy failure). Reads are now lazy and
fall back to a sentinel; the published binary still reports its real version
(smoke-tested in the publish lane). Also: workflow lint as an agent-cli
command — the Go copilot's virtual lint.json, served by the same engine both
graph writes publish.
Claude-Session: https://claude.ai/code/session_01CgaxNAaeD3taGdghbXn17w
0 commit comments