agentplane 0.6.18 → 0.6.19
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/policy/workflow.branch_pr.md +1 -1
- package/dist/.build-manifest.json +3 -3
- package/dist/cli.js +592 -588
- package/package.json +3 -3
|
@@ -57,7 +57,7 @@ agentplane integrate <task-id> --branch task/<task-id>/<slug> --run-verify
|
|
|
57
57
|
|
|
58
58
|
Default branch names are `task/<task-id>/<slug>` for implementation branches and `task-close/<task-id>/<sha12>` for close-tail branches. Repositories MAY override only the prefixes through `branch.task_prefix` and `branch.task_close_prefix`; task id, slug, and sha positions remain fixed.
|
|
59
59
|
|
|
60
|
-
Before manually filling `<slug>` or `<branch>`, use `agentplane task brief <task-id>` or `agentplane task next-action <task-id> --explain` and prefer the emitted concrete command.
|
|
60
|
+
Before manually filling `<slug>` or `<branch>`, use `agentplane task brief <task-id>` or `agentplane task next-action <task-id> --explain` and prefer the emitted concrete command. Treat AgentPlane-owned PR artifacts, quality-review freshness, integration lane, hosted-close, and cleanup as CLI-owned automation unless route output delegates a manual fallback.
|
|
61
61
|
|
|
62
62
|
<!-- /ap:fragment -->
|
|
63
63
|
<!-- ap:fragment id="policy.workflow.branch_pr.hard_constraint.constraints" slot="hard_constraint" mutability="append_only" -->
|
|
@@ -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.19",
|
|
6
|
+
"git_head": "aac63f77cf39ba79ccd2d342648bafb8f08ba410",
|
|
7
|
+
"watched_runtime_snapshot_hash": "26ea910eb5b4be814481fae8d356f061cd4a4e6f72c6a455b8e96f2fdf642d3f"
|
|
8
8
|
}
|