|
58 | 58 | "check:workflow-footguns": "node scripts/check-workflow-footguns.mjs", |
59 | 59 | "check:test-skip-hygiene": "node scripts/check-test-skip-hygiene.mjs", |
60 | 60 | "check:test-timing-wait-hygiene": "node scripts/check-test-timing-wait-hygiene.mjs", |
| 61 | + "check:atomic-write-hygiene": "node scripts/check-atomic-write-hygiene.mjs", |
61 | 62 | "check:codex-parity": "node scripts/check-codex-parity-conformance.mjs", |
62 | 63 | "check:codex-operating-layer": "node scripts/check-codex-operating-layer-conformance.mjs", |
63 | 64 | "check:platform-runtime-conformance": "node scripts/check-platform-runtime-conformance.mjs", |
64 | 65 | "check:release-surface": "node scripts/check-release-surface-conformance.mjs", |
65 | | - "lint:evals": "bun run lint:headless-proto && node scripts/ensure-deps.js --no-install --workspace @evalops/contracts && node scripts/verify-evals.js && node scripts/verify-tool-versions.js && node scripts/validate-system-paths.js && node scripts/validate-package-boundaries.js && node scripts/validate-public-package-deps.js && node scripts/check-public-surface-boundary.mjs && npm run check:context-manifest && npm run check:session-wire-contract && npm run check:cli-runtime-conformance && npm run check:rpc-protocol-conformance && npm run check:evidence-integrity && npm run check:maestro-release-gate-events && npm run check:session-replay-fixtures && npm run check:agent-trajectory-fixtures && npm run check:agent-trajectory-replay-fixtures && npm run check:agent-trajectory-score-fixtures && npm run check:agent-trajectory-inspection-fixtures && npm run check:agent-trajectory-scenario-fixtures && npm run check:slack-teammate-runtime-scenarios && npm run check:scripted-scenario-fixtures && node scripts/session-wire-format-codegen.mjs --check && node scripts/headless-protocol-codegen.mjs --check && npm run check:app-server-schema && npm run check:drift-surfaces && npm run check:staged-rollout && npm run check:workflow-footguns && npm run check:test-skip-hygiene && npm run check:test-timing-wait-hygiene && npm run check:codex-parity && npm run check:codex-operating-layer && npm run check:platform-runtime-conformance && npm run check:release-surface && npm run developer-surface:check", |
| 66 | + "lint:evals": "bun run lint:headless-proto && node scripts/ensure-deps.js --no-install --workspace @evalops/contracts && node scripts/verify-evals.js && node scripts/verify-tool-versions.js && node scripts/validate-system-paths.js && node scripts/validate-package-boundaries.js && node scripts/validate-public-package-deps.js && node scripts/check-public-surface-boundary.mjs && npm run check:context-manifest && npm run check:session-wire-contract && npm run check:cli-runtime-conformance && npm run check:rpc-protocol-conformance && npm run check:evidence-integrity && npm run check:maestro-release-gate-events && npm run check:session-replay-fixtures && npm run check:agent-trajectory-fixtures && npm run check:agent-trajectory-replay-fixtures && npm run check:agent-trajectory-score-fixtures && npm run check:agent-trajectory-inspection-fixtures && npm run check:agent-trajectory-scenario-fixtures && npm run check:slack-teammate-runtime-scenarios && npm run check:scripted-scenario-fixtures && node scripts/session-wire-format-codegen.mjs --check && node scripts/headless-protocol-codegen.mjs --check && npm run check:app-server-schema && npm run check:drift-surfaces && npm run check:staged-rollout && npm run check:workflow-footguns && npm run check:test-skip-hygiene && npm run check:test-timing-wait-hygiene && npm run check:atomic-write-hygiene && npm run check:codex-parity && npm run check:codex-operating-layer && npm run check:platform-runtime-conformance && npm run check:release-surface && npm run developer-surface:check", |
66 | 67 | "platform:sdk-smoke": "tsx scripts/check-platform-sdk-contract.ts", |
67 | 68 | "platform:agentruntime-e2e": "tsx scripts/smoke-platform-agentruntime-lifecycle.ts", |
68 | 69 | "platform:timeline-e2e": "tsx scripts/smoke-platform-timeline-e2e.ts", |
|
182 | 183 | "@bufbuild/protobuf": "^2.11.0", |
183 | 184 | "@crosscopy/clipboard": "^0.2.8", |
184 | 185 | "@modelcontextprotocol/sdk": "^1.29.0", |
| 186 | + "@napi-rs/keyring": "^1.3.0", |
185 | 187 | "@openai/codex": "^0.135.0", |
186 | 188 | "@opentelemetry/api": "^1.9.1", |
187 | 189 | "@opentelemetry/auto-instrumentations-node": "^0.76.0", |
|
221 | 223 | "postgres": "^3.4.8", |
222 | 224 | "smol-toml": "^1.6.1", |
223 | 225 | "string-width": "^8.2.0", |
| 226 | + "undici": "^7.25.0", |
224 | 227 | "uuid": "^14.0.0", |
225 | 228 | "vscode-jsonrpc": "^8.2.1", |
226 | 229 | "ws": "^8.20.0", |
|
0 commit comments