sneakoscope 0.6.57 → 0.6.62
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 +6 -1
- package/package.json +2 -2
- package/src/cli/main.mjs +187 -77
- package/src/core/auto-review.mjs +29 -0
- package/src/core/cmux-ui.mjs +204 -0
- package/src/core/codex-app.mjs +1 -1
- package/src/core/db-safety.mjs +135 -3
- package/src/core/decision-contract.mjs +21 -12
- package/src/core/fsx.mjs +1 -1
- package/src/core/hooks-runtime.mjs +10 -4
- package/src/core/init.mjs +10 -3
- package/src/core/pipeline.mjs +30 -4
- package/src/core/questions.mjs +46 -1
- package/src/core/routes.mjs +38 -6
- package/src/core/team-live.mjs +1 -1
- package/src/core/tmux-ui.mjs +0 -167
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
Codex CLI/App harness for `$` routes, Team/Ralph/QA/Research, Context7, Honest Mode, DB safety, TriWiki, Codex App skills, and release readiness.
|
|
5
|
+
Codex CLI/App harness for `$` routes, cmux-native CLI workspaces, Team/Ralph/QA/Research, Context7, Honest Mode, DB safety, TriWiki, Codex App skills, and release readiness.
|
|
6
6
|
|
|
7
7
|
Install: `npm i -g sneakoscope && sks bootstrap`
|
|
8
8
|
Fallback: `npx -y -p sneakoscope sks bootstrap`
|
|
@@ -19,6 +19,7 @@ Sneakoscope (`sks`, displayed as `ㅅㅋㅅ`) wraps Codex with a repeatable cont
|
|
|
19
19
|
| --- | --- |
|
|
20
20
|
| Codex App commands | Installs generated skills so `$Team`, `$DFix`, `$QA-LOOP`, `$Ralph`, `$DB`, `$Wiki`, `$Help`, and related routes are discoverable in prompt workflows. |
|
|
21
21
|
| CLI commands | Provides `sks commands`, `sks dollar-commands`, `sks usage <topic>`, bootstrap, setup, doctor, deps, selftest, wiki, team, QA, Ralph, DB, and GX commands. |
|
|
22
|
+
| cmux runtime | Opens Codex CLI through `sks`/`sks cmux`, exposes one-shot full-access high mode with `sks --mad --high`, and opens Team missions with cmux multi-line agent lanes when cmux is available. |
|
|
22
23
|
| Team orchestration | Routes substantial code work through ambiguity removal, scouts, TriWiki refresh, debate, consensus, concrete runtime task graph/inboxes, implementation, review, integration, reflection, and Honest Mode. |
|
|
23
24
|
| Ralph | Seals a decision contract up front, then continues without more user questions by using the agreed decision ladder. |
|
|
24
25
|
| QA loop | Dogfoods UI/API behavior with safety boundaries, evidence capture, safe remediation, and focused rechecks. |
|
|
@@ -46,6 +47,7 @@ Use these inside Codex App or another agent prompt. They are prompt commands, no
|
|
|
46
47
|
| `$Research` | Frontier-style research with hypotheses and falsification. |
|
|
47
48
|
| `$AutoResearch` | Iterative improve-test-keep/discard optimization loop. |
|
|
48
49
|
| `$DB` | Database and Supabase safety checks. |
|
|
50
|
+
| `$MAD-SKS` | Explicit scoped DB authorization modifier; combine it with another `$` route when needed, widened Supabase MCP permissions last only for that invocation, and table deletion requires a short user confirmation timeout. |
|
|
49
51
|
| `$GX` | Deterministic visual context generation and validation. |
|
|
50
52
|
| `$Wiki` | TriWiki refresh, pack, prune, validate, and maintenance. |
|
|
51
53
|
| `$Help` | Installed command and workflow explanation. |
|
|
@@ -59,6 +61,8 @@ sks usage install
|
|
|
59
61
|
sks usage team
|
|
60
62
|
sks usage qa-loop
|
|
61
63
|
sks usage codex-app
|
|
64
|
+
sks cmux check
|
|
65
|
+
sks --mad --high
|
|
62
66
|
sks setup --install-scope project
|
|
63
67
|
sks wiki refresh
|
|
64
68
|
sks wiki validate .sneakoscope/wiki/context-pack.json
|
|
@@ -110,6 +114,7 @@ This runs repo audit, changelog check, syntax packcheck, mock selftest, sizechec
|
|
|
110
114
|
- Node.js `>=20.11`
|
|
111
115
|
- npm
|
|
112
116
|
- Codex CLI/App for app-facing workflows
|
|
117
|
+
- cmux for the CLI-first runtime (`sks deps install cmux`)
|
|
113
118
|
- Context7 MCP for current-docs-gated routes
|
|
114
119
|
|
|
115
120
|
## License
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sneakoscope",
|
|
3
3
|
"displayName": "ㅅㅋㅅ",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.62",
|
|
5
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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"harness",
|
|
58
58
|
"codex-cli",
|
|
59
59
|
"codex-app",
|
|
60
|
-
"
|
|
60
|
+
"cmux",
|
|
61
61
|
"auto-review",
|
|
62
62
|
"browser-use",
|
|
63
63
|
"computer-use",
|