sneakoscope 8.0.4 → 8.0.5
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 -6
- package/config/codex-releases/{rust-v0.145.0.json → rust-v0.146.0.json} +8 -8
- package/config/installed-public-surface-closure.v1.json +13 -0
- package/config/skills-hash-ledger.v1.json +406 -58
- package/crates/sks-core/Cargo.lock +1 -1
- package/crates/sks-core/Cargo.toml +1 -1
- package/dist/cli/command-manifest-lite.js +4 -2
- package/dist/cli/command-registry.js +4 -2
- package/dist/commands/codex-lb.js +7 -4
- package/dist/commands/codex.js +4 -18
- package/dist/commands/doctor.js +32 -25
- package/dist/config/skills-manifest.json +14 -11
- package/dist/core/agent-bridge/mcp-server.js +132 -76
- package/dist/core/align/align-route.js +204 -505
- package/dist/core/align/code-navigation-align.js +399 -0
- package/dist/core/codex-app/codex-app-handoff.js +4 -4
- package/dist/core/codex-app/openrouter-provider.js +1 -1
- package/dist/core/codex-compat/codex-compat-report.js +19 -121
- package/dist/core/codex-compat/codex-release-manifest.js +8 -8
- package/dist/core/codex-compat/codex-version-policy.js +3 -3
- package/dist/core/codex-control/{codex-0138-capability.js → codex-current-app-capability.js} +25 -24
- package/dist/core/codex-control/{codex-0144-capability.js → codex-current-capability.js} +22 -22
- package/dist/core/codex-control/{codex-0144-collab-agent-real-probe.js → codex-current-collab-agent-real-probe.js} +6 -6
- package/dist/core/codex-control/{codex-0139-capability.js → codex-current-core-capability.js} +30 -29
- package/dist/core/codex-control/{codex-0139-probe-runner.js → codex-current-core-probe-runner.js} +28 -28
- package/dist/core/codex-control/{codex-0139-real-probe-summary.js → codex-current-core-probe-summary.js} +8 -8
- package/dist/core/codex-control/{codex-0139-real-probes.js → codex-current-core-real-probes.js} +17 -17
- package/dist/core/codex-control/{codex-0139-doctor-real-probe.js → codex-current-doctor-real-probe.js} +7 -7
- package/dist/core/codex-control/{codex-0140-capability.js → codex-current-feature-capability.js} +29 -28
- package/dist/core/codex-control/{codex-0140-feature-probes.js → codex-current-feature-probes.js} +14 -14
- package/dist/core/codex-control/{codex-0140-real-probes.js → codex-current-feature-real-probes.js} +18 -18
- package/dist/core/codex-control/{codex-0139-image-path-real-probe.js → codex-current-image-path-real-probe.js} +12 -12
- package/dist/core/codex-control/{codex-0139-plugin-real-probes.js → codex-current-plugin-real-probes.js} +16 -16
- package/dist/core/codex-control/{codex-0139-rich-schema-real-probe.js → codex-current-rich-schema-real-probe.js} +9 -9
- package/dist/core/codex-control/{codex-0139-sandbox-real-probe.js → codex-current-sandbox-real-probe.js} +10 -10
- package/dist/core/codex-control/{codex-0140-usage-parser.js → codex-current-usage-parser.js} +2 -2
- package/dist/core/codex-control/{codex-0139-web-search-probe.js → codex-current-web-search-probe.js} +10 -10
- package/dist/core/codex-control/codex-tool-schema-fixtures.js +7 -7
- package/dist/core/codex-lb/codex-lb-env.js +21 -4
- package/dist/core/codex-native/codex-native-feature-broker.js +51 -51
- package/dist/core/codex-native/codex-native-feature-matrix.js +2 -2
- package/dist/core/codex-native/core-skill-manifest.js +20 -17
- package/dist/core/codex-plugins/codex-plugin-json.js +3 -3
- package/dist/core/codex-plugins/codex-plugin-repair.js +1 -1
- package/dist/core/commands/align-command.js +120 -173
- package/dist/core/commands/cleanup-command.js +96 -0
- package/dist/core/commands/loop-command.js +17 -209
- package/dist/core/commands/mad-sks-command.js +8 -8
- package/dist/core/commands/mcp-server-command.js +4 -1
- package/dist/core/commands/naruto-command.js +1 -1
- package/dist/core/commands/qa-loop-command.js +4 -4
- package/dist/core/commands/triwiki-graph-command.js +2 -2
- package/dist/core/commands/wiki-command.js +10 -68
- package/dist/core/context7-client.js +63 -109
- package/dist/core/doctor/{codex-0138-doctor.js → codex-current-app-doctor.js} +9 -9
- package/dist/core/doctor/{codex-0139-doctor.js → codex-current-core-probe-doctor.js} +5 -5
- package/dist/core/doctor/command-alias-cleanup.js +103 -15
- package/dist/core/doctor/doctor-dirty-planner.js +1 -1
- package/dist/core/doctor/doctor-readiness-matrix.js +35 -11
- package/dist/core/doctor/doctor-skill-reconcile.js +16 -24
- package/dist/core/doctor/skill-legacy-surface.js +15 -45
- package/dist/core/feature-fixtures.js +7 -1
- package/dist/core/feature-registry.js +3 -1
- package/dist/core/hooks-runtime/code-pack-freshness-preflight.js +1 -1
- package/dist/core/hooks-runtime/context-graph-freshness-preflight.js +2 -2
- package/dist/core/hooks-runtime/naruto-terminal-finalization.js +16 -9
- package/dist/core/hooks-runtime/official-subagent-lifecycle.js +26 -5
- package/dist/core/hooks-runtime/stop-finalization.js +2 -1
- package/dist/core/image-ux-review.js +8 -4
- package/dist/core/init/legacy-generation-convergence.js +263 -0
- package/dist/core/init/managed-skill-install.js +20 -8
- package/dist/core/init/skills.js +6 -2
- package/dist/core/loops/loop-concurrency-budget.js +5 -5
- package/dist/core/loops/loop-gate-selector.js +1 -1
- package/dist/core/mad-sks/sql-plane/mcp-executor.js +24 -15
- package/dist/core/mcp/{mcp-0-134-policy.js → mcp-tool-policy.js} +3 -3
- package/dist/core/mcp/modern-protocol.js +94 -0
- package/dist/core/mcp-config/health-check.js +158 -37
- package/dist/core/pipeline-internals/runtime-core.js +9 -7
- package/dist/core/pipeline-internals/runtime-gates.js +23 -3
- package/dist/core/proof/auto-finalize.js +18 -6
- package/dist/core/proof/runtime-truth-matrix.js +6 -12
- package/dist/core/release/canonical-test-proof.js +45 -2
- package/dist/core/release/gate-manifest.js +14 -39
- package/dist/core/release/gate-pack-manifest.js +2 -2
- package/dist/core/release/publish-preflight.js +14 -0
- package/dist/core/release/release-gate-affected-selector.js +2 -4
- package/dist/core/release/release-gate-contract.js +8 -126
- package/dist/core/release/release-gate-dag.js +5 -3
- package/dist/core/release/release-pack-receipt.js +1 -1
- package/dist/core/release/release-real-contract.js +3 -3
- package/dist/core/retention.js +60 -6
- package/dist/core/routes/dollar-manifest-lite.js +3 -1
- package/dist/core/routes/light-routes.js +28 -0
- package/dist/core/routes.js +25 -9
- package/dist/core/safety/requested-scope-contract.js +0 -0
- package/dist/core/stop-gate/stop-gate-check.js +15 -10
- package/dist/core/structured-output-adapter.js +1 -1
- package/dist/core/subagents/official-subagent-preparation.js +9 -3
- package/dist/core/subagents/subagent-evidence.js +30 -11
- package/dist/core/subagents/terminal-subagent-state.js +39 -0
- package/dist/core/triwiki/agents-md-projector.js +263 -47
- package/dist/core/triwiki/code-navigation-context-pack.js +113 -0
- package/dist/core/triwiki/code-navigation-policy.js +35 -0
- package/dist/core/triwiki/context-graph/compiler/cache-key.js +35 -0
- package/dist/core/triwiki/context-graph/compiler/index.js +67 -46
- package/dist/core/triwiki/context-graph/contracts.js +2 -1
- package/dist/core/triwiki/context-graph/extractors/code/builders.js +0 -25
- package/dist/core/triwiki/context-graph/extractors/code/index.js +25 -12
- package/dist/core/triwiki/context-graph/extractors/code/inventory.js +195 -72
- package/dist/core/triwiki/context-graph/extractors/code/selection.js +14 -2
- package/dist/core/triwiki/context-graph/extractors/code/text-declarations.js +198 -0
- package/dist/core/triwiki/context-graph/extractors/code/types.js +12 -2
- package/dist/core/triwiki/context-graph/extractors/index.js +3 -0
- package/dist/core/triwiki/context-graph/graph-index.js +4 -0
- package/dist/core/triwiki/context-graph/lint/rules.js +7 -2
- package/dist/core/triwiki/context-graph/projections/node-summary.js +2 -1
- package/dist/core/triwiki/context-graph/store/graph-status.js +12 -4
- package/dist/core/triwiki/triwiki-cleanup.js +459 -0
- package/dist/core/triwiki/triwiki-module-card.js +1 -1
- package/dist/core/update/update-migration-state.js +62 -46
- package/dist/core/update-check.js +8 -91
- package/dist/core/version-manager.js +0 -4
- package/dist/core/version.js +1 -1
- package/dist/native/sks-menubar/Sources/MCPServersViewController.swift +1 -1
- package/dist/scripts/canonical-test-runner.js +361 -0
- package/dist/scripts/codex-app-handoff-check.js +2 -2
- package/dist/scripts/codex-app-handoff-launch-check.js +2 -2
- package/dist/scripts/{codex-0144-app-server-v2-check.js → codex-current-app-server-v2-check.js} +8 -8
- package/dist/scripts/{codex-0144-binary-identity-check.js → codex-current-binary-identity-check.js} +2 -2
- package/dist/scripts/codex-current-capability-check.js +20 -0
- package/dist/scripts/{codex-0144-core-real-probes-check.js → codex-current-core-real-probes-check.js} +9 -9
- package/dist/scripts/{codex-0144-manifest-check.js → codex-current-manifest-check.js} +3 -3
- package/dist/scripts/{codex-0144-policy-check.js → codex-current-policy-check.js} +1 -1
- package/dist/scripts/{codex-0144-thread-store-check.js → codex-current-thread-store-check.js} +2 -2
- package/dist/scripts/codex-native-gate-lib.js +3 -3
- package/dist/scripts/codex-native-runtime-e2e-fixture.js +13 -13
- package/dist/scripts/codex-plugin-app-template-policy-check.js +1 -1
- package/dist/scripts/docs-truthfulness-check.js +3 -7
- package/dist/scripts/gate-policy-audit-check.js +1 -1
- package/dist/scripts/install-surface-ssot-check.js +96 -0
- package/dist/scripts/mcp-plugin-inventory-check.js +1 -1
- package/dist/scripts/mutation-callsite-analysis.js +6 -0
- package/dist/scripts/mutation-callsite-coverage-check.js +10 -3
- package/dist/scripts/official-subagent-workflow-check.js +4 -1
- package/dist/scripts/prepublish-release-check-or-fast.js +13 -7
- package/dist/scripts/publish-preflight.js +5 -1
- package/dist/scripts/qa-loop-app-handoff-capability-check.js +2 -2
- package/dist/scripts/release-affected-selector-check.js +12 -11
- package/dist/scripts/release-dynamic-presets-check.js +2 -1
- package/dist/scripts/release-metadata-check.js +25 -13
- package/dist/scripts/release-real-check.js +3 -3
- package/dist/scripts/runtime-domain-gate-lib.js +2 -2
- package/dist/scripts/typed-routing-gate-lib.js +1 -1
- package/package.json +17 -12
- package/release-gates.v2.json +167 -357
- package/runtime-required-scripts.json +7 -2
- package/schemas/codex/{app-server-0.145 → app-server-0.146}/codex_app_server_protocol.v2.schemas.json +811 -564
- package/dist/core/codex/codex-0-134-compat.js +0 -193
- package/dist/core/codex/codex-0-135-compat.js +0 -167
- package/dist/core/codex/codex-0-136-compat.js +0 -229
- package/dist/core/codex/codex-0-137-compat.js +0 -118
- package/dist/core/codex-compat/codex-0-133.js +0 -154
- package/dist/core/codex-control/codex-0141-capability.js +0 -94
- package/dist/core/proof/proof-redaction.test-helper.js +0 -8
- package/dist/scripts/codex-0-134-runner-truth-check.js +0 -64
- package/dist/scripts/codex-0-137-compat-check.js +0 -25
- package/dist/scripts/codex-0138-capability-artifact-check.js +0 -13
- package/dist/scripts/codex-0138-capability-check.js +0 -9
- package/dist/scripts/codex-0138-doctor-check.js +0 -13
- package/dist/scripts/codex-0138-feature-probes-check.js +0 -10
- package/dist/scripts/codex-0144-capability-check.js +0 -20
- package/dist/scripts/legacy-gate-inventory-check.js +0 -50
- package/dist/scripts/legacy-gate-purge-check.js +0 -39
- package/dist/scripts/legacy-strong-inventory-check.js +0 -44
- package/schemas/codex/codex-0139-real-probe-result.schema.json +0 -119
package/README.md
CHANGED
|
@@ -22,9 +22,9 @@ Proof-first orchestration for Codex CLI, ChatGPT Desktop, AI coding agents, mult
|
|
|
22
22
|
Sneakoscope Codex (`sks`) is an open-source trust layer for Codex CLI and ChatGPT Desktop. It coordinates bounded AI coding agents, records machine-verifiable evidence, preserves project memory, and blocks release claims that are not supported by current tests or artifacts. Search visibility outcomes are measured separately; SKS does not promise rankings or traffic.
|
|
23
23
|
<!-- END SKS SEARCH VISIBILITY MARKETING -->
|
|
24
24
|
|
|
25
|
-
This README documents package **SKS 8.0.
|
|
25
|
+
This README documents package **SKS 8.0.5** — its own identity, read from `package.json` and subject to release-gate verification, not advice about what to install.
|
|
26
26
|
|
|
27
|
-
Use the official latest stable SKS and Codex CLI releases.
|
|
27
|
+
Use the official latest stable SKS and Codex CLI releases. The Codex compatibility SSOT is always the **current latest stable** host; capability probes measure what that host can actually do. Product docs do not crown a fixed `0.x.y` string as SSOT (release pins and schema directories are measured artifacts for the current package, not a permanent product version claim). Menu Bar / Center induce updates to the latest stable build. Run `sks update-check` for what is installed and read the capability report for what is supported. Install SSOT is npm `sneakoscope@latest`; PATH `sks` and Menu Bar stamped generation must match that version or gates fail. It resolves managed SKS skills from the authoritative global install, preserves a runnable Naruto child slot when `max_threads=2`, and keeps Menu Bar repair transactional so stamped generations remain verifiable. Naruto uses stable opt-in multi-agent V2 when the host exposes it (Codex official multi-agent wrap-only; SKS does not reimplement a parallel runtime). Local code search is mode-separated (`sks search files|text|structure|symbol|context`); `context` is answered by the compiled TriWiki Context Graph (`context-graph.json` is exhaustive authority; `context-pack.json` and managed `AGENTS.md` are bounded projections) — see [docs/architecture/context-graph.md](docs/architecture/context-graph.md) and [docs/PRODUCT-CONTRACT.md](docs/PRODUCT-CONTRACT.md). See [CHANGELOG.md](CHANGELOG.md).
|
|
28
28
|
|
|
29
29
|
## What 7.0.0 Ships
|
|
30
30
|
|
|
@@ -70,7 +70,7 @@ The SKS menu bar shows the installed Codex CLI version and latest known version.
|
|
|
70
70
|
|
|
71
71
|
### Remote control: Telegram BotFather integration
|
|
72
72
|
|
|
73
|
-
SKS
|
|
73
|
+
SKS provides a first-party Telegram Bot API transport for the existing
|
|
74
74
|
typed remote-control contract. A bounded outbound `getUpdates` loop runs only
|
|
75
75
|
inside the resident Menu Bar process: it opens no inbound port, tunnel, daemon,
|
|
76
76
|
or public webhook.
|
|
@@ -345,11 +345,11 @@ It shows the current quickstart flow: one-line install, `$sks-plan`, `sks review
|
|
|
345
345
|
- Review report: `.sneakoscope/reports/review-report.json`
|
|
346
346
|
- Harness benchmark: `.sneakoscope/reports/harness-benchmark.json`
|
|
347
347
|
- Project memory: `sks memory build`
|
|
348
|
-
- Codebase index/pack for LLM context: `sks wiki refresh --code
|
|
348
|
+
- Codebase index/pack for LLM context: `sks align run` (wiki/pack rebuild SSOT; `sks wiki refresh --code` aliases into align), `sks wiki validate --json`
|
|
349
349
|
- Native capability repair: `sks doctor --fix` (imagegen/Computer Use/Browser Use), `.sneakoscope/reports/native-capability-readiness.json`
|
|
350
350
|
- codex-lb continuity: `sks codex-lb status --json` verifies the selected proxy's unauthenticated `/health` `X-App-Version`. Tool-heavy continuation requires a codex-lb deployment that reports the capability; use the official latest stable release. Older or unverified deployments block setup, doctor, and launch instead of silently falling back. A selected route is green only after one measured request records the destination host, gateway-key authentication class, measurement time, and latency; config presence alone is not routing proof.
|
|
351
351
|
- Agent bridge for any agent system: `sks mcp-server`, `sks agent-bridge setup`, `SKS_AGENT_MODE=1` — see [docs/AGENT-BRIDGE.md](docs/AGENT-BRIDGE.md)
|
|
352
|
-
- Release gates: `npm run release:check:affected` for ordinary change-aware verification and `npm run release:check:confidence` for the final local confidence pass. Evidence for the 8.0.
|
|
352
|
+
- Release gates: `npm run release:check:affected` for ordinary change-aware verification and `npm run release:check:confidence` for the final local confidence pass. Evidence for the 8.0.5 physical checklist includes a successful 8.0.4-to-8.0.5 resolved-CLI upgrade, a 5,001-directory update scan, exactly one running Menu Bar process at the current package version, one measured real codex-lb request to the selected remote host, and one Telegram command/reply E2E over cellular.
|
|
353
353
|
- Release preparation: typecheck, one clean build, focused tests, affected/confidence gates, all four source-bound physical receipts, then `npm publish --dry-run --json --registry https://registry.npmjs.org/ --tag latest --access public`. The dry-run does not publish or require release tags; real staging/publication remains a separate authenticated maintainer workflow.
|
|
354
354
|
- Release readiness notes: [docs/release-readiness.md](docs/release-readiness.md) and [CHANGELOG.md](CHANGELOG.md)
|
|
355
355
|
- Image generation review routes require Codex App `$imagegen`/`gpt-image-2` evidence with recorded output hashes; direct API fallback and mock fixtures do not satisfy full route gates.
|
|
@@ -376,7 +376,8 @@ It shows the current quickstart flow: one-line install, `$sks-plan`, `sks review
|
|
|
376
376
|
- `sks menubar status --json` reports a `codex_sync` object with `bundle_id`, `codex_running`, and `icon_visible_expected` to show Codex-lifecycle detection state.
|
|
377
377
|
- The menu displays the installed Codex CLI version, adds an `⬆` status icon when `sks codex update-status` sees a newer release, runs the official self-updater through `Update Codex CLI Now`, and exposes `Run sks doctor --fix` as a background repair action.
|
|
378
378
|
- **Codex Fast** is labeled as the official 1.5× Codex speed option, with a verified service-tier status row and direct On/Off actions. Center explains that ChatGPT-sign-in GPT-5.6/GPT-5.5 use 2.5× Standard credits and GPT-5.4 uses 2×, while API-key token pricing and API Priority processing are separate. Model selection, Codex-Spark, and reasoning effort remain independent; status failures render as unavailable with neither choice falsely selected.
|
|
379
|
-
- If Codex shows `[No tool output found for custom tool call ...]`,
|
|
379
|
+
- If Codex shows `[No tool output found for custom tool call ...]`, retry or recover in the same thread when possible; move to a new task only if recovery fails. SKS never rewrites session JSONL or fabricates a successful tool output.
|
|
380
|
+
- Product naming triangle: **Sneakoscope Codex** (product) / **`sks`** (CLI) / **`sneakoscope`** (npm). Official hosts are Codex CLI and ChatGPT Desktop equally; Cursor and other editors are best-effort only. macOS is fully supported (CLI + Menu Bar/Center); Linux/Windows are CLI best-effort. Product UI/docs language SSOT is English. Support: GitHub Issues. Contract ledger: [docs/AMBIGUITY-RESOLUTIONS.md](docs/AMBIGUITY-RESOLUTIONS.md) and [docs/PRODUCT-CONTRACT.md](docs/PRODUCT-CONTRACT.md).
|
|
380
381
|
|
|
381
382
|
## License
|
|
382
383
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "sks.codex-release-manifest.v1",
|
|
3
|
-
"targetTag": "rust-v0.
|
|
4
|
-
"requiredCliVersion": "0.
|
|
5
|
-
"preferredCliVersion": "0.
|
|
6
|
-
"sdkVersion": "0.
|
|
7
|
-
"minimumSupportedVersion": "0.
|
|
8
|
-
"narutoCapabilityFloorVersion": "0.
|
|
3
|
+
"targetTag": "rust-v0.146.0",
|
|
4
|
+
"requiredCliVersion": "0.146.0",
|
|
5
|
+
"preferredCliVersion": "0.146.0",
|
|
6
|
+
"sdkVersion": "0.146.0",
|
|
7
|
+
"minimumSupportedVersion": "0.146.0",
|
|
8
|
+
"narutoCapabilityFloorVersion": "0.146.0",
|
|
9
9
|
"protocolMode": "app-server-v2",
|
|
10
|
-
"generatedSchemaSha256": "
|
|
11
|
-
"upstreamCommit": "rust-v0.
|
|
10
|
+
"generatedSchemaSha256": "2be4fd32103409b5b4864daaf429f6b61a5e55eb98ca5f63cd43569556b009c8",
|
|
11
|
+
"upstreamCommit": "rust-v0.146.0",
|
|
12
12
|
"featurePolicies": {
|
|
13
13
|
"multiAgentMode": "delegate",
|
|
14
14
|
"multiAgentV2": "delegate",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "sks.installed-public-surface-closure.v1",
|
|
3
|
+
"command_probe_count": 8,
|
|
4
|
+
"dollar_command_probe_count": 68,
|
|
5
|
+
"argument_probe_count": 5,
|
|
6
|
+
"subcommand_probe_count": 2,
|
|
7
|
+
"rejected_count": 83,
|
|
8
|
+
"reason_counts": {
|
|
9
|
+
"unknown_command": 79,
|
|
10
|
+
"unknown_subcommand": 2,
|
|
11
|
+
"unsupported_argument": 2
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,63 +1,411 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "sks.skills-hash-ledger.v1",
|
|
3
3
|
"skills": [
|
|
4
|
-
{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
{
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
{
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
{
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
{
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
{
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
{
|
|
60
|
-
|
|
61
|
-
|
|
4
|
+
{
|
|
5
|
+
"canonical_name": "sks",
|
|
6
|
+
"trusted_sha256": [
|
|
7
|
+
"6d90142f3617a8ae92d9af8cb2fc18ab58a7d0070868504e1fe89e0effc305a5",
|
|
8
|
+
"5b17aeb1484e9e2b3791bff6dcb175f30857f47e71b36eb0340e575385e8e82b"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"canonical_name": "sks-align",
|
|
13
|
+
"trusted_sha256": [
|
|
14
|
+
"c485f39d4873adb9793672f7dcf4e956595ffb9dcbb032b3ffb0515b5857d31d",
|
|
15
|
+
"e98e1b67e228bec5c37d00c0206a2e01d2da698a83c80b527105bf04a19c136a"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"canonical_name": "sks-answer",
|
|
20
|
+
"trusted_sha256": [
|
|
21
|
+
"3056ac543fa074868c7023097fdcb042d7175ab557d8e18cb7d92ce872785452",
|
|
22
|
+
"bc8e2fc157b6c9819d32bb0a41bdf7f599a07693df18b0d80aa0ba103594f6eb"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"canonical_name": "sks-autoresearch",
|
|
27
|
+
"trusted_sha256": [
|
|
28
|
+
"0b0a626be3b2e4f80462b721787287350af08ccdf8e952b8eb563a294a8cb777",
|
|
29
|
+
"42602109bc1bf36b28a9acd0c458ab6c3b87f412c2710052e1c65a1f7b0cfeb8"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"canonical_name": "sks-autoresearch-loop",
|
|
34
|
+
"trusted_sha256": [
|
|
35
|
+
"16d02c8944e5a9ca6f91d3642af9280288f1513e70b66738089704ca6e5d0468",
|
|
36
|
+
"2bca681fef9a8ca29619c0ee70bc9d272a3d4c575bba0d12f5739e585eb1c0a5"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"canonical_name": "sks-cleanup",
|
|
41
|
+
"trusted_sha256": [
|
|
42
|
+
"162723fe4fbc855c4ec81263a620fcb76e4116b087f5bad4cb0b7e2356c757f5"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"canonical_name": "sks-commit",
|
|
47
|
+
"trusted_sha256": [
|
|
48
|
+
"aea41328993b11e26e26ae94df6ed44312d1570ed39448531428b53ade9d7461",
|
|
49
|
+
"943c6dcf822df086b320140e74404d4c7bcfd531264e25ada6624b5009f26207"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"canonical_name": "sks-commit-and-push",
|
|
54
|
+
"trusted_sha256": [
|
|
55
|
+
"8e4ff7a39440c82e6c67a67d5bb267c69f508cedb5d9d5a93261f4dcdf8e8a1a",
|
|
56
|
+
"b005b4a7456b80b95768ad358fe5950bf517483c6de71aec14ee3d1c600cc074"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"canonical_name": "sks-computer-use",
|
|
61
|
+
"trusted_sha256": [
|
|
62
|
+
"66e35e6b3f1a7e63f5a4b95f5cb5d8c3444fa41f12328aa0d97c18aa95b241a4"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"canonical_name": "sks-computer-use-fast",
|
|
67
|
+
"trusted_sha256": [
|
|
68
|
+
"b270d82e4057934d7f92ed4241d4ae86e22d0a9a08bceba1aa179d7535bda042",
|
|
69
|
+
"b8736b2621398dfc85f7a2ff35d7a2fc728db0dfc0e964de69aebff93b5ed897"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"canonical_name": "sks-context7-docs",
|
|
74
|
+
"trusted_sha256": [
|
|
75
|
+
"694cdfab8ee25c86d906b0eab5064c067dd05d9be9a8c1beec67f843ab602a42",
|
|
76
|
+
"f3618fa72800899ffbe1686bed6bc888997bfb007a14f0e17c9a26178d55262a"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"canonical_name": "sks-cu",
|
|
81
|
+
"trusted_sha256": [
|
|
82
|
+
"fc6ed807d0299dd56441738d9388787b1dd857dab9bb4c31a11f7d9b90b424d0",
|
|
83
|
+
"da480ba03208d4888df1e97bbec6d80d608dafad0e33c2b1c72266e1860476a8"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"canonical_name": "sks-db",
|
|
88
|
+
"trusted_sha256": [
|
|
89
|
+
"65ecf818f21a5c36865619bcb1f542ead7ab2974c5c7c3488ac7b4037b9c85d6",
|
|
90
|
+
"e3912adaf37f9be002b012c89c18ff987c9cd16ea2445600c834fa39a5bf865a"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"canonical_name": "sks-db-safety-guard",
|
|
95
|
+
"trusted_sha256": [
|
|
96
|
+
"b027d34dde30a3a3ccf9dbb41b90a69d647085b1ce0bdba468809611f5847b7e",
|
|
97
|
+
"7978ca93f51540c838ae46aab9c2d88fde4932892cc7d75fc94e2071e6878a01"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"canonical_name": "sks-design-artifact-expert",
|
|
102
|
+
"trusted_sha256": [
|
|
103
|
+
"a09daba0a2e479a68ed81ec6fba8d70e54c8398ed86f3d1879f874b98480b97c",
|
|
104
|
+
"4a28d166eaf0bc4477b566b056034f972a7034165e36d8186daa9947bf92e3cf"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"canonical_name": "sks-design-system-builder",
|
|
109
|
+
"trusted_sha256": [
|
|
110
|
+
"0a41e6ace960abaaf6abf5e7b1e53fd39f414e1e00b59fa725f2db9e3eb05b58",
|
|
111
|
+
"c4f0007cad5774510bdc55e2815ce0911c220afa8d5dd4efc327ba1231c8f3da"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"canonical_name": "sks-design-ui-editor",
|
|
116
|
+
"trusted_sha256": [
|
|
117
|
+
"83a806cc93a3c5342e0dccfc6a45983382d5bf74d1226c4e3288228db22b737a",
|
|
118
|
+
"1b65f0028a6dcb2f7eeab0b0df411a75546bc3aefa8a76067e1818da000c2249"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"canonical_name": "sks-dfix",
|
|
123
|
+
"trusted_sha256": [
|
|
124
|
+
"022785931a49f23e2efb6455962786c4b7dd7eab0f0ee55d8d3ffd2f858e01a5"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"canonical_name": "sks-fast-mode",
|
|
129
|
+
"trusted_sha256": [
|
|
130
|
+
"0d42a799afc84d74bfe8c5855ab85adce0e945a10a10514b4d7e4b8c90eb16b6",
|
|
131
|
+
"257daa08de3807d47c0941ac21ef1f89af2f7f670b0c34059d3234a5a8bfb36b"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"canonical_name": "sks-fast-off",
|
|
136
|
+
"trusted_sha256": [
|
|
137
|
+
"bcb17b6d9a899dbb9c731e4cc95ba441af31fe4b5a7362dfc0154a39b798d8c5",
|
|
138
|
+
"08b0b04df811d016d7f8018677dd9a25bd11de636daf1a11346e877d0466854e"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"canonical_name": "sks-fast-on",
|
|
143
|
+
"trusted_sha256": [
|
|
144
|
+
"d136b65559bb87e22bb5818a065dfa7ec94ac21aa445f492a4fc70f92a364eff",
|
|
145
|
+
"0355482a0baf32d8ac2131bdd88fb5fed5a3a9ea7ab82f12e26075bc8ea8c724"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"canonical_name": "sks-from-chat-img",
|
|
150
|
+
"trusted_sha256": [
|
|
151
|
+
"be2f0ec42839c0c8ec09c4bfbb99e3c57d6ffe1b8253c2ebbf894200cf8dbf40",
|
|
152
|
+
"583c41f46a7355d8c0c87472ea83573695d04341822eb9adcea822ed3311809f"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"canonical_name": "sks-getdesign-reference",
|
|
157
|
+
"trusted_sha256": [
|
|
158
|
+
"ef1f04bb92da084e6217d213aba09a6df9b66dacdcf9aac2dd597c88207c7f0a",
|
|
159
|
+
"688e10f29511c994ca24cdb16a160332bd79559bc03438cdcd43706420e34ad7"
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"canonical_name": "sks-goal",
|
|
164
|
+
"trusted_sha256": [
|
|
165
|
+
"867544877ac04df6e0232d6d425797e7fab2cceff9a7176a3c9e61f8c4a416d7",
|
|
166
|
+
"0db0c58e72c0d58b24163371efe7a647c67d5d232020b2b4ed2557f19fe648d7"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"canonical_name": "sks-gx",
|
|
171
|
+
"trusted_sha256": [
|
|
172
|
+
"53a9e538812e79549d0dfa7ae9da6b3d95672281d9b601ecd55f7d5ac64fcd44",
|
|
173
|
+
"55b7d535a5978077462eb4c71226b9fdc772094f91ca336830315de10666e85e"
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"canonical_name": "sks-gx-visual-generate",
|
|
178
|
+
"trusted_sha256": [
|
|
179
|
+
"2041ab992d3a923f5d5c0f4548ceb89b408266c14f807d95c279a61c984d0c4f",
|
|
180
|
+
"390d2647735657aa8c248a5ab48ed4fa7981e8d5534e74e8f207779a1716af65"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"canonical_name": "sks-gx-visual-read",
|
|
185
|
+
"trusted_sha256": [
|
|
186
|
+
"8d287de65e0d4c298e1ff4e0e7e31e2f50a42ed8f708f98578ecd849c1cf13a4",
|
|
187
|
+
"2175e76c4f4816d9c07f2f0ae02a0814d1489aaad78806a1ac27db1594282035"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"canonical_name": "sks-gx-visual-validate",
|
|
192
|
+
"trusted_sha256": [
|
|
193
|
+
"ecd4f32fa298dc331e95793d756fcfba13ccdc0658a184452b6f45c637ad7c59",
|
|
194
|
+
"f132066729e7f3e4a4287aa7be2146cd82df48730c38f51094f0174360c08d9d"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"canonical_name": "sks-help",
|
|
199
|
+
"trusted_sha256": [
|
|
200
|
+
"8b6d7f0cffbd3b141f53a6937fb3d58ba363d495d6da561d8f463ee3b265d975",
|
|
201
|
+
"0b67a2ed2eb1f3f80cf1645bee0c189ecc442d2ec84b1e0b218d800298487920"
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"canonical_name": "sks-honest-mode",
|
|
206
|
+
"trusted_sha256": [
|
|
207
|
+
"d1216afadecd4d9c85a2fb54bd31ee77ba45f8071f43bb0e21305c5fcd870095",
|
|
208
|
+
"4543d942cac510b1a23e2e842f944d033087bbc761f6abc4a27d0a015bf22235"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"canonical_name": "sks-hproof-claim-ledger",
|
|
213
|
+
"trusted_sha256": [
|
|
214
|
+
"2d40b940a022ecf5aeb9b4db77a21cef6f2808e884135bd28fe636c6ddd2c58f",
|
|
215
|
+
"dc04c5e6100c940a84e1dc52af5c84158e03f1d24935c3b4f814ce7f1f5f0f60"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"canonical_name": "sks-hproof-evidence-bind",
|
|
220
|
+
"trusted_sha256": [
|
|
221
|
+
"9629257ef1b78b13b503ad1033f500ea8ef898fb74ba50d78a2a72143b7ead4f",
|
|
222
|
+
"fa20989183324964b5527742c0b1f593eacfcd3090b1707fb7c52258cdf62637"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"canonical_name": "sks-image-ux-review",
|
|
227
|
+
"trusted_sha256": [
|
|
228
|
+
"9293346873b5fb25a9d93b630064a2c8ceede2bfdfa4c6ffe7fbb7f64da6595c"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"canonical_name": "sks-imagegen",
|
|
233
|
+
"trusted_sha256": [
|
|
234
|
+
"a7f466ba1829a757f38432fbe8c3a672e22e91948537dafe8f8ce09561d2256e",
|
|
235
|
+
"7a1f9372b03975886233a623031f41e06fd782b1e7a3409517bb428d9c6b76dd"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"canonical_name": "sks-imagegen-source-scout",
|
|
240
|
+
"trusted_sha256": [
|
|
241
|
+
"95e71d4431a4c1f6911f0f76eaa1c2b475c52fd22d35c0a6c241e21e090507ad",
|
|
242
|
+
"d648b571c674ed3be862bc0e8b2110f88c2bee54292bb009df0b0b2dbd6d400b"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"canonical_name": "sks-init-deep",
|
|
247
|
+
"trusted_sha256": [
|
|
248
|
+
"a679fa4ba36e070de5753994f58595c4352302cc98d868ba70ff98305d15f451"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"canonical_name": "sks-loop",
|
|
253
|
+
"trusted_sha256": [
|
|
254
|
+
"e56f9c4d0f7227961779daf6806943f1926bb588ce21a965a813e8ad91cfd5c8"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"canonical_name": "sks-mad-sks",
|
|
259
|
+
"trusted_sha256": [
|
|
260
|
+
"03fb5063d19c3d48d004cd8e6e39bfe244016d7edacfe99e5dab087cbbfa6db9",
|
|
261
|
+
"a3d0110ca97576130893311b3267621acb02c16ca9aea4b2da3e5300eea58158"
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"canonical_name": "sks-naruto",
|
|
266
|
+
"trusted_sha256": [
|
|
267
|
+
"d0d5968e78ac25e1d3e588735de1ddbcf149cfb3165edebca5dec1ed7c7a5c46",
|
|
268
|
+
"34222c72e4e1ead3584907f4d905444b7de820283ee7348018f110d5e6b04461",
|
|
269
|
+
"f8e808622e222b4ad7dcb2907e5f06a890db83139ae443ec6c8c33781dfa3e37",
|
|
270
|
+
"49b5e3dcc1b537b49c2cf09e5b875cb16acb05c622b22798e265e64dacd8ac90"
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"canonical_name": "sks-performance-evaluator",
|
|
275
|
+
"trusted_sha256": [
|
|
276
|
+
"5b8c6cea19ffda8e434700297ed060fde3cfcfc9c98635402599e84756466db4",
|
|
277
|
+
"c0bfd5a2e6c74813cb5dac9dadd4c7543ee768a48cf3e36b86b3d9306c2712c6"
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"canonical_name": "sks-pipeline-runner",
|
|
282
|
+
"trusted_sha256": [
|
|
283
|
+
"020ba4da2f96bcda23cee4596b1e790816780178f1917dee748ff4b289cba0e5",
|
|
284
|
+
"ffcbe0ea4b585e3d2886f1d9fa7a3b88706aaf42182fb177b2371b76beb0ddcd"
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"canonical_name": "sks-plan",
|
|
289
|
+
"trusted_sha256": [
|
|
290
|
+
"7795867b38a5f169924125850f137c31995cf28000f74284839530a68ace156a",
|
|
291
|
+
"b6f3b09230e9809acf4e13df2de6af3c75a8534e8890d6560664ebfc2e4072f8"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"canonical_name": "sks-ppt",
|
|
296
|
+
"trusted_sha256": [
|
|
297
|
+
"02e8a0758ec6d056ce9851a5a4505b1d32e302e730be3eb169a41392a5d6b2e2",
|
|
298
|
+
"329fc6ee24bb04478b18fb6ccd3691cd7cbb50e1b77ca7b6136383d00b3b0bb4"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"canonical_name": "sks-prompt-pipeline",
|
|
303
|
+
"trusted_sha256": [
|
|
304
|
+
"480c8afffafa9d52c483a963b4b8fafdffc0a47cd6d2efd3fb6d7924c11832c5",
|
|
305
|
+
"5dc8524de9bad66cef133ea5ff2a8052331bd12a7ec85695f727d0d2c8523145"
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"canonical_name": "sks-qa-loop",
|
|
310
|
+
"trusted_sha256": [
|
|
311
|
+
"366ec49e5d25a6f25ba72308e46044291fe4d26f9d294a90638b42cc5565bb94"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"canonical_name": "sks-reasoning-router",
|
|
316
|
+
"trusted_sha256": [
|
|
317
|
+
"a7d879d157c6d5b6b81a67dba7b5b731ac18ea986841fe1ab2cafbd6623481c3",
|
|
318
|
+
"dc0b8c6a4093269c2c36b58432b25409704d06fea8ca558f43b598625ca0d9de"
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"canonical_name": "sks-reflection",
|
|
323
|
+
"trusted_sha256": [
|
|
324
|
+
"5013cefe58746a23e998bd83dedf2c4de9270010297be6fc0c0f0ae2aae73fb8",
|
|
325
|
+
"4ba8b2778d1d37c25c89f1a97ce3ce5602c39138425e1f4af4a91e840a961670"
|
|
326
|
+
]
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"canonical_name": "sks-release-review",
|
|
330
|
+
"trusted_sha256": [
|
|
331
|
+
"bb6ef28431fd6c390041c9a2855b906fd01a1f6da02111f094258914cf826bb9",
|
|
332
|
+
"7cf879a2efd61822d3dccd4eb69fb704bfbab4b114b820b6dfa0d13b5f20e9fa"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"canonical_name": "sks-research",
|
|
337
|
+
"trusted_sha256": [
|
|
338
|
+
"2e96f95315d99b645d4171ba4648d9f9218ec3e98dcd6d363b5de522d2e1bfe3"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"canonical_name": "sks-review",
|
|
343
|
+
"trusted_sha256": [
|
|
344
|
+
"d08e9aada80a2fe87edee602e57517ec814b87e0f3dfc40928e8571fc1efafd5",
|
|
345
|
+
"42ba1dbdc6b476d1c4a6e42467fdc86fda58bab3207c054550591ab5f6e94c37"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"canonical_name": "sks-search-visibility-core",
|
|
350
|
+
"trusted_sha256": [
|
|
351
|
+
"79bc8e1220a6a48acc74c70f9d5715bf80b910fef44e9c57550ea06046f204e0"
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"canonical_name": "sks-seo-geo-optimizer",
|
|
356
|
+
"trusted_sha256": [
|
|
357
|
+
"3db4ae3a41093df1a2e9bc35b5ad9b3458eef6eb76d6899b8e4099c42e0227e6"
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"canonical_name": "sks-solution-scout",
|
|
362
|
+
"trusted_sha256": [
|
|
363
|
+
"c2fe96cea325ad44a1e871f1e14c18ec369846c5deaa28d77be234994cae734c",
|
|
364
|
+
"a563554da2d69e69a4afebf914a7a2d3b7b0f25dcb5eb7f9248f3fc7576bc4c9"
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"canonical_name": "sks-super-search",
|
|
369
|
+
"trusted_sha256": [
|
|
370
|
+
"1f50b70eb7d30544d5cdf8f0712ae01442737025a152a53648ebdd956326d83e",
|
|
371
|
+
"a0da7ec655bab7f40831de21b52691ac75b56fbc2fbfd1f053e1c5f2dd5ddb52"
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"canonical_name": "sks-turbo-context-pack",
|
|
376
|
+
"trusted_sha256": [
|
|
377
|
+
"c02745666f6d9485c538876e77509209ecf5f481d1d7bed36e312eea60688f06",
|
|
378
|
+
"d94bb85ea836e55c5b2b0df237821cf97b3d2ec6bfe697c97525f3fa5807b200"
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"canonical_name": "sks-wiki",
|
|
383
|
+
"trusted_sha256": [
|
|
384
|
+
"460a7dd5498fbf68697da64d6a56122ca088607edea8f815eea54aca580895fe",
|
|
385
|
+
"b49e0bbe6163e8673b9d2d34a43f8ec130ac7032cacabe17e6fece6182f96be0",
|
|
386
|
+
"16b2b813d202ca51d2ea4fe0da918eddf9494db7ab1356352d4188a5da3496b1"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"canonical_name": "sks-with-local-llm-off",
|
|
391
|
+
"trusted_sha256": [
|
|
392
|
+
"4609c43a671c649b2574aebf035e0e8200b29bb893d176567e92f14d2f3aa92c",
|
|
393
|
+
"86d3a860b438c91c2a5b4cc8ac9c8e7477008f9b689602ddcf14a9e3b759923d"
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"canonical_name": "sks-with-local-llm-on",
|
|
398
|
+
"trusted_sha256": [
|
|
399
|
+
"11da3f94d77b0f9fe76dee2e99d058cf1495fdc4eaf3e2fb6e43dae66f7d2cd3",
|
|
400
|
+
"27e1ff08b95428d6b623d06358d5d114ff02673a5c97d8f180dd75859682cd6c"
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"canonical_name": "sks-work",
|
|
405
|
+
"trusted_sha256": [
|
|
406
|
+
"9619bcbe29fe84853500dbcac169d81915388144cbe677ef4f5831220e3a02d3",
|
|
407
|
+
"7b4893af053caba27eab1b1d73ff375856522e433fb85dfabde50ea844c75639"
|
|
408
|
+
]
|
|
409
|
+
}
|
|
62
410
|
]
|
|
63
411
|
}
|
|
@@ -52,7 +52,7 @@ const COMMAND_MANIFEST_LITE_BASE = [
|
|
|
52
52
|
{ name: 'naruto', summary: 'Run the $sks-naruto Codex official subagent workflow', maturity: 'labs', mutatesRouteState: true },
|
|
53
53
|
{ name: 'stop-gate', summary: 'Check canonical stop-gate resolution for a route/mission', maturity: 'beta', readonly: true, skipMigrationGate: true, allowedDuringActiveRoute: true, diagnostic: true },
|
|
54
54
|
{ name: 'route', summary: 'Inspect or close active route state', maturity: 'beta', skipMigrationGate: true, allowedDuringActiveRoute: true, diagnostic: true },
|
|
55
|
-
{ name: 'loop', summary: '
|
|
55
|
+
{ name: 'loop', summary: 'Retired: use Codex native Goal for persisted goals/loops (NC-38)', maturity: 'labs' },
|
|
56
56
|
{ name: 'qa-loop', summary: 'Run QA loop missions', maturity: 'beta', mutatesRouteState: true },
|
|
57
57
|
{ name: 'research', summary: 'Run research missions', maturity: 'labs', mutatesRouteState: true },
|
|
58
58
|
{ name: 'autoresearch', summary: 'Alias for research/autoresearch route', maturity: 'labs', mutatesRouteState: true },
|
|
@@ -69,7 +69,8 @@ const COMMAND_MANIFEST_LITE_BASE = [
|
|
|
69
69
|
{ name: 'versioning', summary: 'Manage release version metadata', maturity: 'stable' },
|
|
70
70
|
{ name: 'reasoning', summary: 'Show reasoning route', maturity: 'labs' },
|
|
71
71
|
{ name: 'aliases', summary: 'Show command aliases', maturity: 'stable' },
|
|
72
|
-
{ name: '
|
|
72
|
+
{ name: 'cleanup', summary: 'Permanently blank active TriWiki without retaining a previous generation', maturity: 'beta' },
|
|
73
|
+
{ name: 'align', summary: 'Create or replace TriWiki as a code-only repository navigation graph', maturity: 'beta', mutatesRouteState: true },
|
|
73
74
|
{ name: 'selftest', summary: 'Run local mock selftest', maturity: 'stable' },
|
|
74
75
|
{ name: 'goal', summary: 'Print stateless Codex native Goal controls', maturity: 'beta' },
|
|
75
76
|
{ name: 'seo-geo-optimizer', summary: 'Run unified SEO/GEO optimizer audit/plan/apply/verify plus research/strategy (--include-marketing) on the search-visibility kernel', maturity: 'beta' },
|
|
@@ -108,6 +109,7 @@ const SAFE_COMMAND_CONTRACT_LITE = {
|
|
|
108
109
|
};
|
|
109
110
|
const COMMAND_CONTRACT_OVERRIDES_LITE = {
|
|
110
111
|
align: { latency: 'long', supportsJson: true, inputProfile: 'json-only' },
|
|
112
|
+
cleanup: { risk: 'R3', latency: 'long', supportsJson: true, remoteAllowed: false, inputProfile: 'json-only' },
|
|
111
113
|
autoresearch: { latency: 'long' },
|
|
112
114
|
bench: { latency: 'long' },
|
|
113
115
|
check: { risk: 'R1', latency: 'long' },
|