sneakoscope 6.0.3 → 6.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -12
- package/config/codex-releases/{rust-v0.142.0.json → rust-v0.144.1.json} +6 -6
- package/crates/sks-core/Cargo.lock +1 -1
- package/crates/sks-core/Cargo.toml +1 -1
- package/dist/bin/fast-inline.js +18 -14
- package/dist/bin/sks-dispatch.js +2 -4
- package/dist/cli/args.js +2 -0
- package/dist/cli/command-manifest-lite.js +2 -3
- package/dist/cli/command-registry.js +3 -4
- package/dist/cli/help-fast.js +1 -1
- package/dist/cli/install-helpers.js +348 -763
- package/dist/cli/install-tool-helpers.js +287 -0
- package/dist/cli/router.js +91 -6
- package/dist/commands/codex-lb.js +188 -53
- package/dist/commands/codex.js +44 -5
- package/dist/commands/doctor.js +302 -46
- package/dist/commands/tmux.js +5 -1
- package/dist/commands/versioning.js +7 -0
- package/dist/commands/zellij-monitor-pane.js +2 -0
- package/dist/commands/zellij-viewport-pane.js +3 -1
- package/dist/commands/zellij.js +1 -1
- package/dist/config/skills-manifest.json +59 -59
- package/dist/core/agent-bridge/agent-manifest.js +48 -0
- package/dist/core/agents/agent-central-ledger.js +9 -0
- package/dist/core/agents/agent-cleanup-executor.js +334 -41
- package/dist/core/agents/agent-cleanup.js +20 -1
- package/dist/core/agents/agent-command-surface.js +3 -1
- package/dist/core/agents/agent-effort-policy.js +30 -38
- package/dist/core/agents/agent-janitor.js +9 -10
- package/dist/core/agents/agent-namespace-safety.js +56 -0
- package/dist/core/agents/agent-orchestrator.js +25 -3
- package/dist/core/agents/agent-output-validator.js +1 -1
- package/dist/core/agents/agent-plan.js +100 -21
- package/dist/core/agents/agent-role-config.js +43 -49
- package/dist/core/agents/agent-runner-codex-exec.js +18 -3
- package/dist/core/agents/agent-runner-process.js +1 -0
- package/dist/core/agents/agent-schema.js +3 -2
- package/dist/core/agents/fast-mode-policy.js +3 -5
- package/dist/core/agents/native-cli-session-swarm.js +1 -1
- package/dist/core/agents/native-worker-backend-router.js +2 -1
- package/dist/core/agents/work-partition/repo-inventory.js +68 -7
- package/dist/core/agents/zellij-right-lane-cockpit.js +2 -2
- package/dist/core/code-structure.js +5 -4
- package/dist/core/codex/agent-config-file-repair.js +94 -193
- package/dist/core/codex/codex-cli-update.js +723 -0
- package/dist/core/codex/codex-config-guard.js +38 -11
- package/dist/core/codex/codex-project-config-policy.js +3 -6
- package/dist/core/codex/codex-startup-config-postcheck.js +52 -42
- package/dist/core/codex-adapter.js +35 -22
- package/dist/core/codex-app/codex-agent-role-sync.js +13 -54
- package/dist/core/codex-app/codex-app-fast-ui-repair.js +51 -20
- package/dist/core/codex-app/codex-app-launcher.js +48 -17
- package/dist/core/codex-app/codex-app-restart.js +23 -2
- package/dist/core/codex-app/codex-app-ui-state-snapshot.js +11 -3
- package/dist/core/codex-app/sks-menubar.js +136 -5
- package/dist/core/codex-app.js +35 -14
- package/dist/core/codex-compat/codex-hook-warning-detector.js +10 -1
- package/dist/core/codex-compat/codex-release-manifest.js +6 -6
- package/dist/core/codex-control/codex-0139-doctor-real-probe.js +7 -1
- package/dist/core/codex-control/codex-0139-image-path-real-probe.js +29 -12
- package/dist/core/codex-control/codex-0139-probe-runner.js +103 -28
- package/dist/core/codex-control/codex-0139-real-probe-summary.js +7 -3
- package/dist/core/codex-control/codex-0139-real-probes.js +21 -6
- package/dist/core/codex-control/codex-0139-sandbox-real-probe.js +39 -13
- package/dist/core/codex-control/codex-0139-web-search-probe.js +28 -14
- package/dist/core/codex-control/{codex-0142-capability.js → codex-0144-capability.js} +22 -22
- package/dist/core/codex-control/codex-0144-collab-agent-real-probe.js +63 -0
- package/dist/core/codex-control/codex-lb-launch-recovery.js +278 -0
- package/dist/core/codex-control/codex-multi-agent-event-normalizer.js +5 -1
- package/dist/core/codex-control/codex-reliability-shield.js +93 -30
- package/dist/core/codex-control/codex-sdk-adapter.js +96 -13
- package/dist/core/codex-control/codex-sdk-config-policy.js +2 -1
- package/dist/core/codex-control/codex-sdk-sandbox-policy.js +6 -3
- package/dist/core/codex-control/codex-task-runner.js +62 -9
- package/dist/core/codex-control/python-codex-sdk-adapter.js +30 -3
- package/dist/core/codex-exec-output-schema.js +35 -6
- package/dist/core/codex-lb/codex-lb-env.js +30 -1
- package/dist/core/codex-lb/codex-lb-tool-catalog.js +478 -0
- package/dist/core/codex-lb/codex-lb-tool-output-recovery.js +291 -0
- package/dist/core/codex-native/codex-native-feature-broker.js +31 -38
- package/dist/core/codex-native/codex-native-feature-matrix.js +2 -2
- package/dist/core/codex-native/codex-native-repair-transaction.js +1 -1
- package/dist/core/codex-native/core-skill-manifest.js +8 -4
- package/dist/core/codex-native/native-capability-postcheck.js +16 -8
- package/dist/core/codex-native/native-capability-repair-matrix.js +76 -27
- package/dist/core/codex-plugins/codex-plugin-json.js +67 -21
- package/dist/core/codex-plugins/codex-plugin-repair.js +118 -0
- package/dist/core/codex-runtime/codex-desktop-config-policy.js +305 -0
- package/dist/core/commands/agent-bridge-command.js +23 -2
- package/dist/core/commands/agent-command.js +38 -5
- package/dist/core/commands/basic-cli.js +77 -30
- package/dist/core/commands/command-utils.js +1 -1
- package/dist/core/commands/gc-command.js +27 -4
- package/dist/core/commands/image-ux-review-command.js +55 -24
- package/dist/core/commands/mad-sks-command.js +182 -137
- package/dist/core/commands/naruto-command.js +643 -1153
- package/dist/core/commands/pipeline-command.js +1 -0
- package/dist/core/commands/research-command.js +293 -231
- package/dist/core/commands/run-command.js +100 -23
- package/dist/core/commands/team-command.js +2 -3
- package/dist/core/commands/team-legacy-observe-command.js +94 -359
- package/dist/core/commands/wiki-command.js +179 -83
- package/dist/core/computer-use-live-evidence.js +166 -3
- package/dist/core/computer-use-status.js +5 -2
- package/dist/core/daemon/sksd-hook-daemon-entrypoint.js +2 -2
- package/dist/core/daemon/sksd-hook-daemon.js +171 -28
- package/dist/core/daemon/sksd-hook-dispatch.js +2 -2
- package/dist/core/db-safety.js +2 -2
- package/dist/core/decision-lattice.js +6 -6
- package/dist/core/dfix/verification-selector.js +6 -4
- package/dist/core/doctor/browser-use-repair.js +54 -13
- package/dist/core/doctor/codex-0139-doctor.js +3 -2
- package/dist/core/doctor/codex-startup-config-repair.js +8 -3
- package/dist/core/doctor/computer-use-repair.js +28 -39
- package/dist/core/doctor/doctor-codex-startup-repair.js +24 -149
- package/dist/core/doctor/doctor-context7-repair.js +1 -1
- package/dist/core/doctor/doctor-dirty-planner.js +1 -1
- package/dist/core/doctor/doctor-native-capability-repair.js +74 -3
- package/dist/core/doctor/imagegen-repair.js +47 -12
- package/dist/core/doctor/legacy-global-hook-cleanup.js +179 -0
- package/dist/core/feature-fixture-executor.js +71 -7
- package/dist/core/feature-fixture-runner.js +53 -12
- package/dist/core/feature-fixtures.js +47 -14
- package/dist/core/feature-registry.js +53 -58
- package/dist/core/fsx.js +54 -6
- package/dist/core/harness-conflicts.js +19 -10
- package/dist/core/hooks-runtime/code-pack-freshness-preflight.js +5 -4
- package/dist/core/hooks-runtime/hook-invocation-dedupe.js +147 -0
- package/dist/core/hooks-runtime/hook-io.js +14 -4
- package/dist/core/hooks-runtime/light-turn.js +70 -0
- package/dist/core/hooks-runtime/payload-signals.js +270 -0
- package/dist/core/hooks-runtime/team-digest.js +0 -1
- package/dist/core/hooks-runtime/tool-output-quarantine.js +93 -0
- package/dist/core/hooks-runtime.js +418 -250
- package/dist/core/image/image-artifact-path-contract.js +8 -6
- package/dist/core/image/image-artifact-registry.js +5 -1
- package/dist/core/image-ux-review/imagegen-adapter.js +5 -2
- package/dist/core/imagegen/imagegen-capability.js +10 -13
- package/dist/core/imagegen/require-imagegen.js +37 -11
- package/dist/core/init/skills.js +16 -30
- package/dist/core/init.js +144 -36
- package/dist/core/managed-assets/managed-assets-manifest.js +417 -14
- package/dist/core/mission.js +24 -1
- package/dist/core/naruto/naruto-work-graph.js +70 -4
- package/dist/core/ops/reporting.js +3 -0
- package/dist/core/pipeline-internals/runtime-core.js +578 -180
- package/dist/core/pipeline-internals/runtime-gates.js +191 -49
- package/dist/core/ppt/style-tokens.js +1 -1
- package/dist/core/ppt-review/index.js +1 -1
- package/dist/core/ppt-review/slide-exporter.js +23 -17
- package/dist/core/ppt-review/slide-imagegen-review.js +1 -1
- package/dist/core/ppt-review/slide-issue-extraction.js +4 -2
- package/dist/core/preflight/parallel-preflight-engine.js +50 -1
- package/dist/core/product-design-plugin.js +2 -2
- package/dist/core/proof/route-finalizer.js +1 -1
- package/dist/core/proof/route-proof-gate.js +7 -2
- package/dist/core/proof-field.js +3 -3
- package/dist/core/provider/model-router.js +38 -32
- package/dist/core/recallpulse/policy.js +12 -28
- package/dist/core/recallpulse.js +11 -6
- package/dist/core/release/gate-manifest.js +18 -12
- package/dist/core/release/gate-pack-manifest.js +1 -1
- package/dist/core/release/npm-pack-proof.js +247 -0
- package/dist/core/release/package-dist-snapshot.js +151 -0
- package/dist/core/release/package-size-budget.js +5 -0
- package/dist/core/release/release-authorization-snapshot.js +115 -0
- package/dist/core/release/release-gate-affected-selector.js +15 -3
- package/dist/core/release/release-gate-cache-v2.js +30 -0
- package/dist/core/release/release-gate-contract.js +161 -0
- package/dist/core/release/release-gate-dag.js +44 -3
- package/dist/core/release/release-gate-hermetic-env.js +28 -17
- package/dist/core/release/release-real-contract.js +496 -0
- package/dist/core/release-parallel-full-coverage.js +31 -143
- package/dist/core/research/claim-evidence-matrix.js +41 -6
- package/dist/core/research/experiment-plan.js +14 -10
- package/dist/core/research/falsification.js +9 -2
- package/dist/core/research/implementation-blueprint-densifier.js +82 -60
- package/dist/core/research/implementation-blueprint.js +32 -26
- package/dist/core/research/mock-result.js +122 -11
- package/dist/core/research/replication-pack.js +15 -8
- package/dist/core/research/research-adversarial-review.js +1068 -0
- package/dist/core/research/research-claim-builder.js +69 -17
- package/dist/core/research/research-claim-synthesizer.js +343 -0
- package/dist/core/research/research-cycle-runner.js +53 -3
- package/dist/core/research/research-falsification-runner.js +176 -0
- package/dist/core/research/research-final-reviewer.js +44 -125
- package/dist/core/research/research-realistic-report.js +14 -6
- package/dist/core/research/research-review-artifact-digest.js +66 -0
- package/dist/core/research/research-source-evidence.js +144 -0
- package/dist/core/research/research-source-layer-catalog.js +68 -0
- package/dist/core/research/research-source-ledger-merge.js +250 -12
- package/dist/core/research/research-source-shards.js +26 -70
- package/dist/core/research/research-stage-runner.js +237 -247
- package/dist/core/research/research-super-search.js +184 -0
- package/dist/core/research/research-synthesis-prompt.js +20 -1
- package/dist/core/research/research-synthesis-writer.js +86 -5
- package/dist/core/research/research-work-graph.js +25 -18
- package/dist/core/research/source-quality-report.js +21 -0
- package/dist/core/research.js +429 -280
- package/dist/core/retention/retention-budget.js +25 -6
- package/dist/core/retention.js +980 -101
- package/dist/core/routes/constants.js +1 -1
- package/dist/core/routes/dollar-manifest-lite.js +11 -11
- package/dist/core/routes/evidence.js +4 -4
- package/dist/core/routes/ppt-policy.js +1 -1
- package/dist/core/routes.js +92 -64
- package/dist/core/runtime/task-profile.js +66 -0
- package/dist/core/runtime/verification-budget.js +12 -0
- package/dist/core/secret-redaction.js +4 -0
- package/dist/core/security/high-risk-contracts.js +6 -6
- package/dist/core/stop-gate/stop-gate-check.js +49 -12
- package/dist/core/subagents/agent-catalog.js +215 -0
- package/dist/core/subagents/model-policy.js +118 -0
- package/dist/core/subagents/naruto-help-contract.js +40 -0
- package/dist/core/subagents/official-subagent-config.js +488 -0
- package/dist/core/subagents/official-subagent-preparation.js +251 -0
- package/dist/core/subagents/official-subagent-prompt.js +137 -0
- package/dist/core/subagents/official-subagent-runner.js +129 -0
- package/dist/core/subagents/subagent-evidence.js +663 -0
- package/dist/core/subagents/terminology.js +16 -0
- package/dist/core/subagents/thread-budget.js +21 -0
- package/dist/core/subagents/triwiki-attention.js +65 -0
- package/dist/core/super-search/runtime-helpers.js +173 -19
- package/dist/core/super-search/runtime.js +140 -15
- package/dist/core/super-search/source-records.js +49 -8
- package/dist/core/team-review-policy.js +15 -0
- package/dist/core/triwiki/code-pack.js +8 -2
- package/dist/core/triwiki/triwiki-cache-key.js +108 -29
- package/dist/core/triwiki/triwiki-module-card.js +1 -1
- package/dist/core/triwiki-attention.js +13 -6
- package/dist/core/triwiki-provenance.js +274 -0
- package/dist/core/triwiki-runtime.js +21 -7
- package/dist/core/triwiki-wrongness/wrongness-ledger.js +187 -61
- package/dist/core/triwiki-wrongness/wrongness-retrieval.js +11 -2
- package/dist/core/triwiki-wrongness/wrongness-trust-policy.js +2 -0
- package/dist/core/update-check.js +23 -15
- package/dist/core/version-manager.js +51 -1
- package/dist/core/version.js +1 -1
- package/dist/core/wiki-coordinate.js +128 -12
- package/dist/core/work-order-ledger.js +208 -10
- package/dist/core/zellij/zellij-command.js +12 -1
- package/dist/core/zellij/zellij-dashboard-pane.js +3 -3
- package/dist/core/zellij/zellij-fake-adapter.js +3 -1
- package/dist/core/zellij/zellij-launcher.js +51 -21
- package/dist/core/zellij/zellij-layout-builder.js +14 -5
- package/dist/core/zellij/zellij-official-subagent-activity.js +477 -0
- package/dist/core/zellij/zellij-official-subagent-telemetry.js +264 -0
- package/dist/core/zellij/zellij-pane-proof.js +32 -6
- package/dist/core/zellij/zellij-slot-pane-renderer.js +17 -5
- package/dist/core/zellij/zellij-slot-telemetry.js +15 -3
- package/dist/core/zellij/zellij-ui-mode.js +1 -1
- package/dist/core/zellij/zellij-viewport-binder.js +3 -0
- package/dist/core/zellij/zellij-worker-pane-manager.js +5 -3
- package/dist/scripts/agent-fast-mode-default-check.js +48 -29
- package/dist/scripts/agent-role-config-repair-check.js +34 -15
- package/dist/scripts/agent-wiki-context-proof-check.js +16 -2
- package/dist/scripts/all-feature-deep-completion-check.js +14 -4
- package/dist/scripts/architecture-guard-check.js +8 -1
- package/dist/scripts/build-dist.js +17 -5
- package/dist/scripts/canonical-test-runner.js +188 -0
- package/dist/scripts/check-command-module-budget.js +38 -16
- package/dist/scripts/check-legacy-free.js +1 -1
- package/dist/scripts/check-route-modularity.js +0 -1
- package/dist/scripts/check-ts-contracts.js +1 -1
- package/dist/scripts/codex-0139-interrupt-agent-check.js +5 -1
- package/dist/scripts/{codex-0142-app-server-v2-check.js → codex-0144-app-server-v2-check.js} +11 -10
- package/dist/scripts/{codex-0142-binary-identity-check.js → codex-0144-binary-identity-check.js} +4 -4
- package/dist/scripts/codex-0144-capability-check.js +21 -0
- package/dist/scripts/{codex-0139-real-probes-check.js → codex-0144-core-real-probes-check.js} +19 -5
- package/dist/scripts/{codex-0142-doctor-wiring-check.js → codex-0144-doctor-wiring-check.js} +6 -6
- package/dist/scripts/{codex-0142-manifest-check.js → codex-0144-manifest-check.js} +11 -3
- package/dist/scripts/{codex-0142-policy-check.js → codex-0144-policy-check.js} +2 -2
- package/dist/scripts/{codex-0142-thread-store-check.js → codex-0144-thread-store-check.js} +3 -3
- package/dist/scripts/codex-app-provider-model-ui-check.js +53 -19
- package/dist/scripts/codex-app-ui-preservation-check.js +35 -4
- package/dist/scripts/codex-control-all-pipelines-check.js +7 -3
- package/dist/scripts/codex-control-side-effect-scope-check.js +2 -2
- package/dist/scripts/codex-control-tool-output-continuity-audit-check.js +27 -0
- package/dist/scripts/codex-effort-auto-discovery-check.js +1 -1
- package/dist/scripts/codex-lb-fast-mode-truth-check.js +1 -0
- package/dist/scripts/{codex-lb-gpt55-fast-profile-check.js → codex-lb-gpt56-fast-profile-check.js} +56 -5
- package/dist/scripts/codex-model-metadata-check.js +1 -1
- package/dist/scripts/codex-native-agent-role-content-check.js +15 -7
- package/dist/scripts/codex-native-repair-transaction-check.js +3 -1
- package/dist/scripts/codex-sdk-all-pipelines-check.js +7 -4
- package/dist/scripts/codex-sdk-research-pipeline-check.js +30 -8
- package/dist/scripts/codex-sdk-sandbox-policy-check.js +5 -1
- package/dist/scripts/codex-sdk-version-compat-check.js +2 -1
- package/dist/scripts/db-route-materialization-check.js +33 -0
- package/dist/scripts/dfix-fixture-check.js +1 -1
- package/dist/scripts/docs-truthfulness-check.js +4 -2
- package/dist/scripts/doctor-codex-startup-repair-check.js +47 -25
- package/dist/scripts/doctor-context7-repair-check.js +2 -1
- package/dist/scripts/doctor-fix-production-blackbox.js +12 -2
- package/dist/scripts/doctor-fixes-codex-app-fast-ui-check.js +34 -7
- package/dist/scripts/doctor-imagegen-repair-check.js +14 -4
- package/dist/scripts/doctor-startup-config-repair-blackbox.js +9 -3
- package/dist/scripts/doctor-startup-config-repair-check.js +13 -3
- package/dist/scripts/install-update-preserves-config-check.js +7 -2
- package/dist/scripts/legacy-gate-inventory-check.js +7 -5
- package/dist/scripts/legacy-strong-inventory-check.js +7 -5
- package/dist/scripts/legacy-upgrade-matrix-check.js +4 -4
- package/dist/scripts/lib/native-cli-session-swarm-check-lib.js +173 -13
- package/dist/scripts/mad-sks-app-ui-no-mutation-check.js +165 -6
- package/dist/scripts/managed-role-manifest-parity-check.js +5 -4
- package/dist/scripts/mutation-callsite-coverage-check.js +0 -11
- package/dist/scripts/naruto-codex-e2e-check.js +14 -7
- package/dist/scripts/naruto-shadow-clone-swarm-check.js +4 -201
- package/dist/scripts/npm-publish-performance-check.js +20 -12
- package/dist/scripts/official-subagent-workflow-check.js +145 -0
- package/dist/scripts/package-published-contract-check.js +6 -20
- package/dist/scripts/packlist-performance-check.js +17 -3
- package/dist/scripts/parallel-verification-engine-check.js +2 -2
- package/dist/scripts/postinstall-safe-side-effects-check.js +8 -3
- package/dist/scripts/ppt-no-mock-as-real-check.js +3 -1
- package/dist/scripts/prepublish-release-check-or-fast.js +23 -86
- package/dist/scripts/product-design-plugin-routing-check.js +1 -1
- package/dist/scripts/release-affected-selector-check.js +74 -1
- package/dist/scripts/release-check-stamp.js +324 -239
- package/dist/scripts/release-dag-full-coverage-check.js +7 -15
- package/dist/scripts/release-dynamic-presets-check.js +10 -1
- package/dist/scripts/release-gate-dag-runner-check.js +3 -3
- package/dist/scripts/release-gate-dag-runner.js +35 -11
- package/dist/scripts/release-gate-existence-audit.js +1 -2
- package/dist/scripts/release-gate-script-parity-check.js +1 -1
- package/dist/scripts/release-parallel-full-coverage-check.js +12 -6
- package/dist/scripts/release-parallel-speed-budget-check.js +18 -2
- package/dist/scripts/release-real-check.js +390 -157
- package/dist/scripts/release-registry-check.js +61 -16
- package/dist/scripts/release-runtime-truth-matrix-check.js +22 -0
- package/dist/scripts/research-blueprint-densifier-check.js +2 -2
- package/dist/scripts/research-real-cycle-no-legacy-final-md-check.js +11 -7
- package/dist/scripts/route-proof-artifact-structure-check.js +1 -0
- package/dist/scripts/search-visibility-gate-lib.js +1 -1
- package/dist/scripts/seo-geo-route-identity-check.js +30 -4
- package/dist/scripts/sizecheck.js +4 -4
- package/dist/scripts/sks-1-11-gate-lib.js +53 -6
- package/dist/scripts/sks-3-1-4-directive-check-lib.js +8 -2
- package/dist/scripts/sks-3-1-5-directive-check-lib.js +3 -2
- package/dist/scripts/sks-3-1-6-directive-check-lib.js +5 -3
- package/dist/scripts/sks-menubar-install-check.js +8 -0
- package/dist/scripts/sks-uninstall-regression-check.js +1 -1
- package/dist/scripts/sksd-daemon-check.js +16 -6
- package/dist/scripts/trust-fixture-check.js +32 -10
- package/dist/scripts/write-build-manifest.js +2 -1
- package/dist/scripts/wrongness-fixture-check.js +1 -1
- package/dist/scripts/zellij-layout-valid-check.js +36 -11
- package/dist/scripts/zellij-pane-proof-check.js +33 -2
- package/dist/scripts/zellij-real-session-cleanup-check.js +122 -2
- package/dist/scripts/zellij-real-session-launch-check.js +76 -5
- package/dist/scripts/zellij-slot-pane-renderer-check.js +4 -4
- package/dist/scripts/zellij-spawn-on-demand-layout-check.js +3 -3
- package/docs/demo.tape +1 -1
- package/infra-harness-gates.json +1486 -0
- package/package.json +32 -19
- package/release-gates.v2.json +4060 -0
- package/runtime-required-scripts.json +9 -0
- package/schemas/codex/{app-server-0.142 → app-server-0.144}/codex_app_server_protocol.v2.schemas.json +1146 -781
- package/schemas/codex/codex-0139-real-probe-result.schema.json +39 -5
- package/schemas/codex/ppt-slide-issue-ledger.schema.json +2 -1
- package/dist/commands/db.js +0 -6
- package/dist/core/codex-control/codex-0139-multi-agent-real-probe.js +0 -107
- package/dist/core/commands/db-command.js +0 -146
- package/dist/core/research/prompt.js +0 -15
- package/dist/scripts/agent-native-release-gate.js +0 -274
- package/dist/scripts/codex-0142-capability-check.js +0 -21
- package/dist/scripts/codex-control-tool-call-sequence-repair-check.js +0 -14
- package/dist/scripts/command-performance-scorecard-check.js +0 -204
- package/dist/scripts/config-managed-merge-callsite-coverage-check.js +0 -212
- package/dist/scripts/dollar-performance-scorecard-check.js +0 -257
- package/dist/scripts/gate-timing-check.js +0 -16
- package/dist/scripts/ops-maturity-scorecard-check.js +0 -12
- package/dist/scripts/performance-baseline-check.js +0 -12
- package/dist/scripts/performance-improvement-report-check.js +0 -58
- package/dist/scripts/release-parallel-check.js +0 -389
- package/dist/scripts/release-runner-efficiency-check.js +0 -15
- package/dist/scripts/retention-long-run-smoke-check.js +0 -299
- package/docs/assets/sneakoscope-architecture-pipeline.jpg +0 -0
|
@@ -0,0 +1,4060 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "sks.release-gates.v2",
|
|
3
|
+
"gates": [
|
|
4
|
+
{
|
|
5
|
+
"id": "hook:latency-budget",
|
|
6
|
+
"command": "node ./dist/scripts/hook-latency-budget-check.js",
|
|
7
|
+
"deps": [],
|
|
8
|
+
"resource": [
|
|
9
|
+
"cpu-light",
|
|
10
|
+
"fs-read",
|
|
11
|
+
"timing-sensitive"
|
|
12
|
+
],
|
|
13
|
+
"side_effect": "hermetic",
|
|
14
|
+
"timeout_ms": 120000,
|
|
15
|
+
"cache": {
|
|
16
|
+
"enabled": true,
|
|
17
|
+
"inputs": [
|
|
18
|
+
"package.json",
|
|
19
|
+
"release-gates.v2.json",
|
|
20
|
+
"src/core/pipeline-internals/runtime-gates.ts",
|
|
21
|
+
"src/scripts/hook-latency-budget-check.ts"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"isolation": {
|
|
25
|
+
"home": "temp",
|
|
26
|
+
"codex_home": "temp",
|
|
27
|
+
"report_dir": "per-gate"
|
|
28
|
+
},
|
|
29
|
+
"preset": [
|
|
30
|
+
"release"
|
|
31
|
+
],
|
|
32
|
+
"output_contract": "sks.gate-result.v1"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "architecture:guard",
|
|
36
|
+
"command": "node ./dist/scripts/architecture-guard-check.js",
|
|
37
|
+
"deps": [],
|
|
38
|
+
"resource": [
|
|
39
|
+
"cpu-light",
|
|
40
|
+
"fs-read",
|
|
41
|
+
"fs-write"
|
|
42
|
+
],
|
|
43
|
+
"side_effect": "hermetic",
|
|
44
|
+
"timeout_ms": 120000,
|
|
45
|
+
"cache": {
|
|
46
|
+
"enabled": true,
|
|
47
|
+
"inputs": [
|
|
48
|
+
"package.json",
|
|
49
|
+
"release-gates.v2.json",
|
|
50
|
+
"src/core/safety/ssot-guard.ts",
|
|
51
|
+
"src/core/pipeline-internals/runtime-core.ts",
|
|
52
|
+
"src/core/pipeline-internals/runtime-gates.ts",
|
|
53
|
+
"src/core/commands/team-command.ts",
|
|
54
|
+
"src/core/release/gate-manifest.ts",
|
|
55
|
+
"src/scripts/architecture-guard-check.ts",
|
|
56
|
+
"src/scripts/release-parallel-check.ts",
|
|
57
|
+
"docs/architecture-ts-rust-boundary.md"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
"isolation": {
|
|
61
|
+
"home": "temp",
|
|
62
|
+
"codex_home": "temp",
|
|
63
|
+
"report_dir": "per-gate"
|
|
64
|
+
},
|
|
65
|
+
"preset": [
|
|
66
|
+
"release"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "agent:message-bus-reader",
|
|
71
|
+
"command": "node ./dist/scripts/agent-message-bus-reader-check.js",
|
|
72
|
+
"deps": [],
|
|
73
|
+
"resource": [
|
|
74
|
+
"cpu-light",
|
|
75
|
+
"fs-read"
|
|
76
|
+
],
|
|
77
|
+
"side_effect": "hermetic",
|
|
78
|
+
"timeout_ms": 300000,
|
|
79
|
+
"cache": {
|
|
80
|
+
"enabled": true,
|
|
81
|
+
"inputs": [
|
|
82
|
+
"package.json",
|
|
83
|
+
"package-lock.json",
|
|
84
|
+
"release-gates.v2.json",
|
|
85
|
+
"src/**",
|
|
86
|
+
"schemas/**"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"isolation": {
|
|
90
|
+
"home": "temp",
|
|
91
|
+
"codex_home": "temp",
|
|
92
|
+
"report_dir": "per-gate"
|
|
93
|
+
},
|
|
94
|
+
"preset": [
|
|
95
|
+
"release"
|
|
96
|
+
],
|
|
97
|
+
"output_contract": "sks.gate-result.v1"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"id": "appshots:thread-attachment-discovery",
|
|
101
|
+
"command": "node ./dist/scripts/appshots-thread-attachment-discovery-check.js",
|
|
102
|
+
"deps": [],
|
|
103
|
+
"resource": [
|
|
104
|
+
"cpu-light",
|
|
105
|
+
"fs-read"
|
|
106
|
+
],
|
|
107
|
+
"side_effect": "hermetic",
|
|
108
|
+
"timeout_ms": 120000,
|
|
109
|
+
"cache": {
|
|
110
|
+
"enabled": true,
|
|
111
|
+
"inputs": [
|
|
112
|
+
"package.json",
|
|
113
|
+
"release-gates.v2.json",
|
|
114
|
+
"src/**",
|
|
115
|
+
"schemas/**"
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
"isolation": {
|
|
119
|
+
"home": "temp",
|
|
120
|
+
"codex_home": "temp",
|
|
121
|
+
"report_dir": "per-gate"
|
|
122
|
+
},
|
|
123
|
+
"preset": [
|
|
124
|
+
"release"
|
|
125
|
+
],
|
|
126
|
+
"output_contract": "sks.gate-result.v1"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "certificate:sla",
|
|
130
|
+
"command": "node ./dist/scripts/certificate-sla-check.js",
|
|
131
|
+
"deps": [],
|
|
132
|
+
"resource": [
|
|
133
|
+
"cpu-light",
|
|
134
|
+
"fs-read"
|
|
135
|
+
],
|
|
136
|
+
"side_effect": "hermetic",
|
|
137
|
+
"timeout_ms": 120000,
|
|
138
|
+
"cache": {
|
|
139
|
+
"enabled": true,
|
|
140
|
+
"inputs": [
|
|
141
|
+
"package.json",
|
|
142
|
+
"package-lock.json",
|
|
143
|
+
"release-gates.v2.json",
|
|
144
|
+
"src/**",
|
|
145
|
+
"docs/**",
|
|
146
|
+
"schemas/**"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"isolation": {
|
|
150
|
+
"home": "temp",
|
|
151
|
+
"codex_home": "temp",
|
|
152
|
+
"report_dir": "per-gate"
|
|
153
|
+
},
|
|
154
|
+
"preset": [
|
|
155
|
+
"release"
|
|
156
|
+
],
|
|
157
|
+
"output_contract": "sks.gate-result.v1"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": "codex-app:execution-profile",
|
|
161
|
+
"command": "node ./dist/scripts/codex-app-execution-profile-check.js",
|
|
162
|
+
"deps": [],
|
|
163
|
+
"resource": [
|
|
164
|
+
"cpu-light",
|
|
165
|
+
"fs-read"
|
|
166
|
+
],
|
|
167
|
+
"side_effect": "hermetic",
|
|
168
|
+
"timeout_ms": 300000,
|
|
169
|
+
"cache": {
|
|
170
|
+
"enabled": true,
|
|
171
|
+
"inputs": [
|
|
172
|
+
"package.json",
|
|
173
|
+
"package-lock.json",
|
|
174
|
+
"release-gates.v2.json",
|
|
175
|
+
"src/**",
|
|
176
|
+
"docs/**",
|
|
177
|
+
"schemas/**"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
"isolation": {
|
|
181
|
+
"home": "temp",
|
|
182
|
+
"codex_home": "temp",
|
|
183
|
+
"report_dir": "per-gate"
|
|
184
|
+
},
|
|
185
|
+
"preset": [
|
|
186
|
+
"release"
|
|
187
|
+
],
|
|
188
|
+
"output_contract": "sks.gate-result.v1"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "codex-app:fast-ui-preservation",
|
|
192
|
+
"command": "node ./dist/scripts/codex-app-fast-ui-preservation-check.js",
|
|
193
|
+
"deps": [],
|
|
194
|
+
"resource": [
|
|
195
|
+
"cpu-light",
|
|
196
|
+
"fs-read"
|
|
197
|
+
],
|
|
198
|
+
"side_effect": "hermetic",
|
|
199
|
+
"timeout_ms": 120000,
|
|
200
|
+
"cache": {
|
|
201
|
+
"enabled": true,
|
|
202
|
+
"inputs": [
|
|
203
|
+
"package.json",
|
|
204
|
+
"release-gates.v2.json",
|
|
205
|
+
"src/**",
|
|
206
|
+
"schemas/**"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
"isolation": {
|
|
210
|
+
"home": "temp",
|
|
211
|
+
"codex_home": "temp",
|
|
212
|
+
"report_dir": "per-gate"
|
|
213
|
+
},
|
|
214
|
+
"preset": [
|
|
215
|
+
"release"
|
|
216
|
+
],
|
|
217
|
+
"output_contract": "sks.gate-result.v1"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "hooks:concurrent-session-collision",
|
|
221
|
+
"command": "node ./dist/scripts/concurrent-session-collision-check.js",
|
|
222
|
+
"deps": [],
|
|
223
|
+
"resource": [
|
|
224
|
+
"cpu-light",
|
|
225
|
+
"fs-read"
|
|
226
|
+
],
|
|
227
|
+
"side_effect": "hermetic",
|
|
228
|
+
"timeout_ms": 120000,
|
|
229
|
+
"cache": {
|
|
230
|
+
"enabled": true,
|
|
231
|
+
"inputs": [
|
|
232
|
+
"package.json",
|
|
233
|
+
"release-gates.v2.json",
|
|
234
|
+
"src/core/hooks-runtime.ts",
|
|
235
|
+
"src/core/mission.ts",
|
|
236
|
+
"src/core/pipeline-internals/**",
|
|
237
|
+
"src/scripts/concurrent-session-collision-check.ts"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"isolation": {
|
|
241
|
+
"home": "temp",
|
|
242
|
+
"codex_home": "temp",
|
|
243
|
+
"report_dir": "per-gate"
|
|
244
|
+
},
|
|
245
|
+
"preset": [
|
|
246
|
+
"release"
|
|
247
|
+
],
|
|
248
|
+
"output_contract": "sks.gate-result.v1"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "codex-app:handoff",
|
|
252
|
+
"command": "node ./dist/scripts/codex-app-handoff-check.js",
|
|
253
|
+
"deps": [
|
|
254
|
+
"codex:0138-capability-comprehensive"
|
|
255
|
+
],
|
|
256
|
+
"resource": [
|
|
257
|
+
"cpu-light",
|
|
258
|
+
"fs-read"
|
|
259
|
+
],
|
|
260
|
+
"side_effect": "hermetic",
|
|
261
|
+
"timeout_ms": 120000,
|
|
262
|
+
"cache": {
|
|
263
|
+
"enabled": true,
|
|
264
|
+
"inputs": [
|
|
265
|
+
"package.json",
|
|
266
|
+
"package-lock.json",
|
|
267
|
+
"release-gates.v2.json",
|
|
268
|
+
"src/**",
|
|
269
|
+
"schemas/**"
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
"isolation": {
|
|
273
|
+
"home": "temp",
|
|
274
|
+
"codex_home": "temp",
|
|
275
|
+
"report_dir": "per-gate"
|
|
276
|
+
},
|
|
277
|
+
"preset": [
|
|
278
|
+
"release"
|
|
279
|
+
],
|
|
280
|
+
"output_contract": "sks.gate-result.v1"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "codex-control:all-pipelines",
|
|
284
|
+
"command": "node ./dist/scripts/codex-control-all-pipelines-check.js",
|
|
285
|
+
"deps": [],
|
|
286
|
+
"resource": [
|
|
287
|
+
"cpu-light",
|
|
288
|
+
"fs-read"
|
|
289
|
+
],
|
|
290
|
+
"side_effect": "hermetic",
|
|
291
|
+
"timeout_ms": 180000,
|
|
292
|
+
"cache": {
|
|
293
|
+
"enabled": true,
|
|
294
|
+
"inputs": [
|
|
295
|
+
"package.json",
|
|
296
|
+
"release-gates.v2.json",
|
|
297
|
+
"src/**",
|
|
298
|
+
"schemas/**"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"isolation": {
|
|
302
|
+
"home": "temp",
|
|
303
|
+
"codex_home": "temp",
|
|
304
|
+
"report_dir": "per-gate"
|
|
305
|
+
},
|
|
306
|
+
"preset": [
|
|
307
|
+
"release"
|
|
308
|
+
],
|
|
309
|
+
"output_contract": "sks.gate-result.v1"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"id": "codex-control:event-stream-ledger",
|
|
313
|
+
"command": "node ./dist/scripts/codex-control-event-stream-ledger-check.js",
|
|
314
|
+
"deps": [],
|
|
315
|
+
"resource": [
|
|
316
|
+
"cpu-light",
|
|
317
|
+
"fs-read"
|
|
318
|
+
],
|
|
319
|
+
"side_effect": "hermetic",
|
|
320
|
+
"timeout_ms": 120000,
|
|
321
|
+
"cache": {
|
|
322
|
+
"enabled": false,
|
|
323
|
+
"inputs": [
|
|
324
|
+
"package.json",
|
|
325
|
+
"release-gates.v2.json",
|
|
326
|
+
"src/core/codex-control/**",
|
|
327
|
+
"src/scripts/codex-control-event-stream-ledger-check.ts",
|
|
328
|
+
"src/scripts/lib/codex-sdk-gate-lib.ts"
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
"isolation": {
|
|
332
|
+
"home": "temp",
|
|
333
|
+
"codex_home": "temp",
|
|
334
|
+
"report_dir": "per-gate"
|
|
335
|
+
},
|
|
336
|
+
"preset": [
|
|
337
|
+
"release"
|
|
338
|
+
],
|
|
339
|
+
"output_contract": "sks.gate-result.v1"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"id": "codex-native:agent-role-content",
|
|
343
|
+
"command": "node ./dist/scripts/codex-native-agent-role-content-check.js",
|
|
344
|
+
"deps": [],
|
|
345
|
+
"resource": [
|
|
346
|
+
"cpu-light",
|
|
347
|
+
"fs-read"
|
|
348
|
+
],
|
|
349
|
+
"side_effect": "hermetic",
|
|
350
|
+
"timeout_ms": 120000,
|
|
351
|
+
"cache": {
|
|
352
|
+
"enabled": true,
|
|
353
|
+
"inputs": [
|
|
354
|
+
"package.json",
|
|
355
|
+
"package-lock.json",
|
|
356
|
+
"release-gates.v2.json",
|
|
357
|
+
"src/**",
|
|
358
|
+
"docs/**",
|
|
359
|
+
"schemas/**"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"isolation": {
|
|
363
|
+
"home": "temp",
|
|
364
|
+
"codex_home": "temp",
|
|
365
|
+
"report_dir": "per-gate"
|
|
366
|
+
},
|
|
367
|
+
"preset": [
|
|
368
|
+
"release"
|
|
369
|
+
],
|
|
370
|
+
"output_contract": "sks.gate-result.v1"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"id": "codex-native:hook-lifecycle-proof",
|
|
374
|
+
"command": "node ./dist/scripts/codex-native-hook-lifecycle-proof-check.js",
|
|
375
|
+
"deps": [],
|
|
376
|
+
"resource": [
|
|
377
|
+
"cpu-light",
|
|
378
|
+
"fs-read"
|
|
379
|
+
],
|
|
380
|
+
"side_effect": "hermetic",
|
|
381
|
+
"timeout_ms": 120000,
|
|
382
|
+
"cache": {
|
|
383
|
+
"enabled": false,
|
|
384
|
+
"inputs": [
|
|
385
|
+
"package.json",
|
|
386
|
+
"package-lock.json",
|
|
387
|
+
"release-gates.v2.json",
|
|
388
|
+
"src/**",
|
|
389
|
+
"docs/**",
|
|
390
|
+
"schemas/**"
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"isolation": {
|
|
394
|
+
"home": "temp",
|
|
395
|
+
"codex_home": "temp",
|
|
396
|
+
"report_dir": "per-gate"
|
|
397
|
+
},
|
|
398
|
+
"preset": [
|
|
399
|
+
"release"
|
|
400
|
+
],
|
|
401
|
+
"output_contract": "sks.gate-result.v1"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"id": "codex-plugin:app-template-policy",
|
|
405
|
+
"command": "node ./dist/scripts/codex-plugin-app-template-policy-check.js",
|
|
406
|
+
"deps": [],
|
|
407
|
+
"resource": [
|
|
408
|
+
"cpu-light",
|
|
409
|
+
"fs-read"
|
|
410
|
+
],
|
|
411
|
+
"side_effect": "hermetic",
|
|
412
|
+
"timeout_ms": 120000,
|
|
413
|
+
"cache": {
|
|
414
|
+
"enabled": true,
|
|
415
|
+
"inputs": [
|
|
416
|
+
"package.json",
|
|
417
|
+
"package-lock.json",
|
|
418
|
+
"release-gates.v2.json",
|
|
419
|
+
"src/**",
|
|
420
|
+
"schemas/**"
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"isolation": {
|
|
424
|
+
"home": "temp",
|
|
425
|
+
"codex_home": "temp",
|
|
426
|
+
"report_dir": "per-gate"
|
|
427
|
+
},
|
|
428
|
+
"preset": [
|
|
429
|
+
"release"
|
|
430
|
+
],
|
|
431
|
+
"output_contract": "sks.gate-result.v1"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"id": "codex-sdk:all-pipelines",
|
|
435
|
+
"command": "node ./dist/scripts/codex-sdk-all-pipelines-check.js",
|
|
436
|
+
"deps": [],
|
|
437
|
+
"resource": [
|
|
438
|
+
"cpu-light",
|
|
439
|
+
"fs-read"
|
|
440
|
+
],
|
|
441
|
+
"side_effect": "hermetic",
|
|
442
|
+
"timeout_ms": 180000,
|
|
443
|
+
"cache": {
|
|
444
|
+
"enabled": true,
|
|
445
|
+
"inputs": [
|
|
446
|
+
"package.json",
|
|
447
|
+
"release-gates.v2.json",
|
|
448
|
+
"src/**",
|
|
449
|
+
"schemas/**"
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
"isolation": {
|
|
453
|
+
"home": "temp",
|
|
454
|
+
"codex_home": "temp",
|
|
455
|
+
"report_dir": "per-gate"
|
|
456
|
+
},
|
|
457
|
+
"preset": [
|
|
458
|
+
"release"
|
|
459
|
+
],
|
|
460
|
+
"output_contract": "sks.gate-result.v1"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"id": "codex:0.134-runner-truth",
|
|
464
|
+
"command": "node ./dist/scripts/codex-0-134-runner-truth-check.js",
|
|
465
|
+
"deps": [],
|
|
466
|
+
"resource": [
|
|
467
|
+
"cpu-light",
|
|
468
|
+
"fs-read"
|
|
469
|
+
],
|
|
470
|
+
"side_effect": "hermetic",
|
|
471
|
+
"timeout_ms": 120000,
|
|
472
|
+
"cache": {
|
|
473
|
+
"enabled": true,
|
|
474
|
+
"inputs": [
|
|
475
|
+
"package.json",
|
|
476
|
+
"release-gates.v2.json",
|
|
477
|
+
"src/**",
|
|
478
|
+
"schemas/**"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
"isolation": {
|
|
482
|
+
"home": "temp",
|
|
483
|
+
"codex_home": "temp",
|
|
484
|
+
"report_dir": "per-gate"
|
|
485
|
+
},
|
|
486
|
+
"preset": [
|
|
487
|
+
"release"
|
|
488
|
+
],
|
|
489
|
+
"output_contract": "sks.gate-result.v1"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "codex:0.137-compat",
|
|
493
|
+
"command": "node ./dist/scripts/codex-0-137-compat-check.js",
|
|
494
|
+
"deps": [],
|
|
495
|
+
"resource": [
|
|
496
|
+
"cpu-light",
|
|
497
|
+
"fs-read"
|
|
498
|
+
],
|
|
499
|
+
"side_effect": "hermetic",
|
|
500
|
+
"timeout_ms": 180000,
|
|
501
|
+
"cache": {
|
|
502
|
+
"enabled": true,
|
|
503
|
+
"inputs": [
|
|
504
|
+
"package.json",
|
|
505
|
+
"release-gates.v2.json",
|
|
506
|
+
"src/**",
|
|
507
|
+
"schemas/**"
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
"isolation": {
|
|
511
|
+
"home": "temp",
|
|
512
|
+
"codex_home": "temp",
|
|
513
|
+
"report_dir": "per-gate"
|
|
514
|
+
},
|
|
515
|
+
"preset": [
|
|
516
|
+
"release"
|
|
517
|
+
],
|
|
518
|
+
"output_contract": "sks.gate-result.v1"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"id": "codex:0138-doctor",
|
|
522
|
+
"command": "node ./dist/scripts/codex-0138-doctor-check.js",
|
|
523
|
+
"deps": [
|
|
524
|
+
"codex:0138-capability-comprehensive"
|
|
525
|
+
],
|
|
526
|
+
"resource": [
|
|
527
|
+
"cpu-light",
|
|
528
|
+
"fs-read"
|
|
529
|
+
],
|
|
530
|
+
"side_effect": "hermetic",
|
|
531
|
+
"timeout_ms": 120000,
|
|
532
|
+
"cache": {
|
|
533
|
+
"enabled": true,
|
|
534
|
+
"inputs": [
|
|
535
|
+
"package.json",
|
|
536
|
+
"package-lock.json",
|
|
537
|
+
"release-gates.v2.json",
|
|
538
|
+
"src/**",
|
|
539
|
+
"schemas/**"
|
|
540
|
+
]
|
|
541
|
+
},
|
|
542
|
+
"isolation": {
|
|
543
|
+
"home": "temp",
|
|
544
|
+
"codex_home": "temp",
|
|
545
|
+
"report_dir": "per-gate"
|
|
546
|
+
},
|
|
547
|
+
"preset": [
|
|
548
|
+
"release"
|
|
549
|
+
],
|
|
550
|
+
"output_contract": "sks.gate-result.v1"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "codex:app-handoff-comprehensive",
|
|
554
|
+
"command": "node ./dist/scripts/codex-app-handoff-check.js && node ./dist/scripts/codex-app-handoff-launch-check.js && node ./dist/scripts/qa-loop-app-handoff-check.js && node ./dist/scripts/qa-loop-app-handoff-capability-check.js && node ./dist/scripts/qa-loop-app-handoff-cli-check.js && node ./dist/scripts/qa-loop-app-handoff-confirmation-check.js && node ./dist/scripts/qa-loop-app-handoff-gate-lifecycle-check.js && node ./dist/scripts/qa-loop-app-handoff-launch-check.js && node ./dist/scripts/qa-loop-app-handoff-status-lifecycle-check.js",
|
|
555
|
+
"deps": [],
|
|
556
|
+
"resource": [
|
|
557
|
+
"cpu-light",
|
|
558
|
+
"fs-read"
|
|
559
|
+
],
|
|
560
|
+
"side_effect": "hermetic",
|
|
561
|
+
"timeout_ms": 240000,
|
|
562
|
+
"cache": {
|
|
563
|
+
"enabled": true,
|
|
564
|
+
"inputs": [
|
|
565
|
+
"package.json",
|
|
566
|
+
"release-gates.v2.json",
|
|
567
|
+
"src/**",
|
|
568
|
+
"schemas/**"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
"isolation": {
|
|
572
|
+
"home": "temp",
|
|
573
|
+
"codex_home": "temp",
|
|
574
|
+
"report_dir": "per-gate"
|
|
575
|
+
},
|
|
576
|
+
"preset": [
|
|
577
|
+
"release"
|
|
578
|
+
],
|
|
579
|
+
"output_contract": "sks.gate-result.v1"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"id": "codex:product-design-plugin-routing",
|
|
583
|
+
"command": "node ./dist/scripts/product-design-plugin-routing-check.js",
|
|
584
|
+
"deps": [],
|
|
585
|
+
"resource": [
|
|
586
|
+
"cpu-light",
|
|
587
|
+
"fs-read"
|
|
588
|
+
],
|
|
589
|
+
"side_effect": "hermetic",
|
|
590
|
+
"timeout_ms": 120000,
|
|
591
|
+
"cache": {
|
|
592
|
+
"enabled": true,
|
|
593
|
+
"inputs": [
|
|
594
|
+
"package.json",
|
|
595
|
+
"release-gates.v2.json",
|
|
596
|
+
"src/core/routes.ts",
|
|
597
|
+
"src/core/routes/**",
|
|
598
|
+
"src/core/product-design-plugin.ts",
|
|
599
|
+
"src/core/pipeline-internals/runtime-core.ts",
|
|
600
|
+
"src/core/ppt.ts",
|
|
601
|
+
"src/core/codex-app.ts",
|
|
602
|
+
"src/core/init.ts",
|
|
603
|
+
"src/scripts/product-design-plugin-routing-check.ts"
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
"isolation": {
|
|
607
|
+
"home": "temp",
|
|
608
|
+
"codex_home": "temp",
|
|
609
|
+
"report_dir": "per-gate"
|
|
610
|
+
},
|
|
611
|
+
"preset": [
|
|
612
|
+
"release"
|
|
613
|
+
],
|
|
614
|
+
"output_contract": "sks.gate-result.v1"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"id": "config:managed-merge",
|
|
618
|
+
"command": "node ./dist/scripts/managed-config-merge-check.js",
|
|
619
|
+
"deps": [
|
|
620
|
+
"secret:preservation"
|
|
621
|
+
],
|
|
622
|
+
"resource": [
|
|
623
|
+
"cpu-light",
|
|
624
|
+
"fs-read"
|
|
625
|
+
],
|
|
626
|
+
"side_effect": "hermetic",
|
|
627
|
+
"timeout_ms": 300000,
|
|
628
|
+
"cache": {
|
|
629
|
+
"enabled": true,
|
|
630
|
+
"inputs": [
|
|
631
|
+
"package.json",
|
|
632
|
+
"package-lock.json",
|
|
633
|
+
"release-gates.v2.json",
|
|
634
|
+
"src/**",
|
|
635
|
+
"docs/**",
|
|
636
|
+
"schemas/**"
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
"isolation": {
|
|
640
|
+
"home": "temp",
|
|
641
|
+
"codex_home": "temp",
|
|
642
|
+
"report_dir": "per-gate"
|
|
643
|
+
},
|
|
644
|
+
"preset": [
|
|
645
|
+
"release"
|
|
646
|
+
],
|
|
647
|
+
"output_contract": "sks.gate-result.v1"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"id": "safety:mutation-callsite-coverage",
|
|
651
|
+
"command": "node ./dist/scripts/mutation-callsite-coverage-check.js",
|
|
652
|
+
"deps": [
|
|
653
|
+
"config:managed-merge"
|
|
654
|
+
],
|
|
655
|
+
"resource": [
|
|
656
|
+
"cpu-light",
|
|
657
|
+
"fs-read"
|
|
658
|
+
],
|
|
659
|
+
"side_effect": "hermetic",
|
|
660
|
+
"timeout_ms": 300000,
|
|
661
|
+
"cache": {
|
|
662
|
+
"enabled": true,
|
|
663
|
+
"inputs": [
|
|
664
|
+
"package.json",
|
|
665
|
+
"release-gates.v2.json",
|
|
666
|
+
"safety-mutation-allowlist.json",
|
|
667
|
+
"src/**"
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
"isolation": {
|
|
671
|
+
"home": "temp",
|
|
672
|
+
"codex_home": "temp",
|
|
673
|
+
"report_dir": "per-gate"
|
|
674
|
+
},
|
|
675
|
+
"preset": [
|
|
676
|
+
"release"
|
|
677
|
+
],
|
|
678
|
+
"output_contract": "sks.gate-result.v1"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"id": "context7:evidence-dedupe",
|
|
682
|
+
"command": "node ./dist/scripts/context7-evidence-dedupe-check.js",
|
|
683
|
+
"deps": [],
|
|
684
|
+
"resource": [
|
|
685
|
+
"cpu-light",
|
|
686
|
+
"fs-read"
|
|
687
|
+
],
|
|
688
|
+
"side_effect": "hermetic",
|
|
689
|
+
"timeout_ms": 120000,
|
|
690
|
+
"cache": {
|
|
691
|
+
"enabled": true,
|
|
692
|
+
"inputs": [
|
|
693
|
+
"package.json",
|
|
694
|
+
"release-gates.v2.json",
|
|
695
|
+
"src/**",
|
|
696
|
+
"schemas/**"
|
|
697
|
+
]
|
|
698
|
+
},
|
|
699
|
+
"isolation": {
|
|
700
|
+
"home": "temp",
|
|
701
|
+
"codex_home": "temp",
|
|
702
|
+
"report_dir": "per-gate"
|
|
703
|
+
},
|
|
704
|
+
"preset": [
|
|
705
|
+
"release"
|
|
706
|
+
],
|
|
707
|
+
"output_contract": "sks.gate-result.v1"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"id": "core-skill:route-runtime-integration",
|
|
711
|
+
"command": "node ./dist/scripts/core-skill-route-runtime-integration-check.js",
|
|
712
|
+
"deps": [],
|
|
713
|
+
"resource": [
|
|
714
|
+
"cpu-light",
|
|
715
|
+
"fs-read"
|
|
716
|
+
],
|
|
717
|
+
"side_effect": "hermetic",
|
|
718
|
+
"timeout_ms": 120000,
|
|
719
|
+
"cache": {
|
|
720
|
+
"enabled": true,
|
|
721
|
+
"inputs": [
|
|
722
|
+
"package.json",
|
|
723
|
+
"release-gates.v2.json",
|
|
724
|
+
"src/core/skills/**",
|
|
725
|
+
"src/scripts/core-skill-route-runtime-integration-check.ts"
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
"isolation": {
|
|
729
|
+
"home": "temp",
|
|
730
|
+
"codex_home": "temp",
|
|
731
|
+
"report_dir": "per-gate"
|
|
732
|
+
},
|
|
733
|
+
"preset": [
|
|
734
|
+
"release"
|
|
735
|
+
],
|
|
736
|
+
"output_contract": "sks.gate-result.v1"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"id": "core-skill:heldout-validation",
|
|
740
|
+
"command": "node ./dist/scripts/core-skill-heldout-validation-check.js",
|
|
741
|
+
"deps": [],
|
|
742
|
+
"resource": [
|
|
743
|
+
"cpu-light",
|
|
744
|
+
"fs-read"
|
|
745
|
+
],
|
|
746
|
+
"side_effect": "hermetic",
|
|
747
|
+
"timeout_ms": 120000,
|
|
748
|
+
"cache": {
|
|
749
|
+
"enabled": true,
|
|
750
|
+
"inputs": [
|
|
751
|
+
"package.json",
|
|
752
|
+
"release-gates.v2.json",
|
|
753
|
+
"src/**",
|
|
754
|
+
"schemas/**"
|
|
755
|
+
]
|
|
756
|
+
},
|
|
757
|
+
"isolation": {
|
|
758
|
+
"home": "temp",
|
|
759
|
+
"codex_home": "temp",
|
|
760
|
+
"report_dir": "per-gate"
|
|
761
|
+
},
|
|
762
|
+
"preset": [
|
|
763
|
+
"release"
|
|
764
|
+
],
|
|
765
|
+
"output_contract": "sks.gate-result.v1"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"id": "core-skill:no-inference-optimizer",
|
|
769
|
+
"command": "node ./dist/scripts/core-skill-no-inference-optimizer-check.js",
|
|
770
|
+
"deps": [],
|
|
771
|
+
"resource": [
|
|
772
|
+
"cpu-light",
|
|
773
|
+
"fs-read"
|
|
774
|
+
],
|
|
775
|
+
"side_effect": "hermetic",
|
|
776
|
+
"timeout_ms": 120000,
|
|
777
|
+
"cache": {
|
|
778
|
+
"enabled": true,
|
|
779
|
+
"inputs": [
|
|
780
|
+
"package.json",
|
|
781
|
+
"release-gates.v2.json",
|
|
782
|
+
"src/**",
|
|
783
|
+
"schemas/**"
|
|
784
|
+
]
|
|
785
|
+
},
|
|
786
|
+
"isolation": {
|
|
787
|
+
"home": "temp",
|
|
788
|
+
"codex_home": "temp",
|
|
789
|
+
"report_dir": "per-gate"
|
|
790
|
+
},
|
|
791
|
+
"preset": [
|
|
792
|
+
"release"
|
|
793
|
+
],
|
|
794
|
+
"output_contract": "sks.gate-result.v1"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"id": "core-skill:patch",
|
|
798
|
+
"command": "node ./dist/scripts/core-skill-patch-check.js && node ./dist/scripts/skills-manifest-continuity-check.js && node ./dist/scripts/uninstall-inventory-check.js",
|
|
799
|
+
"deps": [],
|
|
800
|
+
"resource": [
|
|
801
|
+
"cpu-light",
|
|
802
|
+
"fs-read"
|
|
803
|
+
],
|
|
804
|
+
"side_effect": "hermetic",
|
|
805
|
+
"timeout_ms": 120000,
|
|
806
|
+
"cache": {
|
|
807
|
+
"enabled": true,
|
|
808
|
+
"inputs": [
|
|
809
|
+
"package.json",
|
|
810
|
+
"release-gates.v2.json",
|
|
811
|
+
"src/**",
|
|
812
|
+
"dist/config/skills-manifest.json",
|
|
813
|
+
"schemas/**"
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
"isolation": {
|
|
817
|
+
"home": "temp",
|
|
818
|
+
"codex_home": "temp",
|
|
819
|
+
"report_dir": "per-gate"
|
|
820
|
+
},
|
|
821
|
+
"preset": [
|
|
822
|
+
"release"
|
|
823
|
+
],
|
|
824
|
+
"output_contract": "sks.gate-result.v1"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"id": "dfix:patch-swarm-route-blackbox",
|
|
828
|
+
"command": "node ./dist/scripts/dfix-patch-swarm-route-blackbox.js",
|
|
829
|
+
"deps": [],
|
|
830
|
+
"resource": [
|
|
831
|
+
"cpu-light",
|
|
832
|
+
"fs-read"
|
|
833
|
+
],
|
|
834
|
+
"side_effect": "hermetic",
|
|
835
|
+
"timeout_ms": 180000,
|
|
836
|
+
"cache": {
|
|
837
|
+
"enabled": true,
|
|
838
|
+
"inputs": [
|
|
839
|
+
"package.json",
|
|
840
|
+
"release-gates.v2.json",
|
|
841
|
+
"src/**",
|
|
842
|
+
"schemas/**"
|
|
843
|
+
]
|
|
844
|
+
},
|
|
845
|
+
"isolation": {
|
|
846
|
+
"home": "temp",
|
|
847
|
+
"codex_home": "temp",
|
|
848
|
+
"report_dir": "per-gate"
|
|
849
|
+
},
|
|
850
|
+
"preset": [
|
|
851
|
+
"release"
|
|
852
|
+
],
|
|
853
|
+
"output_contract": "sks.gate-result.v1"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"id": "doctor:codex-app-harness",
|
|
857
|
+
"command": "node ./dist/scripts/doctor-codex-app-harness-check.js",
|
|
858
|
+
"deps": [],
|
|
859
|
+
"resource": [
|
|
860
|
+
"cpu-light",
|
|
861
|
+
"fs-read"
|
|
862
|
+
],
|
|
863
|
+
"side_effect": "hermetic",
|
|
864
|
+
"timeout_ms": 300000,
|
|
865
|
+
"cache": {
|
|
866
|
+
"enabled": true,
|
|
867
|
+
"inputs": [
|
|
868
|
+
"package.json",
|
|
869
|
+
"package-lock.json",
|
|
870
|
+
"release-gates.v2.json",
|
|
871
|
+
"src/**",
|
|
872
|
+
"docs/**",
|
|
873
|
+
"schemas/**"
|
|
874
|
+
]
|
|
875
|
+
},
|
|
876
|
+
"isolation": {
|
|
877
|
+
"home": "temp",
|
|
878
|
+
"codex_home": "temp",
|
|
879
|
+
"report_dir": "per-gate"
|
|
880
|
+
},
|
|
881
|
+
"preset": [
|
|
882
|
+
"release"
|
|
883
|
+
],
|
|
884
|
+
"output_contract": "sks.gate-result.v1"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"id": "doctor:fix-proves-codex-read",
|
|
888
|
+
"command": "node ./dist/scripts/doctor-fix-proves-codex-read-check.js",
|
|
889
|
+
"deps": [],
|
|
890
|
+
"resource": [
|
|
891
|
+
"cpu-light",
|
|
892
|
+
"fs-read",
|
|
893
|
+
"timing-sensitive"
|
|
894
|
+
],
|
|
895
|
+
"side_effect": "hermetic",
|
|
896
|
+
"timeout_ms": 120000,
|
|
897
|
+
"cache": {
|
|
898
|
+
"enabled": true,
|
|
899
|
+
"inputs": [
|
|
900
|
+
"package.json",
|
|
901
|
+
"release-gates.v2.json",
|
|
902
|
+
"src/**",
|
|
903
|
+
"schemas/**"
|
|
904
|
+
]
|
|
905
|
+
},
|
|
906
|
+
"isolation": {
|
|
907
|
+
"home": "temp",
|
|
908
|
+
"codex_home": "temp",
|
|
909
|
+
"report_dir": "per-gate"
|
|
910
|
+
},
|
|
911
|
+
"preset": [
|
|
912
|
+
"release"
|
|
913
|
+
],
|
|
914
|
+
"output_contract": "sks.gate-result.v1"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"id": "doctor:fixes-codex-app-fast-ui",
|
|
918
|
+
"command": "node ./dist/scripts/doctor-fixes-codex-app-fast-ui-check.js",
|
|
919
|
+
"deps": [],
|
|
920
|
+
"resource": [
|
|
921
|
+
"cpu-light",
|
|
922
|
+
"fs-read"
|
|
923
|
+
],
|
|
924
|
+
"side_effect": "hermetic",
|
|
925
|
+
"timeout_ms": 120000,
|
|
926
|
+
"cache": {
|
|
927
|
+
"enabled": true,
|
|
928
|
+
"inputs": [
|
|
929
|
+
"package.json",
|
|
930
|
+
"release-gates.v2.json",
|
|
931
|
+
"src/**",
|
|
932
|
+
"schemas/**"
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
"isolation": {
|
|
936
|
+
"home": "temp",
|
|
937
|
+
"codex_home": "temp",
|
|
938
|
+
"report_dir": "per-gate"
|
|
939
|
+
},
|
|
940
|
+
"preset": [
|
|
941
|
+
"release"
|
|
942
|
+
],
|
|
943
|
+
"output_contract": "sks.gate-result.v1"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"id": "fast:codex-service-tier-proof",
|
|
947
|
+
"command": "node ./dist/scripts/fast-codex-service-tier-proof-check.js",
|
|
948
|
+
"deps": [],
|
|
949
|
+
"resource": [
|
|
950
|
+
"cpu-light",
|
|
951
|
+
"fs-read"
|
|
952
|
+
],
|
|
953
|
+
"side_effect": "hermetic",
|
|
954
|
+
"timeout_ms": 120000,
|
|
955
|
+
"cache": {
|
|
956
|
+
"enabled": true,
|
|
957
|
+
"inputs": [
|
|
958
|
+
"package.json",
|
|
959
|
+
"release-gates.v2.json",
|
|
960
|
+
"src/**",
|
|
961
|
+
"schemas/**"
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
"isolation": {
|
|
965
|
+
"home": "temp",
|
|
966
|
+
"codex_home": "temp",
|
|
967
|
+
"report_dir": "per-gate"
|
|
968
|
+
},
|
|
969
|
+
"preset": [
|
|
970
|
+
"release"
|
|
971
|
+
],
|
|
972
|
+
"output_contract": "sks.gate-result.v1"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"id": "git-collaboration:e2e",
|
|
976
|
+
"command": "node --test test/e2e/git-*.test.mjs test/e2e/shared-triwiki-merge.test.mjs test/e2e/wrongness-shared-sync.test.mjs",
|
|
977
|
+
"deps": [],
|
|
978
|
+
"resource": [
|
|
979
|
+
"cpu-light",
|
|
980
|
+
"fs-read"
|
|
981
|
+
],
|
|
982
|
+
"side_effect": "hermetic",
|
|
983
|
+
"timeout_ms": 180000,
|
|
984
|
+
"cache": {
|
|
985
|
+
"enabled": true,
|
|
986
|
+
"inputs": [
|
|
987
|
+
"package.json",
|
|
988
|
+
"release-gates.v2.json",
|
|
989
|
+
"src/**",
|
|
990
|
+
"schemas/**"
|
|
991
|
+
]
|
|
992
|
+
},
|
|
993
|
+
"isolation": {
|
|
994
|
+
"home": "temp",
|
|
995
|
+
"codex_home": "temp",
|
|
996
|
+
"report_dir": "per-gate"
|
|
997
|
+
},
|
|
998
|
+
"preset": [
|
|
999
|
+
"release"
|
|
1000
|
+
],
|
|
1001
|
+
"output_contract": "sks.gate-result.v1"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"id": "git:worktree-diff-envelope",
|
|
1005
|
+
"command": "node ./dist/scripts/git-worktree-diff-envelope-check.js",
|
|
1006
|
+
"deps": [],
|
|
1007
|
+
"resource": [
|
|
1008
|
+
"cpu-light",
|
|
1009
|
+
"timing-sensitive"
|
|
1010
|
+
],
|
|
1011
|
+
"side_effect": "hermetic",
|
|
1012
|
+
"timeout_ms": 120000,
|
|
1013
|
+
"cache": {
|
|
1014
|
+
"enabled": true,
|
|
1015
|
+
"inputs": [
|
|
1016
|
+
"src/core/git/git-worktree-patch-envelope.ts",
|
|
1017
|
+
"src/core/agents/agent-patch-schema.ts",
|
|
1018
|
+
"src/scripts/git-worktree-diff-envelope-check.ts"
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
"isolation": {
|
|
1022
|
+
"home": "temp",
|
|
1023
|
+
"codex_home": "temp",
|
|
1024
|
+
"report_dir": "per-gate"
|
|
1025
|
+
},
|
|
1026
|
+
"preset": [
|
|
1027
|
+
"release"
|
|
1028
|
+
],
|
|
1029
|
+
"output_contract": "sks.gate-result.v1"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"id": "git:worktree-manifest-append",
|
|
1033
|
+
"command": "node ./dist/scripts/git-worktree-manifest-append-check.js",
|
|
1034
|
+
"deps": [],
|
|
1035
|
+
"resource": [
|
|
1036
|
+
"git-worktree",
|
|
1037
|
+
"cpu-light"
|
|
1038
|
+
],
|
|
1039
|
+
"side_effect": "hermetic",
|
|
1040
|
+
"timeout_ms": 120000,
|
|
1041
|
+
"cache": {
|
|
1042
|
+
"enabled": true,
|
|
1043
|
+
"inputs": [
|
|
1044
|
+
"src/core/git/git-worktree-manager.ts",
|
|
1045
|
+
"src/scripts/git-worktree-manifest-append-check.ts"
|
|
1046
|
+
]
|
|
1047
|
+
},
|
|
1048
|
+
"isolation": {
|
|
1049
|
+
"home": "temp",
|
|
1050
|
+
"codex_home": "temp",
|
|
1051
|
+
"report_dir": "per-gate"
|
|
1052
|
+
},
|
|
1053
|
+
"preset": [
|
|
1054
|
+
"release"
|
|
1055
|
+
],
|
|
1056
|
+
"output_contract": "sks.gate-result.v1"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "git:worktree-dirty-main-detection",
|
|
1060
|
+
"command": "node ./dist/scripts/git-worktree-dirty-main-detection-check.js",
|
|
1061
|
+
"deps": [],
|
|
1062
|
+
"resource": [
|
|
1063
|
+
"git-worktree",
|
|
1064
|
+
"cpu-light"
|
|
1065
|
+
],
|
|
1066
|
+
"side_effect": "hermetic",
|
|
1067
|
+
"timeout_ms": 120000,
|
|
1068
|
+
"cache": {
|
|
1069
|
+
"enabled": true,
|
|
1070
|
+
"inputs": [
|
|
1071
|
+
"src/core/git/git-worktree-manager.ts",
|
|
1072
|
+
"src/scripts/git-worktree-dirty-main-detection-check.ts"
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
"isolation": {
|
|
1076
|
+
"home": "temp",
|
|
1077
|
+
"codex_home": "temp",
|
|
1078
|
+
"report_dir": "per-gate"
|
|
1079
|
+
},
|
|
1080
|
+
"preset": [
|
|
1081
|
+
"release"
|
|
1082
|
+
],
|
|
1083
|
+
"output_contract": "sks.gate-result.v1"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"id": "git:worktree-dirty-lock",
|
|
1087
|
+
"command": "node ./dist/scripts/git-worktree-dirty-lock-check.js",
|
|
1088
|
+
"deps": [],
|
|
1089
|
+
"resource": [
|
|
1090
|
+
"git-worktree",
|
|
1091
|
+
"cpu-light"
|
|
1092
|
+
],
|
|
1093
|
+
"side_effect": "hermetic",
|
|
1094
|
+
"timeout_ms": 120000,
|
|
1095
|
+
"cache": {
|
|
1096
|
+
"enabled": true,
|
|
1097
|
+
"inputs": [
|
|
1098
|
+
"src/core/git/git-worktree-cleanup.ts",
|
|
1099
|
+
"src/scripts/git-worktree-dirty-lock-check.ts"
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
"isolation": {
|
|
1103
|
+
"home": "temp",
|
|
1104
|
+
"codex_home": "temp",
|
|
1105
|
+
"report_dir": "per-gate"
|
|
1106
|
+
},
|
|
1107
|
+
"preset": [
|
|
1108
|
+
"release"
|
|
1109
|
+
],
|
|
1110
|
+
"output_contract": "sks.gate-result.v1"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"id": "naruto:worktree-coding:blackbox",
|
|
1114
|
+
"command": "node ./dist/scripts/naruto-worktree-coding-blackbox.js",
|
|
1115
|
+
"deps": [
|
|
1116
|
+
"git:worktree-diff-envelope",
|
|
1117
|
+
"git:worktree-diff-apply-pipeline"
|
|
1118
|
+
],
|
|
1119
|
+
"resource": [
|
|
1120
|
+
"git-worktree",
|
|
1121
|
+
"cpu-light"
|
|
1122
|
+
],
|
|
1123
|
+
"side_effect": "hermetic",
|
|
1124
|
+
"timeout_ms": 120000,
|
|
1125
|
+
"cache": {
|
|
1126
|
+
"enabled": true,
|
|
1127
|
+
"inputs": [
|
|
1128
|
+
"src/core/git/**",
|
|
1129
|
+
"src/core/naruto/**",
|
|
1130
|
+
"src/scripts/naruto-worktree-coding-blackbox.ts"
|
|
1131
|
+
]
|
|
1132
|
+
},
|
|
1133
|
+
"isolation": {
|
|
1134
|
+
"home": "temp",
|
|
1135
|
+
"codex_home": "temp",
|
|
1136
|
+
"report_dir": "per-gate"
|
|
1137
|
+
},
|
|
1138
|
+
"preset": [
|
|
1139
|
+
"release"
|
|
1140
|
+
],
|
|
1141
|
+
"output_contract": "sks.gate-result.v1"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"id": "goal:artifact-compat",
|
|
1145
|
+
"command": "node ./dist/scripts/goal-artifact-compat-check.js",
|
|
1146
|
+
"deps": [],
|
|
1147
|
+
"resource": [
|
|
1148
|
+
"cpu-light",
|
|
1149
|
+
"fs-read",
|
|
1150
|
+
"timing-sensitive"
|
|
1151
|
+
],
|
|
1152
|
+
"side_effect": "hermetic",
|
|
1153
|
+
"timeout_ms": 300000,
|
|
1154
|
+
"cache": {
|
|
1155
|
+
"enabled": true,
|
|
1156
|
+
"inputs": [
|
|
1157
|
+
"package.json",
|
|
1158
|
+
"release-gates.v2.json",
|
|
1159
|
+
"src/**",
|
|
1160
|
+
"schemas/**",
|
|
1161
|
+
"docs/**"
|
|
1162
|
+
]
|
|
1163
|
+
},
|
|
1164
|
+
"isolation": {
|
|
1165
|
+
"home": "temp",
|
|
1166
|
+
"codex_home": "temp",
|
|
1167
|
+
"report_dir": "per-gate"
|
|
1168
|
+
},
|
|
1169
|
+
"preset": [
|
|
1170
|
+
"release"
|
|
1171
|
+
],
|
|
1172
|
+
"output_contract": "sks.gate-result.v1"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"id": "image:artifact-path-contract",
|
|
1176
|
+
"command": "node ./dist/scripts/image-artifact-path-contract-check.js",
|
|
1177
|
+
"deps": [],
|
|
1178
|
+
"resource": [
|
|
1179
|
+
"cpu-light",
|
|
1180
|
+
"fs-read"
|
|
1181
|
+
],
|
|
1182
|
+
"side_effect": "hermetic",
|
|
1183
|
+
"timeout_ms": 120000,
|
|
1184
|
+
"cache": {
|
|
1185
|
+
"enabled": true,
|
|
1186
|
+
"inputs": [
|
|
1187
|
+
"package.json",
|
|
1188
|
+
"package-lock.json",
|
|
1189
|
+
"release-gates.v2.json",
|
|
1190
|
+
"src/**",
|
|
1191
|
+
"schemas/**"
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1194
|
+
"isolation": {
|
|
1195
|
+
"home": "temp",
|
|
1196
|
+
"codex_home": "temp",
|
|
1197
|
+
"report_dir": "per-gate"
|
|
1198
|
+
},
|
|
1199
|
+
"preset": [
|
|
1200
|
+
"release"
|
|
1201
|
+
],
|
|
1202
|
+
"output_contract": "sks.gate-result.v1"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": "init-deep:backup-retention",
|
|
1206
|
+
"command": "node ./dist/scripts/init-deep-backup-retention-check.js",
|
|
1207
|
+
"deps": [],
|
|
1208
|
+
"resource": [
|
|
1209
|
+
"cpu-light",
|
|
1210
|
+
"fs-read"
|
|
1211
|
+
],
|
|
1212
|
+
"side_effect": "hermetic",
|
|
1213
|
+
"timeout_ms": 120000,
|
|
1214
|
+
"cache": {
|
|
1215
|
+
"enabled": false,
|
|
1216
|
+
"inputs": [
|
|
1217
|
+
"package.json",
|
|
1218
|
+
"package-lock.json",
|
|
1219
|
+
"release-gates.v2.json",
|
|
1220
|
+
"src/**",
|
|
1221
|
+
"docs/**",
|
|
1222
|
+
"schemas/**"
|
|
1223
|
+
]
|
|
1224
|
+
},
|
|
1225
|
+
"isolation": {
|
|
1226
|
+
"home": "temp",
|
|
1227
|
+
"codex_home": "temp",
|
|
1228
|
+
"report_dir": "per-gate"
|
|
1229
|
+
},
|
|
1230
|
+
"preset": [
|
|
1231
|
+
"release"
|
|
1232
|
+
],
|
|
1233
|
+
"output_contract": "sks.gate-result.v1"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"id": "super-search:provider-interface",
|
|
1237
|
+
"command": "node ./dist/scripts/super-search-provider-interface-check.js",
|
|
1238
|
+
"deps": [],
|
|
1239
|
+
"resource": [
|
|
1240
|
+
"cpu-light",
|
|
1241
|
+
"fs-read"
|
|
1242
|
+
],
|
|
1243
|
+
"side_effect": "hermetic",
|
|
1244
|
+
"timeout_ms": 120000,
|
|
1245
|
+
"cache": {
|
|
1246
|
+
"enabled": true,
|
|
1247
|
+
"inputs": [
|
|
1248
|
+
"package.json",
|
|
1249
|
+
"release-gates.v2.json",
|
|
1250
|
+
"src/**",
|
|
1251
|
+
"schemas/**"
|
|
1252
|
+
]
|
|
1253
|
+
},
|
|
1254
|
+
"isolation": {
|
|
1255
|
+
"home": "temp",
|
|
1256
|
+
"codex_home": "temp",
|
|
1257
|
+
"report_dir": "per-gate"
|
|
1258
|
+
},
|
|
1259
|
+
"preset": [
|
|
1260
|
+
"release"
|
|
1261
|
+
],
|
|
1262
|
+
"output_contract": "sks.gate-result.v1"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"id": "legacy:gate-purge",
|
|
1266
|
+
"command": "node ./dist/scripts/legacy-gate-purge-check.js",
|
|
1267
|
+
"deps": [],
|
|
1268
|
+
"resource": [
|
|
1269
|
+
"cpu-light",
|
|
1270
|
+
"fs-read"
|
|
1271
|
+
],
|
|
1272
|
+
"side_effect": "hermetic",
|
|
1273
|
+
"timeout_ms": 120000,
|
|
1274
|
+
"cache": {
|
|
1275
|
+
"enabled": true,
|
|
1276
|
+
"inputs": [
|
|
1277
|
+
"package.json",
|
|
1278
|
+
"release-gates.v2.json",
|
|
1279
|
+
"src/cli/command-registry.ts",
|
|
1280
|
+
"src/scripts/legacy-gate-purge-check.ts"
|
|
1281
|
+
]
|
|
1282
|
+
},
|
|
1283
|
+
"isolation": {
|
|
1284
|
+
"home": "temp",
|
|
1285
|
+
"codex_home": "temp",
|
|
1286
|
+
"report_dir": "per-gate"
|
|
1287
|
+
},
|
|
1288
|
+
"preset": [
|
|
1289
|
+
"release"
|
|
1290
|
+
],
|
|
1291
|
+
"output_contract": "sks.gate-result.v1"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"id": "legacy:gate-inventory",
|
|
1295
|
+
"command": "node ./dist/scripts/legacy-gate-inventory-check.js",
|
|
1296
|
+
"deps": [
|
|
1297
|
+
"legacy:gate-purge"
|
|
1298
|
+
],
|
|
1299
|
+
"resource": [
|
|
1300
|
+
"cpu-light",
|
|
1301
|
+
"fs-read"
|
|
1302
|
+
],
|
|
1303
|
+
"side_effect": "hermetic",
|
|
1304
|
+
"timeout_ms": 120000,
|
|
1305
|
+
"cache": {
|
|
1306
|
+
"enabled": true,
|
|
1307
|
+
"inputs": [
|
|
1308
|
+
"package.json",
|
|
1309
|
+
"release-gates.v2.json",
|
|
1310
|
+
"docs/sks-4-migration.md",
|
|
1311
|
+
"src/scripts/legacy-gate-inventory-check.ts"
|
|
1312
|
+
]
|
|
1313
|
+
},
|
|
1314
|
+
"isolation": {
|
|
1315
|
+
"home": "temp",
|
|
1316
|
+
"codex_home": "temp",
|
|
1317
|
+
"report_dir": "per-gate"
|
|
1318
|
+
},
|
|
1319
|
+
"preset": [
|
|
1320
|
+
"release"
|
|
1321
|
+
],
|
|
1322
|
+
"output_contract": "sks.gate-result.v1"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"id": "legacy:strong-inventory",
|
|
1326
|
+
"command": "node ./dist/scripts/legacy-strong-inventory-check.js",
|
|
1327
|
+
"deps": [
|
|
1328
|
+
"legacy:gate-inventory"
|
|
1329
|
+
],
|
|
1330
|
+
"resource": [
|
|
1331
|
+
"cpu-light",
|
|
1332
|
+
"fs-read"
|
|
1333
|
+
],
|
|
1334
|
+
"side_effect": "hermetic",
|
|
1335
|
+
"timeout_ms": 120000,
|
|
1336
|
+
"cache": {
|
|
1337
|
+
"enabled": true,
|
|
1338
|
+
"inputs": [
|
|
1339
|
+
"package.json",
|
|
1340
|
+
"release-gates.v2.json",
|
|
1341
|
+
"docs/sks-4-migration.md",
|
|
1342
|
+
"src/core/triwiki/triwiki-gate-impact-map.ts",
|
|
1343
|
+
"src/scripts/legacy-strong-inventory-check.ts"
|
|
1344
|
+
]
|
|
1345
|
+
},
|
|
1346
|
+
"isolation": {
|
|
1347
|
+
"home": "temp",
|
|
1348
|
+
"codex_home": "temp",
|
|
1349
|
+
"report_dir": "per-gate"
|
|
1350
|
+
},
|
|
1351
|
+
"preset": [
|
|
1352
|
+
"release"
|
|
1353
|
+
],
|
|
1354
|
+
"output_contract": "sks.gate-result.v1"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"id": "migration:upgrade-safety",
|
|
1358
|
+
"command": "node ./dist/scripts/legacy-upgrade-matrix-check.js",
|
|
1359
|
+
"deps": [
|
|
1360
|
+
"legacy:strong-inventory"
|
|
1361
|
+
],
|
|
1362
|
+
"resource": [
|
|
1363
|
+
"cpu-light",
|
|
1364
|
+
"fs-write"
|
|
1365
|
+
],
|
|
1366
|
+
"side_effect": "hermetic",
|
|
1367
|
+
"timeout_ms": 300000,
|
|
1368
|
+
"cache": {
|
|
1369
|
+
"enabled": true,
|
|
1370
|
+
"inputs": [
|
|
1371
|
+
"package.json",
|
|
1372
|
+
"release-gates.v2.json",
|
|
1373
|
+
"src/cli/**",
|
|
1374
|
+
"src/core/codex/**",
|
|
1375
|
+
"src/core/migration/**",
|
|
1376
|
+
"src/core/skills/**",
|
|
1377
|
+
"src/scripts/legacy-upgrade-matrix-check.ts"
|
|
1378
|
+
]
|
|
1379
|
+
},
|
|
1380
|
+
"isolation": {
|
|
1381
|
+
"home": "temp",
|
|
1382
|
+
"codex_home": "temp",
|
|
1383
|
+
"report_dir": "per-gate"
|
|
1384
|
+
},
|
|
1385
|
+
"preset": [
|
|
1386
|
+
"release"
|
|
1387
|
+
],
|
|
1388
|
+
"output_contract": "sks.gate-result.v1"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"id": "legacy:update-e2e",
|
|
1392
|
+
"command": "node ./dist/scripts/legacy-update-e2e-check.js",
|
|
1393
|
+
"deps": [],
|
|
1394
|
+
"resource": [
|
|
1395
|
+
"cpu-light",
|
|
1396
|
+
"fs-write"
|
|
1397
|
+
],
|
|
1398
|
+
"side_effect": "hermetic",
|
|
1399
|
+
"timeout_ms": 180000,
|
|
1400
|
+
"cache": {
|
|
1401
|
+
"enabled": true,
|
|
1402
|
+
"inputs": [
|
|
1403
|
+
"package.json",
|
|
1404
|
+
"release-gates.v2.json",
|
|
1405
|
+
"src/core/fsx.ts",
|
|
1406
|
+
"src/core/update-check.ts",
|
|
1407
|
+
"src/core/update/update-migration-state.ts",
|
|
1408
|
+
"src/core/codex-hooks/**",
|
|
1409
|
+
"src/scripts/legacy-update-e2e-check.ts"
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1412
|
+
"isolation": {
|
|
1413
|
+
"home": "temp",
|
|
1414
|
+
"codex_home": "temp",
|
|
1415
|
+
"report_dir": "per-gate"
|
|
1416
|
+
},
|
|
1417
|
+
"preset": [
|
|
1418
|
+
"release"
|
|
1419
|
+
],
|
|
1420
|
+
"output_contract": "sks.gate-result.v1"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"id": "local-collab:all-pipelines-final-gpt",
|
|
1424
|
+
"command": "node ./dist/scripts/local-collab-all-pipelines-final-gpt-check.js",
|
|
1425
|
+
"deps": [],
|
|
1426
|
+
"resource": [
|
|
1427
|
+
"cpu-light",
|
|
1428
|
+
"fs-read"
|
|
1429
|
+
],
|
|
1430
|
+
"side_effect": "hermetic",
|
|
1431
|
+
"timeout_ms": 180000,
|
|
1432
|
+
"cache": {
|
|
1433
|
+
"enabled": true,
|
|
1434
|
+
"inputs": [
|
|
1435
|
+
"package.json",
|
|
1436
|
+
"release-gates.v2.json",
|
|
1437
|
+
"src/**",
|
|
1438
|
+
"schemas/**"
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
"isolation": {
|
|
1442
|
+
"home": "temp",
|
|
1443
|
+
"codex_home": "temp",
|
|
1444
|
+
"report_dir": "per-gate"
|
|
1445
|
+
},
|
|
1446
|
+
"preset": [
|
|
1447
|
+
"release"
|
|
1448
|
+
],
|
|
1449
|
+
"output_contract": "sks.gate-result.v1"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"id": "loop-integration-finalizer-check",
|
|
1453
|
+
"command": "node ./dist/scripts/loop-integration-finalizer-check.js",
|
|
1454
|
+
"deps": [],
|
|
1455
|
+
"resource": [
|
|
1456
|
+
"cpu-light",
|
|
1457
|
+
"fs-read"
|
|
1458
|
+
],
|
|
1459
|
+
"side_effect": "hermetic",
|
|
1460
|
+
"timeout_ms": 120000,
|
|
1461
|
+
"cache": {
|
|
1462
|
+
"enabled": true,
|
|
1463
|
+
"inputs": [
|
|
1464
|
+
"package.json",
|
|
1465
|
+
"release-gates.v2.json",
|
|
1466
|
+
"src/**",
|
|
1467
|
+
"schemas/**"
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
"isolation": {
|
|
1471
|
+
"home": "temp",
|
|
1472
|
+
"codex_home": "temp",
|
|
1473
|
+
"report_dir": "per-gate"
|
|
1474
|
+
},
|
|
1475
|
+
"preset": [
|
|
1476
|
+
"release"
|
|
1477
|
+
],
|
|
1478
|
+
"output_contract": "sks.gate-result.v1"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"id": "mad-db:capability",
|
|
1482
|
+
"command": "node ./dist/scripts/mad-db-capability-check.js",
|
|
1483
|
+
"deps": [],
|
|
1484
|
+
"resource": [
|
|
1485
|
+
"cpu-light",
|
|
1486
|
+
"fs-read"
|
|
1487
|
+
],
|
|
1488
|
+
"side_effect": "hermetic",
|
|
1489
|
+
"timeout_ms": 120000,
|
|
1490
|
+
"cache": {
|
|
1491
|
+
"enabled": true,
|
|
1492
|
+
"inputs": [
|
|
1493
|
+
"package.json",
|
|
1494
|
+
"release-gates.v2.json",
|
|
1495
|
+
"src/**",
|
|
1496
|
+
"schemas/**"
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
"isolation": {
|
|
1500
|
+
"home": "temp",
|
|
1501
|
+
"codex_home": "temp",
|
|
1502
|
+
"report_dir": "per-gate"
|
|
1503
|
+
},
|
|
1504
|
+
"preset": [
|
|
1505
|
+
"release"
|
|
1506
|
+
],
|
|
1507
|
+
"output_contract": "sks.gate-result.v1"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"id": "mad-db:command",
|
|
1511
|
+
"command": "node ./dist/scripts/mad-db-command-check.js",
|
|
1512
|
+
"deps": [],
|
|
1513
|
+
"resource": [
|
|
1514
|
+
"cpu-light",
|
|
1515
|
+
"fs-read"
|
|
1516
|
+
],
|
|
1517
|
+
"side_effect": "hermetic",
|
|
1518
|
+
"timeout_ms": 120000,
|
|
1519
|
+
"cache": {
|
|
1520
|
+
"enabled": true,
|
|
1521
|
+
"inputs": [
|
|
1522
|
+
"package.json",
|
|
1523
|
+
"release-gates.v2.json",
|
|
1524
|
+
"src/**",
|
|
1525
|
+
"schemas/**"
|
|
1526
|
+
]
|
|
1527
|
+
},
|
|
1528
|
+
"isolation": {
|
|
1529
|
+
"home": "temp",
|
|
1530
|
+
"codex_home": "temp",
|
|
1531
|
+
"report_dir": "per-gate"
|
|
1532
|
+
},
|
|
1533
|
+
"preset": [
|
|
1534
|
+
"release"
|
|
1535
|
+
],
|
|
1536
|
+
"output_contract": "sks.gate-result.v1"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"id": "mad-db:mad-command",
|
|
1540
|
+
"command": "node ./dist/scripts/mad-db-mad-command-check.js",
|
|
1541
|
+
"deps": [],
|
|
1542
|
+
"resource": [
|
|
1543
|
+
"cpu-light",
|
|
1544
|
+
"fs-read"
|
|
1545
|
+
],
|
|
1546
|
+
"side_effect": "hermetic",
|
|
1547
|
+
"timeout_ms": 120000,
|
|
1548
|
+
"cache": {
|
|
1549
|
+
"enabled": true,
|
|
1550
|
+
"inputs": [
|
|
1551
|
+
"package.json",
|
|
1552
|
+
"release-gates.v2.json",
|
|
1553
|
+
"src/**",
|
|
1554
|
+
"schemas/**"
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
|
+
"isolation": {
|
|
1558
|
+
"home": "temp",
|
|
1559
|
+
"codex_home": "temp",
|
|
1560
|
+
"report_dir": "per-gate"
|
|
1561
|
+
},
|
|
1562
|
+
"preset": [
|
|
1563
|
+
"release"
|
|
1564
|
+
],
|
|
1565
|
+
"output_contract": "sks.gate-result.v1"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"id": "mad-sks:app-ui-no-mutation",
|
|
1569
|
+
"command": "node ./dist/scripts/mad-sks-app-ui-no-mutation-check.js",
|
|
1570
|
+
"deps": [],
|
|
1571
|
+
"resource": [
|
|
1572
|
+
"cpu-light",
|
|
1573
|
+
"fs-read"
|
|
1574
|
+
],
|
|
1575
|
+
"side_effect": "hermetic",
|
|
1576
|
+
"timeout_ms": 120000,
|
|
1577
|
+
"cache": {
|
|
1578
|
+
"enabled": true,
|
|
1579
|
+
"inputs": [
|
|
1580
|
+
"package.json",
|
|
1581
|
+
"release-gates.v2.json",
|
|
1582
|
+
"src/**",
|
|
1583
|
+
"schemas/**"
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
"isolation": {
|
|
1587
|
+
"home": "temp",
|
|
1588
|
+
"codex_home": "temp",
|
|
1589
|
+
"report_dir": "per-gate"
|
|
1590
|
+
},
|
|
1591
|
+
"preset": [
|
|
1592
|
+
"release"
|
|
1593
|
+
],
|
|
1594
|
+
"output_contract": "sks.gate-result.v1"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"id": "mad:preflight-blocks-unreadable-config",
|
|
1598
|
+
"command": "node ./dist/scripts/mad-preflight-blocks-unreadable-config-check.js",
|
|
1599
|
+
"deps": [],
|
|
1600
|
+
"resource": [
|
|
1601
|
+
"cpu-light",
|
|
1602
|
+
"fs-read"
|
|
1603
|
+
],
|
|
1604
|
+
"side_effect": "hermetic",
|
|
1605
|
+
"timeout_ms": 120000,
|
|
1606
|
+
"cache": {
|
|
1607
|
+
"enabled": true,
|
|
1608
|
+
"inputs": [
|
|
1609
|
+
"package.json",
|
|
1610
|
+
"release-gates.v2.json",
|
|
1611
|
+
"src/**",
|
|
1612
|
+
"schemas/**"
|
|
1613
|
+
]
|
|
1614
|
+
},
|
|
1615
|
+
"isolation": {
|
|
1616
|
+
"home": "temp",
|
|
1617
|
+
"codex_home": "temp",
|
|
1618
|
+
"report_dir": "per-gate"
|
|
1619
|
+
},
|
|
1620
|
+
"preset": [
|
|
1621
|
+
"release"
|
|
1622
|
+
],
|
|
1623
|
+
"output_contract": "sks.gate-result.v1"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"id": "mcp:plugin-inventory",
|
|
1627
|
+
"command": "node ./dist/scripts/mcp-plugin-inventory-check.js",
|
|
1628
|
+
"deps": [],
|
|
1629
|
+
"resource": [
|
|
1630
|
+
"cpu-light",
|
|
1631
|
+
"fs-read"
|
|
1632
|
+
],
|
|
1633
|
+
"side_effect": "hermetic",
|
|
1634
|
+
"timeout_ms": 120000,
|
|
1635
|
+
"cache": {
|
|
1636
|
+
"enabled": true,
|
|
1637
|
+
"inputs": [
|
|
1638
|
+
"package.json",
|
|
1639
|
+
"package-lock.json",
|
|
1640
|
+
"release-gates.v2.json",
|
|
1641
|
+
"src/**",
|
|
1642
|
+
"schemas/**"
|
|
1643
|
+
]
|
|
1644
|
+
},
|
|
1645
|
+
"isolation": {
|
|
1646
|
+
"home": "temp",
|
|
1647
|
+
"codex_home": "temp",
|
|
1648
|
+
"report_dir": "per-gate"
|
|
1649
|
+
},
|
|
1650
|
+
"preset": [
|
|
1651
|
+
"release"
|
|
1652
|
+
],
|
|
1653
|
+
"output_contract": "sks.gate-result.v1"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"id": "model-call:concurrency",
|
|
1657
|
+
"command": "node ./dist/scripts/model-call-concurrency-check.js",
|
|
1658
|
+
"deps": [],
|
|
1659
|
+
"resource": [
|
|
1660
|
+
"cpu-light",
|
|
1661
|
+
"fs-read"
|
|
1662
|
+
],
|
|
1663
|
+
"side_effect": "hermetic",
|
|
1664
|
+
"timeout_ms": 120000,
|
|
1665
|
+
"cache": {
|
|
1666
|
+
"enabled": false,
|
|
1667
|
+
"inputs": []
|
|
1668
|
+
},
|
|
1669
|
+
"isolation": {
|
|
1670
|
+
"home": "temp",
|
|
1671
|
+
"codex_home": "temp",
|
|
1672
|
+
"report_dir": "per-gate"
|
|
1673
|
+
},
|
|
1674
|
+
"preset": [
|
|
1675
|
+
"release"
|
|
1676
|
+
],
|
|
1677
|
+
"output_contract": "sks.gate-result.v1"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"id": "naruto:canonical-stop-gate",
|
|
1681
|
+
"command": "node ./dist/scripts/official-subagent-workflow-check.js",
|
|
1682
|
+
"deps": [],
|
|
1683
|
+
"resource": [
|
|
1684
|
+
"cpu-light",
|
|
1685
|
+
"fs-read"
|
|
1686
|
+
],
|
|
1687
|
+
"side_effect": "hermetic",
|
|
1688
|
+
"timeout_ms": 240000,
|
|
1689
|
+
"cache": {
|
|
1690
|
+
"enabled": true,
|
|
1691
|
+
"inputs": [
|
|
1692
|
+
"package.json",
|
|
1693
|
+
"release-gates.v2.json",
|
|
1694
|
+
"src/scripts/official-subagent-workflow-check.ts",
|
|
1695
|
+
"src/core/commands/naruto-command.ts",
|
|
1696
|
+
"src/core/subagents/official-subagent-prompt.ts",
|
|
1697
|
+
"src/core/subagents/official-subagent-runner.ts",
|
|
1698
|
+
"src/core/subagents/subagent-evidence.ts",
|
|
1699
|
+
"src/core/subagents/thread-budget.ts",
|
|
1700
|
+
"src/**",
|
|
1701
|
+
"schemas/**"
|
|
1702
|
+
]
|
|
1703
|
+
},
|
|
1704
|
+
"isolation": {
|
|
1705
|
+
"home": "temp",
|
|
1706
|
+
"codex_home": "temp",
|
|
1707
|
+
"report_dir": "per-gate"
|
|
1708
|
+
},
|
|
1709
|
+
"preset": [
|
|
1710
|
+
"release"
|
|
1711
|
+
],
|
|
1712
|
+
"output_contract": "sks.gate-result.v1"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"id": "native-capability:repair-matrix",
|
|
1716
|
+
"command": "node ./dist/scripts/native-capability-repair-matrix-check.js",
|
|
1717
|
+
"deps": [],
|
|
1718
|
+
"resource": [
|
|
1719
|
+
"cpu-light",
|
|
1720
|
+
"fs-read"
|
|
1721
|
+
],
|
|
1722
|
+
"side_effect": "hermetic",
|
|
1723
|
+
"timeout_ms": 300000,
|
|
1724
|
+
"cache": {
|
|
1725
|
+
"enabled": true,
|
|
1726
|
+
"inputs": [
|
|
1727
|
+
"package.json",
|
|
1728
|
+
"package-lock.json",
|
|
1729
|
+
"release-gates.v2.json",
|
|
1730
|
+
"src/**",
|
|
1731
|
+
"docs/**",
|
|
1732
|
+
"schemas/**"
|
|
1733
|
+
]
|
|
1734
|
+
},
|
|
1735
|
+
"isolation": {
|
|
1736
|
+
"home": "temp",
|
|
1737
|
+
"codex_home": "temp",
|
|
1738
|
+
"report_dir": "per-gate"
|
|
1739
|
+
},
|
|
1740
|
+
"preset": [
|
|
1741
|
+
"release"
|
|
1742
|
+
],
|
|
1743
|
+
"output_contract": "sks.gate-result.v1"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"id": "native:image-generation-repair",
|
|
1747
|
+
"command": "node ./dist/scripts/native-image-generation-repair-check.js",
|
|
1748
|
+
"deps": [
|
|
1749
|
+
"native-capability:repair-matrix"
|
|
1750
|
+
],
|
|
1751
|
+
"resource": [
|
|
1752
|
+
"cpu-light",
|
|
1753
|
+
"fs-read"
|
|
1754
|
+
],
|
|
1755
|
+
"side_effect": "hermetic",
|
|
1756
|
+
"timeout_ms": 300000,
|
|
1757
|
+
"cache": {
|
|
1758
|
+
"enabled": true,
|
|
1759
|
+
"inputs": [
|
|
1760
|
+
"package.json",
|
|
1761
|
+
"package-lock.json",
|
|
1762
|
+
"release-gates.v2.json",
|
|
1763
|
+
"src/**",
|
|
1764
|
+
"docs/**",
|
|
1765
|
+
"schemas/**"
|
|
1766
|
+
]
|
|
1767
|
+
},
|
|
1768
|
+
"isolation": {
|
|
1769
|
+
"home": "temp",
|
|
1770
|
+
"codex_home": "temp",
|
|
1771
|
+
"report_dir": "per-gate"
|
|
1772
|
+
},
|
|
1773
|
+
"preset": [
|
|
1774
|
+
"release"
|
|
1775
|
+
],
|
|
1776
|
+
"output_contract": "sks.gate-result.v1"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"id": "package:published-contract",
|
|
1780
|
+
"command": "node ./dist/scripts/package-published-contract-check.js",
|
|
1781
|
+
"deps": [
|
|
1782
|
+
"publish:packlist-performance"
|
|
1783
|
+
],
|
|
1784
|
+
"resource": [
|
|
1785
|
+
"cpu-light",
|
|
1786
|
+
"fs-read"
|
|
1787
|
+
],
|
|
1788
|
+
"side_effect": "hermetic",
|
|
1789
|
+
"timeout_ms": 300000,
|
|
1790
|
+
"cache": {
|
|
1791
|
+
"enabled": true,
|
|
1792
|
+
"inputs": [
|
|
1793
|
+
"package.json",
|
|
1794
|
+
"package-lock.json",
|
|
1795
|
+
"release-gates.v2.json",
|
|
1796
|
+
"src/core/release/npm-pack-proof.ts",
|
|
1797
|
+
"src/core/codex-control/**",
|
|
1798
|
+
"src/core/codex-compat/**",
|
|
1799
|
+
"src/core/codex-runtime/**",
|
|
1800
|
+
"src/core/codex-app-server/**",
|
|
1801
|
+
"config/codex-releases/**",
|
|
1802
|
+
"schemas/codex-*.json",
|
|
1803
|
+
"schemas/codex/**"
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
|
+
"isolation": {
|
|
1807
|
+
"home": "temp",
|
|
1808
|
+
"codex_home": "temp",
|
|
1809
|
+
"report_dir": "per-gate"
|
|
1810
|
+
},
|
|
1811
|
+
"preset": [
|
|
1812
|
+
"release"
|
|
1813
|
+
],
|
|
1814
|
+
"output_contract": "sks.gate-result.v1"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"id": "policy:gate-audit",
|
|
1818
|
+
"command": "node ./dist/scripts/gate-policy-audit-check.js && node ./dist/scripts/cli-output-consistency-check.js && node ./dist/scripts/harness-benchmark-check.js",
|
|
1819
|
+
"deps": [],
|
|
1820
|
+
"resource": [
|
|
1821
|
+
"cpu-light",
|
|
1822
|
+
"fs-read"
|
|
1823
|
+
],
|
|
1824
|
+
"side_effect": "hermetic",
|
|
1825
|
+
"timeout_ms": 300000,
|
|
1826
|
+
"cache": {
|
|
1827
|
+
"enabled": true,
|
|
1828
|
+
"inputs": [
|
|
1829
|
+
"package.json",
|
|
1830
|
+
"release-gates.v2.json",
|
|
1831
|
+
"infra-harness-gates.json",
|
|
1832
|
+
"docs/gates-policy.md",
|
|
1833
|
+
"src/scripts/cli-output-consistency-check.ts",
|
|
1834
|
+
"src/scripts/harness-benchmark-check.ts",
|
|
1835
|
+
"src/cli/cli-theme.ts",
|
|
1836
|
+
"src/core/commands/ui-command.ts",
|
|
1837
|
+
"src/core/commands/review-command.ts"
|
|
1838
|
+
]
|
|
1839
|
+
},
|
|
1840
|
+
"isolation": {
|
|
1841
|
+
"home": "temp",
|
|
1842
|
+
"codex_home": "temp",
|
|
1843
|
+
"report_dir": "per-gate"
|
|
1844
|
+
},
|
|
1845
|
+
"preset": [
|
|
1846
|
+
"release"
|
|
1847
|
+
],
|
|
1848
|
+
"output_contract": "sks.gate-result.v1"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"id": "probes:memoization",
|
|
1852
|
+
"command": "node ./dist/scripts/probe-memoization-check.js",
|
|
1853
|
+
"deps": [],
|
|
1854
|
+
"resource": [
|
|
1855
|
+
"cpu-light",
|
|
1856
|
+
"fs-read"
|
|
1857
|
+
],
|
|
1858
|
+
"side_effect": "hermetic",
|
|
1859
|
+
"timeout_ms": 120000,
|
|
1860
|
+
"cache": {
|
|
1861
|
+
"enabled": true,
|
|
1862
|
+
"inputs": [
|
|
1863
|
+
"package.json",
|
|
1864
|
+
"package-lock.json",
|
|
1865
|
+
"release-gates.v2.json",
|
|
1866
|
+
"src/**",
|
|
1867
|
+
"docs/**",
|
|
1868
|
+
"schemas/**"
|
|
1869
|
+
]
|
|
1870
|
+
},
|
|
1871
|
+
"isolation": {
|
|
1872
|
+
"home": "temp",
|
|
1873
|
+
"codex_home": "temp",
|
|
1874
|
+
"report_dir": "per-gate"
|
|
1875
|
+
},
|
|
1876
|
+
"preset": [
|
|
1877
|
+
"release"
|
|
1878
|
+
],
|
|
1879
|
+
"output_contract": "sks.gate-result.v1"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"id": "prompt:placeholder-guard",
|
|
1883
|
+
"command": "node ./dist/scripts/prompt-placeholder-guard-check.js",
|
|
1884
|
+
"deps": [],
|
|
1885
|
+
"resource": [
|
|
1886
|
+
"cpu-light",
|
|
1887
|
+
"fs-read"
|
|
1888
|
+
],
|
|
1889
|
+
"side_effect": "hermetic",
|
|
1890
|
+
"timeout_ms": 120000,
|
|
1891
|
+
"cache": {
|
|
1892
|
+
"enabled": true,
|
|
1893
|
+
"inputs": [
|
|
1894
|
+
"package.json",
|
|
1895
|
+
"release-gates.v2.json",
|
|
1896
|
+
"src/**",
|
|
1897
|
+
"schemas/**"
|
|
1898
|
+
]
|
|
1899
|
+
},
|
|
1900
|
+
"isolation": {
|
|
1901
|
+
"home": "temp",
|
|
1902
|
+
"codex_home": "temp",
|
|
1903
|
+
"report_dir": "per-gate"
|
|
1904
|
+
},
|
|
1905
|
+
"preset": [
|
|
1906
|
+
"release"
|
|
1907
|
+
],
|
|
1908
|
+
"output_contract": "sks.gate-result.v1"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"id": "proof:root-cause-policy",
|
|
1912
|
+
"command": "node ./dist/scripts/proof-root-cause-policy-check.js",
|
|
1913
|
+
"deps": [
|
|
1914
|
+
"trust:check"
|
|
1915
|
+
],
|
|
1916
|
+
"resource": [
|
|
1917
|
+
"cpu-light",
|
|
1918
|
+
"fs-read"
|
|
1919
|
+
],
|
|
1920
|
+
"side_effect": "hermetic",
|
|
1921
|
+
"timeout_ms": 120000,
|
|
1922
|
+
"cache": {
|
|
1923
|
+
"enabled": true,
|
|
1924
|
+
"inputs": [
|
|
1925
|
+
"package.json",
|
|
1926
|
+
"release-gates.v2.json",
|
|
1927
|
+
"src/core/proof/**",
|
|
1928
|
+
"src/core/trust-kernel/**",
|
|
1929
|
+
"src/scripts/proof-root-cause-policy-check.ts",
|
|
1930
|
+
"test/unit/route-completion-contract.test.mjs",
|
|
1931
|
+
"test/integration/route-proof-adapters.test.mjs"
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
"isolation": {
|
|
1935
|
+
"home": "temp",
|
|
1936
|
+
"codex_home": "temp",
|
|
1937
|
+
"report_dir": "per-gate"
|
|
1938
|
+
},
|
|
1939
|
+
"preset": [
|
|
1940
|
+
"release"
|
|
1941
|
+
],
|
|
1942
|
+
"output_contract": "sks.gate-result.v1"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"id": "provider:badge-context",
|
|
1946
|
+
"command": "node ./dist/scripts/provider-badge-context-check.js",
|
|
1947
|
+
"deps": [],
|
|
1948
|
+
"resource": [
|
|
1949
|
+
"cpu-light",
|
|
1950
|
+
"fs-read"
|
|
1951
|
+
],
|
|
1952
|
+
"side_effect": "hermetic",
|
|
1953
|
+
"timeout_ms": 120000,
|
|
1954
|
+
"cache": {
|
|
1955
|
+
"enabled": true,
|
|
1956
|
+
"inputs": [
|
|
1957
|
+
"package.json",
|
|
1958
|
+
"release-gates.v2.json",
|
|
1959
|
+
"src/**",
|
|
1960
|
+
"schemas/**"
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
"isolation": {
|
|
1964
|
+
"home": "temp",
|
|
1965
|
+
"codex_home": "temp",
|
|
1966
|
+
"report_dir": "per-gate"
|
|
1967
|
+
},
|
|
1968
|
+
"preset": [
|
|
1969
|
+
"release"
|
|
1970
|
+
],
|
|
1971
|
+
"output_contract": "sks.gate-result.v1"
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"id": "publish:packlist-performance",
|
|
1975
|
+
"command": "node ./dist/scripts/packlist-performance-check.js",
|
|
1976
|
+
"deps": [],
|
|
1977
|
+
"resource": [
|
|
1978
|
+
"cpu-light",
|
|
1979
|
+
"fs-read"
|
|
1980
|
+
],
|
|
1981
|
+
"side_effect": "hermetic",
|
|
1982
|
+
"timeout_ms": 300000,
|
|
1983
|
+
"cache": {
|
|
1984
|
+
"enabled": true,
|
|
1985
|
+
"inputs": [
|
|
1986
|
+
"package.json",
|
|
1987
|
+
"package-lock.json",
|
|
1988
|
+
"release-gates.v2.json",
|
|
1989
|
+
"src/core/release/npm-pack-proof.ts",
|
|
1990
|
+
"src/scripts/packlist-performance-check.ts",
|
|
1991
|
+
"dist/**"
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
"isolation": {
|
|
1995
|
+
"home": "temp",
|
|
1996
|
+
"codex_home": "temp",
|
|
1997
|
+
"report_dir": "per-gate"
|
|
1998
|
+
},
|
|
1999
|
+
"preset": [
|
|
2000
|
+
"release"
|
|
2001
|
+
],
|
|
2002
|
+
"output_contract": "sks.gate-result.v1"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"id": "python-sdk:all-pipelines",
|
|
2006
|
+
"command": "node ./dist/scripts/python-codex-sdk-all-pipelines-check.js",
|
|
2007
|
+
"deps": [],
|
|
2008
|
+
"resource": [
|
|
2009
|
+
"python"
|
|
2010
|
+
],
|
|
2011
|
+
"side_effect": "hermetic",
|
|
2012
|
+
"timeout_ms": 180000,
|
|
2013
|
+
"cache": {
|
|
2014
|
+
"enabled": true,
|
|
2015
|
+
"inputs": [
|
|
2016
|
+
"package.json",
|
|
2017
|
+
"release-gates.v2.json",
|
|
2018
|
+
"src/**",
|
|
2019
|
+
"schemas/**"
|
|
2020
|
+
]
|
|
2021
|
+
},
|
|
2022
|
+
"isolation": {
|
|
2023
|
+
"home": "temp",
|
|
2024
|
+
"codex_home": "temp",
|
|
2025
|
+
"report_dir": "per-gate"
|
|
2026
|
+
},
|
|
2027
|
+
"preset": [
|
|
2028
|
+
"release"
|
|
2029
|
+
],
|
|
2030
|
+
"output_contract": "sks.gate-result.v1"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"id": "qa-loop:comprehensive-verification",
|
|
2034
|
+
"command": "node ./dist/scripts/qa-loop-budget-policy-check.js && node ./dist/scripts/qa-loop-effort-escalation-check.js && node ./dist/scripts/qa-loop-execution-profile-routing-check.js && node ./dist/scripts/qa-loop-image-path-exposure-check.js && node ./dist/scripts/qa-loop-image-path-prompt-injection-check.js",
|
|
2035
|
+
"deps": [],
|
|
2036
|
+
"resource": [
|
|
2037
|
+
"cpu-light",
|
|
2038
|
+
"fs-read"
|
|
2039
|
+
],
|
|
2040
|
+
"side_effect": "hermetic",
|
|
2041
|
+
"timeout_ms": 240000,
|
|
2042
|
+
"cache": {
|
|
2043
|
+
"enabled": true,
|
|
2044
|
+
"inputs": [
|
|
2045
|
+
"package.json",
|
|
2046
|
+
"release-gates.v2.json",
|
|
2047
|
+
"src/**",
|
|
2048
|
+
"schemas/**"
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
"isolation": {
|
|
2052
|
+
"home": "temp",
|
|
2053
|
+
"codex_home": "temp",
|
|
2054
|
+
"report_dir": "per-gate"
|
|
2055
|
+
},
|
|
2056
|
+
"preset": [
|
|
2057
|
+
"release"
|
|
2058
|
+
],
|
|
2059
|
+
"output_contract": "sks.gate-result.v1"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"id": "release:aggressive-resource-governor",
|
|
2063
|
+
"command": "node ./dist/scripts/release-aggressive-resource-governor-check.js",
|
|
2064
|
+
"deps": [],
|
|
2065
|
+
"resource": [
|
|
2066
|
+
"cpu-light",
|
|
2067
|
+
"fs-read"
|
|
2068
|
+
],
|
|
2069
|
+
"side_effect": "hermetic",
|
|
2070
|
+
"timeout_ms": 120000,
|
|
2071
|
+
"cache": {
|
|
2072
|
+
"enabled": true,
|
|
2073
|
+
"inputs": [
|
|
2074
|
+
"package.json",
|
|
2075
|
+
"release-gates.v2.json",
|
|
2076
|
+
"src/**",
|
|
2077
|
+
"schemas/**"
|
|
2078
|
+
]
|
|
2079
|
+
},
|
|
2080
|
+
"isolation": {
|
|
2081
|
+
"home": "temp",
|
|
2082
|
+
"codex_home": "temp",
|
|
2083
|
+
"report_dir": "per-gate"
|
|
2084
|
+
},
|
|
2085
|
+
"preset": [
|
|
2086
|
+
"release"
|
|
2087
|
+
],
|
|
2088
|
+
"output_contract": "sks.gate-result.v1"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"id": "release:dag-runner",
|
|
2092
|
+
"command": "node ./dist/scripts/release-gate-dag-runner-check.js",
|
|
2093
|
+
"deps": [],
|
|
2094
|
+
"resource": [
|
|
2095
|
+
"cpu-light",
|
|
2096
|
+
"fs-read"
|
|
2097
|
+
],
|
|
2098
|
+
"side_effect": "hermetic",
|
|
2099
|
+
"timeout_ms": 120000,
|
|
2100
|
+
"cache": {
|
|
2101
|
+
"enabled": true,
|
|
2102
|
+
"inputs": [
|
|
2103
|
+
"src/core/release/**",
|
|
2104
|
+
"src/scripts/release-gate-dag-runner.ts",
|
|
2105
|
+
"release-gates.v2.json",
|
|
2106
|
+
"package.json"
|
|
2107
|
+
]
|
|
2108
|
+
},
|
|
2109
|
+
"isolation": {
|
|
2110
|
+
"home": "temp",
|
|
2111
|
+
"codex_home": "temp",
|
|
2112
|
+
"report_dir": "per-gate"
|
|
2113
|
+
},
|
|
2114
|
+
"preset": [
|
|
2115
|
+
"release"
|
|
2116
|
+
],
|
|
2117
|
+
"output_contract": "sks.gate-result.v1"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"id": "release:gate-budget",
|
|
2121
|
+
"command": "node ./dist/scripts/release-gate-budget-check.js",
|
|
2122
|
+
"deps": [],
|
|
2123
|
+
"resource": [
|
|
2124
|
+
"cpu-light",
|
|
2125
|
+
"fs-read"
|
|
2126
|
+
],
|
|
2127
|
+
"side_effect": "hermetic",
|
|
2128
|
+
"timeout_ms": 120000,
|
|
2129
|
+
"cache": {
|
|
2130
|
+
"enabled": true,
|
|
2131
|
+
"inputs": [
|
|
2132
|
+
"package.json",
|
|
2133
|
+
"release-gates.v2.json",
|
|
2134
|
+
"src/**",
|
|
2135
|
+
"schemas/**"
|
|
2136
|
+
]
|
|
2137
|
+
},
|
|
2138
|
+
"isolation": {
|
|
2139
|
+
"home": "temp",
|
|
2140
|
+
"codex_home": "temp",
|
|
2141
|
+
"report_dir": "per-gate"
|
|
2142
|
+
},
|
|
2143
|
+
"preset": [
|
|
2144
|
+
"release"
|
|
2145
|
+
],
|
|
2146
|
+
"output_contract": "sks.gate-result.v1"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"id": "release:parallel-speed-budget",
|
|
2150
|
+
"command": "node ./dist/scripts/release-parallel-speed-budget-check.js",
|
|
2151
|
+
"deps": [
|
|
2152
|
+
"naruto:canonical-stop-gate",
|
|
2153
|
+
"appshots:thread-attachment-discovery",
|
|
2154
|
+
"codex-control:all-pipelines",
|
|
2155
|
+
"codex-sdk:all-pipelines",
|
|
2156
|
+
"codex-sdk:integration-comprehensive",
|
|
2157
|
+
"codex:0.134-runner-truth",
|
|
2158
|
+
"codex:0.137-compat",
|
|
2159
|
+
"core-skill:card-schema-deployment-snapshot",
|
|
2160
|
+
"core-skill:heldout-validation",
|
|
2161
|
+
"core-skill:no-inference-optimizer",
|
|
2162
|
+
"core-skill:patch",
|
|
2163
|
+
"dfix:patch-swarm-route-blackbox",
|
|
2164
|
+
"doctor:fix-proves-codex-read",
|
|
2165
|
+
"doctor:fixes-codex-app-fast-ui",
|
|
2166
|
+
"fast:codex-service-tier-proof",
|
|
2167
|
+
"git-collaboration:e2e",
|
|
2168
|
+
"git:worktree-diff-envelope",
|
|
2169
|
+
"local-collab:all-pipelines-final-gpt",
|
|
2170
|
+
"mad-sks:app-ui-no-mutation",
|
|
2171
|
+
"mad:preflight-blocks-unreadable-config",
|
|
2172
|
+
"prompt:placeholder-guard",
|
|
2173
|
+
"provider:badge-context",
|
|
2174
|
+
"python-sdk:all-pipelines",
|
|
2175
|
+
"release:cache-key-comprehensive",
|
|
2176
|
+
"release:dag-runner",
|
|
2177
|
+
"release:gate-budget",
|
|
2178
|
+
"release:provenance",
|
|
2179
|
+
"responses:retry-policy-centralized",
|
|
2180
|
+
"shared-memory:check",
|
|
2181
|
+
"side-effect:runtime-report",
|
|
2182
|
+
"trust:check",
|
|
2183
|
+
"proof:root-cause-policy",
|
|
2184
|
+
"ultra-router:auto-router",
|
|
2185
|
+
"wrongness:check"
|
|
2186
|
+
],
|
|
2187
|
+
"resource": [
|
|
2188
|
+
"cpu-light",
|
|
2189
|
+
"timing-sensitive"
|
|
2190
|
+
],
|
|
2191
|
+
"side_effect": "hermetic",
|
|
2192
|
+
"timeout_ms": 120000,
|
|
2193
|
+
"cache": {
|
|
2194
|
+
"enabled": false,
|
|
2195
|
+
"inputs": [
|
|
2196
|
+
"src/scripts/release-parallel-speed-budget-check.ts",
|
|
2197
|
+
"release-gates.v2.json"
|
|
2198
|
+
]
|
|
2199
|
+
},
|
|
2200
|
+
"isolation": {
|
|
2201
|
+
"home": "temp",
|
|
2202
|
+
"codex_home": "temp",
|
|
2203
|
+
"report_dir": "per-gate"
|
|
2204
|
+
},
|
|
2205
|
+
"preset": [
|
|
2206
|
+
"release"
|
|
2207
|
+
],
|
|
2208
|
+
"output_contract": "sks.gate-result.v1"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"id": "release:proof-truth",
|
|
2212
|
+
"command": "node ./dist/scripts/release-proof-truth-check.js",
|
|
2213
|
+
"deps": [],
|
|
2214
|
+
"resource": [
|
|
2215
|
+
"cpu-light",
|
|
2216
|
+
"fs-read"
|
|
2217
|
+
],
|
|
2218
|
+
"side_effect": "hermetic",
|
|
2219
|
+
"timeout_ms": 300000,
|
|
2220
|
+
"cache": {
|
|
2221
|
+
"enabled": false,
|
|
2222
|
+
"inputs": []
|
|
2223
|
+
},
|
|
2224
|
+
"isolation": {
|
|
2225
|
+
"home": "temp",
|
|
2226
|
+
"codex_home": "temp",
|
|
2227
|
+
"report_dir": "per-gate"
|
|
2228
|
+
},
|
|
2229
|
+
"preset": [
|
|
2230
|
+
"release"
|
|
2231
|
+
],
|
|
2232
|
+
"output_contract": "sks.gate-result.v1"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"id": "release:provenance",
|
|
2236
|
+
"command": "node ./dist/scripts/release-provenance-check.js",
|
|
2237
|
+
"deps": [],
|
|
2238
|
+
"resource": [
|
|
2239
|
+
"cpu-light",
|
|
2240
|
+
"fs-read"
|
|
2241
|
+
],
|
|
2242
|
+
"side_effect": "hermetic",
|
|
2243
|
+
"timeout_ms": 120000,
|
|
2244
|
+
"cache": {
|
|
2245
|
+
"enabled": true,
|
|
2246
|
+
"inputs": [
|
|
2247
|
+
"package.json",
|
|
2248
|
+
"release-gates.v2.json",
|
|
2249
|
+
"src/**",
|
|
2250
|
+
"schemas/**"
|
|
2251
|
+
]
|
|
2252
|
+
},
|
|
2253
|
+
"isolation": {
|
|
2254
|
+
"home": "temp",
|
|
2255
|
+
"codex_home": "temp",
|
|
2256
|
+
"report_dir": "per-gate"
|
|
2257
|
+
},
|
|
2258
|
+
"preset": [
|
|
2259
|
+
"release"
|
|
2260
|
+
],
|
|
2261
|
+
"output_contract": "sks.gate-result.v1"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"id": "research:execution-profile-routing",
|
|
2265
|
+
"command": "node ./dist/scripts/research-execution-profile-routing-check.js",
|
|
2266
|
+
"deps": [
|
|
2267
|
+
"codex-app:agent-role-comprehensive"
|
|
2268
|
+
],
|
|
2269
|
+
"resource": [
|
|
2270
|
+
"cpu-light",
|
|
2271
|
+
"fs-read"
|
|
2272
|
+
],
|
|
2273
|
+
"side_effect": "hermetic",
|
|
2274
|
+
"timeout_ms": 300000,
|
|
2275
|
+
"cache": {
|
|
2276
|
+
"enabled": true,
|
|
2277
|
+
"inputs": [
|
|
2278
|
+
"package.json",
|
|
2279
|
+
"package-lock.json",
|
|
2280
|
+
"release-gates.v2.json",
|
|
2281
|
+
"src/**",
|
|
2282
|
+
"docs/**",
|
|
2283
|
+
"schemas/**"
|
|
2284
|
+
]
|
|
2285
|
+
},
|
|
2286
|
+
"isolation": {
|
|
2287
|
+
"home": "temp",
|
|
2288
|
+
"codex_home": "temp",
|
|
2289
|
+
"report_dir": "per-gate"
|
|
2290
|
+
},
|
|
2291
|
+
"preset": [
|
|
2292
|
+
"release"
|
|
2293
|
+
],
|
|
2294
|
+
"output_contract": "sks.gate-result.v1"
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"id": "responses:retry-policy-centralized",
|
|
2298
|
+
"command": "node ./dist/scripts/responses-retry-policy-centralized-check.js",
|
|
2299
|
+
"deps": [],
|
|
2300
|
+
"resource": [
|
|
2301
|
+
"cpu-light",
|
|
2302
|
+
"fs-read"
|
|
2303
|
+
],
|
|
2304
|
+
"side_effect": "hermetic",
|
|
2305
|
+
"timeout_ms": 120000,
|
|
2306
|
+
"cache": {
|
|
2307
|
+
"enabled": true,
|
|
2308
|
+
"inputs": [
|
|
2309
|
+
"package.json",
|
|
2310
|
+
"release-gates.v2.json",
|
|
2311
|
+
"src/**",
|
|
2312
|
+
"schemas/**"
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2315
|
+
"isolation": {
|
|
2316
|
+
"home": "temp",
|
|
2317
|
+
"codex_home": "temp",
|
|
2318
|
+
"report_dir": "per-gate"
|
|
2319
|
+
},
|
|
2320
|
+
"preset": [
|
|
2321
|
+
"release"
|
|
2322
|
+
],
|
|
2323
|
+
"output_contract": "sks.gate-result.v1"
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"id": "runtime:proof-summary",
|
|
2327
|
+
"command": "node ./dist/scripts/runtime-proof-summary-check.js",
|
|
2328
|
+
"deps": [],
|
|
2329
|
+
"resource": [
|
|
2330
|
+
"cpu-light",
|
|
2331
|
+
"fs-read"
|
|
2332
|
+
],
|
|
2333
|
+
"side_effect": "hermetic",
|
|
2334
|
+
"timeout_ms": 120000,
|
|
2335
|
+
"cache": {
|
|
2336
|
+
"enabled": false,
|
|
2337
|
+
"inputs": []
|
|
2338
|
+
},
|
|
2339
|
+
"isolation": {
|
|
2340
|
+
"home": "temp",
|
|
2341
|
+
"codex_home": "temp",
|
|
2342
|
+
"report_dir": "per-gate"
|
|
2343
|
+
},
|
|
2344
|
+
"preset": [
|
|
2345
|
+
"release"
|
|
2346
|
+
],
|
|
2347
|
+
"output_contract": "sks.gate-result.v1"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"id": "schema:check",
|
|
2351
|
+
"command": "node ./dist/scripts/check-runtime-schemas.js",
|
|
2352
|
+
"deps": [],
|
|
2353
|
+
"resource": [
|
|
2354
|
+
"cpu-heavy",
|
|
2355
|
+
"fs-read"
|
|
2356
|
+
],
|
|
2357
|
+
"side_effect": "hermetic",
|
|
2358
|
+
"timeout_ms": 120000,
|
|
2359
|
+
"cache": {
|
|
2360
|
+
"enabled": true,
|
|
2361
|
+
"inputs": [
|
|
2362
|
+
"package.json",
|
|
2363
|
+
"tsconfig.json",
|
|
2364
|
+
"src/**",
|
|
2365
|
+
"schemas/**"
|
|
2366
|
+
]
|
|
2367
|
+
},
|
|
2368
|
+
"isolation": {
|
|
2369
|
+
"home": "temp",
|
|
2370
|
+
"codex_home": "temp",
|
|
2371
|
+
"report_dir": "per-gate"
|
|
2372
|
+
},
|
|
2373
|
+
"preset": [
|
|
2374
|
+
"release"
|
|
2375
|
+
],
|
|
2376
|
+
"output_contract": "sks.gate-result.v1"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"id": "secret:preservation",
|
|
2380
|
+
"command": "node ./dist/scripts/secret-preservation-check.js",
|
|
2381
|
+
"deps": [],
|
|
2382
|
+
"resource": [
|
|
2383
|
+
"cpu-light",
|
|
2384
|
+
"fs-read"
|
|
2385
|
+
],
|
|
2386
|
+
"side_effect": "hermetic",
|
|
2387
|
+
"timeout_ms": 300000,
|
|
2388
|
+
"cache": {
|
|
2389
|
+
"enabled": true,
|
|
2390
|
+
"inputs": [
|
|
2391
|
+
"package.json",
|
|
2392
|
+
"package-lock.json",
|
|
2393
|
+
"release-gates.v2.json",
|
|
2394
|
+
"src/**",
|
|
2395
|
+
"docs/**",
|
|
2396
|
+
"schemas/**"
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
"isolation": {
|
|
2400
|
+
"home": "temp",
|
|
2401
|
+
"codex_home": "temp",
|
|
2402
|
+
"report_dir": "per-gate"
|
|
2403
|
+
},
|
|
2404
|
+
"preset": [
|
|
2405
|
+
"release"
|
|
2406
|
+
],
|
|
2407
|
+
"output_contract": "sks.gate-result.v1"
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"id": "seo-geo:skill-rich-content",
|
|
2411
|
+
"command": "node ./dist/scripts/seo-geo-skill-rich-content-check.js",
|
|
2412
|
+
"deps": [],
|
|
2413
|
+
"resource": [
|
|
2414
|
+
"cpu-light",
|
|
2415
|
+
"fs-read"
|
|
2416
|
+
],
|
|
2417
|
+
"side_effect": "hermetic",
|
|
2418
|
+
"timeout_ms": 120000,
|
|
2419
|
+
"cache": {
|
|
2420
|
+
"enabled": true,
|
|
2421
|
+
"inputs": [
|
|
2422
|
+
"package.json",
|
|
2423
|
+
"release-gates.v2.json",
|
|
2424
|
+
"src/**",
|
|
2425
|
+
"schemas/**"
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
"isolation": {
|
|
2429
|
+
"home": "temp",
|
|
2430
|
+
"codex_home": "temp",
|
|
2431
|
+
"report_dir": "per-gate"
|
|
2432
|
+
},
|
|
2433
|
+
"preset": [
|
|
2434
|
+
"release"
|
|
2435
|
+
],
|
|
2436
|
+
"output_contract": "sks.gate-result.v1"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"id": "shared-memory:check",
|
|
2440
|
+
"command": "node ./dist/bin/sks.js wiki validate-shared --json || node ./dist/scripts/shared-memory-fixture-check.js",
|
|
2441
|
+
"deps": [],
|
|
2442
|
+
"resource": [
|
|
2443
|
+
"cpu-light",
|
|
2444
|
+
"fs-read"
|
|
2445
|
+
],
|
|
2446
|
+
"side_effect": "hermetic",
|
|
2447
|
+
"timeout_ms": 120000,
|
|
2448
|
+
"cache": {
|
|
2449
|
+
"enabled": true,
|
|
2450
|
+
"inputs": [
|
|
2451
|
+
"package.json",
|
|
2452
|
+
"release-gates.v2.json",
|
|
2453
|
+
"src/**",
|
|
2454
|
+
"schemas/**"
|
|
2455
|
+
]
|
|
2456
|
+
},
|
|
2457
|
+
"isolation": {
|
|
2458
|
+
"home": "temp",
|
|
2459
|
+
"codex_home": "temp",
|
|
2460
|
+
"report_dir": "per-gate"
|
|
2461
|
+
},
|
|
2462
|
+
"preset": [
|
|
2463
|
+
"release"
|
|
2464
|
+
],
|
|
2465
|
+
"output_contract": "sks.gate-result.v1"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"id": "side-effect:runtime-report",
|
|
2469
|
+
"command": "node ./dist/scripts/side-effect-runtime-report-check.js",
|
|
2470
|
+
"deps": [],
|
|
2471
|
+
"resource": [
|
|
2472
|
+
"cpu-light",
|
|
2473
|
+
"fs-read"
|
|
2474
|
+
],
|
|
2475
|
+
"side_effect": "hermetic",
|
|
2476
|
+
"timeout_ms": 300000,
|
|
2477
|
+
"cache": {
|
|
2478
|
+
"enabled": true,
|
|
2479
|
+
"inputs": [
|
|
2480
|
+
"package.json",
|
|
2481
|
+
"release-gates.v2.json",
|
|
2482
|
+
"src/**",
|
|
2483
|
+
"schemas/**"
|
|
2484
|
+
]
|
|
2485
|
+
},
|
|
2486
|
+
"isolation": {
|
|
2487
|
+
"home": "temp",
|
|
2488
|
+
"codex_home": "temp",
|
|
2489
|
+
"report_dir": "per-gate"
|
|
2490
|
+
},
|
|
2491
|
+
"preset": [
|
|
2492
|
+
"release"
|
|
2493
|
+
],
|
|
2494
|
+
"output_contract": "sks.gate-result.v1"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"id": "skill:name-canonicalizer",
|
|
2498
|
+
"command": "node ./dist/scripts/skill-name-canonicalizer-check.js",
|
|
2499
|
+
"deps": [],
|
|
2500
|
+
"resource": [
|
|
2501
|
+
"cpu-light",
|
|
2502
|
+
"fs-read"
|
|
2503
|
+
],
|
|
2504
|
+
"side_effect": "hermetic",
|
|
2505
|
+
"timeout_ms": 300000,
|
|
2506
|
+
"cache": {
|
|
2507
|
+
"enabled": true,
|
|
2508
|
+
"inputs": [
|
|
2509
|
+
"package.json",
|
|
2510
|
+
"package-lock.json",
|
|
2511
|
+
"release-gates.v2.json",
|
|
2512
|
+
"src/**",
|
|
2513
|
+
"docs/**",
|
|
2514
|
+
"schemas/**"
|
|
2515
|
+
]
|
|
2516
|
+
},
|
|
2517
|
+
"isolation": {
|
|
2518
|
+
"home": "temp",
|
|
2519
|
+
"codex_home": "temp",
|
|
2520
|
+
"report_dir": "per-gate"
|
|
2521
|
+
},
|
|
2522
|
+
"preset": [
|
|
2523
|
+
"release"
|
|
2524
|
+
],
|
|
2525
|
+
"output_contract": "sks.gate-result.v1"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"id": "sksd:daemon",
|
|
2529
|
+
"command": "node ./dist/scripts/sksd-daemon-check.js",
|
|
2530
|
+
"deps": [],
|
|
2531
|
+
"resource": [
|
|
2532
|
+
"cpu-light",
|
|
2533
|
+
"fs-read"
|
|
2534
|
+
],
|
|
2535
|
+
"side_effect": "hermetic",
|
|
2536
|
+
"timeout_ms": 120000,
|
|
2537
|
+
"cache": {
|
|
2538
|
+
"enabled": true,
|
|
2539
|
+
"inputs": [
|
|
2540
|
+
"package.json",
|
|
2541
|
+
"package-lock.json",
|
|
2542
|
+
"release-gates.v2.json",
|
|
2543
|
+
"src/**",
|
|
2544
|
+
"docs/**",
|
|
2545
|
+
"schemas/**"
|
|
2546
|
+
]
|
|
2547
|
+
},
|
|
2548
|
+
"isolation": {
|
|
2549
|
+
"home": "temp",
|
|
2550
|
+
"codex_home": "temp",
|
|
2551
|
+
"report_dir": "per-gate"
|
|
2552
|
+
},
|
|
2553
|
+
"preset": [
|
|
2554
|
+
"release"
|
|
2555
|
+
],
|
|
2556
|
+
"output_contract": "sks.gate-result.v1"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"id": "triwiki:cache-key",
|
|
2560
|
+
"command": "node ./dist/scripts/triwiki-cache-key-check.js",
|
|
2561
|
+
"deps": [],
|
|
2562
|
+
"resource": [
|
|
2563
|
+
"cpu-light",
|
|
2564
|
+
"fs-read"
|
|
2565
|
+
],
|
|
2566
|
+
"side_effect": "hermetic",
|
|
2567
|
+
"timeout_ms": 120000,
|
|
2568
|
+
"cache": {
|
|
2569
|
+
"enabled": true,
|
|
2570
|
+
"inputs": [
|
|
2571
|
+
"package.json",
|
|
2572
|
+
"package-lock.json",
|
|
2573
|
+
"release-gates.v2.json",
|
|
2574
|
+
"src/**",
|
|
2575
|
+
"docs/**",
|
|
2576
|
+
"schemas/**"
|
|
2577
|
+
]
|
|
2578
|
+
},
|
|
2579
|
+
"isolation": {
|
|
2580
|
+
"home": "temp",
|
|
2581
|
+
"codex_home": "temp",
|
|
2582
|
+
"report_dir": "per-gate"
|
|
2583
|
+
},
|
|
2584
|
+
"preset": [
|
|
2585
|
+
"release"
|
|
2586
|
+
],
|
|
2587
|
+
"output_contract": "sks.gate-result.v1"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"id": "trust:check",
|
|
2591
|
+
"command": "node ./dist/scripts/trust-fixture-check.js",
|
|
2592
|
+
"deps": [],
|
|
2593
|
+
"resource": [
|
|
2594
|
+
"cpu-light",
|
|
2595
|
+
"fs-read"
|
|
2596
|
+
],
|
|
2597
|
+
"side_effect": "hermetic",
|
|
2598
|
+
"timeout_ms": 120000,
|
|
2599
|
+
"cache": {
|
|
2600
|
+
"enabled": true,
|
|
2601
|
+
"inputs": [
|
|
2602
|
+
"package.json",
|
|
2603
|
+
"release-gates.v2.json",
|
|
2604
|
+
"src/**",
|
|
2605
|
+
"schemas/**"
|
|
2606
|
+
]
|
|
2607
|
+
},
|
|
2608
|
+
"isolation": {
|
|
2609
|
+
"home": "temp",
|
|
2610
|
+
"codex_home": "temp",
|
|
2611
|
+
"report_dir": "per-gate"
|
|
2612
|
+
},
|
|
2613
|
+
"preset": [
|
|
2614
|
+
"release"
|
|
2615
|
+
],
|
|
2616
|
+
"output_contract": "sks.gate-result.v1"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"id": "type-surface:codex-app",
|
|
2620
|
+
"command": "node ./dist/scripts/type-surface-codex-app-check.js",
|
|
2621
|
+
"deps": [],
|
|
2622
|
+
"resource": [
|
|
2623
|
+
"cpu-light",
|
|
2624
|
+
"fs-read"
|
|
2625
|
+
],
|
|
2626
|
+
"side_effect": "hermetic",
|
|
2627
|
+
"timeout_ms": 300000,
|
|
2628
|
+
"cache": {
|
|
2629
|
+
"enabled": true,
|
|
2630
|
+
"inputs": [
|
|
2631
|
+
"package.json",
|
|
2632
|
+
"package-lock.json",
|
|
2633
|
+
"release-gates.v2.json",
|
|
2634
|
+
"src/**",
|
|
2635
|
+
"docs/**",
|
|
2636
|
+
"schemas/**"
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2639
|
+
"isolation": {
|
|
2640
|
+
"home": "temp",
|
|
2641
|
+
"codex_home": "temp",
|
|
2642
|
+
"report_dir": "per-gate"
|
|
2643
|
+
},
|
|
2644
|
+
"preset": [
|
|
2645
|
+
"release"
|
|
2646
|
+
],
|
|
2647
|
+
"output_contract": "sks.gate-result.v1"
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"id": "typecheck",
|
|
2651
|
+
"command": "tsc -p tsconfig.json --noEmit",
|
|
2652
|
+
"deps": [],
|
|
2653
|
+
"resource": [
|
|
2654
|
+
"cpu-heavy",
|
|
2655
|
+
"fs-read"
|
|
2656
|
+
],
|
|
2657
|
+
"side_effect": "hermetic",
|
|
2658
|
+
"timeout_ms": 120000,
|
|
2659
|
+
"cache": {
|
|
2660
|
+
"enabled": true,
|
|
2661
|
+
"inputs": [
|
|
2662
|
+
"package.json",
|
|
2663
|
+
"tsconfig.json",
|
|
2664
|
+
"src/**",
|
|
2665
|
+
"schemas/**"
|
|
2666
|
+
]
|
|
2667
|
+
},
|
|
2668
|
+
"isolation": {
|
|
2669
|
+
"home": "temp",
|
|
2670
|
+
"codex_home": "temp",
|
|
2671
|
+
"report_dir": "per-gate"
|
|
2672
|
+
},
|
|
2673
|
+
"preset": [
|
|
2674
|
+
"release"
|
|
2675
|
+
],
|
|
2676
|
+
"output_contract": "sks.gate-result.v1"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"id": "ultra-router:auto-router",
|
|
2680
|
+
"command": "node ./dist/scripts/ultra-router-auto-router-check.js",
|
|
2681
|
+
"deps": [],
|
|
2682
|
+
"resource": [
|
|
2683
|
+
"cpu-light",
|
|
2684
|
+
"fs-read"
|
|
2685
|
+
],
|
|
2686
|
+
"side_effect": "hermetic",
|
|
2687
|
+
"timeout_ms": 120000,
|
|
2688
|
+
"cache": {
|
|
2689
|
+
"enabled": true,
|
|
2690
|
+
"inputs": [
|
|
2691
|
+
"package.json",
|
|
2692
|
+
"release-gates.v2.json",
|
|
2693
|
+
"src/**",
|
|
2694
|
+
"schemas/**"
|
|
2695
|
+
]
|
|
2696
|
+
},
|
|
2697
|
+
"isolation": {
|
|
2698
|
+
"home": "temp",
|
|
2699
|
+
"codex_home": "temp",
|
|
2700
|
+
"report_dir": "per-gate"
|
|
2701
|
+
},
|
|
2702
|
+
"preset": [
|
|
2703
|
+
"release"
|
|
2704
|
+
],
|
|
2705
|
+
"output_contract": "sks.gate-result.v1"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"id": "wrongness:check",
|
|
2709
|
+
"command": "node ./dist/bin/sks.js wrongness validate project --json && node ./dist/scripts/wrongness-fixture-check.js",
|
|
2710
|
+
"deps": [],
|
|
2711
|
+
"resource": [
|
|
2712
|
+
"cpu-light",
|
|
2713
|
+
"fs-read"
|
|
2714
|
+
],
|
|
2715
|
+
"side_effect": "hermetic",
|
|
2716
|
+
"timeout_ms": 120000,
|
|
2717
|
+
"cache": {
|
|
2718
|
+
"enabled": true,
|
|
2719
|
+
"inputs": [
|
|
2720
|
+
"package.json",
|
|
2721
|
+
"release-gates.v2.json",
|
|
2722
|
+
"src/**",
|
|
2723
|
+
"schemas/**"
|
|
2724
|
+
]
|
|
2725
|
+
},
|
|
2726
|
+
"isolation": {
|
|
2727
|
+
"home": "temp",
|
|
2728
|
+
"codex_home": "temp",
|
|
2729
|
+
"report_dir": "per-gate"
|
|
2730
|
+
},
|
|
2731
|
+
"preset": [
|
|
2732
|
+
"release"
|
|
2733
|
+
],
|
|
2734
|
+
"output_contract": "sks.gate-result.v1"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"id": "test:proof-stop-gate",
|
|
2738
|
+
"command": "node --test --test-concurrency=1 dist/core/proof/__tests__/*.test.js dist/core/stop-gate/__tests__/*.test.js",
|
|
2739
|
+
"deps": [],
|
|
2740
|
+
"resource": [
|
|
2741
|
+
"cpu-light",
|
|
2742
|
+
"fs-read"
|
|
2743
|
+
],
|
|
2744
|
+
"side_effect": "hermetic",
|
|
2745
|
+
"timeout_ms": 120000,
|
|
2746
|
+
"cache": {
|
|
2747
|
+
"enabled": true,
|
|
2748
|
+
"inputs": [
|
|
2749
|
+
"package.json",
|
|
2750
|
+
"release-gates.v2.json",
|
|
2751
|
+
"src/core/proof/**",
|
|
2752
|
+
"src/core/stop-gate/**"
|
|
2753
|
+
]
|
|
2754
|
+
},
|
|
2755
|
+
"isolation": {
|
|
2756
|
+
"home": "temp",
|
|
2757
|
+
"codex_home": "temp",
|
|
2758
|
+
"report_dir": "per-gate"
|
|
2759
|
+
},
|
|
2760
|
+
"preset": [
|
|
2761
|
+
"release"
|
|
2762
|
+
],
|
|
2763
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"id": "test:commands-regression",
|
|
2767
|
+
"command": "node --test --test-concurrency=1 dist/core/commands/__tests__/*.test.js dist/cli/__tests__/*.test.js",
|
|
2768
|
+
"deps": [],
|
|
2769
|
+
"resource": [
|
|
2770
|
+
"cpu-light",
|
|
2771
|
+
"fs-read"
|
|
2772
|
+
],
|
|
2773
|
+
"side_effect": "hermetic",
|
|
2774
|
+
"timeout_ms": 120000,
|
|
2775
|
+
"cache": {
|
|
2776
|
+
"enabled": true,
|
|
2777
|
+
"inputs": [
|
|
2778
|
+
"package.json",
|
|
2779
|
+
"release-gates.v2.json",
|
|
2780
|
+
"src/core/commands/**",
|
|
2781
|
+
"src/cli/**",
|
|
2782
|
+
"src/bin/fast-inline.ts",
|
|
2783
|
+
"src/bin/sks-dispatch.ts"
|
|
2784
|
+
]
|
|
2785
|
+
},
|
|
2786
|
+
"isolation": {
|
|
2787
|
+
"home": "temp",
|
|
2788
|
+
"codex_home": "temp",
|
|
2789
|
+
"report_dir": "per-gate"
|
|
2790
|
+
},
|
|
2791
|
+
"preset": [
|
|
2792
|
+
"release"
|
|
2793
|
+
],
|
|
2794
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"id": "test:mad-sks-regression",
|
|
2798
|
+
"command": "node --test --test-concurrency=1 dist/core/mad-sks/__tests__/*.test.js",
|
|
2799
|
+
"deps": [],
|
|
2800
|
+
"resource": [
|
|
2801
|
+
"cpu-light",
|
|
2802
|
+
"fs-read"
|
|
2803
|
+
],
|
|
2804
|
+
"side_effect": "hermetic",
|
|
2805
|
+
"timeout_ms": 120000,
|
|
2806
|
+
"cache": {
|
|
2807
|
+
"enabled": true,
|
|
2808
|
+
"inputs": [
|
|
2809
|
+
"package.json",
|
|
2810
|
+
"release-gates.v2.json",
|
|
2811
|
+
"src/core/mad-sks/**"
|
|
2812
|
+
]
|
|
2813
|
+
},
|
|
2814
|
+
"isolation": {
|
|
2815
|
+
"home": "temp",
|
|
2816
|
+
"codex_home": "temp",
|
|
2817
|
+
"report_dir": "per-gate"
|
|
2818
|
+
},
|
|
2819
|
+
"preset": [
|
|
2820
|
+
"release"
|
|
2821
|
+
],
|
|
2822
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"id": "test:menubar-doctor",
|
|
2826
|
+
"command": "node --test --test-concurrency=1 dist/core/codex-app/__tests__/*.test.js dist/core/doctor/__tests__/*.test.js",
|
|
2827
|
+
"deps": [],
|
|
2828
|
+
"resource": [
|
|
2829
|
+
"cpu-light",
|
|
2830
|
+
"fs-read"
|
|
2831
|
+
],
|
|
2832
|
+
"side_effect": "hermetic",
|
|
2833
|
+
"timeout_ms": 120000,
|
|
2834
|
+
"cache": {
|
|
2835
|
+
"enabled": true,
|
|
2836
|
+
"inputs": [
|
|
2837
|
+
"package.json",
|
|
2838
|
+
"release-gates.v2.json",
|
|
2839
|
+
"src/commands/doctor.ts",
|
|
2840
|
+
"src/cli/install-helpers.ts",
|
|
2841
|
+
"src/core/codex-app/**",
|
|
2842
|
+
"src/core/doctor/**",
|
|
2843
|
+
"src/core/init.ts",
|
|
2844
|
+
"src/core/init/**",
|
|
2845
|
+
"src/core/subagents/official-subagent-config.ts"
|
|
2846
|
+
]
|
|
2847
|
+
},
|
|
2848
|
+
"isolation": {
|
|
2849
|
+
"home": "temp",
|
|
2850
|
+
"codex_home": "temp",
|
|
2851
|
+
"report_dir": "per-gate"
|
|
2852
|
+
},
|
|
2853
|
+
"preset": [
|
|
2854
|
+
"release"
|
|
2855
|
+
],
|
|
2856
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"id": "test:official-subagent-policy",
|
|
2860
|
+
"command": "node --test --test-concurrency=1 dist/core/subagents/__tests__/official-subagent-config.test.js dist/core/subagents/__tests__/model-policy.test.js dist/core/subagents/__tests__/task-profile.test.js dist/core/__tests__/naruto-route-reasoning.test.js dist/core/commands/__tests__/naruto-command-glm-block.test.js dist/cli/__tests__/router-active-naruto.test.js dist/core/release/__tests__/release-gate-affected-selector.test.js test/blackbox/naruto-shadow-clone-swarm-packed.test.mjs",
|
|
2861
|
+
"deps": [],
|
|
2862
|
+
"resource": [
|
|
2863
|
+
"cpu-light",
|
|
2864
|
+
"fs-read"
|
|
2865
|
+
],
|
|
2866
|
+
"side_effect": "hermetic",
|
|
2867
|
+
"timeout_ms": 120000,
|
|
2868
|
+
"cache": {
|
|
2869
|
+
"enabled": true,
|
|
2870
|
+
"inputs": [
|
|
2871
|
+
"package.json",
|
|
2872
|
+
"release-gates.v2.json",
|
|
2873
|
+
"src/core/subagents/official-subagent-config.ts",
|
|
2874
|
+
"src/core/subagents/model-policy.ts",
|
|
2875
|
+
"src/core/subagents/naruto-help-contract.ts",
|
|
2876
|
+
"src/core/subagents/__tests__/official-subagent-config.test.ts",
|
|
2877
|
+
"src/core/subagents/__tests__/model-policy.test.ts",
|
|
2878
|
+
"src/core/subagents/__tests__/task-profile.test.ts",
|
|
2879
|
+
"src/core/runtime/task-profile.ts",
|
|
2880
|
+
"src/core/routes.ts",
|
|
2881
|
+
"src/core/routes/**",
|
|
2882
|
+
"src/core/__tests__/naruto-route-reasoning.test.ts",
|
|
2883
|
+
"src/core/commands/naruto-command.ts",
|
|
2884
|
+
"src/core/commands/__tests__/naruto-command-glm-block.test.ts",
|
|
2885
|
+
"src/cli/router.ts",
|
|
2886
|
+
"src/cli/__tests__/router-active-naruto.test.ts",
|
|
2887
|
+
"src/bin/fast-inline.ts",
|
|
2888
|
+
"src/bin/sks-dispatch.ts",
|
|
2889
|
+
"src/core/release/release-gate-affected-selector.ts",
|
|
2890
|
+
"src/core/release/__tests__/release-gate-affected-selector.test.ts",
|
|
2891
|
+
"test/blackbox/naruto-shadow-clone-swarm-packed.test.mjs"
|
|
2892
|
+
]
|
|
2893
|
+
},
|
|
2894
|
+
"isolation": {
|
|
2895
|
+
"home": "temp",
|
|
2896
|
+
"codex_home": "temp",
|
|
2897
|
+
"report_dir": "per-gate"
|
|
2898
|
+
},
|
|
2899
|
+
"preset": [
|
|
2900
|
+
"release"
|
|
2901
|
+
],
|
|
2902
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner uses the focused suite exit code for this gate."
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"id": "test:codex-runtime-recovery",
|
|
2906
|
+
"command": "node ./dist/scripts/codex-control-tool-output-continuity-audit-check.js && node --test --test-concurrency=1 dist/core/codex-control/__tests__/*.test.js dist/core/codex-lb/__tests__/*.test.js dist/core/codex/__tests__/*.test.js dist/core/hooks-runtime/__tests__/official-light-turn-hooks.test.js",
|
|
2907
|
+
"deps": [],
|
|
2908
|
+
"resource": [
|
|
2909
|
+
"cpu-light",
|
|
2910
|
+
"fs-read"
|
|
2911
|
+
],
|
|
2912
|
+
"side_effect": "hermetic",
|
|
2913
|
+
"timeout_ms": 120000,
|
|
2914
|
+
"cache": {
|
|
2915
|
+
"enabled": true,
|
|
2916
|
+
"inputs": [
|
|
2917
|
+
"package.json",
|
|
2918
|
+
"release-gates.v2.json",
|
|
2919
|
+
"src/commands/codex.ts",
|
|
2920
|
+
"src/commands/codex-lb.ts",
|
|
2921
|
+
"src/commands/doctor.ts",
|
|
2922
|
+
"src/cli/install-helpers.ts",
|
|
2923
|
+
"src/core/codex-control/**",
|
|
2924
|
+
"src/core/codex-lb/**",
|
|
2925
|
+
"src/core/codex/**",
|
|
2926
|
+
"src/core/hooks-runtime.ts",
|
|
2927
|
+
"src/core/hooks-runtime/**",
|
|
2928
|
+
"src/core/preflight/parallel-preflight-engine.ts",
|
|
2929
|
+
"src/scripts/codex-control-tool-output-continuity-audit-check.ts"
|
|
2930
|
+
]
|
|
2931
|
+
},
|
|
2932
|
+
"isolation": {
|
|
2933
|
+
"home": "temp",
|
|
2934
|
+
"codex_home": "temp",
|
|
2935
|
+
"report_dir": "per-gate"
|
|
2936
|
+
},
|
|
2937
|
+
"preset": [
|
|
2938
|
+
"release"
|
|
2939
|
+
],
|
|
2940
|
+
"contract_note": "The continuity audit emits sks.gate-result.v1 before the focused node:test suite; the DAG runner uses the command exit code for the combined gate."
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"id": "test:dfix-ppt-gate",
|
|
2944
|
+
"command": "node --test --test-concurrency=1 dist/core/dfix/__tests__/*.test.js dist/core/ppt/__tests__/*.test.js",
|
|
2945
|
+
"deps": [],
|
|
2946
|
+
"resource": [
|
|
2947
|
+
"cpu-light",
|
|
2948
|
+
"fs-read"
|
|
2949
|
+
],
|
|
2950
|
+
"side_effect": "hermetic",
|
|
2951
|
+
"timeout_ms": 120000,
|
|
2952
|
+
"cache": {
|
|
2953
|
+
"enabled": true,
|
|
2954
|
+
"inputs": [
|
|
2955
|
+
"package.json",
|
|
2956
|
+
"release-gates.v2.json",
|
|
2957
|
+
"src/core/dfix/**",
|
|
2958
|
+
"src/core/ppt/**"
|
|
2959
|
+
]
|
|
2960
|
+
},
|
|
2961
|
+
"isolation": {
|
|
2962
|
+
"home": "temp",
|
|
2963
|
+
"codex_home": "temp",
|
|
2964
|
+
"report_dir": "per-gate"
|
|
2965
|
+
},
|
|
2966
|
+
"preset": [
|
|
2967
|
+
"release"
|
|
2968
|
+
],
|
|
2969
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"id": "test:core-root-regression",
|
|
2973
|
+
"command": "node --test --test-concurrency=1 dist/core/__tests__/*.test.js",
|
|
2974
|
+
"deps": [],
|
|
2975
|
+
"resource": [
|
|
2976
|
+
"cpu-light",
|
|
2977
|
+
"fs-read"
|
|
2978
|
+
],
|
|
2979
|
+
"side_effect": "hermetic",
|
|
2980
|
+
"timeout_ms": 120000,
|
|
2981
|
+
"cache": {
|
|
2982
|
+
"enabled": true,
|
|
2983
|
+
"inputs": [
|
|
2984
|
+
"package.json",
|
|
2985
|
+
"release-gates.v2.json",
|
|
2986
|
+
"src/core/__tests__/**",
|
|
2987
|
+
"src/core/hooks-runtime/code-pack-freshness-preflight.ts",
|
|
2988
|
+
"src/core/release/release-gate-hermetic-env.ts",
|
|
2989
|
+
"src/core/questions.ts",
|
|
2990
|
+
"src/core/work-order-ledger.ts",
|
|
2991
|
+
"src/core/mission.ts"
|
|
2992
|
+
]
|
|
2993
|
+
},
|
|
2994
|
+
"isolation": {
|
|
2995
|
+
"home": "temp",
|
|
2996
|
+
"codex_home": "temp",
|
|
2997
|
+
"report_dir": "per-gate"
|
|
2998
|
+
},
|
|
2999
|
+
"preset": [
|
|
3000
|
+
"release"
|
|
3001
|
+
],
|
|
3002
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"id": "test:triwiki-voxel-integrity",
|
|
3006
|
+
"command": "node --test --test-concurrency=1 dist/core/__tests__/triwiki-voxel-integrity.test.js",
|
|
3007
|
+
"deps": [],
|
|
3008
|
+
"resource": [
|
|
3009
|
+
"cpu-light",
|
|
3010
|
+
"fs-read"
|
|
3011
|
+
],
|
|
3012
|
+
"side_effect": "hermetic",
|
|
3013
|
+
"timeout_ms": 120000,
|
|
3014
|
+
"cache": {
|
|
3015
|
+
"enabled": true,
|
|
3016
|
+
"inputs": [
|
|
3017
|
+
"package.json",
|
|
3018
|
+
"release-gates.v2.json",
|
|
3019
|
+
"src/core/wiki-coordinate.ts",
|
|
3020
|
+
"src/core/__tests__/triwiki-voxel-integrity.test.ts"
|
|
3021
|
+
]
|
|
3022
|
+
},
|
|
3023
|
+
"isolation": {
|
|
3024
|
+
"home": "temp",
|
|
3025
|
+
"codex_home": "temp",
|
|
3026
|
+
"report_dir": "per-gate"
|
|
3027
|
+
},
|
|
3028
|
+
"preset": [
|
|
3029
|
+
"release"
|
|
3030
|
+
],
|
|
3031
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"id": "test:code-index-agent-bridge-regression",
|
|
3035
|
+
"command": "node --test --test-concurrency=1 dist/core/triwiki/__tests__/*.test.js dist/core/naruto/__tests__/*.test.js dist/core/agent-bridge/__tests__/*.test.js",
|
|
3036
|
+
"deps": [],
|
|
3037
|
+
"resource": [
|
|
3038
|
+
"cpu-light",
|
|
3039
|
+
"fs-read"
|
|
3040
|
+
],
|
|
3041
|
+
"side_effect": "hermetic",
|
|
3042
|
+
"timeout_ms": 120000,
|
|
3043
|
+
"cache": {
|
|
3044
|
+
"enabled": true,
|
|
3045
|
+
"inputs": [
|
|
3046
|
+
"package.json",
|
|
3047
|
+
"release-gates.v2.json",
|
|
3048
|
+
"src/core/triwiki/**",
|
|
3049
|
+
"src/core/naruto/**",
|
|
3050
|
+
"src/core/agent-bridge/**"
|
|
3051
|
+
]
|
|
3052
|
+
},
|
|
3053
|
+
"isolation": {
|
|
3054
|
+
"home": "temp",
|
|
3055
|
+
"codex_home": "temp",
|
|
3056
|
+
"report_dir": "per-gate"
|
|
3057
|
+
},
|
|
3058
|
+
"preset": [
|
|
3059
|
+
"release"
|
|
3060
|
+
],
|
|
3061
|
+
"contract_note": "node --test prints TAP/test-runner output only and does not emit the sks.gate-result.v1 JSON line as its final stdout; the DAG runner falls back to legacy exit-code-only semantics for this gate."
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"id": "release:cache-key-comprehensive",
|
|
3065
|
+
"command": "node ./dist/scripts/release-cache-input-classifier-check.js && node ./dist/scripts/release-cache-glob-hashing-check.js && node ./dist/scripts/release-cache-version-neutral-fixture-check.js && node ./dist/scripts/release-cache-neutralization-report-check.js",
|
|
3066
|
+
"deps": [],
|
|
3067
|
+
"resource": [
|
|
3068
|
+
"cpu-light",
|
|
3069
|
+
"fs-read"
|
|
3070
|
+
],
|
|
3071
|
+
"side_effect": "hermetic",
|
|
3072
|
+
"timeout_ms": 1200000,
|
|
3073
|
+
"cache": {
|
|
3074
|
+
"enabled": false,
|
|
3075
|
+
"inputs": [
|
|
3076
|
+
"package.json",
|
|
3077
|
+
"package-lock.json",
|
|
3078
|
+
"release-gates.v2.json",
|
|
3079
|
+
"src/**",
|
|
3080
|
+
"schemas/**",
|
|
3081
|
+
"src/scripts/release-cache-glob-hashing.ts",
|
|
3082
|
+
"src/core/zellij/**",
|
|
3083
|
+
"src/core/naruto/**",
|
|
3084
|
+
"src/core/release/**"
|
|
3085
|
+
]
|
|
3086
|
+
},
|
|
3087
|
+
"isolation": {
|
|
3088
|
+
"home": "temp",
|
|
3089
|
+
"codex_home": "temp",
|
|
3090
|
+
"report_dir": "per-gate"
|
|
3091
|
+
},
|
|
3092
|
+
"preset": [
|
|
3093
|
+
"release"
|
|
3094
|
+
],
|
|
3095
|
+
"output_contract": "sks.gate-result.v1"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"id": "release:batch-runner-comprehensive",
|
|
3099
|
+
"command": "node ./dist/scripts/release-gate-batch-runner-check.js && node ./dist/scripts/release-full-parallelism-blackbox.js",
|
|
3100
|
+
"deps": [
|
|
3101
|
+
"release:gate-selection-comprehensive"
|
|
3102
|
+
],
|
|
3103
|
+
"resource": [
|
|
3104
|
+
"cpu-light",
|
|
3105
|
+
"fs-read",
|
|
3106
|
+
"timing-sensitive"
|
|
3107
|
+
],
|
|
3108
|
+
"side_effect": "hermetic",
|
|
3109
|
+
"timeout_ms": 600000,
|
|
3110
|
+
"cache": {
|
|
3111
|
+
"enabled": false,
|
|
3112
|
+
"inputs": [
|
|
3113
|
+
"package.json",
|
|
3114
|
+
"release-gates.v2.json",
|
|
3115
|
+
"src/**",
|
|
3116
|
+
"schemas/**"
|
|
3117
|
+
]
|
|
3118
|
+
},
|
|
3119
|
+
"isolation": {
|
|
3120
|
+
"home": "temp",
|
|
3121
|
+
"codex_home": "temp",
|
|
3122
|
+
"report_dir": "per-gate"
|
|
3123
|
+
},
|
|
3124
|
+
"preset": [
|
|
3125
|
+
"release"
|
|
3126
|
+
],
|
|
3127
|
+
"output_contract": "sks.gate-result.v1"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"id": "release:gate-selection-comprehensive",
|
|
3131
|
+
"command": "node ./dist/scripts/release-dynamic-presets-check.js && node ./dist/scripts/release-affected-selector-check.js",
|
|
3132
|
+
"deps": [],
|
|
3133
|
+
"resource": [
|
|
3134
|
+
"cpu-light",
|
|
3135
|
+
"fs-read"
|
|
3136
|
+
],
|
|
3137
|
+
"side_effect": "hermetic",
|
|
3138
|
+
"timeout_ms": 360000,
|
|
3139
|
+
"cache": {
|
|
3140
|
+
"enabled": true,
|
|
3141
|
+
"inputs": [
|
|
3142
|
+
"package.json",
|
|
3143
|
+
"release-gates.v2.json",
|
|
3144
|
+
"src/**",
|
|
3145
|
+
"schemas/**"
|
|
3146
|
+
]
|
|
3147
|
+
},
|
|
3148
|
+
"isolation": {
|
|
3149
|
+
"home": "temp",
|
|
3150
|
+
"codex_home": "temp",
|
|
3151
|
+
"report_dir": "per-gate"
|
|
3152
|
+
},
|
|
3153
|
+
"preset": [
|
|
3154
|
+
"release"
|
|
3155
|
+
],
|
|
3156
|
+
"output_contract": "sks.gate-result.v1"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"id": "codex:0138-capability-comprehensive",
|
|
3160
|
+
"command": "node ./dist/scripts/codex-0138-capability-check.js && node ./dist/scripts/codex-0138-capability-artifact-check.js && node ./dist/scripts/codex-0138-feature-probes-check.js",
|
|
3161
|
+
"deps": [],
|
|
3162
|
+
"resource": [
|
|
3163
|
+
"cpu-light",
|
|
3164
|
+
"fs-read"
|
|
3165
|
+
],
|
|
3166
|
+
"side_effect": "hermetic",
|
|
3167
|
+
"timeout_ms": 420000,
|
|
3168
|
+
"cache": {
|
|
3169
|
+
"enabled": true,
|
|
3170
|
+
"inputs": [
|
|
3171
|
+
"package.json",
|
|
3172
|
+
"package-lock.json",
|
|
3173
|
+
"release-gates.v2.json",
|
|
3174
|
+
"src/**",
|
|
3175
|
+
"schemas/**"
|
|
3176
|
+
]
|
|
3177
|
+
},
|
|
3178
|
+
"isolation": {
|
|
3179
|
+
"home": "temp",
|
|
3180
|
+
"codex_home": "temp",
|
|
3181
|
+
"report_dir": "per-gate"
|
|
3182
|
+
},
|
|
3183
|
+
"preset": [
|
|
3184
|
+
"release"
|
|
3185
|
+
],
|
|
3186
|
+
"output_contract": "sks.gate-result.v1"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"id": "git:worktree-checkpoint-rebase-sync",
|
|
3190
|
+
"command": "node ./dist/scripts/git-worktree-checkpoint-check.js && node ./dist/scripts/git-worktree-cross-rebase-check.js",
|
|
3191
|
+
"deps": [
|
|
3192
|
+
"git:worktree-diff-envelope"
|
|
3193
|
+
],
|
|
3194
|
+
"resource": [
|
|
3195
|
+
"git-worktree",
|
|
3196
|
+
"cpu-light"
|
|
3197
|
+
],
|
|
3198
|
+
"side_effect": "hermetic",
|
|
3199
|
+
"timeout_ms": 280000,
|
|
3200
|
+
"cache": {
|
|
3201
|
+
"enabled": true,
|
|
3202
|
+
"inputs": [
|
|
3203
|
+
"package.json",
|
|
3204
|
+
"release-gates.v2.json",
|
|
3205
|
+
"src/**",
|
|
3206
|
+
"schemas/**"
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3209
|
+
"isolation": {
|
|
3210
|
+
"home": "temp",
|
|
3211
|
+
"codex_home": "temp",
|
|
3212
|
+
"report_dir": "per-gate"
|
|
3213
|
+
},
|
|
3214
|
+
"preset": [
|
|
3215
|
+
"release"
|
|
3216
|
+
],
|
|
3217
|
+
"output_contract": "sks.gate-result.v1"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"id": "git:worktree-diff-apply-pipeline",
|
|
3221
|
+
"command": "node ./dist/scripts/git-worktree-untracked-diff-check.js && node ./dist/scripts/git-worktree-integration-primary-check.js",
|
|
3222
|
+
"deps": [
|
|
3223
|
+
"git:worktree-diff-envelope"
|
|
3224
|
+
],
|
|
3225
|
+
"resource": [
|
|
3226
|
+
"git-worktree",
|
|
3227
|
+
"cpu-light"
|
|
3228
|
+
],
|
|
3229
|
+
"side_effect": "hermetic",
|
|
3230
|
+
"timeout_ms": 280000,
|
|
3231
|
+
"cache": {
|
|
3232
|
+
"enabled": true,
|
|
3233
|
+
"inputs": [
|
|
3234
|
+
"src/core/git/git-worktree-diff.ts",
|
|
3235
|
+
"src/scripts/git-worktree-untracked-diff-check.ts",
|
|
3236
|
+
"src/core/git/git-worktree-merge-queue.ts",
|
|
3237
|
+
"src/scripts/git-worktree-integration-primary-check.ts"
|
|
3238
|
+
]
|
|
3239
|
+
},
|
|
3240
|
+
"isolation": {
|
|
3241
|
+
"home": "temp",
|
|
3242
|
+
"codex_home": "temp",
|
|
3243
|
+
"report_dir": "per-gate"
|
|
3244
|
+
},
|
|
3245
|
+
"preset": [
|
|
3246
|
+
"release"
|
|
3247
|
+
],
|
|
3248
|
+
"output_contract": "sks.gate-result.v1"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"id": "codex-app:agent-role-comprehensive",
|
|
3252
|
+
"command": "node ./dist/scripts/codex-agent-type-routing-check.js && node ./dist/scripts/codex-agent-role-sync-check.js && node ./dist/scripts/codex-agent-role-rich-content-check.js",
|
|
3253
|
+
"deps": [],
|
|
3254
|
+
"resource": [
|
|
3255
|
+
"cpu-light",
|
|
3256
|
+
"fs-read"
|
|
3257
|
+
],
|
|
3258
|
+
"side_effect": "hermetic",
|
|
3259
|
+
"timeout_ms": 1080000,
|
|
3260
|
+
"cache": {
|
|
3261
|
+
"enabled": true,
|
|
3262
|
+
"inputs": [
|
|
3263
|
+
"package.json",
|
|
3264
|
+
"package-lock.json",
|
|
3265
|
+
"release-gates.v2.json",
|
|
3266
|
+
"src/**",
|
|
3267
|
+
"docs/**",
|
|
3268
|
+
"schemas/**"
|
|
3269
|
+
]
|
|
3270
|
+
},
|
|
3271
|
+
"isolation": {
|
|
3272
|
+
"home": "temp",
|
|
3273
|
+
"codex_home": "temp",
|
|
3274
|
+
"report_dir": "per-gate"
|
|
3275
|
+
},
|
|
3276
|
+
"preset": [
|
|
3277
|
+
"release"
|
|
3278
|
+
],
|
|
3279
|
+
"output_contract": "sks.gate-result.v1"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"id": "core-skill:card-schema-deployment-snapshot",
|
|
3283
|
+
"command": "node ./dist/scripts/core-skill-card-schema-check.js && node ./dist/scripts/core-skill-deployment-snapshot-check.js",
|
|
3284
|
+
"deps": [],
|
|
3285
|
+
"resource": [
|
|
3286
|
+
"cpu-light",
|
|
3287
|
+
"fs-read"
|
|
3288
|
+
],
|
|
3289
|
+
"side_effect": "hermetic",
|
|
3290
|
+
"timeout_ms": 120000,
|
|
3291
|
+
"cache": {
|
|
3292
|
+
"enabled": true,
|
|
3293
|
+
"inputs": [
|
|
3294
|
+
"package.json",
|
|
3295
|
+
"release-gates.v2.json",
|
|
3296
|
+
"src/**",
|
|
3297
|
+
"schemas/**"
|
|
3298
|
+
]
|
|
3299
|
+
},
|
|
3300
|
+
"isolation": {
|
|
3301
|
+
"home": "temp",
|
|
3302
|
+
"codex_home": "temp",
|
|
3303
|
+
"report_dir": "per-gate"
|
|
3304
|
+
},
|
|
3305
|
+
"preset": [
|
|
3306
|
+
"release"
|
|
3307
|
+
],
|
|
3308
|
+
"output_contract": "sks.gate-result.v1"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"id": "codex-native:feature-broker-comprehensive",
|
|
3312
|
+
"command": "node ./dist/scripts/codex-native-feature-broker-check.js && node ./dist/scripts/codex-native-feature-broker-blackbox.js && node ./dist/scripts/codex-native-harness-compat-check.js",
|
|
3313
|
+
"deps": [],
|
|
3314
|
+
"resource": [
|
|
3315
|
+
"cpu-light",
|
|
3316
|
+
"fs-read"
|
|
3317
|
+
],
|
|
3318
|
+
"side_effect": "hermetic",
|
|
3319
|
+
"timeout_ms": 660000,
|
|
3320
|
+
"cache": {
|
|
3321
|
+
"enabled": false,
|
|
3322
|
+
"inputs": [
|
|
3323
|
+
"package.json",
|
|
3324
|
+
"package-lock.json",
|
|
3325
|
+
"release-gates.v2.json",
|
|
3326
|
+
"src/**",
|
|
3327
|
+
"docs/**",
|
|
3328
|
+
"schemas/**"
|
|
3329
|
+
]
|
|
3330
|
+
},
|
|
3331
|
+
"isolation": {
|
|
3332
|
+
"home": "temp",
|
|
3333
|
+
"codex_home": "temp",
|
|
3334
|
+
"report_dir": "per-gate"
|
|
3335
|
+
},
|
|
3336
|
+
"preset": [
|
|
3337
|
+
"release"
|
|
3338
|
+
],
|
|
3339
|
+
"output_contract": "sks.gate-result.v1"
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"id": "mad-db:operation-lifecycle",
|
|
3343
|
+
"command": "node ./dist/scripts/mad-db-lifecycle-hook-decision-check.js && node ./dist/scripts/mad-db-mcp-result-lifecycle-check.js",
|
|
3344
|
+
"deps": [],
|
|
3345
|
+
"resource": [
|
|
3346
|
+
"cpu-light",
|
|
3347
|
+
"fs-read"
|
|
3348
|
+
],
|
|
3349
|
+
"side_effect": "hermetic",
|
|
3350
|
+
"timeout_ms": 300000,
|
|
3351
|
+
"cache": {
|
|
3352
|
+
"enabled": false,
|
|
3353
|
+
"inputs": []
|
|
3354
|
+
},
|
|
3355
|
+
"isolation": {
|
|
3356
|
+
"home": "temp",
|
|
3357
|
+
"codex_home": "temp",
|
|
3358
|
+
"report_dir": "per-gate"
|
|
3359
|
+
},
|
|
3360
|
+
"preset": [
|
|
3361
|
+
"release"
|
|
3362
|
+
],
|
|
3363
|
+
"output_contract": "sks.gate-result.v1"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"id": "pipeline:codex-native-routing-comprehensive",
|
|
3367
|
+
"command": "node ./dist/scripts/pipeline-codex-native-doctor-mad-routing-check.js && node ./dist/scripts/pipeline-codex-native-image-routing-check.js && node ./dist/scripts/pipeline-codex-native-loop-routing-check.js && node ./dist/scripts/pipeline-codex-native-qa-routing-check.js && node ./dist/scripts/pipeline-codex-native-research-routing-check.js",
|
|
3368
|
+
"deps": [],
|
|
3369
|
+
"resource": [
|
|
3370
|
+
"cpu-light",
|
|
3371
|
+
"fs-read"
|
|
3372
|
+
],
|
|
3373
|
+
"side_effect": "hermetic",
|
|
3374
|
+
"timeout_ms": 720000,
|
|
3375
|
+
"cache": {
|
|
3376
|
+
"enabled": false,
|
|
3377
|
+
"inputs": [
|
|
3378
|
+
"package.json",
|
|
3379
|
+
"package-lock.json",
|
|
3380
|
+
"release-gates.v2.json",
|
|
3381
|
+
"src/**",
|
|
3382
|
+
"docs/**",
|
|
3383
|
+
"schemas/**"
|
|
3384
|
+
]
|
|
3385
|
+
},
|
|
3386
|
+
"isolation": {
|
|
3387
|
+
"home": "temp",
|
|
3388
|
+
"codex_home": "temp",
|
|
3389
|
+
"report_dir": "per-gate"
|
|
3390
|
+
},
|
|
3391
|
+
"preset": [
|
|
3392
|
+
"release"
|
|
3393
|
+
],
|
|
3394
|
+
"output_contract": "sks.gate-result.v1"
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"id": "research:claim-builder-blueprint-comprehensive",
|
|
3398
|
+
"command": "node ./dist/scripts/research-claim-builder-check.js && node ./dist/scripts/research-blueprint-densifier-check.js",
|
|
3399
|
+
"deps": [],
|
|
3400
|
+
"resource": [
|
|
3401
|
+
"cpu-light",
|
|
3402
|
+
"io-light"
|
|
3403
|
+
],
|
|
3404
|
+
"side_effect": "hermetic",
|
|
3405
|
+
"timeout_ms": 300000,
|
|
3406
|
+
"cache": {
|
|
3407
|
+
"enabled": true,
|
|
3408
|
+
"inputs": [
|
|
3409
|
+
"package.json",
|
|
3410
|
+
"release-gates.v2.json",
|
|
3411
|
+
"src/**",
|
|
3412
|
+
"schemas/**"
|
|
3413
|
+
]
|
|
3414
|
+
},
|
|
3415
|
+
"isolation": {
|
|
3416
|
+
"home": "temp",
|
|
3417
|
+
"codex_home": "temp",
|
|
3418
|
+
"report_dir": "per-gate"
|
|
3419
|
+
},
|
|
3420
|
+
"preset": [
|
|
3421
|
+
"release"
|
|
3422
|
+
],
|
|
3423
|
+
"output_contract": "sks.gate-result.v1"
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"id": "research:complete-package-final-review-comprehensive",
|
|
3427
|
+
"command": "node ./dist/scripts/research-complete-package-fixture-check.js && node ./dist/scripts/research-final-reviewer-blackbox.js",
|
|
3428
|
+
"deps": [],
|
|
3429
|
+
"resource": [
|
|
3430
|
+
"cpu-light",
|
|
3431
|
+
"io-light"
|
|
3432
|
+
],
|
|
3433
|
+
"side_effect": "hermetic",
|
|
3434
|
+
"timeout_ms": 300000,
|
|
3435
|
+
"cache": {
|
|
3436
|
+
"enabled": true,
|
|
3437
|
+
"inputs": [
|
|
3438
|
+
"package.json",
|
|
3439
|
+
"release-gates.v2.json",
|
|
3440
|
+
"src/**",
|
|
3441
|
+
"schemas/**"
|
|
3442
|
+
]
|
|
3443
|
+
},
|
|
3444
|
+
"isolation": {
|
|
3445
|
+
"home": "temp",
|
|
3446
|
+
"codex_home": "temp",
|
|
3447
|
+
"report_dir": "per-gate"
|
|
3448
|
+
},
|
|
3449
|
+
"preset": [
|
|
3450
|
+
"release"
|
|
3451
|
+
],
|
|
3452
|
+
"output_contract": "sks.gate-result.v1"
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"id": "seo-geo:route-identity-comprehensive",
|
|
3456
|
+
"command": "node ./dist/scripts/seo-geo-geo-disambiguation-check.js && node ./dist/scripts/seo-geo-route-identity-check.js",
|
|
3457
|
+
"deps": [],
|
|
3458
|
+
"resource": [
|
|
3459
|
+
"cpu-light",
|
|
3460
|
+
"fs-read"
|
|
3461
|
+
],
|
|
3462
|
+
"side_effect": "hermetic",
|
|
3463
|
+
"timeout_ms": 300000,
|
|
3464
|
+
"cache": {
|
|
3465
|
+
"enabled": true,
|
|
3466
|
+
"inputs": [
|
|
3467
|
+
"package.json",
|
|
3468
|
+
"release-gates.v2.json",
|
|
3469
|
+
"src/**",
|
|
3470
|
+
"schemas/**"
|
|
3471
|
+
]
|
|
3472
|
+
},
|
|
3473
|
+
"isolation": {
|
|
3474
|
+
"home": "temp",
|
|
3475
|
+
"codex_home": "temp",
|
|
3476
|
+
"report_dir": "per-gate"
|
|
3477
|
+
},
|
|
3478
|
+
"preset": [
|
|
3479
|
+
"release"
|
|
3480
|
+
],
|
|
3481
|
+
"output_contract": "sks.gate-result.v1"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"id": "seo:comprehensive",
|
|
3485
|
+
"command": "node ./dist/scripts/seo-audit-fixture-check.js && node ./dist/scripts/seo-cli-blackbox-check.js && node ./dist/scripts/seo-no-mutation-by-default-check.js",
|
|
3486
|
+
"deps": [],
|
|
3487
|
+
"resource": [
|
|
3488
|
+
"cpu-light",
|
|
3489
|
+
"fs-read"
|
|
3490
|
+
],
|
|
3491
|
+
"side_effect": "hermetic",
|
|
3492
|
+
"timeout_ms": 420000,
|
|
3493
|
+
"cache": {
|
|
3494
|
+
"enabled": true,
|
|
3495
|
+
"inputs": [
|
|
3496
|
+
"package.json",
|
|
3497
|
+
"release-gates.v2.json",
|
|
3498
|
+
"src/**",
|
|
3499
|
+
"schemas/**"
|
|
3500
|
+
]
|
|
3501
|
+
},
|
|
3502
|
+
"isolation": {
|
|
3503
|
+
"home": "temp",
|
|
3504
|
+
"codex_home": "temp",
|
|
3505
|
+
"report_dir": "per-gate"
|
|
3506
|
+
},
|
|
3507
|
+
"preset": [
|
|
3508
|
+
"release"
|
|
3509
|
+
],
|
|
3510
|
+
"output_contract": "sks.gate-result.v1"
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"id": "triwiki:proof-comprehensive",
|
|
3514
|
+
"command": "node ./dist/scripts/triwiki-proof-card-check.js && node ./dist/scripts/triwiki-proof-bank-check.js && node ./dist/scripts/triwiki-proof-bank-blackbox.js",
|
|
3515
|
+
"deps": [],
|
|
3516
|
+
"resource": [
|
|
3517
|
+
"cpu-light",
|
|
3518
|
+
"fs-read"
|
|
3519
|
+
],
|
|
3520
|
+
"side_effect": "hermetic",
|
|
3521
|
+
"timeout_ms": 650000,
|
|
3522
|
+
"cache": {
|
|
3523
|
+
"enabled": true,
|
|
3524
|
+
"inputs": [
|
|
3525
|
+
"package.json",
|
|
3526
|
+
"package-lock.json",
|
|
3527
|
+
"release-gates.v2.json",
|
|
3528
|
+
"src/**",
|
|
3529
|
+
"docs/**",
|
|
3530
|
+
"schemas/**"
|
|
3531
|
+
]
|
|
3532
|
+
},
|
|
3533
|
+
"isolation": {
|
|
3534
|
+
"home": "temp",
|
|
3535
|
+
"codex_home": "temp",
|
|
3536
|
+
"report_dir": "per-gate"
|
|
3537
|
+
},
|
|
3538
|
+
"preset": [
|
|
3539
|
+
"release"
|
|
3540
|
+
],
|
|
3541
|
+
"output_contract": "sks.gate-result.v1"
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"id": "codex-lb:comprehensive",
|
|
3545
|
+
"command": "node ./dist/scripts/codex-lb-fast-ui-preservation-check.js && node ./dist/scripts/codex-lb-fast-mode-truth-check.js && node --test --test-concurrency=1 dist/core/__tests__/codex-lb-tool-catalog.test.js dist/core/__tests__/codex-lb-transport-security.test.js && node ./dist/scripts/codex-lb-gpt56-fast-profile-check.js",
|
|
3546
|
+
"deps": [
|
|
3547
|
+
"codex-app:fast-ui-preservation"
|
|
3548
|
+
],
|
|
3549
|
+
"resource": [
|
|
3550
|
+
"cpu-light",
|
|
3551
|
+
"fs-read"
|
|
3552
|
+
],
|
|
3553
|
+
"side_effect": "hermetic",
|
|
3554
|
+
"timeout_ms": 300000,
|
|
3555
|
+
"cache": {
|
|
3556
|
+
"enabled": true,
|
|
3557
|
+
"inputs": [
|
|
3558
|
+
"package.json",
|
|
3559
|
+
"release-gates.v2.json",
|
|
3560
|
+
"src/**",
|
|
3561
|
+
"schemas/**"
|
|
3562
|
+
]
|
|
3563
|
+
},
|
|
3564
|
+
"isolation": {
|
|
3565
|
+
"home": "temp",
|
|
3566
|
+
"codex_home": "temp",
|
|
3567
|
+
"report_dir": "per-gate"
|
|
3568
|
+
},
|
|
3569
|
+
"preset": [
|
|
3570
|
+
"release"
|
|
3571
|
+
],
|
|
3572
|
+
"output_contract": "sks.gate-result.v1"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"id": "geo:comprehensive",
|
|
3576
|
+
"command": "node ./dist/scripts/geo-claim-evidence-check.js && node ./dist/scripts/geo-cli-blackbox-check.js && node ./dist/scripts/geo-crawler-policy-check.js",
|
|
3577
|
+
"deps": [],
|
|
3578
|
+
"resource": [
|
|
3579
|
+
"cpu-light",
|
|
3580
|
+
"fs-read"
|
|
3581
|
+
],
|
|
3582
|
+
"side_effect": "hermetic",
|
|
3583
|
+
"timeout_ms": 420000,
|
|
3584
|
+
"cache": {
|
|
3585
|
+
"enabled": true,
|
|
3586
|
+
"inputs": [
|
|
3587
|
+
"package.json",
|
|
3588
|
+
"release-gates.v2.json",
|
|
3589
|
+
"src/**",
|
|
3590
|
+
"schemas/**"
|
|
3591
|
+
]
|
|
3592
|
+
},
|
|
3593
|
+
"isolation": {
|
|
3594
|
+
"home": "temp",
|
|
3595
|
+
"codex_home": "temp",
|
|
3596
|
+
"report_dir": "per-gate"
|
|
3597
|
+
},
|
|
3598
|
+
"preset": [
|
|
3599
|
+
"release"
|
|
3600
|
+
],
|
|
3601
|
+
"output_contract": "sks.gate-result.v1"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"id": "scheduler:comprehensive",
|
|
3605
|
+
"command": "node ./dist/scripts/scheduler-batch-dispatch-check.js && node ./dist/scripts/scheduler-utilization-integral-check.js && node ./dist/scripts/scheduler-parallel-proof-consistency-check.js",
|
|
3606
|
+
"deps": [],
|
|
3607
|
+
"resource": [
|
|
3608
|
+
"cpu-light",
|
|
3609
|
+
"fs-read",
|
|
3610
|
+
"timing-sensitive"
|
|
3611
|
+
],
|
|
3612
|
+
"side_effect": "hermetic",
|
|
3613
|
+
"timeout_ms": 420000,
|
|
3614
|
+
"cache": {
|
|
3615
|
+
"enabled": false,
|
|
3616
|
+
"inputs": []
|
|
3617
|
+
},
|
|
3618
|
+
"isolation": {
|
|
3619
|
+
"home": "temp",
|
|
3620
|
+
"codex_home": "temp",
|
|
3621
|
+
"report_dir": "per-gate"
|
|
3622
|
+
},
|
|
3623
|
+
"preset": [
|
|
3624
|
+
"release"
|
|
3625
|
+
],
|
|
3626
|
+
"output_contract": "sks.gate-result.v1"
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"id": "codex-sdk:integration-comprehensive",
|
|
3630
|
+
"command": "node ./dist/scripts/codex-sdk-backend-router-check.js && node ./dist/scripts/codex-sdk-capability-check.js && node ./dist/scripts/codex-sdk-event-stream-ledger-check.js",
|
|
3631
|
+
"deps": [],
|
|
3632
|
+
"resource": [
|
|
3633
|
+
"cpu-light",
|
|
3634
|
+
"fs-read"
|
|
3635
|
+
],
|
|
3636
|
+
"side_effect": "hermetic",
|
|
3637
|
+
"timeout_ms": 420000,
|
|
3638
|
+
"cache": {
|
|
3639
|
+
"enabled": true,
|
|
3640
|
+
"inputs": [
|
|
3641
|
+
"package.json",
|
|
3642
|
+
"release-gates.v2.json",
|
|
3643
|
+
"src/**",
|
|
3644
|
+
"schemas/**"
|
|
3645
|
+
]
|
|
3646
|
+
},
|
|
3647
|
+
"isolation": {
|
|
3648
|
+
"home": "temp",
|
|
3649
|
+
"codex_home": "temp",
|
|
3650
|
+
"report_dir": "per-gate"
|
|
3651
|
+
},
|
|
3652
|
+
"preset": [
|
|
3653
|
+
"release"
|
|
3654
|
+
],
|
|
3655
|
+
"output_contract": "sks.gate-result.v1"
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"id": "codex:0144:manifest",
|
|
3659
|
+
"command": "node ./dist/scripts/codex-0144-manifest-check.js",
|
|
3660
|
+
"deps": [],
|
|
3661
|
+
"resource": [
|
|
3662
|
+
"cpu-light",
|
|
3663
|
+
"fs-read"
|
|
3664
|
+
],
|
|
3665
|
+
"side_effect": "hermetic",
|
|
3666
|
+
"timeout_ms": 300000,
|
|
3667
|
+
"cache": {
|
|
3668
|
+
"enabled": true,
|
|
3669
|
+
"inputs": [
|
|
3670
|
+
"package.json",
|
|
3671
|
+
"package-lock.json",
|
|
3672
|
+
"release-gates.v2.json",
|
|
3673
|
+
"src/core/codex-control/**",
|
|
3674
|
+
"src/core/codex-compat/**",
|
|
3675
|
+
"src/core/codex-runtime/**",
|
|
3676
|
+
"config/codex-releases/**",
|
|
3677
|
+
"schemas/codex/**"
|
|
3678
|
+
]
|
|
3679
|
+
},
|
|
3680
|
+
"isolation": {
|
|
3681
|
+
"home": "temp",
|
|
3682
|
+
"codex_home": "temp",
|
|
3683
|
+
"report_dir": "per-gate"
|
|
3684
|
+
},
|
|
3685
|
+
"preset": [
|
|
3686
|
+
"release"
|
|
3687
|
+
],
|
|
3688
|
+
"output_contract": "sks.gate-result.v1"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"id": "codex:0144:binary-identity",
|
|
3692
|
+
"command": "node ./dist/scripts/codex-0144-binary-identity-check.js",
|
|
3693
|
+
"deps": [
|
|
3694
|
+
"codex:0144:manifest"
|
|
3695
|
+
],
|
|
3696
|
+
"resource": [
|
|
3697
|
+
"cpu-light",
|
|
3698
|
+
"fs-read"
|
|
3699
|
+
],
|
|
3700
|
+
"side_effect": "hermetic",
|
|
3701
|
+
"timeout_ms": 300000,
|
|
3702
|
+
"cache": {
|
|
3703
|
+
"enabled": true,
|
|
3704
|
+
"inputs": [
|
|
3705
|
+
"package.json",
|
|
3706
|
+
"package-lock.json",
|
|
3707
|
+
"release-gates.v2.json",
|
|
3708
|
+
"src/core/codex-compat/**",
|
|
3709
|
+
"src/core/codex-runtime/**",
|
|
3710
|
+
"src/scripts/codex-0144-binary-identity-check.ts"
|
|
3711
|
+
]
|
|
3712
|
+
},
|
|
3713
|
+
"isolation": {
|
|
3714
|
+
"home": "temp",
|
|
3715
|
+
"codex_home": "temp",
|
|
3716
|
+
"report_dir": "per-gate"
|
|
3717
|
+
},
|
|
3718
|
+
"preset": [
|
|
3719
|
+
"release"
|
|
3720
|
+
],
|
|
3721
|
+
"output_contract": "sks.gate-result.v1"
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"id": "codex:0144:policy",
|
|
3725
|
+
"command": "node ./dist/scripts/codex-0144-policy-check.js",
|
|
3726
|
+
"deps": [
|
|
3727
|
+
"codex:0144:manifest"
|
|
3728
|
+
],
|
|
3729
|
+
"resource": [
|
|
3730
|
+
"cpu-light",
|
|
3731
|
+
"fs-read"
|
|
3732
|
+
],
|
|
3733
|
+
"side_effect": "hermetic",
|
|
3734
|
+
"timeout_ms": 300000,
|
|
3735
|
+
"cache": {
|
|
3736
|
+
"enabled": true,
|
|
3737
|
+
"inputs": [
|
|
3738
|
+
"package.json",
|
|
3739
|
+
"release-gates.v2.json",
|
|
3740
|
+
"src/core/codex-control/**",
|
|
3741
|
+
"src/scripts/codex-0144-policy-check.ts"
|
|
3742
|
+
]
|
|
3743
|
+
},
|
|
3744
|
+
"isolation": {
|
|
3745
|
+
"home": "temp",
|
|
3746
|
+
"codex_home": "temp",
|
|
3747
|
+
"report_dir": "per-gate"
|
|
3748
|
+
},
|
|
3749
|
+
"preset": [
|
|
3750
|
+
"release"
|
|
3751
|
+
],
|
|
3752
|
+
"output_contract": "sks.gate-result.v1"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"id": "codex:0144:app-server-v2",
|
|
3756
|
+
"command": "node ./dist/scripts/codex-0144-app-server-v2-check.js",
|
|
3757
|
+
"deps": [
|
|
3758
|
+
"codex:0144:manifest"
|
|
3759
|
+
],
|
|
3760
|
+
"resource": [
|
|
3761
|
+
"cpu-light",
|
|
3762
|
+
"fs-read"
|
|
3763
|
+
],
|
|
3764
|
+
"side_effect": "hermetic",
|
|
3765
|
+
"timeout_ms": 300000,
|
|
3766
|
+
"cache": {
|
|
3767
|
+
"enabled": true,
|
|
3768
|
+
"inputs": [
|
|
3769
|
+
"package.json",
|
|
3770
|
+
"release-gates.v2.json",
|
|
3771
|
+
"src/core/codex-control/**",
|
|
3772
|
+
"src/core/codex-compat/**",
|
|
3773
|
+
"schemas/codex/app-server-0.144/**",
|
|
3774
|
+
"src/scripts/codex-0144-app-server-v2-check.ts"
|
|
3775
|
+
]
|
|
3776
|
+
},
|
|
3777
|
+
"isolation": {
|
|
3778
|
+
"home": "temp",
|
|
3779
|
+
"codex_home": "temp",
|
|
3780
|
+
"report_dir": "per-gate"
|
|
3781
|
+
},
|
|
3782
|
+
"preset": [
|
|
3783
|
+
"release"
|
|
3784
|
+
],
|
|
3785
|
+
"output_contract": "sks.gate-result.v1"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"id": "codex:0144:thread-store",
|
|
3789
|
+
"command": "node ./dist/scripts/codex-0144-thread-store-check.js",
|
|
3790
|
+
"deps": [
|
|
3791
|
+
"codex:0144:manifest"
|
|
3792
|
+
],
|
|
3793
|
+
"resource": [
|
|
3794
|
+
"cpu-light",
|
|
3795
|
+
"fs-read"
|
|
3796
|
+
],
|
|
3797
|
+
"side_effect": "hermetic",
|
|
3798
|
+
"timeout_ms": 300000,
|
|
3799
|
+
"cache": {
|
|
3800
|
+
"enabled": true,
|
|
3801
|
+
"inputs": [
|
|
3802
|
+
"package.json",
|
|
3803
|
+
"release-gates.v2.json",
|
|
3804
|
+
"src/core/codex-control/**",
|
|
3805
|
+
"src/scripts/codex-0144-thread-store-check.ts"
|
|
3806
|
+
]
|
|
3807
|
+
},
|
|
3808
|
+
"isolation": {
|
|
3809
|
+
"home": "temp",
|
|
3810
|
+
"codex_home": "temp",
|
|
3811
|
+
"report_dir": "per-gate"
|
|
3812
|
+
},
|
|
3813
|
+
"preset": [
|
|
3814
|
+
"release"
|
|
3815
|
+
],
|
|
3816
|
+
"output_contract": "sks.gate-result.v1"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"id": "codex:0144:capability",
|
|
3820
|
+
"command": "node ./dist/scripts/codex-0144-capability-check.js",
|
|
3821
|
+
"deps": [
|
|
3822
|
+
"codex:0144:manifest",
|
|
3823
|
+
"codex:0144:binary-identity",
|
|
3824
|
+
"codex:0144:app-server-v2"
|
|
3825
|
+
],
|
|
3826
|
+
"resource": [
|
|
3827
|
+
"cpu-light",
|
|
3828
|
+
"fs-read"
|
|
3829
|
+
],
|
|
3830
|
+
"side_effect": "hermetic",
|
|
3831
|
+
"timeout_ms": 300000,
|
|
3832
|
+
"cache": {
|
|
3833
|
+
"enabled": true,
|
|
3834
|
+
"inputs": [
|
|
3835
|
+
"package.json",
|
|
3836
|
+
"package-lock.json",
|
|
3837
|
+
"release-gates.v2.json",
|
|
3838
|
+
"src/core/codex-control/**",
|
|
3839
|
+
"src/core/codex-compat/**",
|
|
3840
|
+
"src/core/codex-runtime/**",
|
|
3841
|
+
"config/codex-releases/**",
|
|
3842
|
+
"schemas/codex/app-server-0.144/**"
|
|
3843
|
+
]
|
|
3844
|
+
},
|
|
3845
|
+
"isolation": {
|
|
3846
|
+
"home": "temp",
|
|
3847
|
+
"codex_home": "temp",
|
|
3848
|
+
"report_dir": "per-gate"
|
|
3849
|
+
},
|
|
3850
|
+
"preset": [
|
|
3851
|
+
"release"
|
|
3852
|
+
],
|
|
3853
|
+
"output_contract": "sks.gate-result.v1"
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"id": "ux-review:run-wires-imagegen",
|
|
3857
|
+
"command": "node ./dist/scripts/ux-review-run-wires-imagegen-check.js",
|
|
3858
|
+
"deps": [],
|
|
3859
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3860
|
+
"side_effect": "hermetic",
|
|
3861
|
+
"timeout_ms": 120000,
|
|
3862
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/commands/image-ux-review-command.ts", "src/scripts/ux-review-run-wires-imagegen-check.ts"] },
|
|
3863
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3864
|
+
"preset": ["release"],
|
|
3865
|
+
"output_contract": "sks.gate-result.v1"
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"id": "ux-review:extract-wires-real-extractor",
|
|
3869
|
+
"command": "node ./dist/scripts/ux-review-extract-wires-real-extractor-check.js",
|
|
3870
|
+
"deps": [],
|
|
3871
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3872
|
+
"side_effect": "hermetic",
|
|
3873
|
+
"timeout_ms": 120000,
|
|
3874
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/image-ux-review/**", "src/scripts/ux-review-extract-wires-real-extractor-check.ts"] },
|
|
3875
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3876
|
+
"preset": ["release"],
|
|
3877
|
+
"output_contract": "sks.gate-result.v1"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"id": "ux-review:patch-diff-recheck",
|
|
3881
|
+
"command": "node ./dist/scripts/ux-review-patch-diff-recheck-check.js",
|
|
3882
|
+
"deps": [],
|
|
3883
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3884
|
+
"side_effect": "hermetic",
|
|
3885
|
+
"timeout_ms": 120000,
|
|
3886
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/image-ux-review/**", "src/scripts/ux-review-patch-diff-recheck-check.ts"] },
|
|
3887
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3888
|
+
"preset": ["release"],
|
|
3889
|
+
"output_contract": "sks.gate-result.v1"
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"id": "ux-review:imagegen-blackbox",
|
|
3893
|
+
"command": "node ./dist/scripts/ux-review-imagegen-blackbox-check.js",
|
|
3894
|
+
"deps": ["ux-review:run-wires-imagegen", "ux-review:extract-wires-real-extractor"],
|
|
3895
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3896
|
+
"side_effect": "hermetic",
|
|
3897
|
+
"timeout_ms": 300000,
|
|
3898
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/image-ux-review/**", "src/scripts/ux-review-imagegen-blackbox-check.ts"] },
|
|
3899
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3900
|
+
"preset": ["release"],
|
|
3901
|
+
"output_contract": "sks.gate-result.v1"
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"id": "ppt:real-export-adapter",
|
|
3905
|
+
"command": "node ./dist/scripts/ppt-real-export-adapter-check.js",
|
|
3906
|
+
"deps": [],
|
|
3907
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3908
|
+
"side_effect": "hermetic",
|
|
3909
|
+
"timeout_ms": 120000,
|
|
3910
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/ppt/**", "src/scripts/ppt-real-export-adapter-check.ts"] },
|
|
3911
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3912
|
+
"preset": ["release"],
|
|
3913
|
+
"output_contract": "sks.gate-result.v1"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"id": "ppt:real-imagegen-wiring",
|
|
3917
|
+
"command": "node ./dist/scripts/ppt-real-imagegen-wiring-check.js",
|
|
3918
|
+
"deps": [],
|
|
3919
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3920
|
+
"side_effect": "hermetic",
|
|
3921
|
+
"timeout_ms": 120000,
|
|
3922
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/ppt/**", "src/scripts/ppt-real-imagegen-wiring-check.ts"] },
|
|
3923
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3924
|
+
"preset": ["release"],
|
|
3925
|
+
"output_contract": "sks.gate-result.v1"
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"id": "ppt:reexport-rereview",
|
|
3929
|
+
"command": "node ./dist/scripts/ppt-reexport-rereview-check.js",
|
|
3930
|
+
"deps": ["ppt:real-export-adapter", "ppt:real-imagegen-wiring"],
|
|
3931
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3932
|
+
"side_effect": "hermetic",
|
|
3933
|
+
"timeout_ms": 120000,
|
|
3934
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/ppt/**", "src/scripts/ppt-reexport-rereview-check.ts"] },
|
|
3935
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3936
|
+
"preset": ["release"],
|
|
3937
|
+
"output_contract": "sks.gate-result.v1"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"id": "ppt:full-e2e-blackbox",
|
|
3941
|
+
"command": "node ./dist/scripts/ppt-full-e2e-blackbox-check.js",
|
|
3942
|
+
"deps": ["ppt:reexport-rereview"],
|
|
3943
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3944
|
+
"side_effect": "hermetic",
|
|
3945
|
+
"timeout_ms": 300000,
|
|
3946
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/ppt/**", "src/scripts/ppt-full-e2e-blackbox-check.ts"] },
|
|
3947
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3948
|
+
"preset": ["release"],
|
|
3949
|
+
"output_contract": "sks.gate-result.v1"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"id": "dfix:fixture",
|
|
3953
|
+
"command": "node ./dist/scripts/dfix-fixture-check.js",
|
|
3954
|
+
"deps": [],
|
|
3955
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3956
|
+
"side_effect": "hermetic",
|
|
3957
|
+
"timeout_ms": 120000,
|
|
3958
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/dfix/**", "src/scripts/dfix-fixture-check.ts"] },
|
|
3959
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3960
|
+
"preset": ["release"],
|
|
3961
|
+
"output_contract": "sks.gate-result.v1"
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"id": "dfix:patch-handoff",
|
|
3965
|
+
"command": "node ./dist/scripts/dfix-patch-handoff-check.js",
|
|
3966
|
+
"deps": ["dfix:fixture"],
|
|
3967
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3968
|
+
"side_effect": "hermetic",
|
|
3969
|
+
"timeout_ms": 120000,
|
|
3970
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/dfix/**", "src/scripts/dfix-patch-handoff-check.ts"] },
|
|
3971
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3972
|
+
"preset": ["release"],
|
|
3973
|
+
"output_contract": "sks.gate-result.v1"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"id": "dfix:verification-recommendation",
|
|
3977
|
+
"command": "node ./dist/scripts/dfix-verification-recommendation-check.js",
|
|
3978
|
+
"deps": ["dfix:fixture"],
|
|
3979
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3980
|
+
"side_effect": "hermetic",
|
|
3981
|
+
"timeout_ms": 120000,
|
|
3982
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/dfix/**", "src/scripts/dfix-verification-recommendation-check.ts"] },
|
|
3983
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3984
|
+
"preset": ["release"],
|
|
3985
|
+
"output_contract": "sks.gate-result.v1"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"id": "dfix:verification",
|
|
3989
|
+
"command": "node ./dist/scripts/dfix-verification-check.js",
|
|
3990
|
+
"deps": ["dfix:fixture"],
|
|
3991
|
+
"resource": ["cpu-light", "fs-read"],
|
|
3992
|
+
"side_effect": "hermetic",
|
|
3993
|
+
"timeout_ms": 120000,
|
|
3994
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/dfix/**", "src/scripts/dfix-verification-check.ts"] },
|
|
3995
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
3996
|
+
"preset": ["release"],
|
|
3997
|
+
"output_contract": "sks.gate-result.v1"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"id": "evidence:flagship-coverage",
|
|
4001
|
+
"command": "node ./dist/scripts/evidence-flagship-coverage-check.js",
|
|
4002
|
+
"deps": ["dfix:verification", "ppt:full-e2e-blackbox", "ux-review:imagegen-blackbox"],
|
|
4003
|
+
"resource": ["cpu-light", "fs-read"],
|
|
4004
|
+
"side_effect": "hermetic",
|
|
4005
|
+
"timeout_ms": 120000,
|
|
4006
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/evidence/**", "src/core/trust-kernel/**", "src/scripts/evidence-flagship-coverage-check.ts"] },
|
|
4007
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
4008
|
+
"preset": ["release"],
|
|
4009
|
+
"output_contract": "sks.gate-result.v1"
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"id": "all-features:deep-completion",
|
|
4013
|
+
"command": "node ./dist/scripts/all-feature-deep-completion-check.js",
|
|
4014
|
+
"deps": ["evidence:flagship-coverage"],
|
|
4015
|
+
"resource": ["cpu-light", "fs-read"],
|
|
4016
|
+
"side_effect": "hermetic",
|
|
4017
|
+
"timeout_ms": 300000,
|
|
4018
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/cli/command-manifest-lite.ts", "src/cli/command-registry.ts", "src/core/routes.ts", "src/core/routes/dollar-manifest-lite.ts", "src/core/feature-registry.ts", "src/core/features/feature-registry.ts", "src/core/feature-fixtures.ts", "src/scripts/all-feature-deep-completion-check.ts", "docs/feature-inventory.md", "test/unit/feature-registry.test.mjs", "test/unit/all-feature-deep-completion.test.mjs", "test/integration/all-feature-deep-completion.test.mjs", "test/blackbox/all-feature-deep-completion-packed.test.mjs"] },
|
|
4019
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
4020
|
+
"preset": ["release"],
|
|
4021
|
+
"output_contract": "sks.gate-result.v1"
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"id": "release:metadata-current",
|
|
4025
|
+
"command": "node ./dist/scripts/release-metadata-check.js",
|
|
4026
|
+
"deps": [],
|
|
4027
|
+
"resource": ["cpu-light", "fs-read"],
|
|
4028
|
+
"side_effect": "hermetic",
|
|
4029
|
+
"timeout_ms": 120000,
|
|
4030
|
+
"cache": { "enabled": false, "inputs": ["package.json", "package-lock.json", "CHANGELOG.md", "README.md", "docs/**", "src/core/version-manager.ts", "src/core/version.ts", "src/bin/sks.ts", "src/scripts/release-metadata-check.ts", "src/scripts/release-metadata-1-19-check.ts"] },
|
|
4031
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
4032
|
+
"preset": ["release"],
|
|
4033
|
+
"output_contract": "sks.gate-result.v1"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"id": "docs:truthfulness",
|
|
4037
|
+
"command": "node ./dist/scripts/docs-truthfulness-check.js",
|
|
4038
|
+
"deps": ["release:metadata-current"],
|
|
4039
|
+
"resource": ["cpu-light", "fs-read"],
|
|
4040
|
+
"side_effect": "hermetic",
|
|
4041
|
+
"timeout_ms": 120000,
|
|
4042
|
+
"cache": { "enabled": false, "inputs": ["package.json", "CHANGELOG.md", "README.md", "docs/**", "src/scripts/docs-truthfulness-check.ts"] },
|
|
4043
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
4044
|
+
"preset": ["release"],
|
|
4045
|
+
"output_contract": "sks.gate-result.v1"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"id": "release:runtime-truth-matrix",
|
|
4049
|
+
"command": "node ./dist/scripts/release-runtime-truth-matrix-check.js",
|
|
4050
|
+
"deps": ["all-features:deep-completion", "docs:truthfulness"],
|
|
4051
|
+
"resource": ["cpu-light", "fs-read"],
|
|
4052
|
+
"side_effect": "real-env",
|
|
4053
|
+
"timeout_ms": 120000,
|
|
4054
|
+
"cache": { "enabled": true, "inputs": ["package.json", "release-gates.v2.json", "src/core/proof/runtime-truth-matrix.ts", "src/scripts/release-runtime-truth-matrix-check.ts"] },
|
|
4055
|
+
"isolation": { "home": "temp", "codex_home": "temp", "report_dir": "per-gate" },
|
|
4056
|
+
"preset": ["release"],
|
|
4057
|
+
"output_contract": "sks.gate-result.v1"
|
|
4058
|
+
}
|
|
4059
|
+
]
|
|
4060
|
+
}
|