wicked-studio 0.5.4 → 0.5.5
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/assets/index-CeJTutxP.js +540 -0
- package/dist/index.html +1 -1
- package/dist/testid-inventory.json +212 -6
- package/package.json +2 -2
- package/dist/assets/index-CdmCMh2f.js +0 -539
package/dist/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
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-
|
|
12
|
+
<script type="module" crossorigin src="/assets/index-CeJTutxP.js"></script>
|
|
13
13
|
<link rel="stylesheet" crossorigin href="/assets/index-CK1uJWs2.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -8,13 +8,13 @@
|
|
|
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.
|
|
11
|
+
"studioVersion": "0.5.5",
|
|
12
12
|
"counts": {
|
|
13
|
-
"files":
|
|
14
|
-
"occurrences":
|
|
15
|
-
"static":
|
|
16
|
-
"dynamic":
|
|
17
|
-
"computed":
|
|
13
|
+
"files": 140,
|
|
14
|
+
"occurrences": 1192,
|
|
15
|
+
"static": 1023,
|
|
16
|
+
"dynamic": 59,
|
|
17
|
+
"computed": 7
|
|
18
18
|
},
|
|
19
19
|
"static": [
|
|
20
20
|
{
|
|
@@ -757,6 +757,12 @@
|
|
|
757
757
|
"src/components/GroupChat.tsx"
|
|
758
758
|
]
|
|
759
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"testId": "chat-firstrun-scope",
|
|
762
|
+
"files": [
|
|
763
|
+
"src/components/GroupChat.tsx"
|
|
764
|
+
]
|
|
765
|
+
},
|
|
760
766
|
{
|
|
761
767
|
"testId": "chat-layout-toggle",
|
|
762
768
|
"files": [
|
|
@@ -781,6 +787,12 @@
|
|
|
781
787
|
"src/components/ChatsPage.tsx"
|
|
782
788
|
]
|
|
783
789
|
},
|
|
790
|
+
{
|
|
791
|
+
"testId": "chat-open-error",
|
|
792
|
+
"files": [
|
|
793
|
+
"src/components/GroupChat.tsx"
|
|
794
|
+
]
|
|
795
|
+
},
|
|
784
796
|
{
|
|
785
797
|
"testId": "chat-project-row",
|
|
786
798
|
"files": [
|
|
@@ -823,6 +835,102 @@
|
|
|
823
835
|
"src/components/ChatsPage.tsx"
|
|
824
836
|
]
|
|
825
837
|
},
|
|
838
|
+
{
|
|
839
|
+
"testId": "chat-scope",
|
|
840
|
+
"files": [
|
|
841
|
+
"src/components/GroupChat.tsx"
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"testId": "chat-scope-admission",
|
|
846
|
+
"files": [
|
|
847
|
+
"src/components/GroupChat.tsx"
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"testId": "chat-scope-dangling",
|
|
852
|
+
"files": [
|
|
853
|
+
"src/components/GroupChat.tsx"
|
|
854
|
+
]
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"testId": "chat-scope-fallback-none",
|
|
858
|
+
"files": [
|
|
859
|
+
"src/components/GroupChat.tsx"
|
|
860
|
+
]
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"testId": "chat-scope-fixed",
|
|
864
|
+
"files": [
|
|
865
|
+
"src/components/GroupChat.tsx"
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"testId": "chat-scope-gap",
|
|
870
|
+
"files": [
|
|
871
|
+
"src/components/GroupChat.tsx"
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"testId": "chat-scope-graph",
|
|
876
|
+
"files": [
|
|
877
|
+
"src/components/GroupChat.tsx"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"testId": "chat-scope-picker",
|
|
882
|
+
"files": [
|
|
883
|
+
"src/components/GroupChat.tsx"
|
|
884
|
+
]
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"testId": "chat-scope-picker-empty",
|
|
888
|
+
"files": [
|
|
889
|
+
"src/components/GroupChat.tsx"
|
|
890
|
+
]
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"testId": "chat-scope-picker-error",
|
|
894
|
+
"files": [
|
|
895
|
+
"src/components/GroupChat.tsx"
|
|
896
|
+
]
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"testId": "chat-scope-picker-loading",
|
|
900
|
+
"files": [
|
|
901
|
+
"src/components/GroupChat.tsx"
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"testId": "chat-scope-repo",
|
|
906
|
+
"files": [
|
|
907
|
+
"src/components/GroupChat.tsx"
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"testId": "chat-scope-repo-option",
|
|
912
|
+
"files": [
|
|
913
|
+
"src/components/GroupChat.tsx"
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"testId": "chat-scope-row",
|
|
918
|
+
"files": [
|
|
919
|
+
"src/components/GroupChat.tsx"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"testId": "chat-scope-summary",
|
|
924
|
+
"files": [
|
|
925
|
+
"src/components/GroupChat.tsx"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"testId": "chat-scope-unstated",
|
|
930
|
+
"files": [
|
|
931
|
+
"src/components/GroupChat.tsx"
|
|
932
|
+
]
|
|
933
|
+
},
|
|
826
934
|
{
|
|
827
935
|
"testId": "chat-seat",
|
|
828
936
|
"files": [
|
|
@@ -1925,6 +2033,66 @@
|
|
|
1925
2033
|
"src/components/GateNotifications.tsx"
|
|
1926
2034
|
]
|
|
1927
2035
|
},
|
|
2036
|
+
{
|
|
2037
|
+
"testId": "gate-verdict",
|
|
2038
|
+
"files": [
|
|
2039
|
+
"src/components/GateVerdict.tsx"
|
|
2040
|
+
]
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"testId": "gate-verdict-check",
|
|
2044
|
+
"files": [
|
|
2045
|
+
"src/components/GateVerdict.tsx"
|
|
2046
|
+
]
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"testId": "gate-verdict-criterion",
|
|
2050
|
+
"files": [
|
|
2051
|
+
"src/components/GateVerdict.tsx"
|
|
2052
|
+
]
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"testId": "gate-verdict-denial",
|
|
2056
|
+
"files": [
|
|
2057
|
+
"src/components/GateVerdict.tsx"
|
|
2058
|
+
]
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"testId": "gate-verdict-floor",
|
|
2062
|
+
"files": [
|
|
2063
|
+
"src/components/GateVerdict.tsx"
|
|
2064
|
+
]
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"testId": "gate-verdict-judge",
|
|
2068
|
+
"files": [
|
|
2069
|
+
"src/components/GateVerdict.tsx"
|
|
2070
|
+
]
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"testId": "gate-verdict-layers",
|
|
2074
|
+
"files": [
|
|
2075
|
+
"src/components/GateVerdict.tsx"
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"testId": "gate-verdict-mutation",
|
|
2080
|
+
"files": [
|
|
2081
|
+
"src/components/GateVerdict.tsx"
|
|
2082
|
+
]
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"testId": "gate-verdict-skipped",
|
|
2086
|
+
"files": [
|
|
2087
|
+
"src/components/GateVerdict.tsx"
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"testId": "gate-verdict-ungated",
|
|
2092
|
+
"files": [
|
|
2093
|
+
"src/components/GateVerdict.tsx"
|
|
2094
|
+
]
|
|
2095
|
+
},
|
|
1928
2096
|
{
|
|
1929
2097
|
"testId": "gk-browse-memories",
|
|
1930
2098
|
"files": [
|
|
@@ -3214,6 +3382,12 @@
|
|
|
3214
3382
|
"src/components/ProjectRepositories.tsx"
|
|
3215
3383
|
]
|
|
3216
3384
|
},
|
|
3385
|
+
{
|
|
3386
|
+
"testId": "project-repo-reonboard-note",
|
|
3387
|
+
"files": [
|
|
3388
|
+
"src/components/ProjectRepositories.tsx"
|
|
3389
|
+
]
|
|
3390
|
+
},
|
|
3217
3391
|
{
|
|
3218
3392
|
"testId": "project-repo-row",
|
|
3219
3393
|
"files": [
|
|
@@ -3472,6 +3646,18 @@
|
|
|
3472
3646
|
"src/components/LeftSidebar.tsx"
|
|
3473
3647
|
]
|
|
3474
3648
|
},
|
|
3649
|
+
{
|
|
3650
|
+
"testId": "rail-governance",
|
|
3651
|
+
"files": [
|
|
3652
|
+
"src/components/HealthRailSection.tsx"
|
|
3653
|
+
]
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"testId": "rail-governance-finding",
|
|
3657
|
+
"files": [
|
|
3658
|
+
"src/components/HealthRailSection.tsx"
|
|
3659
|
+
]
|
|
3660
|
+
},
|
|
3475
3661
|
{
|
|
3476
3662
|
"testId": "rail-health-chevron",
|
|
3477
3663
|
"files": [
|
|
@@ -6124,6 +6310,18 @@
|
|
|
6124
6310
|
"src/components/FacetAutocomplete.tsx"
|
|
6125
6311
|
]
|
|
6126
6312
|
},
|
|
6313
|
+
{
|
|
6314
|
+
"pattern": "*-reonboard",
|
|
6315
|
+
"files": [
|
|
6316
|
+
"src/components/RepoFindings.tsx"
|
|
6317
|
+
]
|
|
6318
|
+
},
|
|
6319
|
+
{
|
|
6320
|
+
"pattern": "*-row",
|
|
6321
|
+
"files": [
|
|
6322
|
+
"src/components/RepoFindings.tsx"
|
|
6323
|
+
]
|
|
6324
|
+
},
|
|
6127
6325
|
{
|
|
6128
6326
|
"pattern": "*-search",
|
|
6129
6327
|
"files": [
|
|
@@ -6369,9 +6567,11 @@
|
|
|
6369
6567
|
"src/components/DashboardTiles.tsx",
|
|
6370
6568
|
"src/components/DeckKpiRibbon.tsx",
|
|
6371
6569
|
"src/components/FacetAutocomplete.tsx",
|
|
6570
|
+
"src/components/HealthRailSection.tsx",
|
|
6372
6571
|
"src/components/HomeCommand.tsx",
|
|
6373
6572
|
"src/components/MetricTile.tsx",
|
|
6374
6573
|
"src/components/ProvenanceLine.tsx",
|
|
6574
|
+
"src/components/RepoFindings.tsx",
|
|
6375
6575
|
"src/components/RunSparkline.tsx",
|
|
6376
6576
|
"src/components/RunsBottomPanel.tsx",
|
|
6377
6577
|
"src/components/SkillChips.tsx",
|
|
@@ -6395,6 +6595,12 @@
|
|
|
6395
6595
|
"src/components/TestingPage.tsx"
|
|
6396
6596
|
]
|
|
6397
6597
|
},
|
|
6598
|
+
{
|
|
6599
|
+
"expression": "tid",
|
|
6600
|
+
"files": [
|
|
6601
|
+
"src/components/GroupChat.tsx"
|
|
6602
|
+
]
|
|
6603
|
+
},
|
|
6398
6604
|
{
|
|
6399
6605
|
"expression": "triggerTestId",
|
|
6400
6606
|
"files": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wicked-studio",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
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": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"typescript-eslint": "^8.63.0",
|
|
67
67
|
"vite": "^6.4.3",
|
|
68
68
|
"vitest": "^3.2.6",
|
|
69
|
-
"wicked-crew-api-types": "0.
|
|
69
|
+
"wicked-crew-api-types": "0.32.0"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=22.0.0"
|