sneakoscope 4.3.0 → 4.6.0

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 CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  `npm i -g sneakoscope` → `sks --mad` → watch up to **100 shadow-clone workers** code in parallel,<br/>each in a live Zellij pane, every claim backed by Completion Proof.
13
13
 
14
- Current package release: **4.3.0**.
14
+ Current package release: **4.6.0**.
15
15
 
16
16
  </div>
17
17
 
@@ -37,7 +37,7 @@ Set up this agent project with Sneakoscope Codex. Use [[mandarange/Sneakoscope-C
37
37
 
38
38
  ## 🚀 Current Release
39
39
 
40
- SKS **4.3.0** adds the proof-backed `seo-geo-optimizer` command and route on one shared search-visibility kernel, plus Lean Engineering Policy evidence in pipeline plans, worker prompts, code-structure reports, GPT final review, and Completion Proof.
40
+ SKS **4.6.0** adds the proof-backed `seo-geo-optimizer` command and route on one shared search-visibility kernel, plus Lean Engineering Policy evidence in pipeline plans, worker prompts, code-structure reports, GPT final review, and Completion Proof.
41
41
 
42
42
  - **`sks seo-geo-optimizer` / `$SEO-GEO-OPTIMIZER`.** Run read-only audit, mutation plan, explicit apply, verification, rollback, and Completion Proof for both Search Engine Optimization and Generative Engine Optimization.
43
43
  - **Mode-specific evidence.** Use `--mode seo` for package/docs/website search visibility, including metadata, canonical, robots, sitemap, locale, structured data, and internal links. Use `--mode geo` for entity facts, claim evidence, answerability, AI crawler purpose policy, and optional `llms.txt` planning. GEO means Generative Engine Optimization, not geolocation.
@@ -76,7 +76,7 @@ dependencies = [
76
76
 
77
77
  [[package]]
78
78
  name = "sks-core"
79
- version = "4.3.0"
79
+ version = "4.6.0"
80
80
  dependencies = [
81
81
  "serde_json",
82
82
  ]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "sks-core"
3
- version = "4.3.0"
3
+ version = "4.6.0"
4
4
  edition = "2021"
5
5
 
6
6
  [dependencies]
@@ -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 4.3.0"),
7
+ Some("--version") => println!("sks-rs 4.6.0"),
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
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const FAST_PACKAGE_VERSION = '4.3.0';
2
+ const FAST_PACKAGE_VERSION = '4.6.0';
3
3
  const args = process.argv.slice(2);
4
4
  try {
5
5
  if (args[0] === '--agent' && args[1] === 'worker') {
package/dist/core/fsx.js CHANGED
@@ -5,7 +5,7 @@ import os from 'node:os';
5
5
  import crypto from 'node:crypto';
6
6
  import { spawn } from 'node:child_process';
7
7
  import { fileURLToPath } from 'node:url';
8
- export const PACKAGE_VERSION = '4.3.0';
8
+ export const PACKAGE_VERSION = '4.6.0';
9
9
  export const DEFAULT_PROCESS_TAIL_BYTES = 256 * 1024;
10
10
  export const DEFAULT_PROCESS_TIMEOUT_MS = 30 * 60 * 1000;
11
11
  export function nowIso() {
@@ -1,2 +1,2 @@
1
- export const PACKAGE_VERSION = '4.3.0';
1
+ export const PACKAGE_VERSION = '4.6.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -118,13 +118,13 @@ const ALLOWLIST = [
118
118
  file: 'src/core/mad-db/mad-db-runtime-profile.ts',
119
119
  pattern: /codex-mad-db\.config\.toml|writeTextAtomic/,
120
120
  reason: 'MAD-DB runtime profile writes only a mission-local temporary Codex profile and verifies read-only restoration on close',
121
- expires: '4.3.0'
121
+ expires: '4.6.0'
122
122
  },
123
123
  {
124
124
  file: 'src/core/providers/glm/naruto/glm-naruto-trace.ts',
125
125
  pattern: /mission-result\.json|sanitizeArtifact/,
126
126
  reason: 'GLM Naruto trace writer persists sanitized mission-result proof artifacts, not raw env secret files',
127
- expires: '4.3.0'
127
+ expires: '4.6.0'
128
128
  }
129
129
  ];
130
130
  const sources = listSourceFiles().map((file) => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sneakoscope",
3
3
  "displayName": "ㅅㅋㅅ",
4
- "version": "4.3.0",
4
+ "version": "4.6.0",
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",
@@ -19,7 +19,7 @@
19
19
  "publishConfig": {
20
20
  "access": "public",
21
21
  "registry": "https://registry.npmjs.org/",
22
- "tag": "backfill-4-3"
22
+ "tag": "latest"
23
23
  },
24
24
  "files": [
25
25
  "dist",