pi-crew 0.9.49 → 0.9.51

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +324 -0
  2. package/dist/build-meta.json +84 -57
  3. package/dist/index.mjs +224 -96
  4. package/dist/index.mjs.map +4 -4
  5. package/docs/decisions/2026-07-26-c6-mascot-visibility-not-wired.md +84 -0
  6. package/package.json +1 -2
  7. package/skills/distill-persona/SKILL.md +83 -145
  8. package/skills/distill-persona/references/cross-skill-differentiation.md +12 -0
  9. package/skills/distill-persona/references/description-discipline.md +6 -0
  10. package/skills/distill-persona/references/diagnostic-path.md +25 -0
  11. package/skills/distill-persona/references/fidelity-rubric.md +19 -0
  12. package/skills/distill-persona/references/field-models.md +20 -0
  13. package/skills/distill-persona/references/optional-body-sections.md +9 -0
  14. package/skills/distill-persona/references/registry-routing.md +11 -0
  15. package/skills/distill-persona/references/self-upgrade-directive.md +20 -0
  16. package/skills/distill-persona/references/taste-principles.md +8 -0
  17. package/skills/distill-persona/references/topic-variant.md +13 -0
  18. package/skills/distill-persona/references/update-mode.md +7 -0
  19. package/skills/distill-persona/scripts/validate-run.mjs +297 -0
  20. package/skills/distill-software/SKILL.md +174 -90
  21. package/skills/research/SKILL.md +1 -1
  22. package/src/extension/crew-cleanup.ts +18 -1
  23. package/src/extension/crew-vibes/index.ts +11 -2
  24. package/src/extension/register.ts +1 -1
  25. package/src/extension/registration/command-registration.ts +1 -0
  26. package/src/extension/registration/commands.ts +7 -3
  27. package/src/extension/registration/lifecycle-handlers.ts +1 -3
  28. package/src/extension/registration/ui.ts +4 -0
  29. package/src/extension/registration/viewers.ts +3 -0
  30. package/src/extension/team-tool/run.ts +7 -6
  31. package/src/runtime/chain-runner.ts +3 -2
  32. package/src/runtime/pipeline-runner.ts +8 -7
  33. package/src/ui/live-run-sidebar.ts +7 -13
  34. package/src/ui/loaders.ts +6 -176
  35. package/src/ui/mascot.ts +25 -10
  36. package/src/ui/render-coalescer.ts +9 -0
  37. package/src/ui/render-scheduler.ts +60 -6
  38. package/src/ui/run-dashboard.ts +12 -21
  39. package/src/ui/run-snapshot-cache.ts +10 -11
  40. package/src/ui/shared-overlay-scheduler.ts +96 -0
  41. package/src/ui/terminal-status.ts +5 -0
  42. package/src/ui/widget/index.ts +48 -16
  43. package/src/ui/widget/widget-types.ts +0 -1
  44. package/assets/runner-spritesheet.png +0 -0
@@ -1100,7 +1100,7 @@
1100
1100
  "format": "esm"
1101
1101
  },
1102
1102
  "src/extension/crew-cleanup.ts": {
1103
- "bytes": 5488,
1103
+ "bytes": 6276,
1104
1104
  "imports": [
1105
1105
  {
1106
1106
  "path": "src/runtime/pi-args.ts",
@@ -6936,7 +6936,7 @@
6936
6936
  "format": "esm"
6937
6937
  },
6938
6938
  "src/ui/render-coalescer.ts": {
6939
- "bytes": 2540,
6939
+ "bytes": 2718,
6940
6940
  "imports": [
6941
6941
  {
6942
6942
  "path": "src/utils/internal-error.ts",
@@ -7150,7 +7150,7 @@
7150
7150
  "format": "esm"
7151
7151
  },
7152
7152
  "src/ui/render-scheduler.ts": {
7153
- "bytes": 7545,
7153
+ "bytes": 10286,
7154
7154
  "imports": [
7155
7155
  {
7156
7156
  "path": "src/utils/internal-error.ts",
@@ -7160,6 +7160,27 @@
7160
7160
  ],
7161
7161
  "format": "esm"
7162
7162
  },
7163
+ "src/ui/shared-overlay-scheduler.ts": {
7164
+ "bytes": 3382,
7165
+ "imports": [
7166
+ {
7167
+ "path": "src/utils/internal-error.ts",
7168
+ "kind": "import-statement",
7169
+ "original": "../utils/internal-error.ts"
7170
+ },
7171
+ {
7172
+ "path": "src/ui/render-scheduler.ts",
7173
+ "kind": "import-statement",
7174
+ "original": "./render-scheduler.ts"
7175
+ },
7176
+ {
7177
+ "path": "src/ui/run-event-bus.ts",
7178
+ "kind": "import-statement",
7179
+ "original": "./run-event-bus.ts"
7180
+ }
7181
+ ],
7182
+ "format": "esm"
7183
+ },
7163
7184
  "src/runtime/stale-reconciler.ts": {
7164
7185
  "bytes": 28257,
7165
7186
  "imports": [
@@ -7381,7 +7402,7 @@
7381
7402
  "format": "esm"
7382
7403
  },
7383
7404
  "src/ui/widget/index.ts": {
7384
- "bytes": 13698,
7405
+ "bytes": 15361,
7385
7406
  "imports": [
7386
7407
  {
7387
7408
  "path": "src/config/defaults.ts",
@@ -7399,14 +7420,9 @@
7399
7420
  "original": "../pi-ui-compat.ts"
7400
7421
  },
7401
7422
  {
7402
- "path": "src/ui/render-scheduler.ts",
7403
- "kind": "import-statement",
7404
- "original": "../render-scheduler.ts"
7405
- },
7406
- {
7407
- "path": "src/ui/run-event-bus.ts",
7423
+ "path": "src/ui/shared-overlay-scheduler.ts",
7408
7424
  "kind": "import-statement",
7409
- "original": "../run-event-bus.ts"
7425
+ "original": "../shared-overlay-scheduler.ts"
7410
7426
  },
7411
7427
  {
7412
7428
  "path": "src/ui/spinner.ts",
@@ -9373,6 +9389,11 @@
9373
9389
  ],
9374
9390
  "format": "esm"
9375
9391
  },
9392
+ "src/utils/guards.ts": {
9393
+ "bytes": 4343,
9394
+ "imports": [],
9395
+ "format": "esm"
9396
+ },
9376
9397
  "src/state/run-metrics.ts": {
9377
9398
  "bytes": 5832,
9378
9399
  "imports": [
@@ -9513,8 +9534,13 @@
9513
9534
  "format": "esm"
9514
9535
  },
9515
9536
  "src/runtime/chain-runner.ts": {
9516
- "bytes": 19139,
9537
+ "bytes": 19143,
9517
9538
  "imports": [
9539
+ {
9540
+ "path": "src/utils/guards.ts",
9541
+ "kind": "import-statement",
9542
+ "original": "../utils/guards.ts"
9543
+ },
9518
9544
  {
9519
9545
  "path": "src/runtime/chain-parser.ts",
9520
9546
  "kind": "import-statement",
@@ -9833,7 +9859,7 @@
9833
9859
  "format": "esm"
9834
9860
  },
9835
9861
  "src/extension/team-tool/run.ts": {
9836
- "bytes": 42582,
9862
+ "bytes": 42464,
9837
9863
  "imports": [
9838
9864
  {
9839
9865
  "path": "src/agents/discover-agents.ts",
@@ -9885,6 +9911,11 @@
9885
9911
  "kind": "import-statement",
9886
9912
  "original": "../../worktree/worktree-manager.ts"
9887
9913
  },
9914
+ {
9915
+ "path": "src/utils/guards.ts",
9916
+ "kind": "import-statement",
9917
+ "original": "../../utils/guards.ts"
9918
+ },
9888
9919
  {
9889
9920
  "path": "src/utils/internal-error.ts",
9890
9921
  "kind": "import-statement",
@@ -10522,7 +10553,7 @@
10522
10553
  "format": "esm"
10523
10554
  },
10524
10555
  "src/extension/registration/viewers.ts": {
10525
- "bytes": 4252,
10556
+ "bytes": 4299,
10526
10557
  "imports": [
10527
10558
  {
10528
10559
  "path": "src/config/config.ts",
@@ -10709,7 +10740,7 @@
10709
10740
  "format": "esm"
10710
10741
  },
10711
10742
  "src/ui/run-dashboard.ts": {
10712
- "bytes": 39936,
10743
+ "bytes": 39738,
10713
10744
  "imports": [
10714
10745
  {
10715
10746
  "path": "node:fs",
@@ -10807,14 +10838,9 @@
10807
10838
  "original": "./overlays/help-overlay.ts"
10808
10839
  },
10809
10840
  {
10810
- "path": "src/ui/render-scheduler.ts",
10841
+ "path": "src/ui/shared-overlay-scheduler.ts",
10811
10842
  "kind": "import-statement",
10812
- "original": "./render-scheduler.ts"
10813
- },
10814
- {
10815
- "path": "src/ui/run-event-bus.ts",
10816
- "kind": "import-statement",
10817
- "original": "./run-event-bus.ts"
10843
+ "original": "./shared-overlay-scheduler.ts"
10818
10844
  },
10819
10845
  {
10820
10846
  "path": "src/ui/spinner.ts",
@@ -10955,7 +10981,7 @@
10955
10981
  "format": "esm"
10956
10982
  },
10957
10983
  "src/ui/mascot.ts": {
10958
- "bytes": 14771,
10984
+ "bytes": 15362,
10959
10985
  "imports": [
10960
10986
  {
10961
10987
  "path": "src/utils/visual.ts",
@@ -11002,7 +11028,7 @@
11002
11028
  "format": "esm"
11003
11029
  },
11004
11030
  "src/extension/registration/commands.ts": {
11005
- "bytes": 46314,
11031
+ "bytes": 46482,
11006
11032
  "imports": [
11007
11033
  {
11008
11034
  "path": "src/config/config.ts",
@@ -11320,7 +11346,7 @@
11320
11346
  "format": "esm"
11321
11347
  },
11322
11348
  "src/extension/crew-vibes/index.ts": {
11323
- "bytes": 14575,
11349
+ "bytes": 15022,
11324
11350
  "imports": [
11325
11351
  {
11326
11352
  "path": "src/ui/pi-ui-compat.ts",
@@ -11377,7 +11403,7 @@
11377
11403
  "format": "esm"
11378
11404
  },
11379
11405
  "src/extension/registration/command-registration.ts": {
11380
- "bytes": 2118,
11406
+ "bytes": 2142,
11381
11407
  "imports": [
11382
11408
  {
11383
11409
  "path": "src/config/config.ts",
@@ -11471,7 +11497,7 @@
11471
11497
  "format": "esm"
11472
11498
  },
11473
11499
  "src/ui/run-snapshot-cache.ts": {
11474
- "bytes": 36714,
11500
+ "bytes": 36736,
11475
11501
  "imports": [
11476
11502
  {
11477
11503
  "path": "node:crypto",
@@ -11657,7 +11683,7 @@
11657
11683
  "format": "esm"
11658
11684
  },
11659
11685
  "src/ui/live-run-sidebar.ts": {
11660
- "bytes": 11756,
11686
+ "bytes": 11692,
11661
11687
  "imports": [
11662
11688
  {
11663
11689
  "path": "node:fs",
@@ -11700,14 +11726,9 @@
11700
11726
  "original": "../utils/visual.ts"
11701
11727
  },
11702
11728
  {
11703
- "path": "src/ui/render-scheduler.ts",
11704
- "kind": "import-statement",
11705
- "original": "./render-scheduler.ts"
11706
- },
11707
- {
11708
- "path": "src/ui/run-event-bus.ts",
11729
+ "path": "src/ui/shared-overlay-scheduler.ts",
11709
11730
  "kind": "import-statement",
11710
- "original": "./run-event-bus.ts"
11731
+ "original": "./shared-overlay-scheduler.ts"
11711
11732
  },
11712
11733
  {
11713
11734
  "path": "src/ui/spinner.ts",
@@ -11733,7 +11754,7 @@
11733
11754
  "format": "esm"
11734
11755
  },
11735
11756
  "src/extension/registration/ui.ts": {
11736
- "bytes": 6479,
11757
+ "bytes": 6727,
11737
11758
  "imports": [
11738
11759
  {
11739
11760
  "path": "src/config/config.ts",
@@ -12515,7 +12536,7 @@
12515
12536
  "format": "esm"
12516
12537
  },
12517
12538
  "src/extension/registration/lifecycle-handlers.ts": {
12518
- "bytes": 36458,
12539
+ "bytes": 36374,
12519
12540
  "imports": [
12520
12541
  {
12521
12542
  "path": "node:fs",
@@ -12949,7 +12970,7 @@
12949
12970
  "format": "esm"
12950
12971
  },
12951
12972
  "src/extension/register.ts": {
12952
- "bytes": 5297,
12973
+ "bytes": 5363,
12953
12974
  "imports": [
12954
12975
  {
12955
12976
  "path": "src/config/config.ts",
@@ -13111,7 +13132,7 @@
13111
13132
  "imports": [],
13112
13133
  "exports": [],
13113
13134
  "inputs": {},
13114
- "bytes": 6002780
13135
+ "bytes": 6020579
13115
13136
  },
13116
13137
  "dist/index.mjs": {
13117
13138
  "imports": [
@@ -14876,7 +14897,7 @@
14876
14897
  "bytesInOutput": 3634
14877
14898
  },
14878
14899
  "src/runtime/pi-json-output.ts": {
14879
- "bytesInOutput": 4323
14900
+ "bytesInOutput": 4327
14880
14901
  },
14881
14902
  "src/runtime/child-pi-streams.ts": {
14882
14903
  "bytesInOutput": 9234
@@ -14891,7 +14912,7 @@
14891
14912
  "bytesInOutput": 29439
14892
14913
  },
14893
14914
  "src/extension/crew-cleanup.ts": {
14894
- "bytesInOutput": 2872
14915
+ "bytesInOutput": 3027
14895
14916
  },
14896
14917
  "src/utils/file-coalescer.ts": {
14897
14918
  "bytesInOutput": 1204
@@ -15671,7 +15692,7 @@
15671
15692
  "bytesInOutput": 1943
15672
15693
  },
15673
15694
  "src/ui/render-coalescer.ts": {
15674
- "bytesInOutput": 1979
15695
+ "bytesInOutput": 2165
15675
15696
  },
15676
15697
  "src/utils/visual.ts": {
15677
15698
  "bytesInOutput": 4539
@@ -15707,7 +15728,10 @@
15707
15728
  "bytesInOutput": 21485
15708
15729
  },
15709
15730
  "src/ui/render-scheduler.ts": {
15710
- "bytesInOutput": 6482
15731
+ "bytesInOutput": 7918
15732
+ },
15733
+ "src/ui/shared-overlay-scheduler.ts": {
15734
+ "bytesInOutput": 1681
15711
15735
  },
15712
15736
  "src/runtime/stale-reconciler.ts": {
15713
15737
  "bytesInOutput": 15684
@@ -15728,7 +15752,7 @@
15728
15752
  "bytesInOutput": 6263
15729
15753
  },
15730
15754
  "src/ui/widget/index.ts": {
15731
- "bytesInOutput": 9607
15755
+ "bytesInOutput": 10057
15732
15756
  },
15733
15757
  "src/ui/tool-progress-formatter.ts": {
15734
15758
  "bytesInOutput": 2682
@@ -15964,6 +15988,9 @@
15964
15988
  "src/runtime/team-runner.ts": {
15965
15989
  "bytesInOutput": 62017
15966
15990
  },
15991
+ "src/utils/guards.ts": {
15992
+ "bytesInOutput": 174
15993
+ },
15967
15994
  "src/state/run-metrics.ts": {
15968
15995
  "bytesInOutput": 1522
15969
15996
  },
@@ -15980,7 +16007,7 @@
15980
16007
  "bytesInOutput": 4930
15981
16008
  },
15982
16009
  "src/runtime/chain-runner.ts": {
15983
- "bytesInOutput": 15716
16010
+ "bytesInOutput": 15688
15984
16011
  },
15985
16012
  "src/runtime/handoff-manager.ts": {
15986
16013
  "bytesInOutput": 12576
@@ -16019,7 +16046,7 @@
16019
16046
  "bytesInOutput": 6553
16020
16047
  },
16021
16048
  "src/extension/team-tool/run.ts": {
16022
- "bytesInOutput": 31463
16049
+ "bytesInOutput": 31308
16023
16050
  },
16024
16051
  "src/extension/team-tool.ts": {
16025
16052
  "bytesInOutput": 37886
@@ -16049,7 +16076,7 @@
16049
16076
  "bytesInOutput": 14103
16050
16077
  },
16051
16078
  "src/extension/registration/viewers.ts": {
16052
- "bytesInOutput": 3182
16079
+ "bytesInOutput": 3242
16053
16080
  },
16054
16081
  "src/ui/dashboard-panes/agents-pane.ts": {
16055
16082
  "bytesInOutput": 4528
@@ -16088,7 +16115,7 @@
16088
16115
  "bytesInOutput": 4154
16089
16116
  },
16090
16117
  "src/ui/run-dashboard.ts": {
16091
- "bytesInOutput": 30943
16118
+ "bytesInOutput": 30630
16092
16119
  },
16093
16120
  "src/ui/overlays/confirm-overlay.ts": {
16094
16121
  "bytesInOutput": 2237
@@ -16106,13 +16133,13 @@
16106
16133
  "bytesInOutput": 1913
16107
16134
  },
16108
16135
  "src/ui/mascot.ts": {
16109
- "bytesInOutput": 15857
16136
+ "bytesInOutput": 16274
16110
16137
  },
16111
16138
  "src/ui/settings-overlay.ts": {
16112
16139
  "bytesInOutput": 30796
16113
16140
  },
16114
16141
  "src/extension/registration/commands.ts": {
16115
- "bytesInOutput": 40620
16142
+ "bytesInOutput": 40730
16116
16143
  },
16117
16144
  "src/runtime/subagent-manager.ts": {
16118
16145
  "bytesInOutput": 16716
@@ -16124,7 +16151,7 @@
16124
16151
  "bytesInOutput": 4563
16125
16152
  },
16126
16153
  "src/ui/live-run-sidebar.ts": {
16127
- "bytesInOutput": 9794
16154
+ "bytesInOutput": 9640
16128
16155
  },
16129
16156
  "src/extension/registration/ui.ts": {
16130
16157
  "bytesInOutput": 4277
@@ -16178,7 +16205,7 @@
16178
16205
  "bytesInOutput": 3150
16179
16206
  },
16180
16207
  "src/extension/register.ts": {
16181
- "bytesInOutput": 1848
16208
+ "bytesInOutput": 1914
16182
16209
  },
16183
16210
  "src/ui/deploy-bundled-themes.ts": {
16184
16211
  "bytesInOutput": 1188
@@ -16196,7 +16223,7 @@
16196
16223
  "bytesInOutput": 1204
16197
16224
  },
16198
16225
  "src/extension/crew-vibes/index.ts": {
16199
- "bytesInOutput": 11458
16226
+ "bytesInOutput": 11473
16200
16227
  },
16201
16228
  "src/extension/crew-vibes/config.ts": {
16202
16229
  "bytesInOutput": 5251
@@ -16223,7 +16250,7 @@
16223
16250
  "bytesInOutput": 2457
16224
16251
  },
16225
16252
  "src/extension/registration/command-registration.ts": {
16226
- "bytesInOutput": 1111
16253
+ "bytesInOutput": 1137
16227
16254
  },
16228
16255
  "src/extension/registration/context-builder.ts": {
16229
16256
  "bytesInOutput": 3792
@@ -16241,7 +16268,7 @@
16241
16268
  "bytesInOutput": 382
16242
16269
  },
16243
16270
  "src/ui/run-snapshot-cache.ts": {
16244
- "bytesInOutput": 28658
16271
+ "bytesInOutput": 28672
16245
16272
  },
16246
16273
  "src/extension/registration/crash-recovery-cache.ts": {
16247
16274
  "bytesInOutput": 701
@@ -16262,7 +16289,7 @@
16262
16289
  "bytesInOutput": 2451
16263
16290
  },
16264
16291
  "src/extension/registration/lifecycle-handlers.ts": {
16265
- "bytesInOutput": 24143
16292
+ "bytesInOutput": 24058
16266
16293
  },
16267
16294
  "src/runtime/crew-broker.ts": {
16268
16295
  "bytesInOutput": 35322
@@ -16322,7 +16349,7 @@
16322
16349
  "bytesInOutput": 81
16323
16350
  }
16324
16351
  },
16325
- "bytes": 2750679
16352
+ "bytes": 2754801
16326
16353
  }
16327
16354
  }
16328
16355
  }