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: security hardening and CI/CD reliability improvements
- CODEOWNERS: update auth-team paths to match v2 monorepo layout
(old paths referenced /src/... which no longer exist, causing all
auth-related PRs to skip required auth-team review)
- ci: align actions/checkout and actions/setup-node to @v6 in the
publish job of main.yml (was @v4, inconsistent with build/test jobs)
- ci: add typecheck+lint gate to publish.yml before building preview
packages (broken code could previously be published on every push)
- ci: remove continue-on-error from conformance jobs; expected-failures
is empty so real regressions were silently swallowed
- security: remove internal error detail (String(error)) from the
JSON-RPC parse-error response body in streamableHttp — stack traces
and file paths should not be forwarded to clients
- refactor: convert tasks/result polling handler from unbounded
recursion to an explicit while-loop, eliminating deep promise-chain
accumulation for long-running tasks
https://claude.ai/code/session_01CCxV9DvdS7Bf7bck3R9FJs
0 commit comments