wicked-studio 0.5.0 → 0.5.2

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/index.html CHANGED
@@ -9,8 +9,8 @@
9
9
  <!-- The two faces of DES-VISION-001 §2.8: Inter (the --font-sans token names it;
10
10
  the legacy Archivo load was reconciled away in slice 3) + JetBrains Mono. -->
11
11
  <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet" />
12
- <script type="module" crossorigin src="/assets/index-BmXt63Ij.js"></script>
13
- <link rel="stylesheet" crossorigin href="/assets/index-eso7X_3n.css">
12
+ <script type="module" crossorigin src="/assets/index-FcZg3WDR.js"></script>
13
+ <link rel="stylesheet" crossorigin href="/assets/index-CK1uJWs2.css">
14
14
  </head>
15
15
  <body>
16
16
  <div id="root"></div>
@@ -8,12 +8,12 @@
8
8
  "Entry kinds: `static` values appear verbatim in the DOM; `dynamic` are template-literal testids with each ${expr} normalised to '*'; `computed` carry the raw JSX expression — dynamic/computed resolve only against a live DOM."
9
9
  ],
10
10
  "version": 1,
11
- "studioVersion": "0.5.0",
11
+ "studioVersion": "0.5.2",
12
12
  "counts": {
13
- "files": 128,
14
- "occurrences": 1029,
15
- "static": 873,
16
- "dynamic": 56,
13
+ "files": 137,
14
+ "occurrences": 1134,
15
+ "static": 972,
16
+ "dynamic": 57,
17
17
  "computed": 6
18
18
  },
19
19
  "static": [
@@ -3018,13 +3018,19 @@
3018
3018
  {
3019
3019
  "testId": "project-campaigns",
3020
3020
  "files": [
3021
- "src/App.tsx"
3021
+ "src/components/ProjectCampaignsView.tsx"
3022
3022
  ]
3023
3023
  },
3024
3024
  {
3025
3025
  "testId": "project-campaigns-back",
3026
3026
  "files": [
3027
- "src/App.tsx"
3027
+ "src/components/ProjectCampaignsView.tsx"
3028
+ ]
3029
+ },
3030
+ {
3031
+ "testId": "project-campaigns-crumb",
3032
+ "files": [
3033
+ "src/components/ProjectCampaignsView.tsx"
3028
3034
  ]
3029
3035
  },
3030
3036
  {
@@ -3076,6 +3082,72 @@
3076
3082
  "src/components/ProjectCard.tsx"
3077
3083
  ]
3078
3084
  },
3085
+ {
3086
+ "testId": "project-repo-detach",
3087
+ "files": [
3088
+ "src/components/ProjectRepositories.tsx"
3089
+ ]
3090
+ },
3091
+ {
3092
+ "testId": "project-repo-detach-cancel",
3093
+ "files": [
3094
+ "src/components/ProjectRepositories.tsx"
3095
+ ]
3096
+ },
3097
+ {
3098
+ "testId": "project-repo-detach-confirm",
3099
+ "files": [
3100
+ "src/components/ProjectRepositories.tsx"
3101
+ ]
3102
+ },
3103
+ {
3104
+ "testId": "project-repo-error",
3105
+ "files": [
3106
+ "src/components/ProjectRepositories.tsx"
3107
+ ]
3108
+ },
3109
+ {
3110
+ "testId": "project-repo-option",
3111
+ "files": [
3112
+ "src/components/ProjectRepositories.tsx"
3113
+ ]
3114
+ },
3115
+ {
3116
+ "testId": "project-repo-options",
3117
+ "files": [
3118
+ "src/components/ProjectRepositories.tsx"
3119
+ ]
3120
+ },
3121
+ {
3122
+ "testId": "project-repo-options-empty",
3123
+ "files": [
3124
+ "src/components/ProjectRepositories.tsx"
3125
+ ]
3126
+ },
3127
+ {
3128
+ "testId": "project-repo-row",
3129
+ "files": [
3130
+ "src/components/ProjectRepositories.tsx"
3131
+ ]
3132
+ },
3133
+ {
3134
+ "testId": "project-repo-search",
3135
+ "files": [
3136
+ "src/components/ProjectRepositories.tsx"
3137
+ ]
3138
+ },
3139
+ {
3140
+ "testId": "project-repos",
3141
+ "files": [
3142
+ "src/components/ProjectRepositories.tsx"
3143
+ ]
3144
+ },
3145
+ {
3146
+ "testId": "project-repos-empty",
3147
+ "files": [
3148
+ "src/components/ProjectRepositories.tsx"
3149
+ ]
3150
+ },
3079
3151
  {
3080
3152
  "testId": "project-run-count",
3081
3153
  "files": [
@@ -3389,6 +3461,12 @@
3389
3461
  "src/components/HealthRailSection.tsx"
3390
3462
  ]
3391
3463
  },
3464
+ {
3465
+ "testId": "rail-skills-browse",
3466
+ "files": [
3467
+ "src/components/LeftSidebar.tsx"
3468
+ ]
3469
+ },
3392
3470
  {
3393
3471
  "testId": "rail-steering-section",
3394
3472
  "files": [
@@ -3801,6 +3879,517 @@
3801
3879
  "src/components/AppearanceSettings.tsx"
3802
3880
  ]
3803
3881
  },
3882
+ {
3883
+ "testId": "skills-add-open",
3884
+ "files": [
3885
+ "src/components/SkillsPage.tsx"
3886
+ ]
3887
+ },
3888
+ {
3889
+ "testId": "skills-baseline-content",
3890
+ "files": [
3891
+ "src/components/SkillDrawer.tsx"
3892
+ ]
3893
+ },
3894
+ {
3895
+ "testId": "skills-baseline-error",
3896
+ "files": [
3897
+ "src/components/SkillDrawer.tsx"
3898
+ ]
3899
+ },
3900
+ {
3901
+ "testId": "skills-baseline-loading",
3902
+ "files": [
3903
+ "src/components/SkillDrawer.tsx"
3904
+ ]
3905
+ },
3906
+ {
3907
+ "testId": "skills-baseline-open",
3908
+ "files": [
3909
+ "src/components/SkillDrawer.tsx"
3910
+ ]
3911
+ },
3912
+ {
3913
+ "testId": "skills-baseline-path",
3914
+ "files": [
3915
+ "src/components/SkillDrawer.tsx"
3916
+ ]
3917
+ },
3918
+ {
3919
+ "testId": "skills-baseline-view",
3920
+ "files": [
3921
+ "src/components/SkillDrawer.tsx"
3922
+ ]
3923
+ },
3924
+ {
3925
+ "testId": "skills-claude-only-badge",
3926
+ "files": [
3927
+ "src/components/SkillChips.tsx"
3928
+ ]
3929
+ },
3930
+ {
3931
+ "testId": "skills-confirm",
3932
+ "files": [
3933
+ "src/components/SkillConfirmModal.tsx"
3934
+ ]
3935
+ },
3936
+ {
3937
+ "testId": "skills-confirm-cancel",
3938
+ "files": [
3939
+ "src/components/SkillConfirmModal.tsx"
3940
+ ]
3941
+ },
3942
+ {
3943
+ "testId": "skills-confirm-error",
3944
+ "files": [
3945
+ "src/components/SkillConfirmModal.tsx"
3946
+ ]
3947
+ },
3948
+ {
3949
+ "testId": "skills-confirm-input",
3950
+ "files": [
3951
+ "src/components/SkillConfirmModal.tsx"
3952
+ ]
3953
+ },
3954
+ {
3955
+ "testId": "skills-confirm-modal",
3956
+ "files": [
3957
+ "src/components/SkillConfirmModal.tsx"
3958
+ ]
3959
+ },
3960
+ {
3961
+ "testId": "skills-conflict",
3962
+ "files": [
3963
+ "src/components/SkillsPage.tsx"
3964
+ ]
3965
+ },
3966
+ {
3967
+ "testId": "skills-conflict-badge",
3968
+ "files": [
3969
+ "src/components/SkillChips.tsx"
3970
+ ]
3971
+ },
3972
+ {
3973
+ "testId": "skills-conflict-reload",
3974
+ "files": [
3975
+ "src/components/SkillsPage.tsx"
3976
+ ]
3977
+ },
3978
+ {
3979
+ "testId": "skills-core-badge",
3980
+ "files": [
3981
+ "src/components/SkillChips.tsx"
3982
+ ]
3983
+ },
3984
+ {
3985
+ "testId": "skills-deep-link-missing",
3986
+ "files": [
3987
+ "src/components/SkillsPage.tsx"
3988
+ ]
3989
+ },
3990
+ {
3991
+ "testId": "skills-discard",
3992
+ "files": [
3993
+ "src/components/SkillDrawer.tsx"
3994
+ ]
3995
+ },
3996
+ {
3997
+ "testId": "skills-discard-edits",
3998
+ "files": [
3999
+ "src/components/SkillDrawer.tsx"
4000
+ ]
4001
+ },
4002
+ {
4003
+ "testId": "skills-discard-prompt",
4004
+ "files": [
4005
+ "src/components/SkillDrawer.tsx"
4006
+ ]
4007
+ },
4008
+ {
4009
+ "testId": "skills-drawer",
4010
+ "files": [
4011
+ "src/components/SkillDrawer.tsx"
4012
+ ]
4013
+ },
4014
+ {
4015
+ "testId": "skills-drawer-close",
4016
+ "files": [
4017
+ "src/components/SkillDrawer.tsx"
4018
+ ]
4019
+ },
4020
+ {
4021
+ "testId": "skills-drawer-dir",
4022
+ "files": [
4023
+ "src/components/SkillDrawer.tsx"
4024
+ ]
4025
+ },
4026
+ {
4027
+ "testId": "skills-drawer-edited",
4028
+ "files": [
4029
+ "src/components/SkillDrawer.tsx"
4030
+ ]
4031
+ },
4032
+ {
4033
+ "testId": "skills-drawer-error",
4034
+ "files": [
4035
+ "src/components/SkillDrawer.tsx"
4036
+ ]
4037
+ },
4038
+ {
4039
+ "testId": "skills-drawer-upstream",
4040
+ "files": [
4041
+ "src/components/SkillDrawer.tsx"
4042
+ ]
4043
+ },
4044
+ {
4045
+ "testId": "skills-editor",
4046
+ "files": [
4047
+ "src/components/SkillDrawer.tsx"
4048
+ ]
4049
+ },
4050
+ {
4051
+ "testId": "skills-engine",
4052
+ "files": [
4053
+ "src/components/SkillsPage.tsx"
4054
+ ]
4055
+ },
4056
+ {
4057
+ "testId": "skills-engine-finding",
4058
+ "files": [
4059
+ "src/components/SkillsPage.tsx"
4060
+ ]
4061
+ },
4062
+ {
4063
+ "testId": "skills-error",
4064
+ "files": [
4065
+ "src/components/SkillsPage.tsx"
4066
+ ]
4067
+ },
4068
+ {
4069
+ "testId": "skills-file",
4070
+ "files": [
4071
+ "src/components/SkillDrawer.tsx"
4072
+ ]
4073
+ },
4074
+ {
4075
+ "testId": "skills-file-conflict",
4076
+ "files": [
4077
+ "src/components/SkillDrawer.tsx"
4078
+ ]
4079
+ },
4080
+ {
4081
+ "testId": "skills-file-conflict-keep",
4082
+ "files": [
4083
+ "src/components/SkillDrawer.tsx"
4084
+ ]
4085
+ },
4086
+ {
4087
+ "testId": "skills-file-conflict-take",
4088
+ "files": [
4089
+ "src/components/SkillDrawer.tsx"
4090
+ ]
4091
+ },
4092
+ {
4093
+ "testId": "skills-file-dirty",
4094
+ "files": [
4095
+ "src/components/SkillDrawer.tsx"
4096
+ ]
4097
+ },
4098
+ {
4099
+ "testId": "skills-file-error",
4100
+ "files": [
4101
+ "src/components/SkillDrawer.tsx"
4102
+ ]
4103
+ },
4104
+ {
4105
+ "testId": "skills-file-loading",
4106
+ "files": [
4107
+ "src/components/SkillDrawer.tsx"
4108
+ ]
4109
+ },
4110
+ {
4111
+ "testId": "skills-file-none",
4112
+ "files": [
4113
+ "src/components/SkillDrawer.tsx"
4114
+ ]
4115
+ },
4116
+ {
4117
+ "testId": "skills-file-path",
4118
+ "files": [
4119
+ "src/components/SkillDrawer.tsx"
4120
+ ]
4121
+ },
4122
+ {
4123
+ "testId": "skills-file-readonly",
4124
+ "files": [
4125
+ "src/components/SkillDrawer.tsx"
4126
+ ]
4127
+ },
4128
+ {
4129
+ "testId": "skills-file-size",
4130
+ "files": [
4131
+ "src/components/SkillDrawer.tsx"
4132
+ ]
4133
+ },
4134
+ {
4135
+ "testId": "skills-file-stale-read",
4136
+ "files": [
4137
+ "src/components/SkillDrawer.tsx"
4138
+ ]
4139
+ },
4140
+ {
4141
+ "testId": "skills-file-tree",
4142
+ "files": [
4143
+ "src/components/SkillDrawer.tsx"
4144
+ ]
4145
+ },
4146
+ {
4147
+ "testId": "skills-files-cancel",
4148
+ "files": [
4149
+ "src/components/SkillFilesMapModal.tsx"
4150
+ ]
4151
+ },
4152
+ {
4153
+ "testId": "skills-files-conflict",
4154
+ "files": [
4155
+ "src/components/SkillFilesMapModal.tsx"
4156
+ ]
4157
+ },
4158
+ {
4159
+ "testId": "skills-files-empty",
4160
+ "files": [
4161
+ "src/components/SkillDrawer.tsx"
4162
+ ]
4163
+ },
4164
+ {
4165
+ "testId": "skills-files-error",
4166
+ "files": [
4167
+ "src/components/SkillDrawer.tsx",
4168
+ "src/components/SkillFilesMapModal.tsx"
4169
+ ]
4170
+ },
4171
+ {
4172
+ "testId": "skills-files-issue",
4173
+ "files": [
4174
+ "src/components/SkillFilesMapModal.tsx"
4175
+ ]
4176
+ },
4177
+ {
4178
+ "testId": "skills-files-loading",
4179
+ "files": [
4180
+ "src/components/SkillDrawer.tsx"
4181
+ ]
4182
+ },
4183
+ {
4184
+ "testId": "skills-files-map",
4185
+ "files": [
4186
+ "src/components/SkillFilesMapModal.tsx"
4187
+ ]
4188
+ },
4189
+ {
4190
+ "testId": "skills-files-modal",
4191
+ "files": [
4192
+ "src/components/SkillFilesMapModal.tsx"
4193
+ ]
4194
+ },
4195
+ {
4196
+ "testId": "skills-files-name",
4197
+ "files": [
4198
+ "src/components/SkillFilesMapModal.tsx"
4199
+ ]
4200
+ },
4201
+ {
4202
+ "testId": "skills-files-save",
4203
+ "files": [
4204
+ "src/components/SkillFilesMapModal.tsx"
4205
+ ]
4206
+ },
4207
+ {
4208
+ "testId": "skills-finding",
4209
+ "files": [
4210
+ "src/components/SkillFindings.tsx"
4211
+ ]
4212
+ },
4213
+ {
4214
+ "testId": "skills-finding-against",
4215
+ "files": [
4216
+ "src/components/SkillFindings.tsx"
4217
+ ]
4218
+ },
4219
+ {
4220
+ "testId": "skills-finding-evidence",
4221
+ "files": [
4222
+ "src/components/SkillFindings.tsx"
4223
+ ]
4224
+ },
4225
+ {
4226
+ "testId": "skills-finding-location",
4227
+ "files": [
4228
+ "src/components/SkillFindings.tsx"
4229
+ ]
4230
+ },
4231
+ {
4232
+ "testId": "skills-finding-skill",
4233
+ "files": [
4234
+ "src/components/SkillFindings.tsx"
4235
+ ]
4236
+ },
4237
+ {
4238
+ "testId": "skills-findings-tally",
4239
+ "files": [
4240
+ "src/components/SkillFindings.tsx"
4241
+ ]
4242
+ },
4243
+ {
4244
+ "testId": "skills-grid",
4245
+ "files": [
4246
+ "src/components/SkillsGrid.tsx"
4247
+ ]
4248
+ },
4249
+ {
4250
+ "testId": "skills-grid-empty",
4251
+ "files": [
4252
+ "src/components/SkillsGrid.tsx"
4253
+ ]
4254
+ },
4255
+ {
4256
+ "testId": "skills-keep-editing",
4257
+ "files": [
4258
+ "src/components/SkillDrawer.tsx"
4259
+ ]
4260
+ },
4261
+ {
4262
+ "testId": "skills-kind-chip",
4263
+ "files": [
4264
+ "src/components/SkillChips.tsx"
4265
+ ]
4266
+ },
4267
+ {
4268
+ "testId": "skills-loading",
4269
+ "files": [
4270
+ "src/components/SkillsPage.tsx"
4271
+ ]
4272
+ },
4273
+ {
4274
+ "testId": "skills-note",
4275
+ "files": [
4276
+ "src/components/SkillsPage.tsx"
4277
+ ]
4278
+ },
4279
+ {
4280
+ "testId": "skills-page",
4281
+ "files": [
4282
+ "src/components/SkillsPage.tsx"
4283
+ ]
4284
+ },
4285
+ {
4286
+ "testId": "skills-page-error",
4287
+ "files": [
4288
+ "src/components/SkillsPage.tsx"
4289
+ ]
4290
+ },
4291
+ {
4292
+ "testId": "skills-provenance-chip",
4293
+ "files": [
4294
+ "src/components/SkillChips.tsx"
4295
+ ]
4296
+ },
4297
+ {
4298
+ "testId": "skills-reload",
4299
+ "files": [
4300
+ "src/components/SkillsPage.tsx"
4301
+ ]
4302
+ },
4303
+ {
4304
+ "testId": "skills-replace-open",
4305
+ "files": [
4306
+ "src/components/SkillDrawer.tsx"
4307
+ ]
4308
+ },
4309
+ {
4310
+ "testId": "skills-reset-open",
4311
+ "files": [
4312
+ "src/components/SkillDrawer.tsx"
4313
+ ]
4314
+ },
4315
+ {
4316
+ "testId": "skills-root",
4317
+ "files": [
4318
+ "src/components/SkillsPage.tsx"
4319
+ ]
4320
+ },
4321
+ {
4322
+ "testId": "skills-row",
4323
+ "files": [
4324
+ "src/components/SkillsGrid.tsx"
4325
+ ]
4326
+ },
4327
+ {
4328
+ "testId": "skills-row-name",
4329
+ "files": [
4330
+ "src/components/SkillsGrid.tsx"
4331
+ ]
4332
+ },
4333
+ {
4334
+ "testId": "skills-save",
4335
+ "files": [
4336
+ "src/components/SkillDrawer.tsx"
4337
+ ]
4338
+ },
4339
+ {
4340
+ "testId": "skills-snapshot",
4341
+ "files": [
4342
+ "src/components/SkillsPage.tsx"
4343
+ ]
4344
+ },
4345
+ {
4346
+ "testId": "skills-source",
4347
+ "files": [
4348
+ "src/components/SkillsPage.tsx"
4349
+ ]
4350
+ },
4351
+ {
4352
+ "testId": "skills-stale",
4353
+ "files": [
4354
+ "src/components/SkillsPage.tsx"
4355
+ ]
4356
+ },
4357
+ {
4358
+ "testId": "skills-stale-retry",
4359
+ "files": [
4360
+ "src/components/SkillsPage.tsx"
4361
+ ]
4362
+ },
4363
+ {
4364
+ "testId": "skills-support-note",
4365
+ "files": [
4366
+ "src/components/SkillDrawer.tsx"
4367
+ ]
4368
+ },
4369
+ {
4370
+ "testId": "skills-unavailable",
4371
+ "files": [
4372
+ "src/components/SkillsPage.tsx"
4373
+ ]
4374
+ },
4375
+ {
4376
+ "testId": "skills-unpublished-badge",
4377
+ "files": [
4378
+ "src/components/SkillChips.tsx"
4379
+ ]
4380
+ },
4381
+ {
4382
+ "testId": "skills-unsupported",
4383
+ "files": [
4384
+ "src/components/SkillsPage.tsx"
4385
+ ]
4386
+ },
4387
+ {
4388
+ "testId": "skills-upgrade-badge",
4389
+ "files": [
4390
+ "src/components/SkillChips.tsx"
4391
+ ]
4392
+ },
3804
4393
  {
3805
4394
  "testId": "skip-link",
3806
4395
  "files": [
@@ -4517,6 +5106,12 @@
4517
5106
  "src/components/TestingPage.tsx"
4518
5107
  ]
4519
5108
  },
5109
+ {
5110
+ "testId": "testing-evals-gap-hint",
5111
+ "files": [
5112
+ "src/components/TestingPage.tsx"
5113
+ ]
5114
+ },
4520
5115
  {
4521
5116
  "testId": "testing-evals-gap-toggle",
4522
5117
  "files": [
@@ -5596,6 +6191,12 @@
5596
6191
  "src/components/ShortcutOverlay.tsx"
5597
6192
  ]
5598
6193
  },
6194
+ {
6195
+ "pattern": "skills-tab-*",
6196
+ "files": [
6197
+ "src/components/SkillDrawer.tsx"
6198
+ ]
6199
+ },
5599
6200
  {
5600
6201
  "pattern": "stepper-phase-*",
5601
6202
  "files": [
@@ -5653,6 +6254,9 @@
5653
6254
  "src/components/ProvenanceLine.tsx",
5654
6255
  "src/components/RunSparkline.tsx",
5655
6256
  "src/components/RunsBottomPanel.tsx",
6257
+ "src/components/SkillChips.tsx",
6258
+ "src/components/SkillFindings.tsx",
6259
+ "src/components/SkillsPage.tsx",
5656
6260
  "src/components/dashboardKit.tsx"
5657
6261
  ]
5658
6262
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wicked-studio",
3
- "version": "0.5.0",
4
- "description": "The coder-facing skin of the wicked experience plane \u2014 a pure HTTP/WS client of the wicked-crew daemon's /api/v1",
3
+ "version": "0.5.2",
4
+ "description": "The coder-facing skin of the wicked experience plane a pure HTTP/WS client of the wicked-crew daemon's /api/v1",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",