sneakoscope 2.0.13 → 2.0.14
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 +2 -2
- 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/.sks-build-stamp.json +4 -4
- package/dist/bin/sks.js +1 -1
- package/dist/core/agents/agent-orchestrator.js +11 -4
- package/dist/core/agents/agent-output-validator.js +1 -1
- package/dist/core/codex-control/codex-fake-sdk-adapter.js +3 -3
- package/dist/core/codex-control/gpt-final-review-schema.js +61 -14
- package/dist/core/commands/naruto-command.js +1 -0
- package/dist/core/commands/research-command.js +71 -17
- package/dist/core/fsx.js +1 -1
- package/dist/core/naruto/naruto-real-worker-child.js +11 -3
- package/dist/core/naruto/naruto-real-worker-runtime.js +4 -0
- package/dist/core/pipeline/final-gpt-patch-stage.js +20 -3
- package/dist/core/research/implementation-blueprint-densifier.js +124 -0
- package/dist/core/research/research-claim-builder.js +114 -0
- package/dist/core/research/research-cycle-runner.js +115 -11
- package/dist/core/research/research-final-reviewer.js +155 -1
- package/dist/core/research/research-source-ledger-merge.js +186 -0
- package/dist/core/research/research-source-shards.js +176 -0
- package/dist/core/research/research-stage-runner.js +510 -11
- package/dist/core/research/research-work-graph.js +114 -23
- package/dist/core/research.js +12 -0
- package/dist/core/version.js +1 -1
- package/dist/scripts/codex-sdk-research-pipeline-check.js +40 -8
- package/dist/scripts/release-dag-full-coverage-check.js +14 -1
- package/dist/scripts/release-parallel-speed-budget-check.js +7 -2
- package/dist/scripts/research-blueprint-densifier-check.js +21 -0
- package/dist/scripts/research-claim-builder-check.js +19 -0
- package/dist/scripts/research-complete-package-fixture-check.js +23 -0
- package/dist/scripts/research-final-reviewer-blackbox.js +22 -0
- package/dist/scripts/research-parallel-source-shards-check.js +22 -0
- package/dist/scripts/research-quality-gate-check.js +28 -3
- package/dist/scripts/research-real-cycle-no-legacy-final-md-check.js +14 -0
- package/dist/scripts/research-short-report-rejection-check.js +46 -0
- package/dist/scripts/research-source-ledger-merge-check.js +26 -0
- package/dist/scripts/research-stage-cycle-runtime-blackbox.js +24 -0
- package/package.json +16 -1
- package/schemas/codex/agent-result.schema.json +1 -1
- package/schemas/research/research-source-shard.schema.json +46 -0
- package/dist/build-manifest.json +0 -1184
- package/dist/scripts/release-readiness-report.js +0 -1146
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/permission-request.command.input.schema.json +0 -61
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/permission-request.command.output.schema.json +0 -103
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/post-compact.command.input.schema.json +0 -52
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/post-compact.command.output.schema.json +0 -24
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/post-tool-use.command.input.schema.json +0 -67
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/post-tool-use.command.output.schema.json +0 -84
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/pre-compact.command.input.schema.json +0 -52
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/pre-compact.command.output.schema.json +0 -24
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/pre-tool-use.command.input.schema.json +0 -65
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/pre-tool-use.command.output.schema.json +0 -105
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/session-start.command.input.schema.json +0 -59
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/session-start.command.output.schema.json +0 -63
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/snapshot-metadata.json +0 -31
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/stop.command.input.schema.json +0 -63
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/stop.command.output.schema.json +0 -45
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/user-prompt-submit.command.input.schema.json +0 -59
- package/dist/vendor/openai-codex/rust-v0.131.0/hooks/user-prompt-submit.command.output.schema.json +0 -81
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sneakoscope",
|
|
3
3
|
"displayName": "ㅅㅋㅅ",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.14",
|
|
5
5
|
"description": "Sneakoscope Codex: fast proof-first Codex trust layer with image-based Voxel TriWiki.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"homepage": "https://github.com/mandarange/Sneakoscope-Codex#readme",
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"dist",
|
|
26
|
+
"!dist/build-manifest.json",
|
|
27
|
+
"!dist/vendor/openai-codex/rust-v0.131.0",
|
|
28
|
+
"!dist/scripts/release-readiness-report.js",
|
|
26
29
|
"schemas",
|
|
27
30
|
"crates/sks-core/Cargo.lock",
|
|
28
31
|
"crates/sks-core/Cargo.toml",
|
|
@@ -404,6 +407,18 @@
|
|
|
404
407
|
"research:work-graph": "node ./dist/scripts/research-quality-gate-check.js work-graph",
|
|
405
408
|
"research:prompt-contract": "node ./dist/scripts/research-quality-gate-check.js prompt-contract",
|
|
406
409
|
"research:gate-thresholds": "node ./dist/scripts/research-quality-gate-check.js gate-thresholds",
|
|
410
|
+
"research:report-quality": "node ./dist/scripts/research-quality-gate-check.js report-quality",
|
|
411
|
+
"research:stage-cycle-runner": "node ./dist/scripts/research-quality-gate-check.js stage-cycle-runner",
|
|
412
|
+
"research:parallel-work-graph-runtime": "node ./dist/scripts/research-stage-cycle-runtime-blackbox.js",
|
|
413
|
+
"research:parallel-source-shards": "node ./dist/scripts/research-parallel-source-shards-check.js",
|
|
414
|
+
"research:real-cycle-no-legacy-final-md": "node ./dist/scripts/research-real-cycle-no-legacy-final-md-check.js",
|
|
415
|
+
"research:short-report-rejection": "node ./dist/scripts/research-short-report-rejection-check.js",
|
|
416
|
+
"research:complete-package-fixture": "node ./dist/scripts/research-complete-package-fixture-check.js",
|
|
417
|
+
"research:stage-cycle-runtime-blackbox": "node ./dist/scripts/research-stage-cycle-runtime-blackbox.js",
|
|
418
|
+
"research:source-ledger-merge": "node ./dist/scripts/research-source-ledger-merge-check.js",
|
|
419
|
+
"research:claim-builder": "node ./dist/scripts/research-claim-builder-check.js",
|
|
420
|
+
"research:blueprint-densifier": "node ./dist/scripts/research-blueprint-densifier-check.js",
|
|
421
|
+
"research:final-reviewer-blackbox": "node ./dist/scripts/research-final-reviewer-blackbox.js",
|
|
407
422
|
"research:schemas": "node ./dist/scripts/research-quality-gate-check.js schemas",
|
|
408
423
|
"research:quality-gates": "node ./dist/scripts/research-quality-gate-check.js all",
|
|
409
424
|
"qa:native-agent-backend": "node ./dist/scripts/agent-native-release-gate.js qa-native-agent-backend",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"persona_id": { "type": "string" },
|
|
50
50
|
"task_slice_id": { "type": "string" },
|
|
51
51
|
"status": { "type": "string", "enum": ["done", "blocked", "failed"] },
|
|
52
|
-
"backend": { "type": "string", "enum": ["fake", "process", "codex-exec", "tmux"] },
|
|
52
|
+
"backend": { "type": "string", "enum": ["fake", "process", "codex-sdk", "python-codex-sdk", "codex-exec", "zellij", "tmux", "ollama", "local-llm"] },
|
|
53
53
|
"summary": { "type": "string" },
|
|
54
54
|
"findings": { "type": "array", "items": { "type": "string" } },
|
|
55
55
|
"proposed_changes": { "type": "array", "items": { "type": "string" } },
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "sks.research-source-shard-output.v1",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"required": ["schema", "mission_id", "cycle", "layer_id", "queries", "sources", "blockers"],
|
|
6
|
+
"properties": {
|
|
7
|
+
"schema": { "const": "sks.research-source-shard-output.v1" },
|
|
8
|
+
"mission_id": { "type": "string" },
|
|
9
|
+
"cycle": { "type": "number" },
|
|
10
|
+
"layer_id": { "type": "string" },
|
|
11
|
+
"queries": {
|
|
12
|
+
"type": "array",
|
|
13
|
+
"items": {
|
|
14
|
+
"type": "object",
|
|
15
|
+
"required": ["query", "rationale"],
|
|
16
|
+
"properties": {
|
|
17
|
+
"query": { "type": "string" },
|
|
18
|
+
"rationale": { "type": "string" }
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"sources": {
|
|
23
|
+
"type": "array",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"required": ["id", "layer", "kind", "title", "locator", "publisher_or_author", "accessed_at", "reliability", "credibility", "stance", "claim_ids", "notes"],
|
|
27
|
+
"properties": {
|
|
28
|
+
"id": { "type": "string" },
|
|
29
|
+
"layer": { "type": "string" },
|
|
30
|
+
"kind": { "type": "string" },
|
|
31
|
+
"title": { "type": "string" },
|
|
32
|
+
"locator": { "type": "string" },
|
|
33
|
+
"publisher_or_author": { "type": "string" },
|
|
34
|
+
"published_at": { "type": "string" },
|
|
35
|
+
"accessed_at": { "type": "string" },
|
|
36
|
+
"reliability": { "type": "string" },
|
|
37
|
+
"credibility": { "type": "string" },
|
|
38
|
+
"stance": { "enum": ["supports", "undermines", "mixed", "context"] },
|
|
39
|
+
"claim_ids": { "type": "array", "items": { "type": "string" } },
|
|
40
|
+
"notes": { "type": "string" }
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"blockers": { "type": "array", "items": { "type": "string" } }
|
|
45
|
+
}
|
|
46
|
+
}
|