pi-crew 0.9.26 → 0.9.27
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/CHANGELOG.md +87 -0
- package/NOTICE.md +14 -0
- package/assets/crew-vibes.ttf +0 -0
- package/assets/runner-spritesheet.png +0 -0
- package/dist/build-meta.json +255 -40
- package/dist/index.mjs +1564 -241
- package/dist/index.mjs.map +4 -4
- package/docs/perf/optimization-plan-2026-07-verified.md +396 -0
- package/package.json +9 -2
- package/scripts/bench-check.mjs +96 -0
- package/scripts/bench-cold-start.mjs +216 -0
- package/scripts/build-bundle.mjs +84 -0
- package/scripts/build-crew-vibes-font.py +328 -0
- package/scripts/check-all-skills.ts +294 -0
- package/scripts/check-bundle-staleness.mjs +97 -0
- package/scripts/check-conflict-markers.mjs +91 -0
- package/scripts/check-lazy-imports.mjs +28 -0
- package/scripts/install-crew-vibes-font.mjs +91 -0
- package/scripts/postinstall.mjs +47 -0
- package/scripts/profile-startup.mjs +125 -0
- package/scripts/release-smoke.mjs +74 -0
- package/scripts/run-bench.mjs +47 -0
- package/scripts/run-real-chain.ts +41 -0
- package/scripts/test-issue-29-crash.ts +111 -0
- package/scripts/test-issue-29-e2e.ts +183 -0
- package/scripts/test-issue-29-real-runtime.ts +330 -0
- package/scripts/test-issue-29-real-tasks.ts +387 -0
- package/scripts/test-issue-29-team-tool.ts +105 -0
- package/scripts/test-runner.mjs +74 -0
- package/scripts/verify-flicker-fix.ts +109 -0
- package/scripts/verify-skill.ts +550 -0
- package/scripts/watch-bundle.mjs +259 -0
- package/scripts/watchdog-harness.ts +119 -0
- package/src/agents/discover-agents.ts +6 -1
- package/src/config/defaults.ts +6 -0
- package/src/extension/crew-vibes/cat-frames.ts +18 -0
- package/src/extension/crew-vibes/config.ts +195 -0
- package/src/extension/crew-vibes/figures.ts +94 -0
- package/src/extension/crew-vibes/font-detect.ts +58 -0
- package/src/extension/crew-vibes/index.ts +396 -0
- package/src/extension/crew-vibes/provider-usage.ts +330 -0
- package/src/extension/crew-vibes/render.ts +206 -0
- package/src/extension/crew-vibes/speed.ts +286 -0
- package/src/extension/knowledge-injection.ts +12 -3
- package/src/extension/management.ts +23 -3
- package/src/extension/register.ts +7 -0
- package/src/runtime/child-pi.ts +117 -10
- package/src/runtime/crew-agent-records.ts +10 -3
- package/src/runtime/retry-executor.ts +4 -1
- package/src/runtime/task-runner/state-helpers.ts +9 -30
- package/src/runtime/team-runner.ts +5 -3
- package/src/state/atomic-write.ts +153 -49
- package/src/state/event-log.ts +16 -10
- package/src/state/locks.ts +7 -8
- package/src/state/mailbox.ts +15 -4
- package/src/state/state-store.ts +39 -10
- package/src/teams/discover-teams.ts +56 -1
- package/src/utils/safe-paths.ts +2 -1
- package/src/workflows/discover-workflows.ts +72 -1
package/dist/build-meta.json
CHANGED
|
@@ -6119,7 +6119,7 @@
|
|
|
6119
6119
|
"format": "esm"
|
|
6120
6120
|
},
|
|
6121
6121
|
"src/state/atomic-write.ts": {
|
|
6122
|
-
"bytes":
|
|
6122
|
+
"bytes": 33696,
|
|
6123
6123
|
"imports": [
|
|
6124
6124
|
{
|
|
6125
6125
|
"path": "node:crypto",
|
|
@@ -6160,12 +6160,12 @@
|
|
|
6160
6160
|
"format": "esm"
|
|
6161
6161
|
},
|
|
6162
6162
|
"src/config/defaults.ts": {
|
|
6163
|
-
"bytes":
|
|
6163
|
+
"bytes": 4721,
|
|
6164
6164
|
"imports": [],
|
|
6165
6165
|
"format": "esm"
|
|
6166
6166
|
},
|
|
6167
6167
|
"src/state/locks.ts": {
|
|
6168
|
-
"bytes":
|
|
6168
|
+
"bytes": 15906,
|
|
6169
6169
|
"imports": [
|
|
6170
6170
|
{
|
|
6171
6171
|
"path": "node:crypto",
|
|
@@ -6351,7 +6351,7 @@
|
|
|
6351
6351
|
"format": "esm"
|
|
6352
6352
|
},
|
|
6353
6353
|
"src/state/event-log.ts": {
|
|
6354
|
-
"bytes":
|
|
6354
|
+
"bytes": 46263,
|
|
6355
6355
|
"imports": [
|
|
6356
6356
|
{
|
|
6357
6357
|
"path": "node:crypto",
|
|
@@ -6443,7 +6443,7 @@
|
|
|
6443
6443
|
"format": "esm"
|
|
6444
6444
|
},
|
|
6445
6445
|
"src/utils/safe-paths.ts": {
|
|
6446
|
-
"bytes":
|
|
6446
|
+
"bytes": 17380,
|
|
6447
6447
|
"imports": [
|
|
6448
6448
|
{
|
|
6449
6449
|
"path": "node:fs",
|
|
@@ -6562,7 +6562,7 @@
|
|
|
6562
6562
|
"format": "esm"
|
|
6563
6563
|
},
|
|
6564
6564
|
"src/state/state-store.ts": {
|
|
6565
|
-
"bytes":
|
|
6565
|
+
"bytes": 36081,
|
|
6566
6566
|
"imports": [
|
|
6567
6567
|
{
|
|
6568
6568
|
"path": "node:fs",
|
|
@@ -6659,7 +6659,7 @@
|
|
|
6659
6659
|
"format": "esm"
|
|
6660
6660
|
},
|
|
6661
6661
|
"src/runtime/crew-agent-records.ts": {
|
|
6662
|
-
"bytes":
|
|
6662
|
+
"bytes": 20964,
|
|
6663
6663
|
"imports": [
|
|
6664
6664
|
{
|
|
6665
6665
|
"path": "node:fs",
|
|
@@ -7341,7 +7341,7 @@
|
|
|
7341
7341
|
"format": "esm"
|
|
7342
7342
|
},
|
|
7343
7343
|
"src/runtime/child-pi.ts": {
|
|
7344
|
-
"bytes":
|
|
7344
|
+
"bytes": 65598,
|
|
7345
7345
|
"imports": [
|
|
7346
7346
|
{
|
|
7347
7347
|
"path": "node:child_process",
|
|
@@ -7567,7 +7567,7 @@
|
|
|
7567
7567
|
"format": "esm"
|
|
7568
7568
|
},
|
|
7569
7569
|
"src/workflows/discover-workflows.ts": {
|
|
7570
|
-
"bytes":
|
|
7570
|
+
"bytes": 11026,
|
|
7571
7571
|
"imports": [
|
|
7572
7572
|
{
|
|
7573
7573
|
"path": "node:fs",
|
|
@@ -8003,7 +8003,7 @@
|
|
|
8003
8003
|
"format": "esm"
|
|
8004
8004
|
},
|
|
8005
8005
|
"src/agents/discover-agents.ts": {
|
|
8006
|
-
"bytes":
|
|
8006
|
+
"bytes": 25500,
|
|
8007
8007
|
"imports": [
|
|
8008
8008
|
{
|
|
8009
8009
|
"path": "node:fs",
|
|
@@ -8055,7 +8055,7 @@
|
|
|
8055
8055
|
"format": "esm"
|
|
8056
8056
|
},
|
|
8057
8057
|
"src/teams/discover-teams.ts": {
|
|
8058
|
-
"bytes":
|
|
8058
|
+
"bytes": 6985,
|
|
8059
8059
|
"imports": [
|
|
8060
8060
|
{
|
|
8061
8061
|
"path": "node:fs",
|
|
@@ -8267,7 +8267,7 @@
|
|
|
8267
8267
|
"format": "esm"
|
|
8268
8268
|
},
|
|
8269
8269
|
"src/state/mailbox.ts": {
|
|
8270
|
-
"bytes":
|
|
8270
|
+
"bytes": 27973,
|
|
8271
8271
|
"imports": [
|
|
8272
8272
|
{
|
|
8273
8273
|
"path": "node:fs",
|
|
@@ -8365,7 +8365,7 @@
|
|
|
8365
8365
|
"format": "esm"
|
|
8366
8366
|
},
|
|
8367
8367
|
"src/extension/management.ts": {
|
|
8368
|
-
"bytes":
|
|
8368
|
+
"bytes": 24299,
|
|
8369
8369
|
"imports": [
|
|
8370
8370
|
{
|
|
8371
8371
|
"path": "node:crypto",
|
|
@@ -14245,7 +14245,7 @@
|
|
|
14245
14245
|
"format": "esm"
|
|
14246
14246
|
},
|
|
14247
14247
|
"src/runtime/retry-executor.ts": {
|
|
14248
|
-
"bytes":
|
|
14248
|
+
"bytes": 3151,
|
|
14249
14249
|
"imports": [
|
|
14250
14250
|
{
|
|
14251
14251
|
"path": "src/utils/sleep.ts",
|
|
@@ -14531,7 +14531,7 @@
|
|
|
14531
14531
|
"format": "esm"
|
|
14532
14532
|
},
|
|
14533
14533
|
"src/extension/knowledge-injection.ts": {
|
|
14534
|
-
"bytes":
|
|
14534
|
+
"bytes": 14866,
|
|
14535
14535
|
"imports": [
|
|
14536
14536
|
{
|
|
14537
14537
|
"path": "node:fs",
|
|
@@ -14543,6 +14543,11 @@
|
|
|
14543
14543
|
"kind": "import-statement",
|
|
14544
14544
|
"external": true
|
|
14545
14545
|
},
|
|
14546
|
+
{
|
|
14547
|
+
"path": "src/utils/internal-error.ts",
|
|
14548
|
+
"kind": "import-statement",
|
|
14549
|
+
"original": "../utils/internal-error.ts"
|
|
14550
|
+
},
|
|
14546
14551
|
{
|
|
14547
14552
|
"path": "src/utils/paths.ts",
|
|
14548
14553
|
"kind": "import-statement",
|
|
@@ -14656,7 +14661,7 @@
|
|
|
14656
14661
|
"format": "esm"
|
|
14657
14662
|
},
|
|
14658
14663
|
"src/runtime/task-runner/state-helpers.ts": {
|
|
14659
|
-
"bytes":
|
|
14664
|
+
"bytes": 5519,
|
|
14660
14665
|
"imports": [
|
|
14661
14666
|
{
|
|
14662
14667
|
"path": "node:fs",
|
|
@@ -15119,7 +15124,7 @@
|
|
|
15119
15124
|
"format": "esm"
|
|
15120
15125
|
},
|
|
15121
15126
|
"src/runtime/team-runner.ts": {
|
|
15122
|
-
"bytes":
|
|
15127
|
+
"bytes": 76483,
|
|
15123
15128
|
"imports": [
|
|
15124
15129
|
{
|
|
15125
15130
|
"path": "node:fs",
|
|
@@ -15345,7 +15350,7 @@
|
|
|
15345
15350
|
"format": "esm"
|
|
15346
15351
|
},
|
|
15347
15352
|
"src/runtime/pipeline-runner.ts": {
|
|
15348
|
-
"bytes":
|
|
15353
|
+
"bytes": 14889,
|
|
15349
15354
|
"imports": [
|
|
15350
15355
|
{
|
|
15351
15356
|
"path": "src/errors.ts",
|
|
@@ -17112,6 +17117,147 @@
|
|
|
17112
17117
|
],
|
|
17113
17118
|
"format": "esm"
|
|
17114
17119
|
},
|
|
17120
|
+
"src/extension/crew-vibes/font-detect.ts": {
|
|
17121
|
+
"bytes": 2265,
|
|
17122
|
+
"imports": [
|
|
17123
|
+
{
|
|
17124
|
+
"path": "node:fs",
|
|
17125
|
+
"kind": "import-statement",
|
|
17126
|
+
"external": true
|
|
17127
|
+
},
|
|
17128
|
+
{
|
|
17129
|
+
"path": "node:os",
|
|
17130
|
+
"kind": "import-statement",
|
|
17131
|
+
"external": true
|
|
17132
|
+
},
|
|
17133
|
+
{
|
|
17134
|
+
"path": "node:path",
|
|
17135
|
+
"kind": "import-statement",
|
|
17136
|
+
"external": true
|
|
17137
|
+
}
|
|
17138
|
+
],
|
|
17139
|
+
"format": "esm"
|
|
17140
|
+
},
|
|
17141
|
+
"src/extension/crew-vibes/config.ts": {
|
|
17142
|
+
"bytes": 7062,
|
|
17143
|
+
"imports": [
|
|
17144
|
+
{
|
|
17145
|
+
"path": "node:fs",
|
|
17146
|
+
"kind": "import-statement",
|
|
17147
|
+
"external": true
|
|
17148
|
+
},
|
|
17149
|
+
{
|
|
17150
|
+
"path": "node:path",
|
|
17151
|
+
"kind": "import-statement",
|
|
17152
|
+
"external": true
|
|
17153
|
+
},
|
|
17154
|
+
{
|
|
17155
|
+
"path": "src/extension/crew-vibes/font-detect.ts",
|
|
17156
|
+
"kind": "import-statement",
|
|
17157
|
+
"original": "./font-detect.ts"
|
|
17158
|
+
}
|
|
17159
|
+
],
|
|
17160
|
+
"format": "esm"
|
|
17161
|
+
},
|
|
17162
|
+
"src/extension/crew-vibes/provider-usage.ts": {
|
|
17163
|
+
"bytes": 10862,
|
|
17164
|
+
"imports": [
|
|
17165
|
+
{
|
|
17166
|
+
"path": "node:fs",
|
|
17167
|
+
"kind": "import-statement",
|
|
17168
|
+
"external": true
|
|
17169
|
+
},
|
|
17170
|
+
{
|
|
17171
|
+
"path": "node:os",
|
|
17172
|
+
"kind": "import-statement",
|
|
17173
|
+
"external": true
|
|
17174
|
+
},
|
|
17175
|
+
{
|
|
17176
|
+
"path": "node:path",
|
|
17177
|
+
"kind": "import-statement",
|
|
17178
|
+
"external": true
|
|
17179
|
+
}
|
|
17180
|
+
],
|
|
17181
|
+
"format": "esm"
|
|
17182
|
+
},
|
|
17183
|
+
"src/extension/crew-vibes/figures.ts": {
|
|
17184
|
+
"bytes": 3595,
|
|
17185
|
+
"imports": [
|
|
17186
|
+
{
|
|
17187
|
+
"path": "src/extension/crew-vibes/font-detect.ts",
|
|
17188
|
+
"kind": "import-statement",
|
|
17189
|
+
"original": "./font-detect.ts"
|
|
17190
|
+
}
|
|
17191
|
+
],
|
|
17192
|
+
"format": "esm"
|
|
17193
|
+
},
|
|
17194
|
+
"src/extension/crew-vibes/render.ts": {
|
|
17195
|
+
"bytes": 8361,
|
|
17196
|
+
"imports": [
|
|
17197
|
+
{
|
|
17198
|
+
"path": "src/extension/crew-vibes/config.ts",
|
|
17199
|
+
"kind": "import-statement",
|
|
17200
|
+
"original": "./config.ts"
|
|
17201
|
+
},
|
|
17202
|
+
{
|
|
17203
|
+
"path": "src/extension/crew-vibes/figures.ts",
|
|
17204
|
+
"kind": "import-statement",
|
|
17205
|
+
"original": "./figures.ts"
|
|
17206
|
+
}
|
|
17207
|
+
],
|
|
17208
|
+
"format": "esm"
|
|
17209
|
+
},
|
|
17210
|
+
"src/extension/crew-vibes/speed.ts": {
|
|
17211
|
+
"bytes": 7688,
|
|
17212
|
+
"imports": [],
|
|
17213
|
+
"format": "esm"
|
|
17214
|
+
},
|
|
17215
|
+
"src/extension/crew-vibes/cat-frames.ts": {
|
|
17216
|
+
"bytes": 847,
|
|
17217
|
+
"imports": [],
|
|
17218
|
+
"format": "esm"
|
|
17219
|
+
},
|
|
17220
|
+
"src/extension/crew-vibes/index.ts": {
|
|
17221
|
+
"bytes": 13189,
|
|
17222
|
+
"imports": [
|
|
17223
|
+
{
|
|
17224
|
+
"path": "src/extension/crew-vibes/config.ts",
|
|
17225
|
+
"kind": "import-statement",
|
|
17226
|
+
"original": "./config.ts"
|
|
17227
|
+
},
|
|
17228
|
+
{
|
|
17229
|
+
"path": "src/extension/crew-vibes/font-detect.ts",
|
|
17230
|
+
"kind": "import-statement",
|
|
17231
|
+
"original": "./font-detect.ts"
|
|
17232
|
+
},
|
|
17233
|
+
{
|
|
17234
|
+
"path": "src/extension/crew-vibes/provider-usage.ts",
|
|
17235
|
+
"kind": "import-statement",
|
|
17236
|
+
"original": "./provider-usage.ts"
|
|
17237
|
+
},
|
|
17238
|
+
{
|
|
17239
|
+
"path": "src/extension/crew-vibes/figures.ts",
|
|
17240
|
+
"kind": "import-statement",
|
|
17241
|
+
"original": "./figures.ts"
|
|
17242
|
+
},
|
|
17243
|
+
{
|
|
17244
|
+
"path": "src/extension/crew-vibes/render.ts",
|
|
17245
|
+
"kind": "import-statement",
|
|
17246
|
+
"original": "./render.ts"
|
|
17247
|
+
},
|
|
17248
|
+
{
|
|
17249
|
+
"path": "src/extension/crew-vibes/speed.ts",
|
|
17250
|
+
"kind": "import-statement",
|
|
17251
|
+
"original": "./speed.ts"
|
|
17252
|
+
},
|
|
17253
|
+
{
|
|
17254
|
+
"path": "src/extension/crew-vibes/cat-frames.ts",
|
|
17255
|
+
"kind": "import-statement",
|
|
17256
|
+
"original": "./cat-frames.ts"
|
|
17257
|
+
}
|
|
17258
|
+
],
|
|
17259
|
+
"format": "esm"
|
|
17260
|
+
},
|
|
17115
17261
|
"src/extension/rpc-hmac.ts": {
|
|
17116
17262
|
"bytes": 7500,
|
|
17117
17263
|
"imports": [
|
|
@@ -17781,7 +17927,7 @@
|
|
|
17781
17927
|
"format": "esm"
|
|
17782
17928
|
},
|
|
17783
17929
|
"src/extension/register.ts": {
|
|
17784
|
-
"bytes":
|
|
17930
|
+
"bytes": 67832,
|
|
17785
17931
|
"imports": [
|
|
17786
17932
|
{
|
|
17787
17933
|
"path": "node:fs",
|
|
@@ -18008,6 +18154,11 @@
|
|
|
18008
18154
|
"kind": "import-statement",
|
|
18009
18155
|
"original": "./crew-shortcuts.ts"
|
|
18010
18156
|
},
|
|
18157
|
+
{
|
|
18158
|
+
"path": "src/extension/crew-vibes/index.ts",
|
|
18159
|
+
"kind": "import-statement",
|
|
18160
|
+
"original": "./crew-vibes/index.ts"
|
|
18161
|
+
},
|
|
18011
18162
|
{
|
|
18012
18163
|
"path": "src/extension/cross-extension-rpc.ts",
|
|
18013
18164
|
"kind": "import-statement",
|
|
@@ -18198,7 +18349,7 @@
|
|
|
18198
18349
|
"imports": [],
|
|
18199
18350
|
"exports": [],
|
|
18200
18351
|
"inputs": {},
|
|
18201
|
-
"bytes":
|
|
18352
|
+
"bytes": 6596483
|
|
18202
18353
|
},
|
|
18203
18354
|
"dist/index.mjs": {
|
|
18204
18355
|
"imports": [
|
|
@@ -19582,6 +19733,46 @@
|
|
|
19582
19733
|
"kind": "import-statement",
|
|
19583
19734
|
"external": true
|
|
19584
19735
|
},
|
|
19736
|
+
{
|
|
19737
|
+
"path": "node:fs",
|
|
19738
|
+
"kind": "import-statement",
|
|
19739
|
+
"external": true
|
|
19740
|
+
},
|
|
19741
|
+
{
|
|
19742
|
+
"path": "node:path",
|
|
19743
|
+
"kind": "import-statement",
|
|
19744
|
+
"external": true
|
|
19745
|
+
},
|
|
19746
|
+
{
|
|
19747
|
+
"path": "node:fs",
|
|
19748
|
+
"kind": "import-statement",
|
|
19749
|
+
"external": true
|
|
19750
|
+
},
|
|
19751
|
+
{
|
|
19752
|
+
"path": "node:os",
|
|
19753
|
+
"kind": "import-statement",
|
|
19754
|
+
"external": true
|
|
19755
|
+
},
|
|
19756
|
+
{
|
|
19757
|
+
"path": "node:path",
|
|
19758
|
+
"kind": "import-statement",
|
|
19759
|
+
"external": true
|
|
19760
|
+
},
|
|
19761
|
+
{
|
|
19762
|
+
"path": "node:fs",
|
|
19763
|
+
"kind": "import-statement",
|
|
19764
|
+
"external": true
|
|
19765
|
+
},
|
|
19766
|
+
{
|
|
19767
|
+
"path": "node:os",
|
|
19768
|
+
"kind": "import-statement",
|
|
19769
|
+
"external": true
|
|
19770
|
+
},
|
|
19771
|
+
{
|
|
19772
|
+
"path": "node:path",
|
|
19773
|
+
"kind": "import-statement",
|
|
19774
|
+
"external": true
|
|
19775
|
+
},
|
|
19585
19776
|
{
|
|
19586
19777
|
"path": "node:crypto",
|
|
19587
19778
|
"kind": "import-statement",
|
|
@@ -20358,13 +20549,13 @@
|
|
|
20358
20549
|
"bytesInOutput": 5243
|
|
20359
20550
|
},
|
|
20360
20551
|
"src/state/atomic-write.ts": {
|
|
20361
|
-
"bytesInOutput":
|
|
20552
|
+
"bytesInOutput": 16802
|
|
20362
20553
|
},
|
|
20363
20554
|
"src/config/defaults.ts": {
|
|
20364
|
-
"bytesInOutput":
|
|
20555
|
+
"bytesInOutput": 4426
|
|
20365
20556
|
},
|
|
20366
20557
|
"src/state/locks.ts": {
|
|
20367
|
-
"bytesInOutput":
|
|
20558
|
+
"bytesInOutput": 7427
|
|
20368
20559
|
},
|
|
20369
20560
|
"src/utils/paths.ts": {
|
|
20370
20561
|
"bytesInOutput": 5172
|
|
@@ -20391,13 +20582,13 @@
|
|
|
20391
20582
|
"bytesInOutput": 4478
|
|
20392
20583
|
},
|
|
20393
20584
|
"src/state/event-log.ts": {
|
|
20394
|
-
"bytesInOutput":
|
|
20585
|
+
"bytesInOutput": 26471
|
|
20395
20586
|
},
|
|
20396
20587
|
"src/hooks/registry.ts": {
|
|
20397
20588
|
"bytesInOutput": 4422
|
|
20398
20589
|
},
|
|
20399
20590
|
"src/utils/safe-paths.ts": {
|
|
20400
|
-
"bytesInOutput":
|
|
20591
|
+
"bytesInOutput": 8574
|
|
20401
20592
|
},
|
|
20402
20593
|
"src/utils/scan-cache.ts": {
|
|
20403
20594
|
"bytesInOutput": 3769
|
|
@@ -20418,7 +20609,7 @@
|
|
|
20418
20609
|
"bytesInOutput": 1785
|
|
20419
20610
|
},
|
|
20420
20611
|
"src/state/state-store.ts": {
|
|
20421
|
-
"bytesInOutput":
|
|
20612
|
+
"bytesInOutput": 18950
|
|
20422
20613
|
},
|
|
20423
20614
|
"src/utils/file-coalescer.ts": {
|
|
20424
20615
|
"bytesInOutput": 1204
|
|
@@ -20427,7 +20618,7 @@
|
|
|
20427
20618
|
"bytesInOutput": 492
|
|
20428
20619
|
},
|
|
20429
20620
|
"src/runtime/crew-agent-records.ts": {
|
|
20430
|
-
"bytesInOutput":
|
|
20621
|
+
"bytesInOutput": 16167
|
|
20431
20622
|
},
|
|
20432
20623
|
"src/runtime/live-agent-manager.ts": {
|
|
20433
20624
|
"bytesInOutput": 14931
|
|
@@ -20451,7 +20642,7 @@
|
|
|
20451
20642
|
"bytesInOutput": 592
|
|
20452
20643
|
},
|
|
20453
20644
|
"src/runtime/orphan-worker-registry.ts": {
|
|
20454
|
-
"bytesInOutput":
|
|
20645
|
+
"bytesInOutput": 7463
|
|
20455
20646
|
},
|
|
20456
20647
|
"src/runtime/pi-spawn.ts": {
|
|
20457
20648
|
"bytesInOutput": 6694
|
|
@@ -20529,7 +20720,7 @@
|
|
|
20529
20720
|
"bytesInOutput": 1642
|
|
20530
20721
|
},
|
|
20531
20722
|
"src/runtime/child-pi.ts": {
|
|
20532
|
-
"bytesInOutput":
|
|
20723
|
+
"bytesInOutput": 45261
|
|
20533
20724
|
},
|
|
20534
20725
|
"src/runtime/heartbeat-gradient.ts": {
|
|
20535
20726
|
"bytesInOutput": 953
|
|
@@ -20556,7 +20747,7 @@
|
|
|
20556
20747
|
"bytesInOutput": 1909
|
|
20557
20748
|
},
|
|
20558
20749
|
"src/workflows/discover-workflows.ts": {
|
|
20559
|
-
"bytesInOutput":
|
|
20750
|
+
"bytesInOutput": 8611
|
|
20560
20751
|
},
|
|
20561
20752
|
"src/ui/render-coalescer.ts": {
|
|
20562
20753
|
"bytesInOutput": 1330
|
|
@@ -20613,7 +20804,7 @@
|
|
|
20613
20804
|
"bytesInOutput": 5972
|
|
20614
20805
|
},
|
|
20615
20806
|
"src/teams/discover-teams.ts": {
|
|
20616
|
-
"bytesInOutput":
|
|
20807
|
+
"bytesInOutput": 5720
|
|
20617
20808
|
},
|
|
20618
20809
|
"src/extension/autonomous-policy.ts": {
|
|
20619
20810
|
"bytesInOutput": 8919
|
|
@@ -20634,7 +20825,7 @@
|
|
|
20634
20825
|
"bytesInOutput": 4392
|
|
20635
20826
|
},
|
|
20636
20827
|
"src/state/mailbox.ts": {
|
|
20637
|
-
"bytesInOutput":
|
|
20828
|
+
"bytesInOutput": 18400
|
|
20638
20829
|
},
|
|
20639
20830
|
"src/extension/help.ts": {
|
|
20640
20831
|
"bytesInOutput": 2863
|
|
@@ -20658,7 +20849,7 @@
|
|
|
20658
20849
|
"bytesInOutput": 1245
|
|
20659
20850
|
},
|
|
20660
20851
|
"src/extension/management.ts": {
|
|
20661
|
-
"bytesInOutput":
|
|
20852
|
+
"bytesInOutput": 20991
|
|
20662
20853
|
},
|
|
20663
20854
|
"src/extension/project-init.ts": {
|
|
20664
20855
|
"bytesInOutput": 5557
|
|
@@ -21444,7 +21635,7 @@
|
|
|
21444
21635
|
"bytesInOutput": 3922
|
|
21445
21636
|
},
|
|
21446
21637
|
"src/runtime/retry-executor.ts": {
|
|
21447
|
-
"bytesInOutput":
|
|
21638
|
+
"bytesInOutput": 2426
|
|
21448
21639
|
},
|
|
21449
21640
|
"src/runtime/task-runner/output-splitter.ts": {
|
|
21450
21641
|
"bytesInOutput": 3242
|
|
@@ -21498,7 +21689,7 @@
|
|
|
21498
21689
|
"bytesInOutput": 4999
|
|
21499
21690
|
},
|
|
21500
21691
|
"src/extension/knowledge-injection.ts": {
|
|
21501
|
-
"bytesInOutput":
|
|
21692
|
+
"bytesInOutput": 7863
|
|
21502
21693
|
},
|
|
21503
21694
|
"src/runtime/agent-memory.ts": {
|
|
21504
21695
|
"bytesInOutput": 2842
|
|
@@ -21519,7 +21710,7 @@
|
|
|
21519
21710
|
"bytesInOutput": 767
|
|
21520
21711
|
},
|
|
21521
21712
|
"src/runtime/task-runner/state-helpers.ts": {
|
|
21522
|
-
"bytesInOutput":
|
|
21713
|
+
"bytesInOutput": 2576
|
|
21523
21714
|
},
|
|
21524
21715
|
"src/runtime/task-runner/tail-read.ts": {
|
|
21525
21716
|
"bytesInOutput": 762
|
|
@@ -21552,10 +21743,10 @@
|
|
|
21552
21743
|
"bytesInOutput": 3398
|
|
21553
21744
|
},
|
|
21554
21745
|
"src/runtime/team-runner.ts": {
|
|
21555
|
-
"bytesInOutput":
|
|
21746
|
+
"bytesInOutput": 57383
|
|
21556
21747
|
},
|
|
21557
21748
|
"src/runtime/pipeline-runner.ts": {
|
|
21558
|
-
"bytesInOutput":
|
|
21749
|
+
"bytesInOutput": 12070
|
|
21559
21750
|
},
|
|
21560
21751
|
"src/state/run-metrics.ts": {
|
|
21561
21752
|
"bytesInOutput": 1508
|
|
@@ -21753,7 +21944,7 @@
|
|
|
21753
21944
|
"bytesInOutput": 3150
|
|
21754
21945
|
},
|
|
21755
21946
|
"src/extension/register.ts": {
|
|
21756
|
-
"bytesInOutput":
|
|
21947
|
+
"bytesInOutput": 45364
|
|
21757
21948
|
},
|
|
21758
21949
|
"src/runtime/batch-barrier.ts": {
|
|
21759
21950
|
"bytesInOutput": 3060
|
|
@@ -21797,6 +21988,30 @@
|
|
|
21797
21988
|
"src/extension/crew-shortcuts.ts": {
|
|
21798
21989
|
"bytesInOutput": 1204
|
|
21799
21990
|
},
|
|
21991
|
+
"src/extension/crew-vibes/config.ts": {
|
|
21992
|
+
"bytesInOutput": 5220
|
|
21993
|
+
},
|
|
21994
|
+
"src/extension/crew-vibes/font-detect.ts": {
|
|
21995
|
+
"bytesInOutput": 1467
|
|
21996
|
+
},
|
|
21997
|
+
"src/extension/crew-vibes/provider-usage.ts": {
|
|
21998
|
+
"bytesInOutput": 7211
|
|
21999
|
+
},
|
|
22000
|
+
"src/extension/crew-vibes/figures.ts": {
|
|
22001
|
+
"bytesInOutput": 1218
|
|
22002
|
+
},
|
|
22003
|
+
"src/extension/crew-vibes/render.ts": {
|
|
22004
|
+
"bytesInOutput": 5773
|
|
22005
|
+
},
|
|
22006
|
+
"src/extension/crew-vibes/speed.ts": {
|
|
22007
|
+
"bytesInOutput": 6470
|
|
22008
|
+
},
|
|
22009
|
+
"src/extension/crew-vibes/cat-frames.ts": {
|
|
22010
|
+
"bytesInOutput": 855
|
|
22011
|
+
},
|
|
22012
|
+
"src/extension/crew-vibes/index.ts": {
|
|
22013
|
+
"bytesInOutput": 11101
|
|
22014
|
+
},
|
|
21800
22015
|
"src/extension/cross-extension-rpc.ts": {
|
|
21801
22016
|
"bytesInOutput": 8532
|
|
21802
22017
|
},
|
|
@@ -21831,7 +22046,7 @@
|
|
|
21831
22046
|
"bytesInOutput": 81
|
|
21832
22047
|
}
|
|
21833
22048
|
},
|
|
21834
|
-
"bytes":
|
|
22049
|
+
"bytes": 3145843
|
|
21835
22050
|
}
|
|
21836
22051
|
}
|
|
21837
22052
|
}
|