@webpresso/codex-plugin 3.1.22 → 3.1.24
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/.codex-plugin/plugin.json +1 -1
- package/package.json +8 -3
- package/plugin-skill-ownership.json +2 -2
- package/skills/ultragoal/SKILL.md +19 -2
- package/README.md +0 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webpresso/codex-plugin",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.24",
|
|
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",
|
|
@@ -17,11 +17,16 @@
|
|
|
17
17
|
".codex-plugin",
|
|
18
18
|
"plugin-skill-ownership.json",
|
|
19
19
|
".mcp.json",
|
|
20
|
-
"skills",
|
|
20
|
+
"skills/**/SKILL.md",
|
|
21
|
+
"skills/**/references/**",
|
|
22
|
+
"skills/**/LICENSE*",
|
|
21
23
|
"hooks",
|
|
22
24
|
"bin/wp",
|
|
23
25
|
"LICENSE",
|
|
24
|
-
"README.md"
|
|
26
|
+
"!README.md",
|
|
27
|
+
"!CHANGELOG.md",
|
|
28
|
+
"!**/*.test.js",
|
|
29
|
+
"!**/*.test.ts"
|
|
25
30
|
],
|
|
26
31
|
"type": "module",
|
|
27
32
|
"sideEffects": false,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"host": "codex",
|
|
4
4
|
"packageName": "@webpresso/codex-plugin",
|
|
5
|
-
"packageVersion": "3.1.
|
|
5
|
+
"packageVersion": "3.1.24",
|
|
6
6
|
"runtimeDirs": [".codex/skills", ".agents/skills"],
|
|
7
7
|
"skills": {
|
|
8
8
|
"ai-deslop": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"digest": "sha256:bed3684a850651534f315d355cdeae50d951c429817df0f105cccdb7f4e1561b"
|
|
88
88
|
},
|
|
89
89
|
"ultragoal": {
|
|
90
|
-
"digest": "sha256:
|
|
90
|
+
"digest": "sha256:12bec22b2125593376f0899ad3bd7fac9e47362cc384fab15c2f43daa3a842f9"
|
|
91
91
|
},
|
|
92
92
|
"verify": {
|
|
93
93
|
"digest": "sha256:9d9faa184b310d46d5a266ebe46bbf0819df526035dc10a6c13475097e3a284b"
|
|
@@ -7,7 +7,7 @@ scope: repo
|
|
|
7
7
|
applies_to: [agents]
|
|
8
8
|
related: [autopilot, plan-refine, verify]
|
|
9
9
|
created: "2026-07-10"
|
|
10
|
-
last_reviewed: "2026-07-
|
|
10
|
+
last_reviewed: "2026-07-20"
|
|
11
11
|
name: ultragoal
|
|
12
12
|
description: "Run durable multi-blueprint ultragoals through evidence-gated handoffs."
|
|
13
13
|
argument-hint: "<new|status|handoff|run|cancel> [brief]"
|
|
@@ -19,9 +19,26 @@ Use `wp ultragoal` as the durable controller for work spanning one or more bluep
|
|
|
19
19
|
|
|
20
20
|
## Protocol
|
|
21
21
|
|
|
22
|
-
1. Create or resume the ultragoal in a managed blueprint owner worktree.
|
|
22
|
+
1. Create or resume the ultragoal in a managed blueprint owner worktree (never main as controller).
|
|
23
23
|
2. Read `wp ultragoal status`, execute only the current phase handoff, then call `wp ultragoal run` again.
|
|
24
24
|
3. Complete blueprint tasks only through `wp_blueprint_task_verify` with passing evidence.
|
|
25
25
|
4. Stop when the controller reports `complete`, `cancelled`, blocked guard exhaustion, or `WP_ULTRAGOAL_DISABLE=1`.
|
|
26
26
|
|
|
27
27
|
The blueprint engine owns task status and approval gates. The ultragoal controller must never self-approve, directly mark a task done, bypass review provenance, or mutate the primary checkout. Keep every loop bounded and never increase timeouts.
|
|
28
|
+
|
|
29
|
+
## Tooling-aligned evidence (QA / land)
|
|
30
|
+
|
|
31
|
+
- **QA phase** prefers **GitHub required checks** for the worktree PR (`gh pr view` + `gh pr checks --required`) when:
|
|
32
|
+
- PR is `OPEN` or `MERGED`
|
|
33
|
+
- required checks are green (same evaluator as land)
|
|
34
|
+
- PR head source snapshot matches the clean worktree HEAD snapshot
|
|
35
|
+
- If no PR-bound green CI is available, ultragoal falls back to local **`wp qa`** (`vp run qa`).
|
|
36
|
+
- Do **not** raise timeouts to paper over incomplete worktrees; open a PR early so CI can satisfy QA.
|
|
37
|
+
- Prefer `wp pr wait` / `gh run watch` while babysitting; do not invent multi-sleep poll loops.
|
|
38
|
+
- **Land** still requires a **MERGED** PR with green required checks bound to the projected source snapshot.
|
|
39
|
+
|
|
40
|
+
## Snapshot / dirty worktree
|
|
41
|
+
|
|
42
|
+
- Ultragoal ledger appends to blueprint `reviews.md` / `review-events.jsonl` / `review-artifacts/**`.
|
|
43
|
+
- These paths under both `blueprints/**` and monorepo `webpresso/blueprints/**` are **evidence-only dirt** and must not fail `createCleanSourceSnapshot`.
|
|
44
|
+
- Dirty **source** paths (including `_overview.md` task status edits) still fail closed until committed.
|
package/README.md
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# @webpresso/codex-plugin
|
|
2
|
-
|
|
3
|
-
`@webpresso/codex-plugin` is the Codex CLI host adapter package for Agent Kit.
|
|
4
|
-
It ships the Codex plugin manifest, packaged skills, hook metadata, a
|
|
5
|
-
package-local MCP manifest, and a package-local `bin/wp` shim that forwards to
|
|
6
|
-
an Agent Kit `wp` CLI resolved at runtime.
|
|
7
|
-
|
|
8
|
-
This adapter does not declare `@webpresso/agent-kit` as a package dependency.
|
|
9
|
-
Its package-local `bin/wp` shim resolves the CLI in this order:
|
|
10
|
-
|
|
11
|
-
1. `WEBPRESSO_WP_BIN`, when set to an executable file.
|
|
12
|
-
2. The source-checkout root `../../bin/wp`, for local adapter development.
|
|
13
|
-
3. `@webpresso/agent-kit/bin/wp`, when an integrator installed the root package
|
|
14
|
-
alongside this adapter.
|
|
15
|
-
4. `wp` on `PATH`.
|
|
16
|
-
|
|
17
|
-
If none of those candidates is available, install or update the root package
|
|
18
|
-
through `wp setup`, `wp update`, or your package manager, or set
|
|
19
|
-
`WEBPRESSO_WP_BIN` to the desired executable. The shim preserves
|
|
20
|
-
`WP_SKIP_UPDATE_CHECK=1` by default for host MCP invocations.
|
|
21
|
-
|
|
22
|
-
The root `@webpresso/agent-kit` package is CLI/core only: it ships `wp`, MCP
|
|
23
|
-
tools, audits, blueprints, session memory, docs, and catalog sources, but it
|
|
24
|
-
does not ship this Codex payload from the root package. Use this adapter when
|
|
25
|
-
you need the Codex-native plugin delivery surface.
|