agentplane 0.6.12 → 0.6.14

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/basilisk-labs/agentplane/main/docs/assets/readme-headers/agentplane-cli.svg" alt="AgentPlane CLI package header" style="width:100%;max-width:100%;"/>
2
+ <img src="https://raw.githubusercontent.com/basilisk-labs/agentplane/main/docs/assets/readme-headers/agentplane-cli.svg" alt="Agentplane CLI package header" style="width:100%;max-width:100%;"/>
3
3
  </p>
4
4
 
5
5
  # AgentPlane CLI
package/assets/AGENTS.md CHANGED
@@ -62,7 +62,7 @@ ap quickstart
62
62
  ap task list
63
63
  ap task active
64
64
  git status --short --untracked-files=no
65
- git status --short
65
+ git status --short --untracked-files=all
66
66
  git rev-parse --abbrev-ref HEAD
67
67
  ```
68
68
 
@@ -10,7 +10,7 @@ The task is complete only if all core checks are true:
10
10
  4. Required task documentation sections are populated.
11
11
  5. Verification steps are executed and results recorded.
12
12
  6. Drift was either absent or explicitly re-approved.
13
- 7. Final repo state contains no unintended tracked changes.
13
+ 7. Final repo state contains no unintended tracked changes or unreviewed untracked artifacts; final evidence includes `git status --short --untracked-files=all`.
14
14
 
15
15
  <!-- /ap:fragment -->
16
16
  <!-- ap:fragment id="policy.dod.core.body.required.task.readme.contract" slot="body" mutability="replaceable" -->
@@ -69,12 +69,12 @@ Before manually filling `<slug>` or `<branch>`, use `agentplane task brief <task
69
69
  - Task documentation updates MAY be batched within one turn before approval.
70
70
  - MUST run `task plan approve` then `task start-ready` as `Step 1 -> wait -> Step 2` (never parallel).
71
71
  - In `branch_pr`, `task start-ready`, `pr open`, `pr update`, and verification commands SHOULD be run from the task worktree created by `work start`.
72
- - A related task batch MAY reuse one primary task worktree when all included tasks are approved,
73
- listed, verified independently, and merged through the primary task PR.
72
+ - A related task batch MAY reuse one primary task worktree when all included tasks are approved, listed, verified independently, and merged through the primary task PR.
74
73
  - `pr open` without `--sync-only` SHOULD complete in one pass: sync local artifacts, auto-publish the task branch to `origin` when it has no upstream yet, then create/link the remote GitHub PR.
75
74
  - In `branch_pr`, the task GitHub PR is the primary integration mechanism. Local `integrate`
76
75
  serializes the lane and drives the provider merge route; it MUST NOT treat GitHub PR merge as an
77
76
  exceptional shortcut around local base mutation.
77
+ - Before release recovery mutation, classify the route as implementation, metadata closure, included-task closure, stale branch cleanup, or provider merge; use GitHub truth for PR/merge state and pass Markdown bodies via files or structured APIs, not inline shell text.
78
78
  - If protected `main` requires GitHub PR merges, the agent MUST create/update the GitHub PR,
79
79
  wait until all hosted checks are complete and stable (including late agent checks that appear
80
80
  after the first green rollup), then merge it through GitHub. If auto-merge remains blocked
@@ -95,5 +95,5 @@ Before manually filling `<slug>` or `<branch>`, use `agentplane task brief <task
95
95
  - MUST stop and request re-approval on material drift.
96
96
  - Planning and closure happen on base checkout.
97
97
  - Do not export task snapshots from task branches.
98
- - After merged closure, remove stale task branches/worktrees via the cleanup route instead of leaving orphaned local state behind.
98
+ - After merged closure, remove stale task branches/worktrees via the cleanup route; preserve/report dirty worktree state instead of leaving orphaned local state behind or deleting it silently.
99
99
  <!-- /ap:fragment -->
@@ -2,7 +2,7 @@
2
2
  "schema_version": 1,
3
3
  "manifest_kind": "package",
4
4
  "package_name": "agentplane",
5
- "package_version": "0.6.12",
6
- "git_head": "0aef2e3f8bf5965acee1568a994ac4e63d20151b",
7
- "watched_runtime_snapshot_hash": "23ba36ce7206a7d290a8c9341837c4bf6163c3f2699851b8a52a7715f794f97c"
5
+ "package_version": "0.6.14",
6
+ "git_head": "ffd5a0094b72a6359e47b80bdd9738c9a1f3bce1",
7
+ "watched_runtime_snapshot_hash": "6b0c31280ce123042657ae6d90c43e7781d8f4616cbb0c8d364143655a38f1fa"
8
8
  }