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
Gate the programmed-set debug endpoint to the test environment
The endpoint that reports what the last build intended to change exists only
so a test can confirm the proxy is running exactly that set. Serve it (and do
the per-build recording that backs it) only when the --enable-programmed-set
flag is passed, so production exposes nothing and does no extra work on the
build path.
The flag joins the extension-server flag surface and is wired through the
deployment the same way as the others: an arg that reads an env var
(ENABLE_PROGRAMMED_SET), defaulting off, so an overlay can turn it on with a
strategic-merge patch on env instead of rewriting the args list.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JbCy8vy66RdNYzGSgqH6P6
0 commit comments