litcodex-ai 0.3.13 → 0.3.14
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
|
@@ -64,8 +64,8 @@ LitCodex also ships a sibling family of triggers and phrases — `litwork`, `lit
|
|
|
64
64
|
`lit start work` handoff — alongside a 24-skill library and hook components, all registered as a
|
|
65
65
|
single Codex plugin.
|
|
66
66
|
|
|
67
|
-
The bundled `public-page-reader` skill adds a public-only
|
|
68
|
-
content validation, trace evidence, and deterministic A/B checks
|
|
67
|
+
The bundled `public-page-reader` skill adds a public-only Node stdlib runtime with safety preflight,
|
|
68
|
+
unsafe redirect blocking, content validation, trace evidence, and deterministic A/B checks.
|
|
69
69
|
|
|
70
70
|
> [!TIP]
|
|
71
71
|
> See the [repository README](https://github.com/wjgoarxiv/litcodex#readme) for the full quickstart,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "litcodex-ai",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.14",
|
|
4
4
|
"description": "Codex loop harness installer. Run `npx litcodex-ai install` to set up the LitCodex Codex platform: the bare `lit` hook and the durable lit-loop runtime.",
|
|
5
5
|
"keywords": ["codex", "litcodex", "lit-loop", "ai-agents", "orchestration"],
|
|
6
6
|
"author": "LitCodex Authors",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"files": ["bin", "dist", "model-catalog.json", "README.md", "LICENSE"],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@litcodex/lit-loop": "0.3.
|
|
18
|
+
"@litcodex/lit-loop": "0.3.14"
|
|
19
19
|
},
|
|
20
20
|
"bundledDependencies": ["@litcodex/lit-loop"],
|
|
21
21
|
"scripts": {
|