@webpresso/codex-plugin 3.1.3 → 3.1.5

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-kit",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "Webpresso agent-kit: blueprints, skills, hooks, and MCP server",
5
5
  "author": {
6
6
  "name": "Webpresso",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webpresso/codex-plugin",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "private": false,
5
5
  "description": "Codex plugin adapter for Webpresso agent-kit skills, hooks, and MCP runtime.",
6
6
  "homepage": "https://github.com/webpresso/agent-kit#readme",
@@ -6,7 +6,6 @@
6
6
  >
7
7
  > - Blueprint dependency parsing, format validation, and the lifecycle state
8
8
  > machine with evidence-gated task completion (fully tested, in-package)
9
- > - Parallel execution is delegated to the `/pll` runtime adapter (OMX), which
10
9
  > batches independent tasks by dependency order and blocks dependents of
11
10
  > failed tasks
12
11
  >