sneakoscope 7.0.2 → 7.0.3
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 +7 -5
- package/crates/sks-core/Cargo.lock +1 -1
- package/crates/sks-core/Cargo.toml +1 -1
- package/dist/bin/sks-dispatch.js +0 -3
- package/dist/cli/command-registry.js +0 -2
- package/dist/cli/install-helpers-codex-lb-chain.js +24 -2
- package/dist/cli/install-helpers-codex-lb-config.js +0 -7
- package/dist/cli/install-helpers-codex-lb-selftest-chain.js +0 -3
- package/dist/cli/install-helpers-codex-lb-selftest.js +0 -17
- package/dist/cli/install-helpers.js +81 -96
- package/dist/cli/router.js +0 -22
- package/dist/commands/codex-lb.js +176 -22
- package/dist/commands/codex.js +3 -8
- package/dist/commands/doctor.js +4 -14
- package/dist/commands/perf.js +5 -1
- package/dist/commands/zellij-slot-column-anchor.js +0 -2
- package/dist/commands/zellij-slot-pane.js +0 -7
- package/dist/commands/zellij.js +0 -2
- package/dist/config/skills-manifest.json +52 -52
- package/dist/core/agent-bridge/agent-manifest.js +192 -1
- package/dist/core/agent-bridge/agent-mode.js +0 -5
- package/dist/core/agent-bridge/host-capability-policy.js +189 -0
- package/dist/core/agent-bridge/host-capability-runtime.js +1395 -0
- package/dist/core/agent-bridge/mcp-server.js +1 -11
- package/dist/core/agents/agent-effort-policy.js +0 -3
- package/dist/core/agents/agent-orchestrator.js +0 -4
- package/dist/core/agents/agent-proof-evidence.js +0 -2
- package/dist/core/agents/agent-runner-ollama.js +0 -3
- package/dist/core/agents/agent-scheduler.js +0 -5
- package/dist/core/agents/native-cli-worker-runtime.js +5 -17
- package/dist/core/agents/work-partition/repo-inventory.js +0 -2
- package/dist/core/auto-review.js +0 -13
- package/dist/core/bench.js +0 -14
- package/dist/core/code-structure.js +0 -3
- package/dist/core/codex/agent-config-file-repair.js +0 -8
- package/dist/core/codex/codex-cli-update.js +122 -20
- package/dist/core/codex/codex-config-eperm-repair.js +0 -4
- package/dist/core/codex/codex-config-guard.js +0 -3
- package/dist/core/codex/codex-config-readability.js +0 -13
- package/dist/core/codex/codex-project-config-policy.js +0 -33
- package/dist/core/codex/official-goal-mode.js +0 -2
- package/dist/core/codex-app/codex-app-fast-ui-repair.js +5 -7
- package/dist/core/codex-app/codex-app-ui-state-snapshot.js +44 -7
- package/dist/core/codex-app/sks-menubar.js +0 -1
- package/dist/core/codex-app.js +0 -9
- package/dist/core/codex-compat/codex-hook-output-builders.js +9 -1
- package/dist/core/codex-compat/codex-hook-output-normalizer.js +1 -1
- package/dist/core/codex-compat/codex-hook-semantic-validator.js +3 -2
- package/dist/core/codex-compat/codex-hook-warning-detector.js +10 -2
- package/dist/core/codex-control/codex-lb-launch-recovery.js +0 -3
- package/dist/core/codex-control/codex-reliability-shield.js +0 -8
- package/dist/core/codex-control/codex-sdk-adapter.js +0 -3
- package/dist/core/codex-control/codex-sdk-config-policy.js +0 -2
- package/dist/core/codex-control/codex-sdk-env-policy.js +61 -16
- package/dist/core/codex-control/codex-task-runner.js +0 -7
- package/dist/core/codex-control/codex-thread-registry.js +0 -4
- package/dist/core/codex-lb/codex-lb-env.js +118 -20
- package/dist/core/codex-lb/codex-lb-tool-catalog.js +0 -4
- package/dist/core/codex-lb/codex-lb-tool-output-recovery.js +1 -1
- package/dist/core/codex-model-guard.js +0 -14
- package/dist/core/codex-native/codex-native-feature-broker.js +67 -22
- package/dist/core/codex-native/codex-native-interop-policy.js +81 -9
- package/dist/core/codex-native/confined-report-writer.js +21 -0
- package/dist/core/codex-native/core-skill-integrity.js +169 -20
- package/dist/core/codex-native/project-skill-dedupe.js +55 -13
- package/dist/core/codex-native/skill-registry-ledger.js +137 -16
- package/dist/core/codex-native/sks-skill-paths.js +185 -0
- package/dist/core/codex-runtime/codex-desktop-config-policy.js +0 -2
- package/dist/core/commands/agent-bridge-command.js +28 -8
- package/dist/core/commands/basic-cli.js +67 -26
- package/dist/core/commands/bench-command.js +5 -1
- package/dist/core/commands/command-utils.js +0 -5
- package/dist/core/commands/image-ux-review-command.js +0 -9
- package/dist/core/commands/mad-sks-command.js +0 -38
- package/dist/core/commands/naruto-command.js +46 -12
- package/dist/core/commands/ppt-command.js +0 -9
- package/dist/core/commands/run-command.js +8 -2
- package/dist/core/commands/seo-command.js +0 -6
- package/dist/core/commands/wiki-command.js +0 -14
- package/dist/core/computer-use-live-evidence.js +0 -5
- package/dist/core/config/secret-preservation.js +0 -11
- package/dist/core/daemon/sksd-hook-daemon-entrypoint.js +0 -2
- package/dist/core/daemon/sksd-hook-daemon.js +1 -29
- package/dist/core/daemon/sksd-hook-dispatch.js +0 -17
- package/dist/core/db-safety.js +0 -7
- package/dist/core/doctor/browser-use-repair.js +0 -2
- package/dist/core/doctor/doctor-codex-startup-repair.js +0 -3
- package/dist/core/doctor/doctor-readiness-matrix.js +12 -0
- package/dist/core/doctor/doctor-skill-reconcile.js +32 -0
- package/dist/core/doctor/imagegen-repair.js +0 -2
- package/dist/core/doctor/mcp-transport-collision-repair.js +0 -3
- package/dist/core/doctor/retired-managed-residue-private.js +0 -1
- package/dist/core/doctor/supabase-mcp-repair.js +0 -11
- package/dist/core/feature-fixture-executor.js +0 -48
- package/dist/core/feature-fixtures.js +0 -5
- package/dist/core/fsx.js +11 -12
- package/dist/core/hooks-runtime/code-pack-freshness-preflight.js +0 -5
- package/dist/core/hooks-runtime/hook-context.js +202 -0
- package/dist/core/hooks-runtime/hook-io.js +1 -12
- package/dist/core/hooks-runtime/light-turn.js +0 -2
- package/dist/core/hooks-runtime/naruto-decision-gate.js +4 -1
- package/dist/core/hooks-runtime/naruto-terminal-finalization.js +91 -0
- package/dist/core/hooks-runtime/official-subagent-lifecycle.js +370 -0
- package/dist/core/hooks-runtime/standalone-parent-host-capability.js +98 -0
- package/dist/core/hooks-runtime/subagent-context.js +59 -0
- package/dist/core/hooks-runtime/subagent-skill-availability-contract.js +29 -0
- package/dist/core/hooks-runtime/subagent-skill-availability-evidence.js +195 -0
- package/dist/core/hooks-runtime/subagent-skill-availability-guards.js +316 -0
- package/dist/core/hooks-runtime/subagent-skill-availability.js +217 -0
- package/dist/core/hooks-runtime.js +259 -535
- package/dist/core/image-ux-review/codex-app-generated-image-discovery.js +0 -17
- package/dist/core/image-ux-review/imagegen-adapter.js +0 -14
- package/dist/core/imagegen/imagegen-auth-readiness.js +0 -9
- package/dist/core/imagegen/imagegen-capability.js +0 -3
- package/dist/core/init/managed-skill-install.js +42 -0
- package/dist/core/init/skills.js +247 -74
- package/dist/core/init.js +15 -40
- package/dist/core/lean-engineering-policy.js +0 -2
- package/dist/core/locks/file-lock.js +0 -21
- package/dist/core/loops/loop-planner.js +0 -6
- package/dist/core/loops/loop-runtime.js +0 -1
- package/dist/core/loops/loop-worker-runtime.js +0 -19
- package/dist/core/mad-sks/executors/db-write-executor.js +0 -4
- package/dist/core/mad-sks/executors/executor-base.js +0 -10
- package/dist/core/mad-sks/immutable-harness-guard.js +0 -5
- package/dist/core/mad-sks/sql-plane/coordinator.js +0 -5
- package/dist/core/mad-sks/sql-plane/ledger.js +0 -4
- package/dist/core/mad-sks/sql-plane/lock.js +0 -4
- package/dist/core/mad-sks/sql-plane/mcp-executor.js +0 -9
- package/dist/core/mad-sks/sql-plane/policy-resolver.js +0 -2
- package/dist/core/mad-sks/sql-plane/postconditions.js +0 -4
- package/dist/core/mad-sks/sql-plane/recovery.js +0 -2
- package/dist/core/mad-sks/sql-plane/runtime-profile.js +0 -8
- package/dist/core/managed-assets/managed-assets-manifest.js +1 -7
- package/dist/core/mcp-config/health-check.js +10 -3
- package/dist/core/migration/migration-transaction-journal.js +0 -8
- package/dist/core/mission.js +0 -2
- package/dist/core/naruto/naruto-active-pool.js +0 -2
- package/dist/core/naruto/naruto-concurrency-governor.js +0 -1
- package/dist/core/naruto/naruto-real-write-proof.js +0 -4
- package/dist/core/naruto/naruto-write-e2e.js +0 -1
- package/dist/core/perf/perf-budget.js +0 -5
- package/dist/core/permission-gates.js +0 -2
- package/dist/core/pipeline-internals/runtime-core.js +15 -5
- package/dist/core/pipeline-internals/runtime-gates.js +0 -12
- package/dist/core/preflight/parallel-preflight-engine.js +0 -11
- package/dist/core/proof/evidence-collector.js +0 -2
- package/dist/core/proof/route-finalizer.js +0 -1
- package/dist/core/proof/selftest-proof-fixtures.js +0 -5
- package/dist/core/providers/glm/bench/glm-benchmark-runner.js +0 -2
- package/dist/core/providers/glm/glm-request-cache.js +0 -3
- package/dist/core/providers/glm/naruto/glm-naruto-command.js +0 -1
- package/dist/core/providers/glm/naruto/glm-naruto-decomposer.js +0 -1
- package/dist/core/providers/glm/naruto/glm-naruto-orchestrator.js +0 -6
- package/dist/core/providers/glm/naruto/glm-naruto-trace.js +0 -1
- package/dist/core/providers/glm/naruto/glm-naruto-worker-pool.js +0 -1
- package/dist/core/providers/glm/naruto/glm-naruto-worktree.js +0 -1
- package/dist/core/providers/openrouter/openrouter-secret-store.js +0 -1
- package/dist/core/providers/openrouter/openrouter-stream.js +0 -2
- package/dist/core/questions.js +3 -3
- package/dist/core/release/gate-manifest.js +0 -5
- package/dist/core/release/package-size-budget.js +1 -1
- package/dist/core/release/release-gate-batch-runner.js +11 -2
- package/dist/core/release/release-gate-cache-v2.js +0 -4
- package/dist/core/release/release-gate-hermetic-env.js +0 -5
- package/dist/core/release-parallel-full-coverage.js +0 -2
- package/dist/core/remote/ssh-worker-client.js +0 -3
- package/dist/core/research/research-adversarial-review.js +6 -2
- package/dist/core/responses-retry-policy.js +0 -10
- package/dist/core/retention.js +0 -7
- package/dist/core/routes/constants.js +0 -3
- package/dist/core/routes.js +89 -15
- package/dist/core/safety/command-contract/contracts.js +2 -0
- package/dist/core/safety/mutation-guard.js +0 -25
- package/dist/core/safety/mutation-ledger.js +0 -9
- package/dist/core/safety/requested-scope-contract.js +0 -0
- package/dist/core/security/high-risk-contracts.js +0 -1
- package/dist/core/skills/core-skill-card.js +0 -0
- package/dist/core/skills/core-skill-deployment.js +0 -13
- package/dist/core/skills/core-skill-epoch.js +0 -11
- package/dist/core/skills/core-skill-meta-update.js +0 -6
- package/dist/core/skills/core-skill-patch-apply.js +0 -7
- package/dist/core/skills/core-skill-patch.js +0 -8
- package/dist/core/skills/core-skill-reflection.js +0 -16
- package/dist/core/skills/core-skill-runtime.js +0 -6
- package/dist/core/skills/core-skill-scorer.js +0 -7
- package/dist/core/skills/core-skill-trainer.js +0 -11
- package/dist/core/skills/core-skill-types.js +0 -9
- package/dist/core/skills/core-skill-validation.js +0 -5
- package/dist/core/skills/rejected-skill-patch-buffer.js +0 -2
- package/dist/core/stop-gate/stop-gate-check.js +0 -8
- package/dist/core/stop-gate/stop-gate-resolver.js +0 -7
- package/dist/core/stop-gate/stop-gate-writer.js +0 -5
- package/dist/core/subagents/model-policy.js +0 -7
- package/dist/core/subagents/naruto-help-contract.js +1 -1
- package/dist/core/subagents/naruto-proof-projection.js +580 -12
- package/dist/core/subagents/official-subagent-config.js +0 -8
- package/dist/core/subagents/official-subagent-preparation.js +6 -5
- package/dist/core/subagents/official-subagent-prompt.js +29 -0
- package/dist/core/subagents/official-subagent-runner.js +343 -37
- package/dist/core/subagents/subagent-evidence.js +378 -9
- package/dist/core/subagents/thread-budget.js +5 -2
- package/dist/core/subagents/triwiki-attention.js +0 -4
- package/dist/core/subagents/wave-parent-guidance.js +54 -9
- package/dist/core/telegram/runtime.js +0 -1
- package/dist/core/triwiki/code-index-scanner.js +0 -3
- package/dist/core/triwiki/code-pack-head-freshness.js +0 -10
- package/dist/core/triwiki/code-pack.js +0 -2
- package/dist/core/triwiki/triwiki-cache-key.js +0 -1
- package/dist/core/triwiki/triwiki-proof-bank.js +0 -1
- package/dist/core/triwiki-attention.js +0 -10
- package/dist/core/triwiki-provenance.js +0 -5
- package/dist/core/triwiki-runtime.js +0 -12
- package/dist/core/triwiki-wrongness/wrongness-ledger.js +0 -7
- package/dist/core/triwiki-wrongness/wrongness-schema.js +0 -3
- package/dist/core/trust-kernel/trust-report.js +0 -7
- package/dist/core/update/update-migration-state.js +21 -39
- package/dist/core/update-check.js +2 -14
- package/dist/core/version-manager.js +2 -0
- package/dist/core/version.js +1 -1
- package/dist/core/work-order-ledger.js +0 -17
- package/dist/core/zellij/zellij-clipboard-config.js +0 -18
- package/dist/core/zellij/zellij-lane-renderer.js +5 -46
- package/dist/core/zellij/zellij-lane-runtime.js +0 -1
- package/dist/core/zellij/zellij-launcher.js +0 -26
- package/dist/core/zellij/zellij-official-subagent-activity.js +0 -5
- package/dist/core/zellij/zellij-official-subagent-telemetry.js +0 -5
- package/dist/core/zellij/zellij-screen-proof.js +0 -7
- package/dist/core/zellij/zellij-slot-column-anchor.js +0 -1
- package/dist/core/zellij/zellij-slot-pane-renderer.js +0 -9
- package/dist/core/zellij/zellij-slot-telemetry.js +0 -12
- package/dist/core/zellij/zellij-ui-mode.js +0 -7
- package/dist/core/zellij/zellij-update.js +0 -29
- package/dist/core/zellij/zellij-worker-pane-manager.js +0 -39
- package/dist/native/sks-menubar/Sources/ProvidersViewController.swift +213 -27
- package/dist/native/sks-menubar/Sources/UpdatesViewController.swift +95 -12
- package/dist/scripts/agent-message-bus-reader-check.js +0 -1
- package/dist/scripts/all-feature-deep-completion-check.js +0 -1
- package/dist/scripts/appshots-thread-attachment-discovery-check.js +0 -1
- package/dist/scripts/architecture-guard-check.js +0 -1
- package/dist/scripts/build-dist.js +0 -1
- package/dist/scripts/build-once-runner-check.js +0 -1
- package/dist/scripts/canonical-test-runner.js +0 -2
- package/dist/scripts/certificate-sla-check.js +0 -1
- package/dist/scripts/changelog-check.js +0 -1
- package/dist/scripts/check-cli-entrypoint.js +0 -1
- package/dist/scripts/check-command-module-budget.js +0 -7
- package/dist/scripts/check-feature-quality.js +0 -1
- package/dist/scripts/check-legacy-free.js +0 -1
- package/dist/scripts/check-pipeline-runtime.js +0 -1
- package/dist/scripts/check-runtime-schemas.js +0 -1
- package/dist/scripts/codex-0-134-runner-truth-check.js +0 -1
- package/dist/scripts/codex-0-137-compat-check.js +0 -1
- package/dist/scripts/codex-0138-capability-artifact-check.js +0 -1
- package/dist/scripts/codex-0138-capability-check.js +0 -1
- package/dist/scripts/codex-0138-doctor-check.js +0 -1
- package/dist/scripts/codex-0138-feature-probes-check.js +0 -1
- package/dist/scripts/codex-0144-core-real-probes-check.js +0 -1
- package/dist/scripts/codex-app-handoff-check.js +0 -1
- package/dist/scripts/codex-app-handoff-launch-check.js +0 -1
- package/dist/scripts/codex-config-load-probe.js +0 -5
- package/dist/scripts/codex-control-all-pipelines-check.js +0 -1
- package/dist/scripts/codex-control-event-stream-ledger-check.js +0 -1
- package/dist/scripts/codex-control-tool-output-continuity-audit-check.js +0 -1
- package/dist/scripts/codex-permission-profiles-check.js +0 -1
- package/dist/scripts/codex-plugin-app-template-policy-check.js +0 -1
- package/dist/scripts/codex-project-config-policy-splitter-check.js +0 -1
- package/dist/scripts/codex-sdk-all-pipelines-check.js +0 -1
- package/dist/scripts/codex-sdk-backend-router-check.js +0 -1
- package/dist/scripts/codex-sdk-capability-check.js +0 -1
- package/dist/scripts/codex-sdk-event-stream-ledger-check.js +0 -1
- package/dist/scripts/codex-sdk-real-smoke-check.js +0 -1
- package/dist/scripts/concurrent-session-collision-check.js +9 -0
- package/dist/scripts/context7-evidence-dedupe-check.js +0 -1
- package/dist/scripts/core-skill-card-schema-check.js +0 -11
- package/dist/scripts/core-skill-deployment-snapshot-check.js +0 -10
- package/dist/scripts/core-skill-heldout-validation-check.js +0 -11
- package/dist/scripts/core-skill-no-inference-optimizer-check.js +0 -11
- package/dist/scripts/core-skill-patch-check.js +0 -11
- package/dist/scripts/core-skill-route-runtime-integration-check.js +0 -11
- package/dist/scripts/current-surface-update-e2e-check.js +0 -4
- package/dist/scripts/current-upgrade-matrix-check.js +0 -1
- package/dist/scripts/dfix-fixture-check.js +0 -1
- package/dist/scripts/dfix-patch-handoff-check.js +0 -1
- package/dist/scripts/dfix-verification-check.js +0 -1
- package/dist/scripts/dfix-verification-recommendation-check.js +0 -1
- package/dist/scripts/docs-truthfulness-check.js +3 -3
- package/dist/scripts/doctor-fastpath-check.js +0 -1
- package/dist/scripts/doctor-fix-proves-codex-read-check.js +0 -11
- package/dist/scripts/doctor-fixes-codex-app-fast-ui-check.js +0 -4
- package/dist/scripts/doctor-idempotence-check.js +0 -1
- package/dist/scripts/doctor-ops-semantics-check.js +0 -1
- package/dist/scripts/ensure-bin-executable.js +0 -1
- package/dist/scripts/evidence-flagship-coverage-check.js +0 -1
- package/dist/scripts/fast-codex-service-tier-proof-check.js +0 -1
- package/dist/scripts/fixtures/fake-codex-config-loader.js +0 -5
- package/dist/scripts/fsx-hotpath-check.js +0 -1
- package/dist/scripts/gate-policy-audit-check.js +1 -1
- package/dist/scripts/geo-claim-evidence-check.js +0 -1
- package/dist/scripts/geo-cli-blackbox-check.js +0 -1
- package/dist/scripts/geo-crawler-policy-check.js +0 -1
- package/dist/scripts/git-worktree-diff-envelope-check.js +0 -1
- package/dist/scripts/git-worktree-dirty-lock-check.js +0 -1
- package/dist/scripts/git-worktree-dirty-main-detection-check.js +0 -1
- package/dist/scripts/git-worktree-integration-primary-check.js +0 -1
- package/dist/scripts/git-worktree-manifest-append-check.js +0 -1
- package/dist/scripts/git-worktree-untracked-diff-check.js +0 -1
- package/dist/scripts/high-risk-contracts-check.js +0 -1
- package/dist/scripts/hook-latency-budget-check.js +0 -1
- package/dist/scripts/hook-latency-quantum-check.js +0 -1
- package/dist/scripts/image-artifact-path-contract-check.js +0 -1
- package/dist/scripts/imagegen-real-smoke-check.js +0 -1
- package/dist/scripts/import-graph-budget-check.js +0 -1
- package/dist/scripts/installed-package-smoke-check.js +0 -1
- package/dist/scripts/legacy-gate-purge-check.js +0 -1
- package/dist/scripts/lib/codex-sdk-gate-lib.js +0 -3
- package/dist/scripts/lib/ensure-dist-fresh.js +0 -1
- package/dist/scripts/lib/valid-png-fixture.js +0 -1
- package/dist/scripts/local-collab-all-pipelines-final-gpt-check.js +0 -1
- package/dist/scripts/loop-directive-check-lib.js +0 -1
- package/dist/scripts/loop-worker-fixture-child.js +0 -1
- package/dist/scripts/mad-preflight-blocks-unreadable-config-check.js +0 -10
- package/dist/scripts/mad-sks-sql-plane-lifecycle-hook-decision-check.js +0 -1
- package/dist/scripts/mad-sks-sql-plane-result-lifecycle-check.js +0 -1
- package/dist/scripts/mcp-plugin-inventory-check.js +0 -1
- package/dist/scripts/mcp-tool-naming-parity-check.js +0 -1
- package/dist/scripts/model-call-concurrency-check.js +0 -1
- package/dist/scripts/mutation-callsite-coverage-check.js +0 -5
- package/dist/scripts/naruto-codex-e2e-check.js +0 -1
- package/dist/scripts/naruto-worktree-coding-blackbox.js +0 -1
- package/dist/scripts/official-subagent-workflow-check.js +3 -1
- package/dist/scripts/ops-diagnostics-bundle-check.js +0 -1
- package/dist/scripts/packlist-performance-check.js +1 -3
- package/dist/scripts/perf-budget-check.js +0 -1
- package/dist/scripts/ppt-full-e2e-blackbox-check.js +0 -1
- package/dist/scripts/ppt-real-export-adapter-check.js +0 -1
- package/dist/scripts/ppt-real-imagegen-smoke-check.js +0 -1
- package/dist/scripts/ppt-real-imagegen-wiring-check.js +0 -1
- package/dist/scripts/ppt-reexport-rereview-check.js +0 -1
- package/dist/scripts/prepublish-fast-check.js +0 -23
- package/dist/scripts/prepublish-release-check-or-fast.js +0 -7
- package/dist/scripts/probe-memoization-check.js +0 -1
- package/dist/scripts/product-design-plugin-routing-check.js +0 -1
- package/dist/scripts/project-skill-dedupe-blackbox.js +36 -9
- package/dist/scripts/prompt-placeholder-guard-check.js +0 -1
- package/dist/scripts/python-codex-sdk-all-pipelines-check.js +0 -3
- package/dist/scripts/qa-loop-app-handoff-capability-check.js +0 -1
- package/dist/scripts/qa-loop-app-handoff-check.js +0 -1
- package/dist/scripts/qa-loop-app-handoff-cli-check.js +0 -1
- package/dist/scripts/qa-loop-app-handoff-confirmation-check.js +0 -1
- package/dist/scripts/qa-loop-app-handoff-gate-lifecycle-check.js +0 -1
- package/dist/scripts/qa-loop-app-handoff-launch-check.js +0 -1
- package/dist/scripts/qa-loop-app-handoff-status-lifecycle-check.js +0 -1
- package/dist/scripts/qa-loop-budget-policy-check.js +0 -1
- package/dist/scripts/qa-loop-effort-escalation-check.js +0 -1
- package/dist/scripts/qa-loop-image-path-exposure-check.js +0 -1
- package/dist/scripts/qa-loop-image-path-prompt-injection-check.js +0 -1
- package/dist/scripts/release-cache-glob-hashing-check.js +0 -1
- package/dist/scripts/release-cache-input-classifier-check.js +0 -1
- package/dist/scripts/release-cache-neutralization-report-check.js +0 -1
- package/dist/scripts/release-cache-version-neutral-fixture-check.js +0 -1
- package/dist/scripts/release-check-stamp.js +0 -4
- package/dist/scripts/release-dist-freshness-check.js +0 -1
- package/dist/scripts/release-full-parallelism-blackbox.js +3 -3
- package/dist/scripts/release-gate-batch-runner-check.js +22 -0
- package/dist/scripts/release-gate-budget-check.js +0 -6
- package/dist/scripts/release-gate-dag-runner-check.js +0 -1
- package/dist/scripts/release-latency-slo-check.js +0 -1
- package/dist/scripts/release-metadata-1-19-check.js +0 -1
- package/dist/scripts/release-metadata-check.js +0 -3
- package/dist/scripts/release-parallel-speed-budget-check.js +0 -5
- package/dist/scripts/release-proof-truth-check.js +0 -1
- package/dist/scripts/release-provenance-check.js +0 -1
- package/dist/scripts/release-real-check.js +0 -1
- package/dist/scripts/release-runtime-truth-matrix-check.js +0 -1
- package/dist/scripts/release-version-truth-check.js +0 -1
- package/dist/scripts/research-blueprint-densifier-check.js +0 -1
- package/dist/scripts/research-claim-builder-check.js +0 -1
- package/dist/scripts/research-complete-package-fixture-check.js +0 -1
- package/dist/scripts/research-final-reviewer-blackbox.js +0 -1
- package/dist/scripts/responses-retry-policy-centralized-check.js +0 -1
- package/dist/scripts/retention-apply-smoke-check.js +0 -1
- package/dist/scripts/retention-budget-check.js +0 -1
- package/dist/scripts/retention-dry-run-check.js +0 -1
- package/dist/scripts/rollback-recovery-smoke-check.js +0 -1
- package/dist/scripts/route-intent-regression-check.js +0 -1
- package/dist/scripts/runtime-current-terminal-check.js +0 -1
- package/dist/scripts/runtime-dist-parity-check.js +0 -1
- package/dist/scripts/runtime-no-src-mjs-check.js +0 -1
- package/dist/scripts/runtime-proof-summary-check.js +0 -1
- package/dist/scripts/runtime-ts-rust-boundary-check.js +0 -15
- package/dist/scripts/runtime-ts-source-of-truth-check.js +0 -1
- package/dist/scripts/scheduler-batch-dispatch-check.js +0 -1
- package/dist/scripts/scheduler-parallel-proof-consistency-check.js +0 -1
- package/dist/scripts/scheduler-utilization-integral-check.js +0 -1
- package/dist/scripts/search-visibility-gate-lib.js +0 -1
- package/dist/scripts/seo-audit-fixture-check.js +0 -1
- package/dist/scripts/seo-cli-blackbox-check.js +0 -1
- package/dist/scripts/seo-geo-geo-disambiguation-check.js +0 -1
- package/dist/scripts/seo-geo-route-identity-check.js +0 -1
- package/dist/scripts/seo-geo-skill-rich-content-check.js +0 -1
- package/dist/scripts/seo-marketing-truthfulness-check.js +0 -1
- package/dist/scripts/seo-metadata-sync-check.js +0 -1
- package/dist/scripts/seo-no-mutation-by-default-check.js +0 -1
- package/dist/scripts/shared-memory-fixture-check.js +0 -1
- package/dist/scripts/side-effect-runtime-report-check.js +0 -1
- package/dist/scripts/sizecheck.js +0 -1
- package/dist/scripts/sks-1-11-gate-lib.js +0 -1
- package/dist/scripts/sks-1-12-real-execution-check-lib.js +0 -1
- package/dist/scripts/sks-1-18-gate-lib.js +0 -1
- package/dist/scripts/sks-menubar-install-check.js +0 -3
- package/dist/scripts/sksd-daemon-check.js +0 -1
- package/dist/scripts/super-search-live-smoke-check.js +0 -1
- package/dist/scripts/super-search-local-http-smoke-check.js +0 -1
- package/dist/scripts/super-search-offline-contract-check.js +0 -1
- package/dist/scripts/super-search-provider-interface-check.js +0 -1
- package/dist/scripts/triwiki-cache-key-check.js +0 -1
- package/dist/scripts/triwiki-proof-bank-blackbox.js +0 -1
- package/dist/scripts/triwiki-proof-bank-check.js +0 -1
- package/dist/scripts/triwiki-proof-card-check.js +0 -1
- package/dist/scripts/trust-fixture-check.js +0 -1
- package/dist/scripts/ultra-router-auto-router-check.js +0 -1
- package/dist/scripts/update-fastpath-check.js +0 -1
- package/dist/scripts/upgrade-migration-matrix-check.js +0 -1
- package/dist/scripts/ux-review-extract-wires-real-extractor-check.js +0 -1
- package/dist/scripts/ux-review-imagegen-blackbox-check.js +0 -1
- package/dist/scripts/ux-review-patch-diff-recheck-check.js +0 -1
- package/dist/scripts/ux-review-real-imagegen-smoke-check.js +0 -1
- package/dist/scripts/ux-review-run-wires-imagegen-check.js +0 -1
- package/dist/scripts/write-build-manifest.js +0 -1
- package/dist/scripts/wrongness-fixture-check.js +0 -1
- package/dist/scripts/zellij-capability-check.js +0 -1
- package/dist/scripts/zellij-developer-controls-check.js +0 -1
- package/dist/scripts/zellij-doctor-readiness-check.js +0 -13
- package/dist/scripts/zellij-dynamic-pane-lifecycle-check.js +0 -1
- package/dist/scripts/zellij-fake-adapter-check.js +0 -1
- package/dist/scripts/zellij-initial-main-only-blackbox.js +0 -1
- package/dist/scripts/zellij-lane-renderer-check.js +0 -1
- package/dist/scripts/zellij-launch-command-truth-check.js +0 -12
- package/dist/scripts/zellij-layout-valid-check.js +0 -1
- package/dist/scripts/zellij-pane-creation-lock-metrics-check.js +0 -1
- package/dist/scripts/zellij-pane-lock-concurrency-blackbox.js +0 -1
- package/dist/scripts/zellij-pane-lock-does-not-block-worker-check.js +0 -1
- package/dist/scripts/zellij-pane-lock-open-worker-integration-blackbox.js +0 -1
- package/dist/scripts/zellij-pane-proof-check.js +0 -1
- package/dist/scripts/zellij-qa-app-handoff-status-check.js +0 -1
- package/dist/scripts/zellij-real-session-cleanup-check.js +0 -1
- package/dist/scripts/zellij-real-session-launch-check.js +0 -1
- package/dist/scripts/zellij-right-column-geometry-proof.js +0 -1
- package/dist/scripts/zellij-right-column-headless-overflow-check.js +0 -1
- package/dist/scripts/zellij-right-column-manager-check.js +0 -1
- package/dist/scripts/zellij-screen-proof-check.js +0 -1
- package/dist/scripts/zellij-slot-only-ui-check.js +0 -1
- package/dist/scripts/zellij-slot-pane-renderer-check.js +0 -1
- package/dist/scripts/zellij-slot-pane-stale-detection-check.js +0 -7
- package/dist/scripts/zellij-slot-telemetry-incremental-check.js +0 -1
- package/dist/scripts/zellij-slot-telemetry-live-flush-check.js +0 -1
- package/dist/scripts/zellij-slot-telemetry-performance-check.js +0 -1
- package/dist/scripts/zellij-stacked-capability-routing-check.js +0 -1
- package/dist/scripts/zellij-stacked-fallback-integration-blackbox.js +0 -1
- package/dist/scripts/zellij-stacked-version-matrix-check.js +0 -1
- package/dist/scripts/zellij-stacked-version-parser-check.js +0 -1
- package/dist/scripts/zellij-ui-design-check.js +0 -12
- package/dist/scripts/zellij-update-prompt-matrix-check.js +0 -1
- package/dist/scripts/zellij-update-prompt-mode-check.js +0 -1
- package/dist/scripts/zellij-update-prompt-safety-check.js +0 -1
- package/dist/scripts/zellij-worker-pane-real-ui-blackbox.js +0 -2
- package/package.json +1 -1
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "sks.skills-manifest.v1",
|
|
3
|
-
"package_version": "7.0.
|
|
3
|
+
"package_version": "7.0.3",
|
|
4
4
|
"skills": [
|
|
5
5
|
{
|
|
6
6
|
"canonical_name": "sks",
|
|
7
7
|
"type": "official",
|
|
8
|
-
"content_sha256": "
|
|
8
|
+
"content_sha256": "3376f395216977b68d5d2146877f98c5affcf804992c1b6aeaff45943efe0e8b",
|
|
9
9
|
"hash_history": [],
|
|
10
10
|
"deprecated_aliases": []
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"canonical_name": "sks-answer",
|
|
14
14
|
"type": "official",
|
|
15
|
-
"content_sha256": "
|
|
15
|
+
"content_sha256": "a6758241ff84f0ec0daadb6e3fc9325313a364db1eb54addc45c60ae1c829732",
|
|
16
16
|
"hash_history": [],
|
|
17
17
|
"deprecated_aliases": []
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"canonical_name": "sks-autoresearch",
|
|
21
21
|
"type": "official",
|
|
22
|
-
"content_sha256": "
|
|
22
|
+
"content_sha256": "e09a11051fcf707e6f36b24ea5fedf99a472fbdf48cc173ec85301859d71202c",
|
|
23
23
|
"hash_history": [],
|
|
24
24
|
"deprecated_aliases": []
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"canonical_name": "sks-autoresearch-loop",
|
|
28
28
|
"type": "official",
|
|
29
|
-
"content_sha256": "
|
|
29
|
+
"content_sha256": "d14a5d13e436838ba0febafe91b24b3c30710a9b5790026373e4ad2f26be44d8",
|
|
30
30
|
"hash_history": [],
|
|
31
31
|
"deprecated_aliases": []
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"canonical_name": "sks-commit",
|
|
35
35
|
"type": "official",
|
|
36
|
-
"content_sha256": "
|
|
36
|
+
"content_sha256": "5ae0fc610e5f948d6b01c8782c89de5419d15acc52e538ca8d304dbf3a930cf6",
|
|
37
37
|
"hash_history": [],
|
|
38
38
|
"deprecated_aliases": []
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"canonical_name": "sks-commit-and-push",
|
|
42
42
|
"type": "official",
|
|
43
|
-
"content_sha256": "
|
|
43
|
+
"content_sha256": "9dcb5b97d95911fba731dfa675122882cff51ffa4c7973a0b4fc81c97c6814c8",
|
|
44
44
|
"hash_history": [],
|
|
45
45
|
"deprecated_aliases": []
|
|
46
46
|
},
|
|
@@ -54,56 +54,56 @@
|
|
|
54
54
|
{
|
|
55
55
|
"canonical_name": "sks-computer-use-fast",
|
|
56
56
|
"type": "official",
|
|
57
|
-
"content_sha256": "
|
|
57
|
+
"content_sha256": "b42eb8bd4b8616090cc0711f78a40703fd7a572f05fe45c9dea404dc34ce6823",
|
|
58
58
|
"hash_history": [],
|
|
59
59
|
"deprecated_aliases": []
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"canonical_name": "sks-context7-docs",
|
|
63
63
|
"type": "official",
|
|
64
|
-
"content_sha256": "
|
|
64
|
+
"content_sha256": "163763128a5521ba5a8e5e68fffa952d3bba84238c6cd095e0152054e4697d5b",
|
|
65
65
|
"hash_history": [],
|
|
66
66
|
"deprecated_aliases": []
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"canonical_name": "sks-cu",
|
|
70
70
|
"type": "official",
|
|
71
|
-
"content_sha256": "
|
|
71
|
+
"content_sha256": "01a2cfe823b6515158c70d8f067125733866a7bd61f0594ae1316330edbfc4c9",
|
|
72
72
|
"hash_history": [],
|
|
73
73
|
"deprecated_aliases": []
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"canonical_name": "sks-db",
|
|
77
77
|
"type": "official",
|
|
78
|
-
"content_sha256": "
|
|
78
|
+
"content_sha256": "4df90d98c78af0051fb5d296f56e78963544b9d76e3f0b82fb29852b2aedcfe0",
|
|
79
79
|
"hash_history": [],
|
|
80
80
|
"deprecated_aliases": []
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"canonical_name": "sks-db-safety-guard",
|
|
84
84
|
"type": "official",
|
|
85
|
-
"content_sha256": "
|
|
85
|
+
"content_sha256": "259dfc29ab1a00a0f531afdf6aa08d19a94985d67df68ae1dee822e3f2a1cfce",
|
|
86
86
|
"hash_history": [],
|
|
87
87
|
"deprecated_aliases": []
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"canonical_name": "sks-design-artifact-expert",
|
|
91
91
|
"type": "official",
|
|
92
|
-
"content_sha256": "
|
|
92
|
+
"content_sha256": "2f4331f7fd7875f6be189e595a36d47ec08aaf5840ab3d69e29ee500a3150017",
|
|
93
93
|
"hash_history": [],
|
|
94
94
|
"deprecated_aliases": []
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"canonical_name": "sks-design-system-builder",
|
|
98
98
|
"type": "official",
|
|
99
|
-
"content_sha256": "
|
|
99
|
+
"content_sha256": "c98cc97bcc2ac766917329fdd464bfecf05ba975c56a58ea47c919d0357dfe55",
|
|
100
100
|
"hash_history": [],
|
|
101
101
|
"deprecated_aliases": []
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"canonical_name": "sks-design-ui-editor",
|
|
105
105
|
"type": "official",
|
|
106
|
-
"content_sha256": "
|
|
106
|
+
"content_sha256": "c50a1213c7bfe18ee8fbdda58b80bec24f2ab36fe8cec801e1754aa405f9636a",
|
|
107
107
|
"hash_history": [],
|
|
108
108
|
"deprecated_aliases": []
|
|
109
109
|
},
|
|
@@ -117,98 +117,98 @@
|
|
|
117
117
|
{
|
|
118
118
|
"canonical_name": "sks-fast-mode",
|
|
119
119
|
"type": "official",
|
|
120
|
-
"content_sha256": "
|
|
120
|
+
"content_sha256": "795a919c93f77efb7aab0359631b240f80747b4567ce664d5d21b81cf10ebc21",
|
|
121
121
|
"hash_history": [],
|
|
122
122
|
"deprecated_aliases": []
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"canonical_name": "sks-fast-off",
|
|
126
126
|
"type": "official",
|
|
127
|
-
"content_sha256": "
|
|
127
|
+
"content_sha256": "601213e3c8f6099e99aecd11ee3aab98f9f76969d86dabce3b807d72e11cb5d6",
|
|
128
128
|
"hash_history": [],
|
|
129
129
|
"deprecated_aliases": []
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"canonical_name": "sks-fast-on",
|
|
133
133
|
"type": "official",
|
|
134
|
-
"content_sha256": "
|
|
134
|
+
"content_sha256": "8ac47a70ae6c72b310cd7e0729f56afa67e61fba45b91906b466755c1e4b7d4e",
|
|
135
135
|
"hash_history": [],
|
|
136
136
|
"deprecated_aliases": []
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"canonical_name": "sks-from-chat-img",
|
|
140
140
|
"type": "official",
|
|
141
|
-
"content_sha256": "
|
|
141
|
+
"content_sha256": "c874d9d13cee1592e288e04e7139f1d99dc50b3c69659fd9a9e37dc6bbc839a8",
|
|
142
142
|
"hash_history": [],
|
|
143
143
|
"deprecated_aliases": []
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"canonical_name": "sks-getdesign-reference",
|
|
147
147
|
"type": "official",
|
|
148
|
-
"content_sha256": "
|
|
148
|
+
"content_sha256": "1e64e128ed6783d0f159eb507f4c163751e7c71897228f3a36f83fc28d31e78b",
|
|
149
149
|
"hash_history": [],
|
|
150
150
|
"deprecated_aliases": []
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"canonical_name": "sks-goal",
|
|
154
154
|
"type": "official",
|
|
155
|
-
"content_sha256": "
|
|
155
|
+
"content_sha256": "9d77f2af5618cb3ebe6aa7dc3eaac079769871878b9b0de6cd831abc6841e3ab",
|
|
156
156
|
"hash_history": [],
|
|
157
157
|
"deprecated_aliases": []
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"canonical_name": "sks-gx",
|
|
161
161
|
"type": "official",
|
|
162
|
-
"content_sha256": "
|
|
162
|
+
"content_sha256": "8adeef5907ae3659b6f4ca652a21268cf1adcab0fb8f6bd01caa26a1d2db7ded",
|
|
163
163
|
"hash_history": [],
|
|
164
164
|
"deprecated_aliases": []
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"canonical_name": "sks-gx-visual-generate",
|
|
168
168
|
"type": "official",
|
|
169
|
-
"content_sha256": "
|
|
169
|
+
"content_sha256": "b9eb13be59d13f3e6be0537a178e1bada2def9bdab30ccd5603c07caf0dfd4b2",
|
|
170
170
|
"hash_history": [],
|
|
171
171
|
"deprecated_aliases": []
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"canonical_name": "sks-gx-visual-read",
|
|
175
175
|
"type": "official",
|
|
176
|
-
"content_sha256": "
|
|
176
|
+
"content_sha256": "97d9a289ac4e9c5e33eafe4b152586e9b75f6761e84d1864429fad5b4413bf4b",
|
|
177
177
|
"hash_history": [],
|
|
178
178
|
"deprecated_aliases": []
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"canonical_name": "sks-gx-visual-validate",
|
|
182
182
|
"type": "official",
|
|
183
|
-
"content_sha256": "
|
|
183
|
+
"content_sha256": "bf1a7403214feeec488fc09c99e42511d9a77663fba6212b23db51559870a3c3",
|
|
184
184
|
"hash_history": [],
|
|
185
185
|
"deprecated_aliases": []
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"canonical_name": "sks-help",
|
|
189
189
|
"type": "official",
|
|
190
|
-
"content_sha256": "
|
|
190
|
+
"content_sha256": "652369ccdd4d221bf0cae0527f97b8e980a54059b937563aeb4ccc75953bcf10",
|
|
191
191
|
"hash_history": [],
|
|
192
192
|
"deprecated_aliases": []
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"canonical_name": "sks-honest-mode",
|
|
196
196
|
"type": "official",
|
|
197
|
-
"content_sha256": "
|
|
197
|
+
"content_sha256": "06b298ed1ddf3d27d125e84a9846310192dc0559210b8d770f37f192383db6f1",
|
|
198
198
|
"hash_history": [],
|
|
199
199
|
"deprecated_aliases": []
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
"canonical_name": "sks-hproof-claim-ledger",
|
|
203
203
|
"type": "official",
|
|
204
|
-
"content_sha256": "
|
|
204
|
+
"content_sha256": "0e217f41261fd161808c11f7bae68f0b499d0fefac6272078f497928ebae004b",
|
|
205
205
|
"hash_history": [],
|
|
206
206
|
"deprecated_aliases": []
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"canonical_name": "sks-hproof-evidence-bind",
|
|
210
210
|
"type": "official",
|
|
211
|
-
"content_sha256": "
|
|
211
|
+
"content_sha256": "23b07eeab3e98f33af2da62e52f4ff406f05fcefb30f67bb29f98c66ce3a65fd",
|
|
212
212
|
"hash_history": [],
|
|
213
213
|
"deprecated_aliases": []
|
|
214
214
|
},
|
|
@@ -222,14 +222,14 @@
|
|
|
222
222
|
{
|
|
223
223
|
"canonical_name": "sks-imagegen",
|
|
224
224
|
"type": "official",
|
|
225
|
-
"content_sha256": "
|
|
225
|
+
"content_sha256": "ad12b8ef55d5eebf0c3a8938b9b980d30d5eda72d84cd99a80632b21bb7142cb",
|
|
226
226
|
"hash_history": [],
|
|
227
227
|
"deprecated_aliases": []
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
"canonical_name": "sks-imagegen-source-scout",
|
|
231
231
|
"type": "official",
|
|
232
|
-
"content_sha256": "
|
|
232
|
+
"content_sha256": "0a7ec08b4ee60dfc8e6861b2a17fbaa635d98861694fc0c80545eda2ae138ee0",
|
|
233
233
|
"hash_history": [],
|
|
234
234
|
"deprecated_aliases": []
|
|
235
235
|
},
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
{
|
|
251
251
|
"canonical_name": "sks-mad-sks",
|
|
252
252
|
"type": "official",
|
|
253
|
-
"content_sha256": "
|
|
253
|
+
"content_sha256": "a5e724735214f6091e0d7ff76a1f9ec7e2f5fd47be13bea29b7fc4eecc6972e6",
|
|
254
254
|
"hash_history": [],
|
|
255
255
|
"deprecated_aliases": []
|
|
256
256
|
},
|
|
@@ -264,35 +264,35 @@
|
|
|
264
264
|
{
|
|
265
265
|
"canonical_name": "sks-performance-evaluator",
|
|
266
266
|
"type": "official",
|
|
267
|
-
"content_sha256": "
|
|
267
|
+
"content_sha256": "eebae83f2c29ea7213eef09aa1ce0897fb7229dc6e1a78d3810b4ca511404da5",
|
|
268
268
|
"hash_history": [],
|
|
269
269
|
"deprecated_aliases": []
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
"canonical_name": "sks-pipeline-runner",
|
|
273
273
|
"type": "official",
|
|
274
|
-
"content_sha256": "
|
|
274
|
+
"content_sha256": "9e2190585ab6fb4e1ada33d77ed1d3c2c998f87cfb59821bc878f3eb53b160e7",
|
|
275
275
|
"hash_history": [],
|
|
276
276
|
"deprecated_aliases": []
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"canonical_name": "sks-plan",
|
|
280
280
|
"type": "official",
|
|
281
|
-
"content_sha256": "
|
|
281
|
+
"content_sha256": "02181557481bcc3026dc31778e2093eeeb6ab5ff476e1cc239cd75c019285857",
|
|
282
282
|
"hash_history": [],
|
|
283
283
|
"deprecated_aliases": []
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"canonical_name": "sks-ppt",
|
|
287
287
|
"type": "official",
|
|
288
|
-
"content_sha256": "
|
|
288
|
+
"content_sha256": "a4179026cacf35d63a9bde4b96b1821dee9ed11454d4c5d93fc4f4ebf793daab",
|
|
289
289
|
"hash_history": [],
|
|
290
290
|
"deprecated_aliases": []
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"canonical_name": "sks-prompt-pipeline",
|
|
294
294
|
"type": "official",
|
|
295
|
-
"content_sha256": "
|
|
295
|
+
"content_sha256": "926060702b4bd841504be56383b9a087661e1afa00fe106cff365677d08dcbb9",
|
|
296
296
|
"hash_history": [],
|
|
297
297
|
"deprecated_aliases": []
|
|
298
298
|
},
|
|
@@ -306,21 +306,21 @@
|
|
|
306
306
|
{
|
|
307
307
|
"canonical_name": "sks-reasoning-router",
|
|
308
308
|
"type": "official",
|
|
309
|
-
"content_sha256": "
|
|
309
|
+
"content_sha256": "6ff58906825133a50070e384e7fff6f43dae0f1d5f7c81fcc4230e527491e9d1",
|
|
310
310
|
"hash_history": [],
|
|
311
311
|
"deprecated_aliases": []
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"canonical_name": "sks-reflection",
|
|
315
315
|
"type": "official",
|
|
316
|
-
"content_sha256": "
|
|
316
|
+
"content_sha256": "5eb105501b11a5913f34775750056af26ec70ed5f2d81b104d288f11994b2ae2",
|
|
317
317
|
"hash_history": [],
|
|
318
318
|
"deprecated_aliases": []
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"canonical_name": "sks-release-review",
|
|
322
322
|
"type": "official",
|
|
323
|
-
"content_sha256": "
|
|
323
|
+
"content_sha256": "8be408e48cf01068000a13828b31a3fc28c21316de9e22175e30c3a90e5bfc64",
|
|
324
324
|
"hash_history": [],
|
|
325
325
|
"deprecated_aliases": []
|
|
326
326
|
},
|
|
@@ -334,14 +334,14 @@
|
|
|
334
334
|
{
|
|
335
335
|
"canonical_name": "sks-research-discovery",
|
|
336
336
|
"type": "official",
|
|
337
|
-
"content_sha256": "
|
|
337
|
+
"content_sha256": "12d53421a307139f8a286ea386169bd6349675ba8cfdcd4fe7bb3de456ca0eae",
|
|
338
338
|
"hash_history": [],
|
|
339
339
|
"deprecated_aliases": []
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
"canonical_name": "sks-review",
|
|
343
343
|
"type": "official",
|
|
344
|
-
"content_sha256": "
|
|
344
|
+
"content_sha256": "3229635e6b56cdc60817dd7ba42e7b140308192b607817fe40cbcef4d53fe2b0",
|
|
345
345
|
"hash_history": [],
|
|
346
346
|
"deprecated_aliases": []
|
|
347
347
|
},
|
|
@@ -362,70 +362,70 @@
|
|
|
362
362
|
{
|
|
363
363
|
"canonical_name": "sks-solution-scout",
|
|
364
364
|
"type": "official",
|
|
365
|
-
"content_sha256": "
|
|
365
|
+
"content_sha256": "678eb565c44dc2d0ba7b0ad0223d096c93aed87494f1b3d9f2a69abdaad56aa0",
|
|
366
366
|
"hash_history": [],
|
|
367
367
|
"deprecated_aliases": []
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"canonical_name": "sks-super-search",
|
|
371
371
|
"type": "official",
|
|
372
|
-
"content_sha256": "
|
|
372
|
+
"content_sha256": "2ac3c58d69297c4502bc28c7c6b95d6abe1fe377dec5a297a6ec0e98a39e28da",
|
|
373
373
|
"hash_history": [],
|
|
374
374
|
"deprecated_aliases": []
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"canonical_name": "sks-turbo-context-pack",
|
|
378
378
|
"type": "official",
|
|
379
|
-
"content_sha256": "
|
|
379
|
+
"content_sha256": "1ff7effeec4ddf72d5172550ab5d61a4fd2e37aa1d32e68f58995010176f17c8",
|
|
380
380
|
"hash_history": [],
|
|
381
381
|
"deprecated_aliases": []
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"canonical_name": "sks-ui-ux-review",
|
|
385
385
|
"type": "official",
|
|
386
|
-
"content_sha256": "
|
|
386
|
+
"content_sha256": "b47f6400230515c1c1992f0cb1128768105996fdbefb8a4d8dc980aefc02aae8",
|
|
387
387
|
"hash_history": [],
|
|
388
388
|
"deprecated_aliases": []
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"canonical_name": "sks-ux-review",
|
|
392
392
|
"type": "official",
|
|
393
|
-
"content_sha256": "
|
|
393
|
+
"content_sha256": "fd3c90eca95cd945779bd178450aed3b8f9ce29bdb2cf699e99b032f8fa94524",
|
|
394
394
|
"hash_history": [],
|
|
395
395
|
"deprecated_aliases": []
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
"canonical_name": "sks-visual-review",
|
|
399
399
|
"type": "official",
|
|
400
|
-
"content_sha256": "
|
|
400
|
+
"content_sha256": "3bc4e582e368414dd10a6360eab4fb45cf823c9244ed10272ca5336e63a8b175",
|
|
401
401
|
"hash_history": [],
|
|
402
402
|
"deprecated_aliases": []
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"canonical_name": "sks-wiki",
|
|
406
406
|
"type": "official",
|
|
407
|
-
"content_sha256": "
|
|
407
|
+
"content_sha256": "3b0e677096f87fe3c596344d338f8e9163dd7b872c440ea7ab80189c6eb8179f",
|
|
408
408
|
"hash_history": [],
|
|
409
409
|
"deprecated_aliases": []
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"canonical_name": "sks-with-local-llm-off",
|
|
413
413
|
"type": "official",
|
|
414
|
-
"content_sha256": "
|
|
414
|
+
"content_sha256": "a5761498eebe4f3e647c8af11bf9e1416561b53e41c482a472be5681fed767f3",
|
|
415
415
|
"hash_history": [],
|
|
416
416
|
"deprecated_aliases": []
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
"canonical_name": "sks-with-local-llm-on",
|
|
420
420
|
"type": "official",
|
|
421
|
-
"content_sha256": "
|
|
421
|
+
"content_sha256": "a83ee55607ee32e0d17fb01c12a766a6a5ad8b6eca9ad9f77170a31e699185b4",
|
|
422
422
|
"hash_history": [],
|
|
423
423
|
"deprecated_aliases": []
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
426
|
"canonical_name": "sks-work",
|
|
427
427
|
"type": "official",
|
|
428
|
-
"content_sha256": "
|
|
428
|
+
"content_sha256": "58d1074ba9d2cff15394cde5213a97467cef79704c69fcb367d2df51266f47d3",
|
|
429
429
|
"hash_history": [],
|
|
430
430
|
"deprecated_aliases": []
|
|
431
431
|
}
|
|
@@ -1,6 +1,120 @@
|
|
|
1
1
|
import { COMMANDS } from '../../cli/command-registry.js';
|
|
2
|
-
import { nowIso } from '../fsx.js';
|
|
2
|
+
import { nowIso, PACKAGE_VERSION, sha256 } from '../fsx.js';
|
|
3
3
|
import { NARUTO_ACTIONS, commandContract, validateCommandContractRegistry } from '../safety/command-contract/index.js';
|
|
4
|
+
export const HOST_CAPABILITY_DESCRIPTORS = [
|
|
5
|
+
{
|
|
6
|
+
id: 'host.workspace.files.v1',
|
|
7
|
+
provider: 'host_mcp',
|
|
8
|
+
mcp_server: 'acas-tools',
|
|
9
|
+
tool_names: ['read_file', 'write_file', 'edit_file', 'find_workspace_files', 'list_workspace', 'download_url_to_workspace'],
|
|
10
|
+
side_effect: 'network_read_workspace_read_write',
|
|
11
|
+
required_for: ['workspace_file_read', 'workspace_file_write'],
|
|
12
|
+
required: false
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: 'host.web.capture.v1',
|
|
16
|
+
provider: 'host_mcp',
|
|
17
|
+
mcp_server: 'acas-tools',
|
|
18
|
+
tool_names: ['capture_url_screenshot'],
|
|
19
|
+
side_effect: 'network_read_workspace_write',
|
|
20
|
+
required_for: ['web_capture'],
|
|
21
|
+
required: false
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
id: 'host.document.render.v1',
|
|
25
|
+
provider: 'host_mcp',
|
|
26
|
+
mcp_server: 'acas-tools',
|
|
27
|
+
tool_names: ['html_to_pdf', 'html_to_screenshot'],
|
|
28
|
+
side_effect: 'workspace_write',
|
|
29
|
+
required_for: ['document_render'],
|
|
30
|
+
required: false
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: 'host.datasource.schema.v1',
|
|
34
|
+
provider: 'host_mcp',
|
|
35
|
+
mcp_server: 'acas-tools',
|
|
36
|
+
tool_names: ['datasource_schema_context'],
|
|
37
|
+
side_effect: 'read',
|
|
38
|
+
required_for: ['datasource_schema', 'datasource_query'],
|
|
39
|
+
required: false
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
id: 'host.datasource.query.readonly.v1',
|
|
43
|
+
provider: 'host_mcp',
|
|
44
|
+
mcp_server: 'acas-tools',
|
|
45
|
+
tool_names: ['datasource_query_readonly'],
|
|
46
|
+
side_effect: 'external_read',
|
|
47
|
+
required_for: ['datasource_query'],
|
|
48
|
+
required: false
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: 'host.spreadsheet.workbook.v1',
|
|
52
|
+
provider: 'host_mcp',
|
|
53
|
+
mcp_server: 'acas-tools',
|
|
54
|
+
tool_names: ['spreadsheet_create', 'spreadsheet_inspect', 'spreadsheet_update'],
|
|
55
|
+
side_effect: 'workspace_read_write',
|
|
56
|
+
required_for: ['spreadsheet_create', 'spreadsheet_edit'],
|
|
57
|
+
required: false
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
id: 'host.artifact.receipt.v1',
|
|
61
|
+
provider: 'host_mcp',
|
|
62
|
+
mcp_server: 'acas-tools',
|
|
63
|
+
tool_names: [
|
|
64
|
+
'write_file',
|
|
65
|
+
'edit_file',
|
|
66
|
+
'download_url_to_workspace',
|
|
67
|
+
'capture_url_screenshot',
|
|
68
|
+
'html_to_pdf',
|
|
69
|
+
'html_to_screenshot',
|
|
70
|
+
'spreadsheet_create',
|
|
71
|
+
'spreadsheet_update'
|
|
72
|
+
],
|
|
73
|
+
side_effect: 'none',
|
|
74
|
+
required_for: ['artifact_delivery'],
|
|
75
|
+
required: false,
|
|
76
|
+
executable: false
|
|
77
|
+
}
|
|
78
|
+
];
|
|
79
|
+
function compareCodePoint(left, right) {
|
|
80
|
+
return left < right ? -1 : left > right ? 1 : 0;
|
|
81
|
+
}
|
|
82
|
+
export function hostCapabilityDigest(capabilities) {
|
|
83
|
+
const canonical = capabilities
|
|
84
|
+
.map((capability) => ({
|
|
85
|
+
id: String(capability?.id || ''),
|
|
86
|
+
mcp_server: String(capability?.mcp_server || ''),
|
|
87
|
+
tool_names: Array.isArray(capability?.tool_names) ? capability.tool_names.map(String).sort(compareCodePoint) : [],
|
|
88
|
+
side_effect: String(capability?.side_effect || ''),
|
|
89
|
+
required_for: Array.isArray(capability?.required_for) ? capability.required_for.map(String).sort(compareCodePoint) : []
|
|
90
|
+
}))
|
|
91
|
+
.sort((left, right) => compareCodePoint(left.id, right.id));
|
|
92
|
+
return `sha256:${sha256(JSON.stringify(canonical))}`;
|
|
93
|
+
}
|
|
94
|
+
export function agentManifestDigest(manifest) {
|
|
95
|
+
return `sha256:${sha256(JSON.stringify(manifest))}`;
|
|
96
|
+
}
|
|
97
|
+
function bridgeCompatibility(packageVersion = PACKAGE_VERSION) {
|
|
98
|
+
return {
|
|
99
|
+
bridge_contract: 'sks.agent-bridge.v1',
|
|
100
|
+
manifest_schema: 'sks.agent-manifest.v1',
|
|
101
|
+
proof_schema: 'sks.naruto-subagent-workflow.v1',
|
|
102
|
+
host_capability_schema: 'sks.host-capabilities.v1',
|
|
103
|
+
package_version: packageVersion
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
function hostCapabilitiesManifest() {
|
|
107
|
+
const capabilities = HOST_CAPABILITY_DESCRIPTORS.map((capability) => ({
|
|
108
|
+
...capability,
|
|
109
|
+
tool_names: [...capability.tool_names],
|
|
110
|
+
required_for: [...capability.required_for]
|
|
111
|
+
}));
|
|
112
|
+
return {
|
|
113
|
+
schema: 'sks.host-capabilities.v1',
|
|
114
|
+
capabilities,
|
|
115
|
+
capability_digest: hostCapabilityDigest(capabilities)
|
|
116
|
+
};
|
|
117
|
+
}
|
|
4
118
|
function exampleInvocation(name, jsonSupported) {
|
|
5
119
|
if (name === 'naruto')
|
|
6
120
|
return 'sks naruto help --json';
|
|
@@ -33,6 +147,8 @@ export function buildAgentManifest() {
|
|
|
33
147
|
return {
|
|
34
148
|
schema: 'sks.agent-manifest.v1',
|
|
35
149
|
generated_at: nowIso(),
|
|
150
|
+
compatibility: bridgeCompatibility(),
|
|
151
|
+
host_capabilities: hostCapabilitiesManifest(),
|
|
36
152
|
tools
|
|
37
153
|
};
|
|
38
154
|
}
|
|
@@ -50,6 +166,81 @@ export function validateAgentManifest(manifest) {
|
|
|
50
166
|
const contractValidation = validateCommandContractRegistry();
|
|
51
167
|
if (candidate?.schema !== 'sks.agent-manifest.v1')
|
|
52
168
|
issues.push('schema');
|
|
169
|
+
if (candidate?.compatibility !== undefined) {
|
|
170
|
+
const compatibility = candidate.compatibility;
|
|
171
|
+
if (compatibility?.bridge_contract !== 'sks.agent-bridge.v1')
|
|
172
|
+
issues.push('compatibility:bridge_contract');
|
|
173
|
+
if (compatibility?.manifest_schema !== 'sks.agent-manifest.v1')
|
|
174
|
+
issues.push('compatibility:manifest_schema');
|
|
175
|
+
if (compatibility?.proof_schema !== 'sks.naruto-subagent-workflow.v1')
|
|
176
|
+
issues.push('compatibility:proof_schema');
|
|
177
|
+
if (compatibility?.host_capability_schema !== 'sks.host-capabilities.v1')
|
|
178
|
+
issues.push('compatibility:host_capability_schema');
|
|
179
|
+
if (typeof compatibility?.package_version !== 'string' || !compatibility.package_version)
|
|
180
|
+
issues.push('compatibility:package_version');
|
|
181
|
+
}
|
|
182
|
+
if (candidate?.host_capabilities !== undefined) {
|
|
183
|
+
const hostCapabilities = candidate.host_capabilities;
|
|
184
|
+
const capabilities = Array.isArray(hostCapabilities?.capabilities) ? hostCapabilities.capabilities : [];
|
|
185
|
+
if (hostCapabilities?.schema !== 'sks.host-capabilities.v1')
|
|
186
|
+
issues.push('host_capabilities:schema');
|
|
187
|
+
if (!Array.isArray(hostCapabilities?.capabilities))
|
|
188
|
+
issues.push('host_capabilities:capabilities');
|
|
189
|
+
if (hostCapabilities?.capability_digest !== hostCapabilityDigest(capabilities)) {
|
|
190
|
+
issues.push('host_capabilities:capability_digest');
|
|
191
|
+
}
|
|
192
|
+
const expectedCapabilities = new Map(HOST_CAPABILITY_DESCRIPTORS.map((capability) => [capability.id, capability]));
|
|
193
|
+
const observedCapabilityIds = new Set();
|
|
194
|
+
for (const capability of capabilities) {
|
|
195
|
+
const id = String(capability?.id || '');
|
|
196
|
+
const expected = expectedCapabilities.get(id);
|
|
197
|
+
if (!id)
|
|
198
|
+
issues.push('host_capabilities:id:<missing>');
|
|
199
|
+
if (observedCapabilityIds.has(id))
|
|
200
|
+
issues.push(`host_capabilities:duplicate:${id || '<missing>'}`);
|
|
201
|
+
observedCapabilityIds.add(id);
|
|
202
|
+
if (capability?.provider !== 'host_mcp')
|
|
203
|
+
issues.push(`host_capabilities:provider:${id || '<missing>'}`);
|
|
204
|
+
if (capability?.mcp_server !== 'acas-tools')
|
|
205
|
+
issues.push(`host_capabilities:mcp_server:${id || '<missing>'}`);
|
|
206
|
+
if (capability?.required !== false)
|
|
207
|
+
issues.push(`host_capabilities:required:${id || '<missing>'}`);
|
|
208
|
+
if (!Array.isArray(capability?.tool_names) || capability.tool_names.length === 0 || capability.tool_names.some((name) => typeof name !== 'string' || !name)) {
|
|
209
|
+
issues.push(`host_capabilities:tool_names:${id || '<missing>'}`);
|
|
210
|
+
}
|
|
211
|
+
if (![
|
|
212
|
+
'none',
|
|
213
|
+
'read',
|
|
214
|
+
'external_read',
|
|
215
|
+
'workspace_write',
|
|
216
|
+
'workspace_read_write',
|
|
217
|
+
'network_read_workspace_write',
|
|
218
|
+
'network_read_workspace_read_write'
|
|
219
|
+
].includes(String(capability?.side_effect || ''))) {
|
|
220
|
+
issues.push(`host_capabilities:side_effect:${id || '<missing>'}`);
|
|
221
|
+
}
|
|
222
|
+
if (capability?.executable !== undefined && capability.executable !== false) {
|
|
223
|
+
issues.push(`host_capabilities:executable:${id || '<missing>'}`);
|
|
224
|
+
}
|
|
225
|
+
if (!Array.isArray(capability?.required_for) || capability.required_for.length === 0 || capability.required_for.some((name) => typeof name !== 'string' || !name)) {
|
|
226
|
+
issues.push(`host_capabilities:required_for:${id || '<missing>'}`);
|
|
227
|
+
}
|
|
228
|
+
if (!expected)
|
|
229
|
+
continue;
|
|
230
|
+
if (JSON.stringify([...capability.tool_names].sort(compareCodePoint)) !== JSON.stringify([...expected.tool_names].sort(compareCodePoint)))
|
|
231
|
+
issues.push(`host_capabilities:tool_names:${id}`);
|
|
232
|
+
if (capability.side_effect !== expected.side_effect)
|
|
233
|
+
issues.push(`host_capabilities:side_effect:${id}`);
|
|
234
|
+
if (capability.executable !== expected.executable)
|
|
235
|
+
issues.push(`host_capabilities:executable:${id}`);
|
|
236
|
+
if (JSON.stringify([...capability.required_for].sort(compareCodePoint)) !== JSON.stringify([...expected.required_for].sort(compareCodePoint)))
|
|
237
|
+
issues.push(`host_capabilities:required_for:${id}`);
|
|
238
|
+
}
|
|
239
|
+
for (const expected of HOST_CAPABILITY_DESCRIPTORS) {
|
|
240
|
+
if (!observedCapabilityIds.has(expected.id))
|
|
241
|
+
issues.push(`host_capabilities:missing:${expected.id}`);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
53
244
|
if (!contractValidation.ok)
|
|
54
245
|
issues.push(...contractValidation.issues.map((entry) => `command_contract:${entry}`));
|
|
55
246
|
if (!Array.isArray(candidate?.tools))
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { nowIso } from '../fsx.js';
|
|
2
|
-
// non-interactive contract: any subprocess-invoking system can gate readline prompts on agentModeActive() without hanging.
|
|
3
2
|
export function agentModeActive(env = process.env) {
|
|
4
3
|
return env.SKS_AGENT_MODE === '1';
|
|
5
4
|
}
|
|
6
5
|
const STREAM_EVENT_KINDS = ['start', 'progress', 'partial', 'result', 'error'];
|
|
7
|
-
// Real-time consumers (e.g. a Slack bot relaying progress) parse stdout line-by-line;
|
|
8
|
-
// one write per event keeps events from interleaving mid-line under backpressure.
|
|
9
6
|
export function emitStreamEvent(event, data, out = process.stdout) {
|
|
10
7
|
if (!STREAM_EVENT_KINDS.includes(event))
|
|
11
8
|
throw new Error(`invalid stream event kind: ${String(event)}`);
|
|
@@ -20,8 +17,6 @@ export function interactiveInputRequiredResponse(question, nonInteractiveHint) {
|
|
|
20
17
|
non_interactive_hint: nonInteractiveHint
|
|
21
18
|
};
|
|
22
19
|
}
|
|
23
|
-
// Existing gate-skipping env vars (see src/core/update-check.ts, src/core/update/update-migration-state.ts) that
|
|
24
|
-
// agent mode should also imply are set once the later integration step wires SKS_AGENT_MODE into the CLI entrypoint.
|
|
25
20
|
export const AGENT_MODE_ENV_PASSTHROUGH = [
|
|
26
21
|
'SKS_UPDATE_MIGRATION_GATE_DISABLED',
|
|
27
22
|
'SKS_DISABLE_UPDATE_CHECK'
|