agentplane 0.6.14 → 0.6.16

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.
@@ -15,10 +15,12 @@ Use this module when `workflow_mode=branch_pr`.
15
15
  4. Keep single-writer discipline per task worktree.
16
16
  5. Publish/update PR artifacts from the task worktree.
17
17
  6. Verify on the task branch.
18
- 7. Queue verified task branches for serialized integration when more than one agent is ready to merge.
19
- 8. CHECKPOINT B: INTEGRATOR runs integration from the base checkout; protected bases finalize through the task GitHub PR merge, not a direct local base mutation.
20
- 9. CHECKPOINT C: finish/close-tail evidence lands after the task PR merge and hosted close route complete.
21
- 10. Remove merged task branches/worktrees once the hosted-close/finish route has landed.
18
+ 7. Finish the task on the task branch with `--pre-merge-closure` so the PR carries the final
19
+ closure packet before merge.
20
+ 8. Queue verified task branches for serialized integration when more than one agent is ready to merge.
21
+ 9. CHECKPOINT B: INTEGRATOR runs integration from the base checkout; protected bases finalize through the task GitHub PR merge, not a direct local base mutation.
22
+ 10. CHECKPOINT C: hosted close is a no-op when pre-merge closure is present; otherwise it remains the close-tail recovery route.
23
+ 11. Remove merged task branches/worktrees once the hosted-close/finish route has landed.
22
24
 
23
25
  ## Related task batch worktrees
24
26
 
@@ -47,16 +49,13 @@ agentplane task start-ready <task-id> --author <ROLE> --body "Start: ..."
47
49
  agentplane pr open <task-id> --branch task/<task-id>/<slug> --author <ROLE>
48
50
  agentplane pr update <task-id>
49
51
  agentplane verify <task-id> --ok|--rework --by <ROLE> --note "..."
52
+ agentplane finish <task-id> --author <ROLE> --body "Verified: ..." --result "..." --commit <git-rev> --pre-merge-closure
50
53
  agentplane integrate queue enqueue <task-id> --branch task/<task-id>/<slug>
51
54
  agentplane integrate queue run-next --run-verify --drain --wait --poll-interval-ms 30000 --timeout-ms 600000
52
55
  agentplane integrate <task-id> --branch task/<task-id>/<slug> --run-verify
53
- agentplane finish <task-id> --author INTEGRATOR --body "Verified: ..." --result "..." --commit <git-rev> --close-commit
54
56
  ```
55
57
 
56
- Default branch names are `task/<task-id>/<slug>` for implementation branches and
57
- `task-close/<task-id>/<sha12>` for close-tail branches. Repositories MAY override only the prefixes
58
- through `branch.task_prefix` and `branch.task_close_prefix`; task id, slug, and sha positions remain
59
- fixed.
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.
60
59
 
61
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.
62
61
 
@@ -2,7 +2,7 @@
2
2
  "schema_version": 1,
3
3
  "manifest_kind": "package",
4
4
  "package_name": "agentplane",
5
- "package_version": "0.6.14",
6
- "git_head": "ffd5a0094b72a6359e47b80bdd9738c9a1f3bce1",
7
- "watched_runtime_snapshot_hash": "6b0c31280ce123042657ae6d90c43e7781d8f4616cbb0c8d364143655a38f1fa"
5
+ "package_version": "0.6.16",
6
+ "git_head": "af1c8e90cb46a5204ff2d0c2032746363d1f5feb",
7
+ "watched_runtime_snapshot_hash": "51b8ae29d832efbc2ae3d7d3dca6684777cf2b8caddbf723fd5dfe3650477284"
8
8
  }