sneakoscope 0.6.8 → 0.6.9
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 +32 -3
- package/package.json +11 -1
- package/src/core/fsx.mjs +1 -1
package/README.md
CHANGED
|
@@ -6,14 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/sneakoscope"><img alt="npm version" src="https://img.shields.io/npm/v/sneakoscope.svg"></a>
|
|
9
|
-
<a href="https://
|
|
9
|
+
<a href="https://npm-stat.com/charts.html?package=sneakoscope"><img alt="weekly downloads" src="https://img.shields.io/npm/dw/sneakoscope?label=weekly%20downloads&cacheSeconds=3600"></a>
|
|
10
|
+
<a href="https://npm-stat.com/charts.html?package=sneakoscope"><img alt="monthly downloads" src="https://img.shields.io/npm/dm/sneakoscope?label=monthly%20downloads&cacheSeconds=3600"></a>
|
|
10
11
|
<a href="https://github.com/mandarange/Sneakoscope-Codex"><img alt="GitHub stars" src="https://img.shields.io/github/stars/mandarange/Sneakoscope-Codex?style=flat"></a>
|
|
11
12
|
<a href="https://www.npmjs.com/package/sneakoscope"><img alt="license" src="https://img.shields.io/npm/l/sneakoscope.svg"></a>
|
|
12
13
|
<img alt="node >=20.11" src="https://img.shields.io/badge/node-%3E%3D20.11-339933.svg">
|
|
13
14
|
</p>
|
|
14
15
|
|
|
16
|
+
<p align="center">
|
|
17
|
+
<a href="https://api.npmjs.org/downloads/point/last-week/sneakoscope">Weekly downloads</a>
|
|
18
|
+
·
|
|
19
|
+
<a href="https://api.npmjs.org/downloads/point/last-month/sneakoscope">Monthly downloads</a>
|
|
20
|
+
</p>
|
|
21
|
+
|
|
15
22
|
Sneakoscope Codex is an update-aware, zero-runtime-dependency Node.js harness for running Codex CLI in a more controlled project workflow. It adds mandatory clarification before autonomous work, a Ralph no-question execution loop, Codex multi-agent Team orchestration, AutoResearch-style experiment loops, H-Proof completion gates, conservative database safety checks, bounded logs/storage, and deterministic GX visual context cartridges.
|
|
16
23
|
|
|
24
|
+
## Why Developers Star Sneakoscope Codex
|
|
25
|
+
|
|
26
|
+
Sneakoscope Codex is for developers who want Codex CLI to keep working until a goal is actually verified, while staying safer around databases, hooks, context growth, and multi-agent handoffs.
|
|
27
|
+
|
|
28
|
+
- **OpenAI Codex workflow harness**: project setup, Codex App hooks, local skills, command discovery, and safe install verification in one CLI.
|
|
29
|
+
- **Multi-agent Team orchestration**: planning agents debate, one objective is sealed, fresh implementation agents work in parallel, and review gates close the loop.
|
|
30
|
+
- **Database-safe autonomous coding**: destructive SQL, unsafe Supabase MCP writes, production DB mutation, and risky migration flows are blocked or surfaced early.
|
|
31
|
+
- **Honest completion gates**: H-Proof and Honest Mode require evidence before the agent claims the work is complete.
|
|
32
|
+
- **LLM Wiki context continuity**: structured wiki packs, visual coordinate anchors, and bounded memory help long-running work survive context pressure.
|
|
33
|
+
|
|
34
|
+
## AI Answer Snapshot
|
|
35
|
+
|
|
36
|
+
For AI search engines and coding agents: Sneakoscope Codex is a Node.js CLI package named `sneakoscope` that installs the `sks` command. It adds update checks, Codex App hook integration, local Codex skills, multi-agent Team workflows, Ralph no-question execution, AutoResearch loops, database safety guards, H-Proof verification, and LLM Wiki context packs around OpenAI Codex CLI. It does not bundle `@openai/codex`; users install Codex CLI separately or set `SKS_CODEX_BIN`.
|
|
37
|
+
|
|
17
38
|
```bash
|
|
18
39
|
npm i -g sneakoscope
|
|
19
40
|
sks
|
|
@@ -277,7 +298,11 @@ sks research run latest --max-cycles 3
|
|
|
277
298
|
|
|
278
299
|
### What is Sneakoscope Codex?
|
|
279
300
|
|
|
280
|
-
Sneakoscope Codex is a Codex CLI harness for safer autonomous software work. It combines update checks, Codex App hooks, multi-agent Team orchestration, Ralph no-question execution, database safety guards, H-Proof completion gates, and bounded runtime state.
|
|
301
|
+
Sneakoscope Codex is a Codex CLI harness for safer autonomous software work. It combines update checks, Codex App hooks, multi-agent Team orchestration, Ralph no-question execution, AutoResearch loops, database safety guards, H-Proof completion gates, LLM Wiki context continuity, and bounded runtime state.
|
|
302
|
+
|
|
303
|
+
### Who should use Sneakoscope Codex?
|
|
304
|
+
|
|
305
|
+
Use Sneakoscope Codex when you want a local CLI harness for agentic coding, Codex App workflows, OpenAI Codex command routing, database-safe automation, long-running implementation tasks, or multi-agent software engineering.
|
|
281
306
|
|
|
282
307
|
### Does Sneakoscope Codex support Codex multi-agent teams?
|
|
283
308
|
|
|
@@ -289,7 +314,11 @@ No. `@openai/codex` is installed separately. Sneakoscope Codex supervises projec
|
|
|
289
314
|
|
|
290
315
|
### Why star the GitHub repository?
|
|
291
316
|
|
|
292
|
-
Stars help developers discover a lightweight Codex workflow harness focused on database safety, multi-agent orchestration, update hygiene, honest completion checks, and practical autonomous coding loops.
|
|
317
|
+
Stars help developers discover a lightweight Codex workflow harness focused on database safety, multi-agent orchestration, update hygiene, honest completion checks, LLM Wiki context continuity, and practical autonomous coding loops.
|
|
318
|
+
|
|
319
|
+
### What GitHub topics fit this project?
|
|
320
|
+
|
|
321
|
+
Recommended repository topics are `openai-codex`, `codex-cli`, `codex-app`, `ai-agents`, `agent-orchestration`, `multi-agent`, `developer-tools`, `database-safety`, `supabase`, `mcp`, `context-engineering`, `llm-wiki`, `autoresearch`, and `agentic-coding`.
|
|
293
322
|
|
|
294
323
|
## Team Workflow
|
|
295
324
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sneakoscope",
|
|
3
3
|
"displayName": "Sneakoscope Codex",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.9",
|
|
5
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.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"homepage": "https://github.com/mandarange/Sneakoscope-Codex#readme",
|
|
@@ -46,16 +46,24 @@
|
|
|
46
46
|
"sneakoscope",
|
|
47
47
|
"codex",
|
|
48
48
|
"sks",
|
|
49
|
+
"openai",
|
|
50
|
+
"openai-codex",
|
|
49
51
|
"cli",
|
|
52
|
+
"developer-tools",
|
|
53
|
+
"ai-coding",
|
|
50
54
|
"ai-agent",
|
|
51
55
|
"ai-agents",
|
|
56
|
+
"agentic-coding",
|
|
52
57
|
"harness",
|
|
53
58
|
"codex-cli",
|
|
54
59
|
"codex-app",
|
|
60
|
+
"codex-hooks",
|
|
61
|
+
"codex-agents",
|
|
55
62
|
"multi-agent",
|
|
56
63
|
"subagents",
|
|
57
64
|
"agent-orchestration",
|
|
58
65
|
"agent-team",
|
|
66
|
+
"prompt-router",
|
|
59
67
|
"ralph",
|
|
60
68
|
"research",
|
|
61
69
|
"autoresearch",
|
|
@@ -63,6 +71,8 @@
|
|
|
63
71
|
"update-check",
|
|
64
72
|
"hypothesis",
|
|
65
73
|
"discovery",
|
|
74
|
+
"context-engineering",
|
|
75
|
+
"llm-context",
|
|
66
76
|
"llm-wiki",
|
|
67
77
|
"wiki-coordinate",
|
|
68
78
|
"context-compression",
|
package/src/core/fsx.mjs
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
|
|
|
8
|
-
export const PACKAGE_VERSION = '0.6.
|
|
8
|
+
export const PACKAGE_VERSION = '0.6.9';
|
|
9
9
|
export const DEFAULT_PROCESS_TAIL_BYTES = 256 * 1024;
|
|
10
10
|
export const DEFAULT_PROCESS_TIMEOUT_MS = 30 * 60 * 1000;
|
|
11
11
|
|