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 +22 -10
- package/package.json +5 -13
- package/src/cli/main.mjs +213 -55
- package/src/core/auto-review.mjs +17 -7
- package/src/core/codex-app.mjs +18 -2
- package/src/core/fsx.mjs +1 -1
- package/src/core/hooks-runtime.mjs +80 -1
- package/src/core/init.mjs +39 -70
- package/src/core/pipeline.mjs +7 -2
- package/src/core/qa-loop.mjs +38 -13
- package/src/core/routes.mjs +22 -6
- package/src/core/tmux-ui.mjs +2 -2
package/README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
<h1 align="center"
|
|
1
|
+
<h1 align="center">ㅅㅋㅅ</h1>
|
|
2
|
+
<p align="center"><strong>Sneakoscope Codex</strong></p>
|
|
2
3
|
|
|
3
|
-
Zero-runtime-dependency Node.js harness for
|
|
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
|
-
|
|
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`
|
|
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
|
|
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/`
|
|
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
|
|
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
|
|
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.
|
|
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": "
|
|
4
|
-
"version": "0.6.
|
|
5
|
-
"description": "Sneakoscope Codex:
|
|
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",
|