litcodex-ai 0.3.12 → 0.3.13

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
@@ -61,9 +61,12 @@ every success criterion passes. Durable loop state lives under `.litcodex/lit-lo
61
61
 
62
62
  LitCodex also ships a sibling family of triggers and phrases — `litwork`, `lit-plan`, `litgoal`,
63
63
  `review-work`, `litresearch`, plus `lit plan` / `lit review` / `lit research` / `lit goal` and the
64
- `lit start work` handoff — alongside a 20-skill library and hook components, all registered as a
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 retrieval workflow with safety preflight,
68
+ content validation, trace evidence, and deterministic A/B checks for blocked or misleading pages.
69
+
67
70
  > [!TIP]
68
71
  > See the [repository README](https://github.com/wjgoarxiv/litcodex#readme) for the full quickstart,
69
72
  > the mode family, the loop model, and troubleshooting.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litcodex/lit-loop",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "LitCodex Lit-Loop runtime: durable repo-native multi-goal orchestration with embedded success criteria and observable evidence audit.",
5
5
  "type": "module",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "litcodex-ai",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
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.12"
18
+ "@litcodex/lit-loop": "0.3.13"
19
19
  },
20
20
  "bundledDependencies": ["@litcodex/lit-loop"],
21
21
  "scripts": {