agentplane 0.6.5 → 0.6.7
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/AGENTS.md +1 -2
- package/dist/.build-manifest.json +3 -3
- package/dist/cli.js +576 -566
- package/package.json +3 -3
package/assets/AGENTS.md
CHANGED
|
@@ -60,6 +60,7 @@ Conflict rule:
|
|
|
60
60
|
ap config show
|
|
61
61
|
ap quickstart
|
|
62
62
|
ap task list
|
|
63
|
+
ap task active
|
|
63
64
|
git status --short --untracked-files=no
|
|
64
65
|
git rev-parse --abbrev-ref HEAD
|
|
65
66
|
```
|
|
@@ -155,8 +156,6 @@ Routing constraints:
|
|
|
155
156
|
- MUST keep loaded policy set minimal (target: 2-4 files per task).
|
|
156
157
|
- If routing is ambiguous, ask one clarifying question before loading extra modules.
|
|
157
158
|
|
|
158
|
-
---
|
|
159
|
-
|
|
160
159
|
<!-- /ap:fragment -->
|
|
161
160
|
<!-- ap:fragment id="gateway.agents.hard_constraint.must.must.not" slot="hard_constraint" mutability="append_only" -->
|
|
162
161
|
|
|
@@ -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.7",
|
|
6
|
+
"git_head": "5937638eb63301ff4f249104e4d130ee19d378d3",
|
|
7
|
+
"watched_runtime_snapshot_hash": "d4f774d913105cf1fc015861fad16769e44ebd5371c12a92f1b7e5c83dd6a941"
|
|
8
8
|
}
|