sneakoscope 1.0.7 → 1.0.9
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 +48 -0
- package/crates/sks-core/Cargo.lock +1 -1
- package/crates/sks-core/Cargo.toml +1 -1
- package/crates/sks-core/src/main.rs +1 -1
- package/dist/bin/sks.js +1 -1
- package/dist/build-manifest.json +25 -1
- package/dist/commands/bench.d.ts +24 -0
- package/dist/commands/image-ux-review.d.ts +502 -1
- package/dist/commands/wiki.d.ts +7 -1
- package/dist/core/bench.d.ts +24 -0
- package/dist/core/bench.js +13 -0
- package/dist/core/codex-compat/codex-0-132.d.ts +46 -0
- package/dist/core/codex-compat/codex-0-132.js +105 -0
- package/dist/core/codex-compat/codex-compat-report.d.ts +46 -0
- package/dist/core/codex-compat/codex-compat-report.js +19 -3
- package/dist/core/codex-compat/codex-schema-snapshot.js +7 -7
- package/dist/core/codex-compat/codex-version-policy.d.ts +4 -2
- package/dist/core/codex-compat/codex-version-policy.js +5 -3
- package/dist/core/codex-exec-output-schema.d.ts +70 -0
- package/dist/core/codex-exec-output-schema.js +206 -0
- package/dist/core/commands/bench-command.d.ts +24 -0
- package/dist/core/commands/image-ux-review-command.d.ts +502 -1
- package/dist/core/commands/image-ux-review-command.js +415 -32
- package/dist/core/commands/wiki-command.d.ts +8 -2
- package/dist/core/commands/wiki-command.js +11 -2
- package/dist/core/evidence/evidence-router.js +17 -1
- package/dist/core/evidence/evidence-schema.d.ts +1 -1
- package/dist/core/evidence/evidence-schema.js +5 -0
- package/dist/core/fsx.d.ts +1 -1
- package/dist/core/fsx.js +1 -1
- package/dist/core/goal-workflow.d.ts +6 -0
- package/dist/core/goal-workflow.js +6 -0
- package/dist/core/image-ux-review/callout-extraction.d.ts +89 -0
- package/dist/core/image-ux-review/callout-extraction.js +122 -0
- package/dist/core/image-ux-review/fix-loop.d.ts +39 -0
- package/dist/core/image-ux-review/fix-loop.js +55 -0
- package/dist/core/image-ux-review/fix-task-planner.d.ts +8 -0
- package/dist/core/image-ux-review/fix-task-planner.js +55 -0
- package/dist/core/image-ux-review/imagegen-adapter.d.ts +67 -0
- package/dist/core/image-ux-review/imagegen-adapter.js +256 -0
- package/dist/core/image-ux-review/patch-handoff.d.ts +87 -0
- package/dist/core/image-ux-review/patch-handoff.js +56 -0
- package/dist/core/image-ux-review/real-callout-extractor.d.ts +34 -0
- package/dist/core/image-ux-review/real-callout-extractor.js +84 -0
- package/dist/core/image-ux-review/recapture.d.ts +34 -0
- package/dist/core/image-ux-review/recapture.js +50 -0
- package/dist/core/image-ux-review.d.ts +332 -52
- package/dist/core/image-ux-review.js +367 -101
- package/dist/core/loop-blocker.d.ts +41 -0
- package/dist/core/loop-blocker.js +42 -0
- package/dist/core/memory-summary.d.ts +33 -0
- package/dist/core/memory-summary.js +71 -0
- package/dist/core/performance-budgets.json +12 -0
- package/dist/core/proof/evidence-collector.d.ts +1 -1
- package/dist/core/proof/proof-writer.d.ts +6 -0
- package/dist/core/proof/proof-writer.js +18 -0
- package/dist/core/proof/route-adapter.d.ts +50 -0
- package/dist/core/proof/route-finalizer.d.ts +50 -0
- package/dist/core/proof/route-finalizer.js +2 -0
- package/dist/core/proof/selftest-proof-fixtures.d.ts +50 -0
- package/dist/core/routes.js +4 -4
- package/dist/core/scouts/scout-output-parser.d.ts +1 -1
- package/dist/core/scouts/scout-output-parser.js +21 -1
- package/dist/core/structured-output-adapter.d.ts +34 -0
- package/dist/core/structured-output-adapter.js +157 -0
- package/dist/core/triwiki-wrongness/wrongness-cli.d.ts +14 -2
- package/dist/core/triwiki-wrongness/wrongness-cli.js +14 -0
- package/dist/core/triwiki-wrongness/wrongness-ledger.d.ts +10 -0
- package/dist/core/triwiki-wrongness/wrongness-ledger.js +18 -0
- package/dist/core/triwiki-wrongness/wrongness-proof-linker.d.ts +1 -1
- package/dist/core/triwiki-wrongness/wrongness-retrieval.d.ts +1 -1
- package/dist/core/triwiki-wrongness/wrongness-schema.d.ts +1 -1
- package/dist/core/triwiki-wrongness/wrongness-schema.js +48 -1
- package/dist/core/trust-kernel/trust-report.d.ts +100 -0
- package/dist/core/trust-kernel/trust-report.js +44 -4
- package/dist/core/version.d.ts +1 -1
- package/dist/core/version.js +1 -1
- package/dist/core/wiki-image/image-voxel-ledger.d.ts +5 -0
- package/dist/core/wiki-image/image-voxel-ledger.js +28 -1
- package/dist/core/wiki-image/validation.js +47 -0
- package/dist/core/wiki-image/visual-anchor.d.ts +6 -1
- package/dist/core/wiki-image/visual-anchor.js +6 -1
- package/package.json +12 -2
- package/schemas/codex/completion-proof.schema.json +18 -0
- package/schemas/codex/computer-use-live-evidence.schema.json +17 -0
- package/schemas/codex/image-ux-issue-ledger.schema.json +90 -0
- package/schemas/codex/scout-result.schema.json +14 -0
- package/schemas/codex/ux-review-callout-extraction.schema.json +17 -0
- package/schemas/codex/wrongness-record.schema.json +17 -0
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Fast legacy-free proof-first Codex trust layer with image-based Voxel TriWiki.
|
|
|
4
4
|
|
|
5
5
|
Sneakoscope Codex (`sks`) is a Codex CLI/App harness that makes repeatable Codex work auditable.
|
|
6
6
|
|
|
7
|
+
SKS **1.0.9** is the Official Docs Ultimate Kernel: Codex CLI `rust-v0.132.0` structured resume output is now an actual runner, `gpt-image-2` review generation uses Codex App `$imagegen` evidence or an optional OpenAI Images API fallback, Structured Outputs strict schemas are the extraction fallback, and `$UX-Review this screenshot with gpt-image-2 callouts, then fix the issues` blocks fake callouts until generated image pixels are schema-extracted, patched, recaptured, and re-reviewed.
|
|
8
|
+
|
|
9
|
+
SKS **1.0.8** is the Codex 0.132 UX-Review Seal: Codex CLI `rust-v0.132.0` compatibility is explicit, `codex exec resume --output-schema` is the preferred structured-output path, and `$UX-Review this screenshot with gpt-image-2 callouts, then fix the issues` is a real visual trust loop from source screenshot fidelity to generated callout ingestion, issue ledger extraction, bounded safe fixes, recapture/re-review, Image Voxel relations, Wrongness, Completion Proof, and Trust Report gates.
|
|
10
|
+
|
|
7
11
|
SKS **1.0.7** is the Ultimate Final Completion seal for the Codex trust harness: Computer Use live evidence is an opt-in, local-only macOS evidence path with explicit `probe_only`, `live_capture_attempted`, `live_capture_success`, and `live_capture_blocked` modes; `codex-lb setup` reports durable persistence versus `process_only_ephemeral` honestly; and docs/release readiness checks block mock/probe/live overclaims.
|
|
8
12
|
|
|
9
13
|
SKS **1.0.6** is the final precision polish for the Codex trust harness: hook compatibility is classified as upstream schema plus an SKS zero-warning strict subset, `sks codex-lb setup` previews and applies the exact choices the user selected, and Computer Use has an optional live smoke surface for macOS capability/evidence status.
|
|
@@ -25,6 +29,50 @@ SKS does not try to clone every other harness. It focuses on one thing: making C
|
|
|
25
29
|

|
|
26
30
|
|
|
27
31
|
|
|
32
|
+
## 1.0.9 Official Docs Ultimate Kernel
|
|
33
|
+
|
|
34
|
+
1.0.9 closes the remaining policy-vs-run-path gap. Attached generated images are recorded with `callout_extraction_status: pending` and empty callouts until `codex exec resume --output-schema` or the OpenAI Structured Outputs fallback returns a schema-valid issue ledger. Real `gpt-image-2` generation records request/response artifacts, source SHA-256, high-fidelity automatic input metadata, output hashes, local-only privacy, and blockers instead of substituting prose or generic callouts.
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
sks ux-review run --image ./screenshot.png --generate-callouts --json
|
|
38
|
+
sks ux-review attach-generated latest --image ./generated-callouts.png --json
|
|
39
|
+
sks ux-review extract-issues --generated-image ./generated-callouts.png --json
|
|
40
|
+
sks ux-review attach-after latest --image ./after.png --json
|
|
41
|
+
sks ux-review proof latest --json
|
|
42
|
+
sks ux-review explain latest
|
|
43
|
+
npm run official-docs:compat
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Release checks now include `npm run official-docs:compat` and write `.sneakoscope/reports/official-docs-compat-1.0.9.json` plus `.sneakoscope/reports/release-readiness-1.0.9.json`.
|
|
47
|
+
|
|
48
|
+
## 1.0.8 Codex 0.132 UX-Review Seal
|
|
49
|
+
|
|
50
|
+
1.0.8 makes UX-Review the representative SKS visual trust harness rather than a policy-only fixture. The CLI/App route now records source screenshot original-resolution metadata, requires real `gpt-image-2` generated callout images before verified UX claims, extracts visible callouts into `schemas/codex/image-ux-issue-ledger.schema.json`, plans bounded P0/P1-first fixes, and requires recapture/re-review before visual fix verification.
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
sks codex compatibility --json
|
|
54
|
+
sks ux-review run --image ./screenshot.png --fix --json
|
|
55
|
+
sks ux-review callouts --image ./screenshot.png --json
|
|
56
|
+
sks ux-review extract-issues --generated-image ./generated-callouts.png --json
|
|
57
|
+
sks ux-review fix latest --json
|
|
58
|
+
sks ux-review recapture latest --json
|
|
59
|
+
sks ux-review recheck latest --json
|
|
60
|
+
sks ux-review status latest --json
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Release checks now include:
|
|
64
|
+
|
|
65
|
+
- `npm run codex:0.132-compat`
|
|
66
|
+
- `npm run codex:output-schema-fixture`
|
|
67
|
+
- `npm run image-fidelity:check`
|
|
68
|
+
- `npm run ux-review:real-loop-fixture`
|
|
69
|
+
- `npm run ux-review:no-text-fallback`
|
|
70
|
+
- `npm run ux-review:image-voxel-relations`
|
|
71
|
+
- `npm run memory-summary:rebuild-check`
|
|
72
|
+
- `npm run loop-blocker:check`
|
|
73
|
+
|
|
74
|
+
`gpt-image-2` output is local-only by default. Text-only critique is blocked, mock fixtures stay `verified_partial` or lower, screenshot binaries are not automatically published to shared TriWiki, and unavailable Codex/App image-generation capability is recorded as a blocker instead of being faked.
|
|
75
|
+
|
|
28
76
|
## 1.0.7 Ultimate Final Completion
|
|
29
77
|
|
|
30
78
|
1.0.7 does not add a new route, skill, or competing harness. It closes the last trust gaps around live visual evidence, persistence truth, and release documentation.
|
|
@@ -4,7 +4,7 @@ use std::io::{self, Read, Seek, SeekFrom};
|
|
|
4
4
|
fn main() {
|
|
5
5
|
let mut args = std::env::args().skip(1);
|
|
6
6
|
match args.next().as_deref() {
|
|
7
|
-
Some("--version") => println!("sks-rs 1.0.
|
|
7
|
+
Some("--version") => println!("sks-rs 1.0.9"),
|
|
8
8
|
Some("compact-info") => {
|
|
9
9
|
let mut input = String::new();
|
|
10
10
|
let _ = io::stdin().read_to_string(&mut input);
|
package/dist/bin/sks.js
CHANGED
package/dist/build-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "sks.dist-build.v2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"typescript": true,
|
|
5
5
|
"mjs_runtime_files": 0,
|
|
6
6
|
"files": [
|
|
@@ -184,6 +184,8 @@
|
|
|
184
184
|
"core/codex-adapter.js",
|
|
185
185
|
"core/codex-app.d.ts",
|
|
186
186
|
"core/codex-app.js",
|
|
187
|
+
"core/codex-compat/codex-0-132.d.ts",
|
|
188
|
+
"core/codex-compat/codex-0-132.js",
|
|
187
189
|
"core/codex-compat/codex-compat-report.d.ts",
|
|
188
190
|
"core/codex-compat/codex-compat-report.js",
|
|
189
191
|
"core/codex-compat/codex-config-policy.d.ts",
|
|
@@ -206,6 +208,8 @@
|
|
|
206
208
|
"core/codex-compat/codex-version-policy.js",
|
|
207
209
|
"core/codex-compat/codex-version.d.ts",
|
|
208
210
|
"core/codex-compat/codex-version.js",
|
|
211
|
+
"core/codex-exec-output-schema.d.ts",
|
|
212
|
+
"core/codex-exec-output-schema.js",
|
|
209
213
|
"core/codex-lb-circuit.d.ts",
|
|
210
214
|
"core/codex-lb-circuit.js",
|
|
211
215
|
"core/codex-lb/codex-lb-env.d.ts",
|
|
@@ -370,14 +374,32 @@
|
|
|
370
374
|
"core/hproof.js",
|
|
371
375
|
"core/image-ux-review.d.ts",
|
|
372
376
|
"core/image-ux-review.js",
|
|
377
|
+
"core/image-ux-review/callout-extraction.d.ts",
|
|
378
|
+
"core/image-ux-review/callout-extraction.js",
|
|
379
|
+
"core/image-ux-review/fix-loop.d.ts",
|
|
380
|
+
"core/image-ux-review/fix-loop.js",
|
|
381
|
+
"core/image-ux-review/fix-task-planner.d.ts",
|
|
382
|
+
"core/image-ux-review/fix-task-planner.js",
|
|
383
|
+
"core/image-ux-review/imagegen-adapter.d.ts",
|
|
384
|
+
"core/image-ux-review/imagegen-adapter.js",
|
|
385
|
+
"core/image-ux-review/patch-handoff.d.ts",
|
|
386
|
+
"core/image-ux-review/patch-handoff.js",
|
|
387
|
+
"core/image-ux-review/real-callout-extractor.d.ts",
|
|
388
|
+
"core/image-ux-review/real-callout-extractor.js",
|
|
389
|
+
"core/image-ux-review/recapture.d.ts",
|
|
390
|
+
"core/image-ux-review/recapture.js",
|
|
373
391
|
"core/init.d.ts",
|
|
374
392
|
"core/init.js",
|
|
375
393
|
"core/language-preference.d.ts",
|
|
376
394
|
"core/language-preference.js",
|
|
395
|
+
"core/loop-blocker.d.ts",
|
|
396
|
+
"core/loop-blocker.js",
|
|
377
397
|
"core/managed-paths.d.ts",
|
|
378
398
|
"core/managed-paths.js",
|
|
379
399
|
"core/memory-governor.d.ts",
|
|
380
400
|
"core/memory-governor.js",
|
|
401
|
+
"core/memory-summary.d.ts",
|
|
402
|
+
"core/memory-summary.js",
|
|
381
403
|
"core/mission.d.ts",
|
|
382
404
|
"core/mission.js",
|
|
383
405
|
"core/mistake-memory.d.ts",
|
|
@@ -549,6 +571,8 @@
|
|
|
549
571
|
"core/secret-redaction.js",
|
|
550
572
|
"core/skill-forge.d.ts",
|
|
551
573
|
"core/skill-forge.js",
|
|
574
|
+
"core/structured-output-adapter.d.ts",
|
|
575
|
+
"core/structured-output-adapter.js",
|
|
552
576
|
"core/team-dag.d.ts",
|
|
553
577
|
"core/team-dag.js",
|
|
554
578
|
"core/team-dashboard-renderer.d.ts",
|
package/dist/commands/bench.d.ts
CHANGED
|
@@ -60,6 +60,18 @@ export declare function run(_command: any, args?: any): Promise<void | {
|
|
|
60
60
|
'sks scouts engines --json': number;
|
|
61
61
|
};
|
|
62
62
|
}>;
|
|
63
|
+
ux_review_staged_latency_budgets: Readonly<{
|
|
64
|
+
source_screenshot_ingest: 500;
|
|
65
|
+
gpt_image_2_generation: 120000;
|
|
66
|
+
callout_extraction: 120000;
|
|
67
|
+
fix_task_planning: 500;
|
|
68
|
+
recapture_re_review: 120000;
|
|
69
|
+
image_voxel_relation_validation: 800;
|
|
70
|
+
codex_compat_probe_batch: 5000;
|
|
71
|
+
computer_use_status_probe_batch: 5000;
|
|
72
|
+
codex_lb_status_probe_batch: 5000;
|
|
73
|
+
scout_engine_probe_batch: 5000;
|
|
74
|
+
}>;
|
|
63
75
|
ok: boolean;
|
|
64
76
|
commands: any[];
|
|
65
77
|
} | {
|
|
@@ -127,6 +139,18 @@ export declare function run(_command: any, args?: any): Promise<void | {
|
|
|
127
139
|
'sks scouts engines --json': number;
|
|
128
140
|
};
|
|
129
141
|
}>;
|
|
142
|
+
ux_review_staged_latency_budgets: Readonly<{
|
|
143
|
+
source_screenshot_ingest: 500;
|
|
144
|
+
gpt_image_2_generation: 120000;
|
|
145
|
+
callout_extraction: 120000;
|
|
146
|
+
fix_task_planning: 500;
|
|
147
|
+
recapture_re_review: 120000;
|
|
148
|
+
image_voxel_relation_validation: 800;
|
|
149
|
+
codex_compat_probe_batch: 5000;
|
|
150
|
+
computer_use_status_probe_batch: 5000;
|
|
151
|
+
codex_lb_status_probe_batch: 5000;
|
|
152
|
+
scout_engine_probe_batch: 5000;
|
|
153
|
+
}>;
|
|
130
154
|
ok: boolean;
|
|
131
155
|
commands: any[];
|
|
132
156
|
};
|