pi-crew 0.9.28 → 0.9.29
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-meta.json +158 -91
- package/dist/index.mjs +893 -507
- package/dist/index.mjs.map +4 -4
- package/docs/REVIEW-FINDINGS-2026-07-CORE.md +139 -0
- package/docs/REVIEW-FINDINGS-2026-07.md +125 -0
- package/docs/bugs/bug-quota-display-truncation.md +223 -0
- package/docs/stories/README.md +3 -1
- package/docs/stories/US-DEPS-major-upgrade.md +62 -0
- package/package.json +4 -4
- package/src/config/config.ts +4 -0
- package/src/extension/crew-vibes/config.ts +1 -1
- package/src/extension/crew-vibes/footer.ts +292 -0
- package/src/extension/crew-vibes/index.ts +67 -52
- package/src/prompt/prompt-runtime.ts +1 -1
- package/src/runtime/child-pi.ts +52 -43
- package/src/runtime/cross-extension-rpc.ts +1 -1
- package/src/runtime/post-exit-stdio-guard.ts +22 -4
- package/src/runtime/stale-reconciler.ts +9 -4
- package/src/runtime/team-runner.ts +11 -16
- package/src/state/atomic-write.ts +46 -19
- package/src/state/event-log.ts +77 -24
- package/src/state/mailbox.ts +6 -3
- package/src/ui/pi-ui-compat.ts +11 -0
- package/src/utils/conflict-detect.ts +9 -3
- package/src/utils/paths.ts +7 -1
- package/src/worktree/cleanup.ts +19 -0
- package/src/worktree/worktree-manager.ts +145 -34
package/dist/build-meta.json
CHANGED
|
@@ -1162,7 +1162,7 @@
|
|
|
1162
1162
|
"format": "esm"
|
|
1163
1163
|
},
|
|
1164
1164
|
"node_modules/@sinclair/typebox/build/esm/type/object/object.mjs": {
|
|
1165
|
-
"bytes":
|
|
1165
|
+
"bytes": 1819,
|
|
1166
1166
|
"imports": [
|
|
1167
1167
|
{
|
|
1168
1168
|
"path": "node_modules/@sinclair/typebox/build/esm/type/create/type.mjs",
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
"format": "esm"
|
|
1312
1312
|
},
|
|
1313
1313
|
"node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.mjs": {
|
|
1314
|
-
"bytes":
|
|
1314
|
+
"bytes": 4564,
|
|
1315
1315
|
"imports": [
|
|
1316
1316
|
{
|
|
1317
1317
|
"path": "node_modules/@sinclair/typebox/build/esm/type/symbols/index.mjs",
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
"format": "esm"
|
|
1826
1826
|
},
|
|
1827
1827
|
"node_modules/@sinclair/typebox/build/esm/type/composite/composite.mjs": {
|
|
1828
|
-
"bytes":
|
|
1828
|
+
"bytes": 1285,
|
|
1829
1829
|
"imports": [
|
|
1830
1830
|
{
|
|
1831
1831
|
"path": "node_modules/@sinclair/typebox/build/esm/type/intersect/index.mjs",
|
|
@@ -2034,7 +2034,7 @@
|
|
|
2034
2034
|
"format": "esm"
|
|
2035
2035
|
},
|
|
2036
2036
|
"node_modules/@sinclair/typebox/build/esm/type/const/const.mjs": {
|
|
2037
|
-
"bytes":
|
|
2037
|
+
"bytes": 2751,
|
|
2038
2038
|
"imports": [
|
|
2039
2039
|
{
|
|
2040
2040
|
"path": "node_modules/@sinclair/typebox/build/esm/type/any/index.mjs",
|
|
@@ -2623,7 +2623,7 @@
|
|
|
2623
2623
|
"format": "esm"
|
|
2624
2624
|
},
|
|
2625
2625
|
"node_modules/@sinclair/typebox/build/esm/type/record/record.mjs": {
|
|
2626
|
-
"bytes":
|
|
2626
|
+
"bytes": 5136,
|
|
2627
2627
|
"imports": [
|
|
2628
2628
|
{
|
|
2629
2629
|
"path": "node_modules/@sinclair/typebox/build/esm/type/create/type.mjs",
|
|
@@ -2700,7 +2700,7 @@
|
|
|
2700
2700
|
"format": "esm"
|
|
2701
2701
|
},
|
|
2702
2702
|
"node_modules/@sinclair/typebox/build/esm/type/instantiate/instantiate.mjs": {
|
|
2703
|
-
"bytes":
|
|
2703
|
+
"bytes": 4370,
|
|
2704
2704
|
"imports": [
|
|
2705
2705
|
{
|
|
2706
2706
|
"path": "node_modules/@sinclair/typebox/build/esm/type/clone/type.mjs",
|
|
@@ -2952,7 +2952,7 @@
|
|
|
2952
2952
|
"format": "esm"
|
|
2953
2953
|
},
|
|
2954
2954
|
"node_modules/@sinclair/typebox/build/esm/type/omit/omit.mjs": {
|
|
2955
|
-
"bytes":
|
|
2955
|
+
"bytes": 3457,
|
|
2956
2956
|
"imports": [
|
|
2957
2957
|
{
|
|
2958
2958
|
"path": "node_modules/@sinclair/typebox/build/esm/type/create/type.mjs",
|
|
@@ -3086,7 +3086,7 @@
|
|
|
3086
3086
|
"format": "esm"
|
|
3087
3087
|
},
|
|
3088
3088
|
"node_modules/@sinclair/typebox/build/esm/type/pick/pick.mjs": {
|
|
3089
|
-
"bytes":
|
|
3089
|
+
"bytes": 3224,
|
|
3090
3090
|
"imports": [
|
|
3091
3091
|
{
|
|
3092
3092
|
"path": "node_modules/@sinclair/typebox/build/esm/type/create/type.mjs",
|
|
@@ -3199,7 +3199,7 @@
|
|
|
3199
3199
|
"format": "esm"
|
|
3200
3200
|
},
|
|
3201
3201
|
"node_modules/@sinclair/typebox/build/esm/type/partial/partial.mjs": {
|
|
3202
|
-
"bytes":
|
|
3202
|
+
"bytes": 3363,
|
|
3203
3203
|
"imports": [
|
|
3204
3204
|
{
|
|
3205
3205
|
"path": "node_modules/@sinclair/typebox/build/esm/type/create/type.mjs",
|
|
@@ -3297,7 +3297,7 @@
|
|
|
3297
3297
|
"format": "esm"
|
|
3298
3298
|
},
|
|
3299
3299
|
"node_modules/@sinclair/typebox/build/esm/type/required/required.mjs": {
|
|
3300
|
-
"bytes":
|
|
3300
|
+
"bytes": 3355,
|
|
3301
3301
|
"imports": [
|
|
3302
3302
|
{
|
|
3303
3303
|
"path": "node_modules/@sinclair/typebox/build/esm/type/create/type.mjs",
|
|
@@ -3385,7 +3385,7 @@
|
|
|
3385
3385
|
"format": "esm"
|
|
3386
3386
|
},
|
|
3387
3387
|
"node_modules/@sinclair/typebox/build/esm/type/module/compute.mjs": {
|
|
3388
|
-
"bytes":
|
|
3388
|
+
"bytes": 7701,
|
|
3389
3389
|
"imports": [
|
|
3390
3390
|
{
|
|
3391
3391
|
"path": "node_modules/@sinclair/typebox/build/esm/type/create/index.mjs",
|
|
@@ -3849,7 +3849,7 @@
|
|
|
3849
3849
|
"format": "esm"
|
|
3850
3850
|
},
|
|
3851
3851
|
"node_modules/@sinclair/typebox/build/esm/type/type/json.mjs": {
|
|
3852
|
-
"bytes":
|
|
3852
|
+
"bytes": 8144,
|
|
3853
3853
|
"imports": [
|
|
3854
3854
|
{
|
|
3855
3855
|
"path": "node_modules/@sinclair/typebox/build/esm/type/any/index.mjs",
|
|
@@ -4843,6 +4843,11 @@
|
|
|
4843
4843
|
],
|
|
4844
4844
|
"format": "esm"
|
|
4845
4845
|
},
|
|
4846
|
+
"node_modules/@sinclair/typebox/build/esm/system/evaluate.mjs": {
|
|
4847
|
+
"bytes": 216,
|
|
4848
|
+
"imports": [],
|
|
4849
|
+
"format": "esm"
|
|
4850
|
+
},
|
|
4846
4851
|
"node_modules/@sinclair/typebox/build/esm/system/system.mjs": {
|
|
4847
4852
|
"bytes": 1451,
|
|
4848
4853
|
"imports": [
|
|
@@ -4870,8 +4875,13 @@
|
|
|
4870
4875
|
"format": "esm"
|
|
4871
4876
|
},
|
|
4872
4877
|
"node_modules/@sinclair/typebox/build/esm/system/index.mjs": {
|
|
4873
|
-
"bytes":
|
|
4878
|
+
"bytes": 92,
|
|
4874
4879
|
"imports": [
|
|
4880
|
+
{
|
|
4881
|
+
"path": "node_modules/@sinclair/typebox/build/esm/system/evaluate.mjs",
|
|
4882
|
+
"kind": "import-statement",
|
|
4883
|
+
"original": "./evaluate.mjs"
|
|
4884
|
+
},
|
|
4875
4885
|
{
|
|
4876
4886
|
"path": "node_modules/@sinclair/typebox/build/esm/system/policy.mjs",
|
|
4877
4887
|
"kind": "import-statement",
|
|
@@ -5628,7 +5638,7 @@
|
|
|
5628
5638
|
"format": "esm"
|
|
5629
5639
|
},
|
|
5630
5640
|
"node_modules/@sinclair/typebox/build/esm/value/delta/delta.mjs": {
|
|
5631
|
-
"bytes":
|
|
5641
|
+
"bytes": 6266,
|
|
5632
5642
|
"imports": [
|
|
5633
5643
|
{
|
|
5634
5644
|
"path": "node_modules/@sinclair/typebox/build/esm/value/guard/index.mjs",
|
|
@@ -6119,7 +6129,7 @@
|
|
|
6119
6129
|
"format": "esm"
|
|
6120
6130
|
},
|
|
6121
6131
|
"src/state/atomic-write.ts": {
|
|
6122
|
-
"bytes":
|
|
6132
|
+
"bytes": 34938,
|
|
6123
6133
|
"imports": [
|
|
6124
6134
|
{
|
|
6125
6135
|
"path": "node:crypto",
|
|
@@ -6201,7 +6211,7 @@
|
|
|
6201
6211
|
"format": "esm"
|
|
6202
6212
|
},
|
|
6203
6213
|
"src/utils/paths.ts": {
|
|
6204
|
-
"bytes":
|
|
6214
|
+
"bytes": 8780,
|
|
6205
6215
|
"imports": [
|
|
6206
6216
|
{
|
|
6207
6217
|
"path": "node:fs",
|
|
@@ -6232,7 +6242,7 @@
|
|
|
6232
6242
|
"format": "esm"
|
|
6233
6243
|
},
|
|
6234
6244
|
"src/config/config.ts": {
|
|
6235
|
-
"bytes":
|
|
6245
|
+
"bytes": 49492,
|
|
6236
6246
|
"imports": [
|
|
6237
6247
|
{
|
|
6238
6248
|
"path": "node:fs",
|
|
@@ -6351,7 +6361,7 @@
|
|
|
6351
6361
|
"format": "esm"
|
|
6352
6362
|
},
|
|
6353
6363
|
"src/state/event-log.ts": {
|
|
6354
|
-
"bytes":
|
|
6364
|
+
"bytes": 49212,
|
|
6355
6365
|
"imports": [
|
|
6356
6366
|
{
|
|
6357
6367
|
"path": "node:crypto",
|
|
@@ -6753,7 +6763,7 @@
|
|
|
6753
6763
|
"format": "esm"
|
|
6754
6764
|
},
|
|
6755
6765
|
"src/runtime/stale-reconciler.ts": {
|
|
6756
|
-
"bytes":
|
|
6766
|
+
"bytes": 28209,
|
|
6757
6767
|
"imports": [
|
|
6758
6768
|
{
|
|
6759
6769
|
"path": "node:fs",
|
|
@@ -6775,6 +6785,11 @@
|
|
|
6775
6785
|
"kind": "import-statement",
|
|
6776
6786
|
"original": "../errors.ts"
|
|
6777
6787
|
},
|
|
6788
|
+
{
|
|
6789
|
+
"path": "src/state/atomic-write.ts",
|
|
6790
|
+
"kind": "import-statement",
|
|
6791
|
+
"original": "../state/atomic-write.ts"
|
|
6792
|
+
},
|
|
6778
6793
|
{
|
|
6779
6794
|
"path": "src/state/state-store.ts",
|
|
6780
6795
|
"kind": "import-statement",
|
|
@@ -7336,12 +7351,12 @@
|
|
|
7336
7351
|
"format": "esm"
|
|
7337
7352
|
},
|
|
7338
7353
|
"src/runtime/post-exit-stdio-guard.ts": {
|
|
7339
|
-
"bytes":
|
|
7354
|
+
"bytes": 2805,
|
|
7340
7355
|
"imports": [],
|
|
7341
7356
|
"format": "esm"
|
|
7342
7357
|
},
|
|
7343
7358
|
"src/runtime/child-pi.ts": {
|
|
7344
|
-
"bytes":
|
|
7359
|
+
"bytes": 66015,
|
|
7345
7360
|
"imports": [
|
|
7346
7361
|
{
|
|
7347
7362
|
"path": "node:child_process",
|
|
@@ -7485,7 +7500,7 @@
|
|
|
7485
7500
|
"format": "esm"
|
|
7486
7501
|
},
|
|
7487
7502
|
"src/ui/pi-ui-compat.ts": {
|
|
7488
|
-
"bytes":
|
|
7503
|
+
"bytes": 2695,
|
|
7489
7504
|
"imports": [],
|
|
7490
7505
|
"format": "esm"
|
|
7491
7506
|
},
|
|
@@ -8267,7 +8282,7 @@
|
|
|
8267
8282
|
"format": "esm"
|
|
8268
8283
|
},
|
|
8269
8284
|
"src/state/mailbox.ts": {
|
|
8270
|
-
"bytes":
|
|
8285
|
+
"bytes": 28177,
|
|
8271
8286
|
"imports": [
|
|
8272
8287
|
{
|
|
8273
8288
|
"path": "node:fs",
|
|
@@ -13076,7 +13091,7 @@
|
|
|
13076
13091
|
"format": "esm"
|
|
13077
13092
|
},
|
|
13078
13093
|
"src/worktree/cleanup.ts": {
|
|
13079
|
-
"bytes":
|
|
13094
|
+
"bytes": 12361,
|
|
13080
13095
|
"imports": [
|
|
13081
13096
|
{
|
|
13082
13097
|
"path": "node:child_process",
|
|
@@ -14369,7 +14384,7 @@
|
|
|
14369
14384
|
"format": "esm"
|
|
14370
14385
|
},
|
|
14371
14386
|
"src/worktree/worktree-manager.ts": {
|
|
14372
|
-
"bytes":
|
|
14387
|
+
"bytes": 44420,
|
|
14373
14388
|
"imports": [
|
|
14374
14389
|
{
|
|
14375
14390
|
"path": "node:child_process",
|
|
@@ -15124,7 +15139,7 @@
|
|
|
15124
15139
|
"format": "esm"
|
|
15125
15140
|
},
|
|
15126
15141
|
"src/runtime/team-runner.ts": {
|
|
15127
|
-
"bytes":
|
|
15142
|
+
"bytes": 76143,
|
|
15128
15143
|
"imports": [
|
|
15129
15144
|
{
|
|
15130
15145
|
"path": "node:fs",
|
|
@@ -17159,50 +17174,81 @@
|
|
|
17159
17174
|
],
|
|
17160
17175
|
"format": "esm"
|
|
17161
17176
|
},
|
|
17162
|
-
"src/extension/crew-vibes/
|
|
17163
|
-
"bytes":
|
|
17177
|
+
"src/extension/crew-vibes/figures.ts": {
|
|
17178
|
+
"bytes": 3603,
|
|
17164
17179
|
"imports": [
|
|
17165
17180
|
{
|
|
17166
|
-
"path": "
|
|
17181
|
+
"path": "src/extension/crew-vibes/font-detect.ts",
|
|
17167
17182
|
"kind": "import-statement",
|
|
17168
|
-
"
|
|
17169
|
-
}
|
|
17183
|
+
"original": "./font-detect.ts"
|
|
17184
|
+
}
|
|
17185
|
+
],
|
|
17186
|
+
"format": "esm"
|
|
17187
|
+
},
|
|
17188
|
+
"src/extension/crew-vibes/render.ts": {
|
|
17189
|
+
"bytes": 8361,
|
|
17190
|
+
"imports": [
|
|
17170
17191
|
{
|
|
17171
|
-
"path": "
|
|
17192
|
+
"path": "src/extension/crew-vibes/config.ts",
|
|
17172
17193
|
"kind": "import-statement",
|
|
17173
|
-
"
|
|
17194
|
+
"original": "./config.ts"
|
|
17174
17195
|
},
|
|
17175
17196
|
{
|
|
17176
|
-
"path": "
|
|
17197
|
+
"path": "src/extension/crew-vibes/figures.ts",
|
|
17177
17198
|
"kind": "import-statement",
|
|
17178
|
-
"
|
|
17199
|
+
"original": "./figures.ts"
|
|
17179
17200
|
}
|
|
17180
17201
|
],
|
|
17181
17202
|
"format": "esm"
|
|
17182
17203
|
},
|
|
17183
|
-
"src/extension/crew-vibes/
|
|
17184
|
-
"bytes":
|
|
17204
|
+
"src/extension/crew-vibes/footer.ts": {
|
|
17205
|
+
"bytes": 11470,
|
|
17185
17206
|
"imports": [
|
|
17186
17207
|
{
|
|
17187
|
-
"path": "
|
|
17208
|
+
"path": "node:path",
|
|
17188
17209
|
"kind": "import-statement",
|
|
17189
|
-
"
|
|
17210
|
+
"external": true
|
|
17211
|
+
},
|
|
17212
|
+
{
|
|
17213
|
+
"path": "src/ui/pi-ui-compat.ts",
|
|
17214
|
+
"kind": "import-statement",
|
|
17215
|
+
"original": "../../ui/pi-ui-compat.ts"
|
|
17216
|
+
},
|
|
17217
|
+
{
|
|
17218
|
+
"path": "src/ui/theme-adapter.ts",
|
|
17219
|
+
"kind": "import-statement",
|
|
17220
|
+
"original": "../../ui/theme-adapter.ts"
|
|
17221
|
+
},
|
|
17222
|
+
{
|
|
17223
|
+
"path": "src/utils/visual.ts",
|
|
17224
|
+
"kind": "import-statement",
|
|
17225
|
+
"original": "../../utils/visual.ts"
|
|
17226
|
+
},
|
|
17227
|
+
{
|
|
17228
|
+
"path": "src/extension/crew-vibes/render.ts",
|
|
17229
|
+
"kind": "import-statement",
|
|
17230
|
+
"original": "./render.ts"
|
|
17190
17231
|
}
|
|
17191
17232
|
],
|
|
17192
17233
|
"format": "esm"
|
|
17193
17234
|
},
|
|
17194
|
-
"src/extension/crew-vibes/
|
|
17195
|
-
"bytes":
|
|
17235
|
+
"src/extension/crew-vibes/provider-usage.ts": {
|
|
17236
|
+
"bytes": 13202,
|
|
17196
17237
|
"imports": [
|
|
17197
17238
|
{
|
|
17198
|
-
"path": "
|
|
17239
|
+
"path": "node:fs",
|
|
17199
17240
|
"kind": "import-statement",
|
|
17200
|
-
"
|
|
17241
|
+
"external": true
|
|
17201
17242
|
},
|
|
17202
17243
|
{
|
|
17203
|
-
"path": "
|
|
17244
|
+
"path": "node:os",
|
|
17204
17245
|
"kind": "import-statement",
|
|
17205
|
-
"
|
|
17246
|
+
"external": true
|
|
17247
|
+
},
|
|
17248
|
+
{
|
|
17249
|
+
"path": "node:path",
|
|
17250
|
+
"kind": "import-statement",
|
|
17251
|
+
"external": true
|
|
17206
17252
|
}
|
|
17207
17253
|
],
|
|
17208
17254
|
"format": "esm"
|
|
@@ -17213,23 +17259,33 @@
|
|
|
17213
17259
|
"format": "esm"
|
|
17214
17260
|
},
|
|
17215
17261
|
"src/extension/crew-vibes/index.ts": {
|
|
17216
|
-
"bytes":
|
|
17262
|
+
"bytes": 13575,
|
|
17217
17263
|
"imports": [
|
|
17218
17264
|
{
|
|
17219
|
-
"path": "src/
|
|
17265
|
+
"path": "src/ui/pi-ui-compat.ts",
|
|
17220
17266
|
"kind": "import-statement",
|
|
17221
|
-
"original": "
|
|
17267
|
+
"original": "../../ui/pi-ui-compat.ts"
|
|
17222
17268
|
},
|
|
17223
17269
|
{
|
|
17224
|
-
"path": "src/extension/crew-vibes/
|
|
17270
|
+
"path": "src/extension/crew-vibes/config.ts",
|
|
17225
17271
|
"kind": "import-statement",
|
|
17226
|
-
"original": "./
|
|
17272
|
+
"original": "./config.ts"
|
|
17227
17273
|
},
|
|
17228
17274
|
{
|
|
17229
17275
|
"path": "src/extension/crew-vibes/figures.ts",
|
|
17230
17276
|
"kind": "import-statement",
|
|
17231
17277
|
"original": "./figures.ts"
|
|
17232
17278
|
},
|
|
17279
|
+
{
|
|
17280
|
+
"path": "src/extension/crew-vibes/footer.ts",
|
|
17281
|
+
"kind": "import-statement",
|
|
17282
|
+
"original": "./footer.ts"
|
|
17283
|
+
},
|
|
17284
|
+
{
|
|
17285
|
+
"path": "src/extension/crew-vibes/provider-usage.ts",
|
|
17286
|
+
"kind": "import-statement",
|
|
17287
|
+
"original": "./provider-usage.ts"
|
|
17288
|
+
},
|
|
17233
17289
|
{
|
|
17234
17290
|
"path": "src/extension/crew-vibes/render.ts",
|
|
17235
17291
|
"kind": "import-statement",
|
|
@@ -18334,7 +18390,7 @@
|
|
|
18334
18390
|
"imports": [],
|
|
18335
18391
|
"exports": [],
|
|
18336
18392
|
"inputs": {},
|
|
18337
|
-
"bytes":
|
|
18393
|
+
"bytes": 6636234
|
|
18338
18394
|
},
|
|
18339
18395
|
"dist/index.mjs": {
|
|
18340
18396
|
"imports": [
|
|
@@ -19743,6 +19799,11 @@
|
|
|
19743
19799
|
"kind": "import-statement",
|
|
19744
19800
|
"external": true
|
|
19745
19801
|
},
|
|
19802
|
+
{
|
|
19803
|
+
"path": "node:path",
|
|
19804
|
+
"kind": "import-statement",
|
|
19805
|
+
"external": true
|
|
19806
|
+
},
|
|
19746
19807
|
{
|
|
19747
19808
|
"path": "node:fs",
|
|
19748
19809
|
"kind": "import-statement",
|
|
@@ -20015,7 +20076,7 @@
|
|
|
20015
20076
|
"bytesInOutput": 131
|
|
20016
20077
|
},
|
|
20017
20078
|
"node_modules/@sinclair/typebox/build/esm/type/object/object.mjs": {
|
|
20018
|
-
"bytesInOutput":
|
|
20079
|
+
"bytesInOutput": 606
|
|
20019
20080
|
},
|
|
20020
20081
|
"node_modules/@sinclair/typebox/build/esm/type/object/index.mjs": {
|
|
20021
20082
|
"bytesInOutput": 125
|
|
@@ -20380,11 +20441,14 @@
|
|
|
20380
20441
|
"node_modules/@sinclair/typebox/build/esm/index.mjs": {
|
|
20381
20442
|
"bytesInOutput": 1592
|
|
20382
20443
|
},
|
|
20444
|
+
"node_modules/@sinclair/typebox/build/esm/system/evaluate.mjs": {
|
|
20445
|
+
"bytesInOutput": 105
|
|
20446
|
+
},
|
|
20383
20447
|
"node_modules/@sinclair/typebox/build/esm/system/system.mjs": {
|
|
20384
20448
|
"bytesInOutput": 1177
|
|
20385
20449
|
},
|
|
20386
20450
|
"node_modules/@sinclair/typebox/build/esm/system/index.mjs": {
|
|
20387
|
-
"bytesInOutput":
|
|
20451
|
+
"bytesInOutput": 160
|
|
20388
20452
|
},
|
|
20389
20453
|
"node_modules/@sinclair/typebox/build/esm/errors/function.mjs": {
|
|
20390
20454
|
"bytesInOutput": 7002
|
|
@@ -20534,7 +20598,7 @@
|
|
|
20534
20598
|
"bytesInOutput": 5243
|
|
20535
20599
|
},
|
|
20536
20600
|
"src/state/atomic-write.ts": {
|
|
20537
|
-
"bytesInOutput":
|
|
20601
|
+
"bytesInOutput": 17427
|
|
20538
20602
|
},
|
|
20539
20603
|
"src/config/defaults.ts": {
|
|
20540
20604
|
"bytesInOutput": 4426
|
|
@@ -20543,13 +20607,13 @@
|
|
|
20543
20607
|
"bytesInOutput": 7427
|
|
20544
20608
|
},
|
|
20545
20609
|
"src/utils/paths.ts": {
|
|
20546
|
-
"bytesInOutput":
|
|
20610
|
+
"bytesInOutput": 5235
|
|
20547
20611
|
},
|
|
20548
20612
|
"src/config/suggestions.ts": {
|
|
20549
20613
|
"bytesInOutput": 1330
|
|
20550
20614
|
},
|
|
20551
20615
|
"src/config/config.ts": {
|
|
20552
|
-
"bytesInOutput":
|
|
20616
|
+
"bytesInOutput": 39089
|
|
20553
20617
|
},
|
|
20554
20618
|
"src/errors.ts": {
|
|
20555
20619
|
"bytesInOutput": 8094
|
|
@@ -20561,13 +20625,13 @@
|
|
|
20561
20625
|
"bytesInOutput": 2161
|
|
20562
20626
|
},
|
|
20563
20627
|
"src/utils/redaction.ts": {
|
|
20564
|
-
"bytesInOutput":
|
|
20628
|
+
"bytesInOutput": 7336
|
|
20565
20629
|
},
|
|
20566
20630
|
"src/state/event-log-rotation.ts": {
|
|
20567
20631
|
"bytesInOutput": 4478
|
|
20568
20632
|
},
|
|
20569
20633
|
"src/state/event-log.ts": {
|
|
20570
|
-
"bytesInOutput":
|
|
20634
|
+
"bytesInOutput": 27227
|
|
20571
20635
|
},
|
|
20572
20636
|
"src/hooks/registry.ts": {
|
|
20573
20637
|
"bytesInOutput": 4422
|
|
@@ -20615,7 +20679,7 @@
|
|
|
20615
20679
|
"bytesInOutput": 4162
|
|
20616
20680
|
},
|
|
20617
20681
|
"src/runtime/stale-reconciler.ts": {
|
|
20618
|
-
"bytesInOutput":
|
|
20682
|
+
"bytesInOutput": 16497
|
|
20619
20683
|
},
|
|
20620
20684
|
"src/runtime/worker-heartbeat.ts": {
|
|
20621
20685
|
"bytesInOutput": 580
|
|
@@ -20678,7 +20742,7 @@
|
|
|
20678
20742
|
"bytesInOutput": 806
|
|
20679
20743
|
},
|
|
20680
20744
|
"src/runtime/compact-stages/deduplicate-stage.ts": {
|
|
20681
|
-
"bytesInOutput":
|
|
20745
|
+
"bytesInOutput": 708
|
|
20682
20746
|
},
|
|
20683
20747
|
"src/runtime/compact-stages/head-snap-stage.ts": {
|
|
20684
20748
|
"bytesInOutput": 115
|
|
@@ -20702,10 +20766,10 @@
|
|
|
20702
20766
|
"bytesInOutput": 4327
|
|
20703
20767
|
},
|
|
20704
20768
|
"src/runtime/post-exit-stdio-guard.ts": {
|
|
20705
|
-
"bytesInOutput":
|
|
20769
|
+
"bytesInOutput": 1801
|
|
20706
20770
|
},
|
|
20707
20771
|
"src/runtime/child-pi.ts": {
|
|
20708
|
-
"bytesInOutput":
|
|
20772
|
+
"bytesInOutput": 45369
|
|
20709
20773
|
},
|
|
20710
20774
|
"src/runtime/heartbeat-gradient.ts": {
|
|
20711
20775
|
"bytesInOutput": 953
|
|
@@ -20714,7 +20778,7 @@
|
|
|
20714
20778
|
"bytesInOutput": 1800
|
|
20715
20779
|
},
|
|
20716
20780
|
"src/ui/pi-ui-compat.ts": {
|
|
20717
|
-
"bytesInOutput":
|
|
20781
|
+
"bytesInOutput": 1068
|
|
20718
20782
|
},
|
|
20719
20783
|
"src/runtime/cancellation.ts": {
|
|
20720
20784
|
"bytesInOutput": 2293
|
|
@@ -20810,7 +20874,7 @@
|
|
|
20810
20874
|
"bytesInOutput": 4392
|
|
20811
20875
|
},
|
|
20812
20876
|
"src/state/mailbox.ts": {
|
|
20813
|
-
"bytesInOutput":
|
|
20877
|
+
"bytesInOutput": 18402
|
|
20814
20878
|
},
|
|
20815
20879
|
"src/extension/help.ts": {
|
|
20816
20880
|
"bytesInOutput": 2863
|
|
@@ -20951,10 +21015,10 @@
|
|
|
20951
21015
|
"bytesInOutput": 742
|
|
20952
21016
|
},
|
|
20953
21017
|
"node_modules/yaml/dist/stringify/stringifyNumber.js": {
|
|
20954
|
-
"bytesInOutput":
|
|
21018
|
+
"bytesInOutput": 934
|
|
20955
21019
|
},
|
|
20956
21020
|
"node_modules/yaml/dist/schema/core/float.js": {
|
|
20957
|
-
"bytesInOutput":
|
|
21021
|
+
"bytesInOutput": 1626
|
|
20958
21022
|
},
|
|
20959
21023
|
"node_modules/yaml/dist/schema/core/int.js": {
|
|
20960
21024
|
"bytesInOutput": 1584
|
|
@@ -20978,7 +21042,7 @@
|
|
|
20978
21042
|
"bytesInOutput": 995
|
|
20979
21043
|
},
|
|
20980
21044
|
"node_modules/yaml/dist/schema/yaml-1.1/float.js": {
|
|
20981
|
-
"bytesInOutput":
|
|
21045
|
+
"bytesInOutput": 1737
|
|
20982
21046
|
},
|
|
20983
21047
|
"node_modules/yaml/dist/schema/yaml-1.1/int.js": {
|
|
20984
21048
|
"bytesInOutput": 2434
|
|
@@ -20987,7 +21051,7 @@
|
|
|
20987
21051
|
"bytesInOutput": 3112
|
|
20988
21052
|
},
|
|
20989
21053
|
"node_modules/yaml/dist/schema/yaml-1.1/timestamp.js": {
|
|
20990
|
-
"bytesInOutput":
|
|
21054
|
+
"bytesInOutput": 3476
|
|
20991
21055
|
},
|
|
20992
21056
|
"node_modules/yaml/dist/schema/yaml-1.1/schema.js": {
|
|
20993
21057
|
"bytesInOutput": 1019
|
|
@@ -21020,25 +21084,25 @@
|
|
|
21020
21084
|
"bytesInOutput": 587
|
|
21021
21085
|
},
|
|
21022
21086
|
"node_modules/yaml/dist/compose/resolve-block-map.js": {
|
|
21023
|
-
"bytesInOutput":
|
|
21087
|
+
"bytesInOutput": 4823
|
|
21024
21088
|
},
|
|
21025
21089
|
"node_modules/yaml/dist/compose/resolve-block-seq.js": {
|
|
21026
21090
|
"bytesInOutput": 1872
|
|
21027
21091
|
},
|
|
21028
21092
|
"node_modules/yaml/dist/compose/resolve-end.js": {
|
|
21029
|
-
"bytesInOutput":
|
|
21093
|
+
"bytesInOutput": 1281
|
|
21030
21094
|
},
|
|
21031
21095
|
"node_modules/yaml/dist/compose/resolve-flow-collection.js": {
|
|
21032
|
-
"bytesInOutput":
|
|
21096
|
+
"bytesInOutput": 8163
|
|
21033
21097
|
},
|
|
21034
21098
|
"node_modules/yaml/dist/compose/compose-collection.js": {
|
|
21035
21099
|
"bytesInOutput": 3240
|
|
21036
21100
|
},
|
|
21037
21101
|
"node_modules/yaml/dist/compose/resolve-block-scalar.js": {
|
|
21038
|
-
"bytesInOutput":
|
|
21102
|
+
"bytesInOutput": 7013
|
|
21039
21103
|
},
|
|
21040
21104
|
"node_modules/yaml/dist/compose/resolve-flow-scalar.js": {
|
|
21041
|
-
"bytesInOutput":
|
|
21105
|
+
"bytesInOutput": 7003
|
|
21042
21106
|
},
|
|
21043
21107
|
"node_modules/yaml/dist/compose/compose-scalar.js": {
|
|
21044
21108
|
"bytesInOutput": 3426
|
|
@@ -21059,7 +21123,7 @@
|
|
|
21059
21123
|
"bytesInOutput": 7053
|
|
21060
21124
|
},
|
|
21061
21125
|
"node_modules/yaml/dist/parse/cst-stringify.js": {
|
|
21062
|
-
"bytesInOutput":
|
|
21126
|
+
"bytesInOutput": 1705
|
|
21063
21127
|
},
|
|
21064
21128
|
"node_modules/yaml/dist/parse/cst-visit.js": {
|
|
21065
21129
|
"bytesInOutput": 2066
|
|
@@ -21074,7 +21138,7 @@
|
|
|
21074
21138
|
"bytesInOutput": 926
|
|
21075
21139
|
},
|
|
21076
21140
|
"node_modules/yaml/dist/parse/parser.js": {
|
|
21077
|
-
"bytesInOutput":
|
|
21141
|
+
"bytesInOutput": 29543
|
|
21078
21142
|
},
|
|
21079
21143
|
"node_modules/yaml/dist/public-api.js": {
|
|
21080
21144
|
"bytesInOutput": 3905
|
|
@@ -21467,7 +21531,7 @@
|
|
|
21467
21531
|
"bytesInOutput": 3357
|
|
21468
21532
|
},
|
|
21469
21533
|
"src/worktree/cleanup.ts": {
|
|
21470
|
-
"bytesInOutput":
|
|
21534
|
+
"bytesInOutput": 9609
|
|
21471
21535
|
},
|
|
21472
21536
|
"src/extension/import-index.ts": {
|
|
21473
21537
|
"bytesInOutput": 2153
|
|
@@ -21644,7 +21708,7 @@
|
|
|
21644
21708
|
"bytesInOutput": 2538
|
|
21645
21709
|
},
|
|
21646
21710
|
"src/worktree/worktree-manager.ts": {
|
|
21647
|
-
"bytesInOutput":
|
|
21711
|
+
"bytesInOutput": 24179
|
|
21648
21712
|
},
|
|
21649
21713
|
"src/runtime/event-stream-bridge.ts": {
|
|
21650
21714
|
"bytesInOutput": 2321
|
|
@@ -21728,7 +21792,7 @@
|
|
|
21728
21792
|
"bytesInOutput": 3398
|
|
21729
21793
|
},
|
|
21730
21794
|
"src/runtime/team-runner.ts": {
|
|
21731
|
-
"bytesInOutput":
|
|
21795
|
+
"bytesInOutput": 57487
|
|
21732
21796
|
},
|
|
21733
21797
|
"src/runtime/pipeline-runner.ts": {
|
|
21734
21798
|
"bytesInOutput": 12070
|
|
@@ -21743,10 +21807,10 @@
|
|
|
21743
21807
|
"bytesInOutput": 1051
|
|
21744
21808
|
},
|
|
21745
21809
|
"src/state/crew-init.ts": {
|
|
21746
|
-
"bytesInOutput":
|
|
21810
|
+
"bytesInOutput": 5207
|
|
21747
21811
|
},
|
|
21748
21812
|
"src/runtime/chain-parser.ts": {
|
|
21749
|
-
"bytesInOutput":
|
|
21813
|
+
"bytesInOutput": 4978
|
|
21750
21814
|
},
|
|
21751
21815
|
"src/runtime/chain-runner.ts": {
|
|
21752
21816
|
"bytesInOutput": 15774
|
|
@@ -21848,7 +21912,7 @@
|
|
|
21848
21912
|
"bytesInOutput": 4158
|
|
21849
21913
|
},
|
|
21850
21914
|
"src/ui/run-dashboard.ts": {
|
|
21851
|
-
"bytesInOutput":
|
|
21915
|
+
"bytesInOutput": 27552
|
|
21852
21916
|
},
|
|
21853
21917
|
"src/ui/overlays/confirm-overlay.ts": {
|
|
21854
21918
|
"bytesInOutput": 2247
|
|
@@ -21869,7 +21933,7 @@
|
|
|
21869
21933
|
"bytesInOutput": 15659
|
|
21870
21934
|
},
|
|
21871
21935
|
"src/ui/settings-overlay.ts": {
|
|
21872
|
-
"bytesInOutput":
|
|
21936
|
+
"bytesInOutput": 30589
|
|
21873
21937
|
},
|
|
21874
21938
|
"src/extension/registration/commands.ts": {
|
|
21875
21939
|
"bytesInOutput": 40488
|
|
@@ -21973,27 +22037,30 @@
|
|
|
21973
22037
|
"src/extension/crew-shortcuts.ts": {
|
|
21974
22038
|
"bytesInOutput": 1204
|
|
21975
22039
|
},
|
|
22040
|
+
"src/extension/crew-vibes/index.ts": {
|
|
22041
|
+
"bytesInOutput": 10897
|
|
22042
|
+
},
|
|
21976
22043
|
"src/extension/crew-vibes/config.ts": {
|
|
21977
|
-
"bytesInOutput":
|
|
22044
|
+
"bytesInOutput": 5221
|
|
21978
22045
|
},
|
|
21979
22046
|
"src/extension/crew-vibes/font-detect.ts": {
|
|
21980
22047
|
"bytesInOutput": 1467
|
|
21981
22048
|
},
|
|
21982
|
-
"src/extension/crew-vibes/provider-usage.ts": {
|
|
21983
|
-
"bytesInOutput": 9012
|
|
21984
|
-
},
|
|
21985
22049
|
"src/extension/crew-vibes/figures.ts": {
|
|
21986
22050
|
"bytesInOutput": 1218
|
|
21987
22051
|
},
|
|
22052
|
+
"src/extension/crew-vibes/footer.ts": {
|
|
22053
|
+
"bytesInOutput": 8220
|
|
22054
|
+
},
|
|
21988
22055
|
"src/extension/crew-vibes/render.ts": {
|
|
21989
|
-
"bytesInOutput":
|
|
22056
|
+
"bytesInOutput": 5531
|
|
22057
|
+
},
|
|
22058
|
+
"src/extension/crew-vibes/provider-usage.ts": {
|
|
22059
|
+
"bytesInOutput": 9012
|
|
21990
22060
|
},
|
|
21991
22061
|
"src/extension/crew-vibes/speed.ts": {
|
|
21992
22062
|
"bytesInOutput": 6470
|
|
21993
22063
|
},
|
|
21994
|
-
"src/extension/crew-vibes/index.ts": {
|
|
21995
|
-
"bytesInOutput": 10666
|
|
21996
|
-
},
|
|
21997
22064
|
"src/extension/cross-extension-rpc.ts": {
|
|
21998
22065
|
"bytesInOutput": 8532
|
|
21999
22066
|
},
|
|
@@ -22028,7 +22095,7 @@
|
|
|
22028
22095
|
"bytesInOutput": 81
|
|
22029
22096
|
}
|
|
22030
22097
|
},
|
|
22031
|
-
"bytes":
|
|
22098
|
+
"bytes": 3161826
|
|
22032
22099
|
}
|
|
22033
22100
|
}
|
|
22034
22101
|
}
|