agentplane 0.6.21 → 0.6.22
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/context.must.md +1 -1
- package/dist/.build-manifest.json +3 -3
- package/dist/cli.js +721 -683
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ Local context means `context/wiki/**`, `context/capabilities/**`, `context/raw/*
|
|
|
26
26
|
ap context search "<query>"
|
|
27
27
|
ap context show <ref>
|
|
28
28
|
ap context learn changes
|
|
29
|
-
ap context learn files <path> [--run]
|
|
29
|
+
ap context learn files <path> [--dry-run]
|
|
30
30
|
ap context ingest --changed|--all|--index-only
|
|
31
31
|
ap context reindex --include-raw
|
|
32
32
|
ap context wiki lint <path>
|
|
@@ -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.22",
|
|
6
|
+
"git_head": "bd61ef4982f29cd0909587d0034cf6e35a62a03d",
|
|
7
|
+
"watched_runtime_snapshot_hash": "5a65377f785950e27ac749bc8ce1e4cdf24037d2d5c9c3040c4c5bc5f1c9bf92"
|
|
8
8
|
}
|