agentplane 0.3.23 → 0.3.24
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/dist/.build-manifest.json +47 -12
- package/dist/cli.js +309 -309
- package/dist/commands/guard/impl/commit-refresh.d.ts +25 -0
- package/dist/commands/guard/impl/commit-refresh.d.ts.map +1 -0
- package/dist/commands/guard/impl/commit-refresh.js +116 -0
- package/dist/commands/guard/impl/commit-stage.d.ts +21 -0
- package/dist/commands/guard/impl/commit-stage.d.ts.map +1 -0
- package/dist/commands/guard/impl/commit-stage.js +43 -0
- package/dist/commands/guard/impl/commit.d.ts.map +1 -1
- package/dist/commands/guard/impl/commit.js +10 -150
- package/dist/commands/release/apply.preflight.d.ts +4 -29
- package/dist/commands/release/apply.preflight.d.ts.map +1 -1
- package/dist/commands/release/apply.preflight.git.d.ts +7 -0
- package/dist/commands/release/apply.preflight.git.d.ts.map +1 -0
- package/dist/commands/release/apply.preflight.git.js +138 -0
- package/dist/commands/release/apply.preflight.js +4 -369
- package/dist/commands/release/apply.preflight.package.d.ts +7 -0
- package/dist/commands/release/apply.preflight.package.d.ts.map +1 -0
- package/dist/commands/release/apply.preflight.package.js +69 -0
- package/dist/commands/release/apply.preflight.plan.d.ts +16 -0
- package/dist/commands/release/apply.preflight.plan.d.ts.map +1 -0
- package/dist/commands/release/apply.preflight.plan.js +92 -0
- package/dist/commands/release/apply.preflight.publish.d.ts +4 -0
- package/dist/commands/release/apply.preflight.publish.d.ts.map +1 -0
- package/dist/commands/release/apply.preflight.publish.js +81 -0
- package/dist/commands/task/migrate-doc.d.ts.map +1 -1
- package/dist/commands/task/migrate-doc.js +25 -248
- package/dist/commands/task/migrate-doc.readme.d.ts +8 -0
- package/dist/commands/task/migrate-doc.readme.d.ts.map +1 -0
- package/dist/commands/task/migrate-doc.readme.js +225 -0
- package/package.json +3 -3
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"package_dir": "/home/runner/work/agentplane/agentplane/packages/agentplane",
|
|
4
|
-
"generated_at": "2026-04-
|
|
5
|
-
"git_head": "
|
|
6
|
-
"src_cli_mtime_ms":
|
|
4
|
+
"generated_at": "2026-04-24T08:32:03.447Z",
|
|
5
|
+
"git_head": "bcfcfab7bfccc7532fe43a64b68d879c715f0c7e",
|
|
6
|
+
"src_cli_mtime_ms": 1777019399006.4802,
|
|
7
7
|
"src_index_mtime_ms": null,
|
|
8
|
-
"dist_cli_mtime_ms":
|
|
8
|
+
"dist_cli_mtime_ms": 1777019523224.9963,
|
|
9
9
|
"dist_index_mtime_ms": null,
|
|
10
|
-
"tsbuildinfo_mtime_ms":
|
|
10
|
+
"tsbuildinfo_mtime_ms": 1777019520925.003,
|
|
11
11
|
"watched_runtime_paths": [
|
|
12
12
|
"src",
|
|
13
13
|
"bin/agentplane.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"bin/runtime-context.js",
|
|
16
16
|
"bin/stale-dist-policy.js"
|
|
17
17
|
],
|
|
18
|
-
"watched_runtime_snapshot_hash": "
|
|
18
|
+
"watched_runtime_snapshot_hash": "67845ab7446a8aef7a9cbf5b81fb83820ae6ccee4f1136c152c8a4a1001e9249",
|
|
19
19
|
"watched_runtime_files": [
|
|
20
20
|
{
|
|
21
21
|
"path": "bin/agentplane.js",
|
|
@@ -972,10 +972,20 @@
|
|
|
972
972
|
"sha256": "62ef6349f9c819f42c19eec66641372a78e18b51df719498be1c6e09baa066da",
|
|
973
973
|
"size_bytes": 6353
|
|
974
974
|
},
|
|
975
|
+
{
|
|
976
|
+
"path": "src/commands/guard/impl/commit-refresh.ts",
|
|
977
|
+
"sha256": "ce607b8bc1adeaa28b229c76b69b6e3e4b02ae47ba77e5ece5920a170dd2cec6",
|
|
978
|
+
"size_bytes": 4652
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"path": "src/commands/guard/impl/commit-stage.ts",
|
|
982
|
+
"sha256": "e40d84dc54e16eb7052d59c41aa7153586080565fc54b67d81adda52446be5e4",
|
|
983
|
+
"size_bytes": 2054
|
|
984
|
+
},
|
|
975
985
|
{
|
|
976
986
|
"path": "src/commands/guard/impl/commit.ts",
|
|
977
|
-
"sha256": "
|
|
978
|
-
"size_bytes":
|
|
987
|
+
"sha256": "c5c0455ab482783e66ad2cf9de1616a1484d72b0b24dec548d56dd272dcf9e5e",
|
|
988
|
+
"size_bytes": 11001
|
|
979
989
|
},
|
|
980
990
|
{
|
|
981
991
|
"path": "src/commands/guard/impl/env.ts",
|
|
@@ -1552,10 +1562,30 @@
|
|
|
1552
1562
|
"sha256": "8b249eaefd45928c67c1acd7a82bcadb96c649a5ea9c3ce2fc6e0919fe5a07ef",
|
|
1553
1563
|
"size_bytes": 6798
|
|
1554
1564
|
},
|
|
1565
|
+
{
|
|
1566
|
+
"path": "src/commands/release/apply.preflight.git.ts",
|
|
1567
|
+
"sha256": "edab983d2b65f8ec8599ec0bf874efe15fe326b66dec337e4f9c9a0537b75f6c",
|
|
1568
|
+
"size_bytes": 6457
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"path": "src/commands/release/apply.preflight.package.ts",
|
|
1572
|
+
"sha256": "1a8b3794ffaa9544b1dab6a13560a258ac7877a32c700b06d0acd18b79d550b2",
|
|
1573
|
+
"size_bytes": 3158
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"path": "src/commands/release/apply.preflight.plan.ts",
|
|
1577
|
+
"sha256": "a27ea08fa8101ba4aa53194cdd41f653213c26d7fed5d9ad9ba6d9da878fb35d",
|
|
1578
|
+
"size_bytes": 3581
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"path": "src/commands/release/apply.preflight.publish.ts",
|
|
1582
|
+
"sha256": "61976d1a40356056f2f7bfcbc54c81d37cff4a9542d6f2562f744482a4312288",
|
|
1583
|
+
"size_bytes": 4797
|
|
1584
|
+
},
|
|
1555
1585
|
{
|
|
1556
1586
|
"path": "src/commands/release/apply.preflight.ts",
|
|
1557
|
-
"sha256": "
|
|
1558
|
-
"size_bytes":
|
|
1587
|
+
"sha256": "1adc5b661c4bf39a3879211bcbc31cd1222559e6ff1380e40c86b0c82f868513",
|
|
1588
|
+
"size_bytes": 671
|
|
1559
1589
|
},
|
|
1560
1590
|
{
|
|
1561
1591
|
"path": "src/commands/release/apply.reporting.ts",
|
|
@@ -2027,10 +2057,15 @@
|
|
|
2027
2057
|
"sha256": "bd333d50b719bd53b1b87f3c5f8b95ab22ce09bf869263dcf510ae92d3ad9b1b",
|
|
2028
2058
|
"size_bytes": 2595
|
|
2029
2059
|
},
|
|
2060
|
+
{
|
|
2061
|
+
"path": "src/commands/task/migrate-doc.readme.ts",
|
|
2062
|
+
"sha256": "5eae88dbee7e9f9b175053a482649453526799a7f9e52752009f02a714cdeac4",
|
|
2063
|
+
"size_bytes": 9578
|
|
2064
|
+
},
|
|
2030
2065
|
{
|
|
2031
2066
|
"path": "src/commands/task/migrate-doc.ts",
|
|
2032
|
-
"sha256": "
|
|
2033
|
-
"size_bytes":
|
|
2067
|
+
"sha256": "25d6abe396662984c426d4843d6e3abed159964cf218823bb01c796619d76884",
|
|
2068
|
+
"size_bytes": 5938
|
|
2034
2069
|
},
|
|
2035
2070
|
{
|
|
2036
2071
|
"path": "src/commands/task/migrate.command.ts",
|