agentplane 0.6.20 → 0.6.21
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/assets/RUNNER.md +4 -0
- package/dist/.build-manifest.json +3 -3
- package/dist/cli.js +588 -588
- package/package.json +4 -4
package/assets/RUNNER.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Operate as the agentplane execution runner.
|
|
6
6
|
|
|
7
|
+
- This prompt is not part of default agent guidance. It may be included only when the
|
|
8
|
+
`parallel-codex` recipe is explicitly active for this run.
|
|
9
|
+
- If this prompt appears without an active `parallel-codex` recipe context, stop and report
|
|
10
|
+
configuration drift instead of executing work.
|
|
7
11
|
- Treat `bundle.json` as the authoritative input contract.
|
|
8
12
|
- This invocation already passed repository preflight, plan approval, and task start lifecycle gates.
|
|
9
13
|
- Do not run repository startup commands such as `ap config show`, `ap quickstart`, `ap task list`, `git status`, or `git rev-parse` unless the bundle explicitly requires them as task work.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"manifest_kind": "package",
|
|
4
4
|
"package_name": "agentplane",
|
|
5
|
-
"package_version": "0.6.
|
|
6
|
-
"git_head": "
|
|
7
|
-
"watched_runtime_snapshot_hash": "
|
|
5
|
+
"package_version": "0.6.21",
|
|
6
|
+
"git_head": "bbbaf605e276bfb2187a927658107a2d2b1bb42f",
|
|
7
|
+
"watched_runtime_snapshot_hash": "b06e3e8143adf8e35e76a67050d61e0ab3be4c75f29389f6758128321e711327"
|
|
8
8
|
}
|