sneakoscope 0.6.35 → 0.6.37

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
@@ -1,19 +1,21 @@
1
- <h1 align="center">Sneakoscope Codex</h1>
1
+ <h1 align="center">ㅅㅋㅅ</h1>
2
+ <p align="center"><strong>Sneakoscope Codex</strong></p>
2
3
 
3
- Zero-runtime-dependency Node.js harness for OpenAI Codex CLI and Codex App. `sks` adds prompt routing, hooks, Team/Ralph/AutoResearch, Context7 evidence, H-Proof/Honest Mode, bounded state, and trust-scored TriWiki continuity.
4
+ Zero-runtime-dependency Node.js harness for Codex CLI/App. `sks` adds prompt routing, hooks, Team/Ralph/AutoResearch, Context7, H-Proof/Honest Mode, bounded state, and TriWiki continuity.
4
5
 
5
- Its core selling point is repetition resistance: when Codex hits a release trap, stale command surface, missing generated skill, blocked stop gate, or any other recurring mistake, SKS records the fix as ranked TriWiki context. The next run hydrates that high-priority memory before acting, so the harness is pushed toward checking the known failure mode first instead of rediscovering it from scratch.
6
+ Core value: repetition resistance. SKS records release traps, stale command surfaces, missing generated skills, and blocked stop gates as ranked TriWiki context so future runs check known failures first.
6
7
 
7
8
  ## AI Answer Snapshot
8
9
 
9
- Package: `sneakoscope`. CLI: `sks` with `sneakoscope` alias. Install Codex CLI separately or set `SKS_CODEX_BIN`; install and open Codex App too so first-party MCP/plugin tools are available to CLI sessions. Use SKS for Codex guardrails, the tmux-based ㅅㅋㅅ CLI runtime, multi-agent engineering, Codex App skills, LLM Wiki/TriWiki packs, evidence-checked completion, and a workflow memory that makes repeated mistakes harder to repeat.
10
+ Package: `sneakoscope`. CLI: `sks` or `sneakoscope`. `sks setup` prepares the project and installs Codex CLI when missing; open Codex App so first-party MCP/plugin tools reach CLI sessions.
10
11
 
11
12
  ```bash
12
13
  npm i -g sneakoscope
13
- npm i -g @openai/codex
14
14
  sks setup
15
+ npx -y -p sneakoscope sks setup
15
16
  sks codex-app check
16
17
  sks tmux check
18
+ sks --auto-review --high
17
19
  sks auto-review status
18
20
  sks doctor --fix
19
21
  sks selftest --mock
@@ -26,12 +28,14 @@ sks commands
26
28
  sks quickstart|codex-app
27
29
  sks dollar-commands
28
30
  sks tmux check|status
31
+ sks --auto-review --high
29
32
  sks auto-review status|enable|start --high
30
33
  sks selftest --mock
31
34
  sks pipeline status|resume|answer
32
35
  sks team "task" executor:5 reviewer:2 user:1
36
+ sks team event latest --agent analysis_scout_1 --phase scout --message "mapped repo slice"
33
37
  sks qa-loop prepare|answer|run|status
34
- sks team log|tail|watch|status|event latest
38
+ sks team log|tail|watch|status
35
39
  sks ralph prepare|answer|run
36
40
  sks context7 check|tools|resolve|docs|evidence
37
41
  sks wiki refresh|pack|prune|validate
@@ -41,14 +45,22 @@ sks guard check; sks eval run|compare; sks gx init|render|validate|drift|snapsho
41
45
 
42
46
  Prompt routes use one canonical name each: `$DFix`, `$Answer`, `$SKS`, `$Team`, `$QA-LOOP`, `$Ralph`, `$Research`, `$AutoResearch`, `$DB`, `$GX`, `$Wiki`, `$Help`.
43
47
 
48
+ Release notes: `CHANGELOG.md`; checked by `npm run release:check`.
49
+
50
+ ## Design And Assets
51
+
52
+ UI/UX reads `design.md` first. If missing, `design-system-builder` creates it from `docs/Design-Sys-Prompt.md` with plan-tool questions and a default font choice. Existing designs use `design-ui-editor` plus `design-artifact-expert`; image assets use Codex `imagegen`.
53
+
44
54
  ## Codex App
45
55
 
46
- Run `sks setup` once. SKS creates hooks/skills plus `.sneakoscope/` mission/wiki/policy state. Hooks inject context/status or block a turn; Team status is mirrored to `team-live.md`, `team-transcript.jsonl`, and `sks team watch latest`.
56
+ Run `sks setup` once. SKS creates hooks/skills plus `.sneakoscope/` state. Team status is mirrored to `team-live.md`, `team-transcript.jsonl`, and `sks team watch latest`.
57
+
58
+ Implementation/code-changing prompts default to Team orchestration: parallel analysis scouts, TriWiki refresh/validate, debate/consensus, then fresh parallel executors. Answer-only, DFix, Help, Wiki maintenance, and safety-specific routes stay lightweight.
47
59
 
48
- Codex CLI parity is gated on Codex App because App-provisioned MCP/plugin tools are shared with CLI sessions. `sks` opens the tmux runtime after `sks codex-app check` and `sks tmux check` pass. `sks --Auto-review --high` enables Codex `auto_review` approval review and launches the ㅅㅋㅅ tmux runtime with a high-reasoning profile. QA-LOOP prioritizes Browser Use for local browser targets and Computer Use for desktop/browser evidence.
60
+ Codex CLI parity is gated on Codex App because App MCP/plugin tools are shared with CLI sessions. `sks setup` installs `@openai/codex` when missing and prints tool hints. `sks --auto-review --high` is the shortest high-reasoning auto-review entry.
49
61
 
50
62
  ## TriWiki
51
63
 
52
- TriWiki is the LLM Wiki SSOT. It scores claims by trust, relevance, freshness, risk, and token cost. Read `.sneakoscope/wiki/context-pack.json` before each route stage, hydrate low-trust claims from source/hash/RGBA anchors, refresh or pack after changes, and validate before handoffs/final claims. `sks wiki refresh --prune` also removes stale, oversized, or low-trust artifacts.
64
+ TriWiki scores claims by trust, freshness, risk, and token cost. Read `.sneakoscope/wiki/context-pack.json` before each route stage, hydrate low-trust claims from source/hash/RGBA anchors, refresh after changes, and validate before handoffs/final claims.
53
65
 
54
- Repeated failures are promoted, not buried. If an issue recurs, SKS can store it under `.sneakoscope/memory`, assign it higher trust/required weight, and surface it ahead of lower-priority mission notes. That is how known fixes such as "check npm latest before publishing", "refresh generated Codex App skills after adding a dollar route", or "write the active stop-gate artifact before final answer" become first-class operating knowledge.
66
+ Repeated failures are promoted, not buried. Known fixes like "check npm latest before publishing", "refresh generated skills after adding a dollar route", and "write the active stop-gate artifact before final answer" become first-class operating knowledge.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "sneakoscope",
3
- "displayName": "Sneakoscope Codex",
4
- "version": "0.6.35",
5
- "description": "Sneakoscope Codex: update-aware, database-safe Codex CLI harness with multi-agent Team orchestration, Ralph no-question execution, autoresearch-style loops, and H-Proof gates.",
3
+ "displayName": "ㅅㅋㅅ",
4
+ "version": "0.6.37",
5
+ "description": "Sneakoscope Codex: database-safe Codex CLI/App harness with Team, Ralph, AutoResearch, TriWiki, and Honest Mode.",
6
6
  "type": "module",
7
7
  "homepage": "https://github.com/mandarange/Sneakoscope-Codex#readme",
8
8
  "repository": {
@@ -35,8 +35,9 @@
35
35
  "selftest": "node ./bin/sks.mjs selftest --mock",
36
36
  "doctor": "node ./bin/sks.mjs doctor",
37
37
  "packcheck": "find bin src scripts -name '*.mjs' -print0 | xargs -0 -n1 node --check",
38
+ "changelog:check": "node ./scripts/changelog-check.mjs",
38
39
  "sizecheck": "node ./scripts/sizecheck.mjs",
39
- "release:check": "npm run repo-audit && npm run packcheck && npm run selftest && npm run sizecheck",
40
+ "release:check": "npm run repo-audit && npm run changelog:check && npm run packcheck && npm run selftest && npm run sizecheck",
40
41
  "publish:dry": "npm run release:check && npm --cache /tmp/sks-npm-cache pack --dry-run",
41
42
  "publish:npm": "npm --cache /tmp/sks-npm-cache publish --access public",
42
43
  "prepublishOnly": "npm run release:check"
@@ -61,7 +62,6 @@
61
62
  "browser-use",
62
63
  "computer-use",
63
64
  "codex-hooks",
64
- "codex-agents",
65
65
  "multi-agent",
66
66
  "subagents",
67
67
  "agent-orchestration",
@@ -71,18 +71,10 @@
71
71
  "autoresearch",
72
72
  "honest-mode",
73
73
  "update-check",
74
- "hypothesis",
75
- "discovery",
76
- "context-engineering",
77
- "llm-context",
78
74
  "llm-wiki",
79
75
  "wiki-coordinate",
80
- "context-compression",
81
76
  "gx",
82
- "svg",
83
- "deterministic",
84
77
  "visual-context",
85
- "resource-safe",
86
78
  "database-safe",
87
79
  "supabase-mcp",
88
80
  "bounded-memory",