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(deploy): address cross-model review findings for Slice A
- Skip recording on replicated executions: peer nodes receiving deploy_component via
replicateOperation already have req._deploymentId set by origin, so they no longer
spin up a fresh recorder + UUID + row. Prevents N duplicate rows per N-node cluster.
- Cap payload at 200 MiB while Slice A buffers in memory. Throws a clear ClientError
pointing users at the package-identifier path or Slice B's streaming variant.
- Register list_deployments and get_deployment in utility/operation_authorization.ts.
Pattern matches get_components: requires_su=true with the operation enum as the
named exception so a role can be granted it without SU rights (per the design's
permission model).
- Add "audit": true to hdb_deployment in systemSchema.json so fresh installs match
the audit setting the 5-2-0 upgrade directive applies.
- Drop two now-unused imports (Transform from recorder, existsSync from test).
- Auto-format pass via npm run format:write.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments