@task-shepherd/agent 1.0.17 → 1.0.19

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/meta.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
3
  "src/config/ConfigLoader.ts": {
4
- "bytes": 11485,
4
+ "bytes": 11907,
5
5
  "imports": [
6
6
  {
7
7
  "path": "fs",
@@ -21,13 +21,165 @@
21
21
  ],
22
22
  "format": "esm"
23
23
  },
24
+ "../../node_modules/zod/v3/helpers/util.js": {
25
+ "bytes": 4055,
26
+ "imports": [],
27
+ "format": "esm"
28
+ },
29
+ "../../node_modules/zod/v3/ZodError.js": {
30
+ "bytes": 4349,
31
+ "imports": [
32
+ {
33
+ "path": "../../node_modules/zod/v3/helpers/util.js",
34
+ "kind": "import-statement",
35
+ "original": "./helpers/util.js"
36
+ }
37
+ ],
38
+ "format": "esm"
39
+ },
40
+ "../../node_modules/zod/v3/locales/en.js": {
41
+ "bytes": 5602,
42
+ "imports": [
43
+ {
44
+ "path": "../../node_modules/zod/v3/ZodError.js",
45
+ "kind": "import-statement",
46
+ "original": "../ZodError.js"
47
+ },
48
+ {
49
+ "path": "../../node_modules/zod/v3/helpers/util.js",
50
+ "kind": "import-statement",
51
+ "original": "../helpers/util.js"
52
+ }
53
+ ],
54
+ "format": "esm"
55
+ },
56
+ "../../node_modules/zod/v3/errors.js": {
57
+ "bytes": 243,
58
+ "imports": [
59
+ {
60
+ "path": "../../node_modules/zod/v3/locales/en.js",
61
+ "kind": "import-statement",
62
+ "original": "./locales/en.js"
63
+ }
64
+ ],
65
+ "format": "esm"
66
+ },
67
+ "../../node_modules/zod/v3/helpers/parseUtil.js": {
68
+ "bytes": 3601,
69
+ "imports": [
70
+ {
71
+ "path": "../../node_modules/zod/v3/errors.js",
72
+ "kind": "import-statement",
73
+ "original": "../errors.js"
74
+ },
75
+ {
76
+ "path": "../../node_modules/zod/v3/locales/en.js",
77
+ "kind": "import-statement",
78
+ "original": "../locales/en.js"
79
+ }
80
+ ],
81
+ "format": "esm"
82
+ },
83
+ "../../node_modules/zod/v3/helpers/typeAliases.js": {
84
+ "bytes": 11,
85
+ "imports": [],
86
+ "format": "esm"
87
+ },
88
+ "../../node_modules/zod/v3/helpers/errorUtil.js": {
89
+ "bytes": 300,
90
+ "imports": [],
91
+ "format": "esm"
92
+ },
93
+ "../../node_modules/zod/v3/types.js": {
94
+ "bytes": 131212,
95
+ "imports": [
96
+ {
97
+ "path": "../../node_modules/zod/v3/ZodError.js",
98
+ "kind": "import-statement",
99
+ "original": "./ZodError.js"
100
+ },
101
+ {
102
+ "path": "../../node_modules/zod/v3/errors.js",
103
+ "kind": "import-statement",
104
+ "original": "./errors.js"
105
+ },
106
+ {
107
+ "path": "../../node_modules/zod/v3/helpers/errorUtil.js",
108
+ "kind": "import-statement",
109
+ "original": "./helpers/errorUtil.js"
110
+ },
111
+ {
112
+ "path": "../../node_modules/zod/v3/helpers/parseUtil.js",
113
+ "kind": "import-statement",
114
+ "original": "./helpers/parseUtil.js"
115
+ },
116
+ {
117
+ "path": "../../node_modules/zod/v3/helpers/util.js",
118
+ "kind": "import-statement",
119
+ "original": "./helpers/util.js"
120
+ }
121
+ ],
122
+ "format": "esm"
123
+ },
124
+ "../../node_modules/zod/v3/external.js": {
125
+ "bytes": 205,
126
+ "imports": [
127
+ {
128
+ "path": "../../node_modules/zod/v3/errors.js",
129
+ "kind": "import-statement",
130
+ "original": "./errors.js"
131
+ },
132
+ {
133
+ "path": "../../node_modules/zod/v3/helpers/parseUtil.js",
134
+ "kind": "import-statement",
135
+ "original": "./helpers/parseUtil.js"
136
+ },
137
+ {
138
+ "path": "../../node_modules/zod/v3/helpers/typeAliases.js",
139
+ "kind": "import-statement",
140
+ "original": "./helpers/typeAliases.js"
141
+ },
142
+ {
143
+ "path": "../../node_modules/zod/v3/helpers/util.js",
144
+ "kind": "import-statement",
145
+ "original": "./helpers/util.js"
146
+ },
147
+ {
148
+ "path": "../../node_modules/zod/v3/types.js",
149
+ "kind": "import-statement",
150
+ "original": "./types.js"
151
+ },
152
+ {
153
+ "path": "../../node_modules/zod/v3/ZodError.js",
154
+ "kind": "import-statement",
155
+ "original": "./ZodError.js"
156
+ }
157
+ ],
158
+ "format": "esm"
159
+ },
160
+ "../../node_modules/zod/index.js": {
161
+ "bytes": 105,
162
+ "imports": [
163
+ {
164
+ "path": "../../node_modules/zod/v3/external.js",
165
+ "kind": "import-statement",
166
+ "original": "./v3/external.js"
167
+ },
168
+ {
169
+ "path": "../../node_modules/zod/v3/external.js",
170
+ "kind": "import-statement",
171
+ "original": "./v3/external.js"
172
+ }
173
+ ],
174
+ "format": "esm"
175
+ },
24
176
  "src/config/schema.ts": {
25
177
  "bytes": 11558,
26
178
  "imports": [
27
179
  {
28
- "path": "zod",
180
+ "path": "../../node_modules/zod/index.js",
29
181
  "kind": "import-statement",
30
- "external": true
182
+ "original": "zod"
31
183
  }
32
184
  ],
33
185
  "format": "esm"
@@ -709,110 +861,6 @@
709
861
  ],
710
862
  "format": "esm"
711
863
  },
712
- "../../node_modules/graphql-request/build/esm/defaultJsonSerializer.js": {
713
- "bytes": 92,
714
- "imports": [],
715
- "format": "esm"
716
- },
717
- "../../node_modules/graphql-request/build/esm/helpers.js": {
718
- "bytes": 296,
719
- "imports": [],
720
- "format": "esm"
721
- },
722
- "../../node_modules/graphql-request/build/esm/parseArgs.js": {
723
- "bytes": 1749,
724
- "imports": [],
725
- "format": "esm"
726
- },
727
- "../../node_modules/graphql-request/build/esm/resolveRequestDocument.js": {
728
- "bytes": 1011,
729
- "imports": [
730
- {
731
- "path": "graphql",
732
- "kind": "import-statement",
733
- "external": true
734
- }
735
- ],
736
- "format": "esm"
737
- },
738
- "../../node_modules/graphql-request/build/esm/types.js": {
739
- "bytes": 745,
740
- "imports": [],
741
- "format": "esm"
742
- },
743
- "../../node_modules/cross-fetch/dist/node-ponyfill.js": {
744
- "bytes": 624,
745
- "imports": [
746
- {
747
- "path": "../../node_modules/node-fetch/lib/index.js",
748
- "kind": "require-call",
749
- "original": "node-fetch"
750
- }
751
- ],
752
- "format": "cjs"
753
- },
754
- "../../node_modules/graphql-request/build/esm/graphql-ws.js": {
755
- "bytes": 7364,
756
- "imports": [
757
- {
758
- "path": "../../node_modules/graphql-request/build/esm/resolveRequestDocument.js",
759
- "kind": "import-statement",
760
- "original": "./resolveRequestDocument.js"
761
- },
762
- {
763
- "path": "../../node_modules/graphql-request/build/esm/types.js",
764
- "kind": "import-statement",
765
- "original": "./types.js"
766
- }
767
- ],
768
- "format": "esm"
769
- },
770
- "../../node_modules/graphql-request/build/esm/index.js": {
771
- "bytes": 15413,
772
- "imports": [
773
- {
774
- "path": "../../node_modules/graphql-request/build/esm/defaultJsonSerializer.js",
775
- "kind": "import-statement",
776
- "original": "./defaultJsonSerializer.js"
777
- },
778
- {
779
- "path": "../../node_modules/graphql-request/build/esm/helpers.js",
780
- "kind": "import-statement",
781
- "original": "./helpers.js"
782
- },
783
- {
784
- "path": "../../node_modules/graphql-request/build/esm/parseArgs.js",
785
- "kind": "import-statement",
786
- "original": "./parseArgs.js"
787
- },
788
- {
789
- "path": "../../node_modules/graphql-request/build/esm/resolveRequestDocument.js",
790
- "kind": "import-statement",
791
- "original": "./resolveRequestDocument.js"
792
- },
793
- {
794
- "path": "../../node_modules/graphql-request/build/esm/types.js",
795
- "kind": "import-statement",
796
- "original": "./types.js"
797
- },
798
- {
799
- "path": "../../node_modules/cross-fetch/dist/node-ponyfill.js",
800
- "kind": "import-statement",
801
- "original": "cross-fetch"
802
- },
803
- {
804
- "path": "../../node_modules/graphql-request/build/esm/graphql-ws.js",
805
- "kind": "import-statement",
806
- "original": "./graphql-ws.js"
807
- },
808
- {
809
- "path": "../../node_modules/graphql-request/build/esm/resolveRequestDocument.js",
810
- "kind": "import-statement",
811
- "original": "./resolveRequestDocument.js"
812
- }
813
- ],
814
- "format": "esm"
815
- },
816
864
  "src/graphql/generated.ts": {
817
865
  "bytes": 215930,
818
866
  "imports": [
@@ -828,9 +876,9 @@
828
876
  "bytes": 12534,
829
877
  "imports": [
830
878
  {
831
- "path": "../../node_modules/graphql-request/build/esm/index.js",
879
+ "path": "graphql-request",
832
880
  "kind": "import-statement",
833
- "original": "graphql-request"
881
+ "external": true
834
882
  },
835
883
  {
836
884
  "path": "src/middleware/logger.ts",
@@ -1024,103 +1072,1278 @@
1024
1072
  "bytes": 28243,
1025
1073
  "imports": [
1026
1074
  {
1027
- "path": "src/handlers/BaseWorkHandler.ts",
1075
+ "path": "src/handlers/BaseWorkHandler.ts",
1076
+ "kind": "import-statement",
1077
+ "original": "./BaseWorkHandler"
1078
+ },
1079
+ {
1080
+ "path": "@task-shepherd/shared",
1081
+ "kind": "import-statement",
1082
+ "external": true
1083
+ },
1084
+ {
1085
+ "path": "src/middleware/logger.ts",
1086
+ "kind": "import-statement",
1087
+ "original": "../middleware/logger"
1088
+ },
1089
+ {
1090
+ "path": "src/services/ClaudeCliExecutor.ts",
1091
+ "kind": "import-statement",
1092
+ "original": "../services/ClaudeCliExecutor"
1093
+ },
1094
+ {
1095
+ "path": "../services/TCPIPCService",
1096
+ "kind": "import-statement",
1097
+ "external": true
1098
+ }
1099
+ ],
1100
+ "format": "esm"
1101
+ },
1102
+ "src/handlers/CodeReviewHandler.ts": {
1103
+ "bytes": 2154,
1104
+ "imports": [
1105
+ {
1106
+ "path": "src/handlers/BaseWorkHandler.ts",
1107
+ "kind": "import-statement",
1108
+ "original": "./BaseWorkHandler"
1109
+ },
1110
+ {
1111
+ "path": "@task-shepherd/shared",
1112
+ "kind": "import-statement",
1113
+ "external": true
1114
+ },
1115
+ {
1116
+ "path": "src/middleware/logger.ts",
1117
+ "kind": "import-statement",
1118
+ "original": "../middleware/logger"
1119
+ }
1120
+ ],
1121
+ "format": "esm"
1122
+ },
1123
+ "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js": {
1124
+ "bytes": 23069,
1125
+ "imports": [],
1126
+ "format": "esm"
1127
+ },
1128
+ "node_modules/@task-shepherd/shared/dist/schema/validation.js": {
1129
+ "bytes": 11052,
1130
+ "imports": [
1131
+ {
1132
+ "path": "graphql",
1133
+ "kind": "import-statement",
1134
+ "external": true
1135
+ },
1136
+ {
1137
+ "path": "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js",
1138
+ "kind": "import-statement",
1139
+ "original": "./mcp-mappings.js"
1140
+ }
1141
+ ],
1142
+ "format": "esm"
1143
+ },
1144
+ "node_modules/@task-shepherd/shared/dist/schema/index.js": {
1145
+ "bytes": 5325,
1146
+ "imports": [
1147
+ {
1148
+ "path": "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js",
1149
+ "kind": "import-statement",
1150
+ "original": "./mcp-mappings.js"
1151
+ },
1152
+ {
1153
+ "path": "node_modules/@task-shepherd/shared/dist/schema/validation.js",
1154
+ "kind": "import-statement",
1155
+ "original": "./validation.js"
1156
+ }
1157
+ ],
1158
+ "format": "esm"
1159
+ },
1160
+ "node_modules/@task-shepherd/shared/dist/workspace/types.js": {
1161
+ "bytes": 298,
1162
+ "imports": [],
1163
+ "format": "esm"
1164
+ },
1165
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js": {
1166
+ "bytes": 2085,
1167
+ "imports": [],
1168
+ "format": "esm"
1169
+ },
1170
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js": {
1171
+ "bytes": 17291,
1172
+ "imports": [],
1173
+ "format": "esm"
1174
+ },
1175
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/errors.js": {
1176
+ "bytes": 6275,
1177
+ "imports": [
1178
+ {
1179
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js",
1180
+ "kind": "import-statement",
1181
+ "original": "./core.js"
1182
+ },
1183
+ {
1184
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1185
+ "kind": "import-statement",
1186
+ "original": "./util.js"
1187
+ }
1188
+ ],
1189
+ "format": "esm"
1190
+ },
1191
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/parse.js": {
1192
+ "bytes": 2552,
1193
+ "imports": [
1194
+ {
1195
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js",
1196
+ "kind": "import-statement",
1197
+ "original": "./core.js"
1198
+ },
1199
+ {
1200
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/errors.js",
1201
+ "kind": "import-statement",
1202
+ "original": "./errors.js"
1203
+ },
1204
+ {
1205
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1206
+ "kind": "import-statement",
1207
+ "original": "./util.js"
1208
+ }
1209
+ ],
1210
+ "format": "esm"
1211
+ },
1212
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/regexes.js": {
1213
+ "bytes": 6545,
1214
+ "imports": [],
1215
+ "format": "esm"
1216
+ },
1217
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/checks.js": {
1218
+ "bytes": 19615,
1219
+ "imports": [
1220
+ {
1221
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js",
1222
+ "kind": "import-statement",
1223
+ "original": "./core.js"
1224
+ },
1225
+ {
1226
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/regexes.js",
1227
+ "kind": "import-statement",
1228
+ "original": "./regexes.js"
1229
+ },
1230
+ {
1231
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1232
+ "kind": "import-statement",
1233
+ "original": "./util.js"
1234
+ }
1235
+ ],
1236
+ "format": "esm"
1237
+ },
1238
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/doc.js": {
1239
+ "bytes": 1088,
1240
+ "imports": [],
1241
+ "format": "esm"
1242
+ },
1243
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/versions.js": {
1244
+ "bytes": 71,
1245
+ "imports": [],
1246
+ "format": "esm"
1247
+ },
1248
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
1249
+ "bytes": 62045,
1250
+ "imports": [
1251
+ {
1252
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/checks.js",
1253
+ "kind": "import-statement",
1254
+ "original": "./checks.js"
1255
+ },
1256
+ {
1257
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js",
1258
+ "kind": "import-statement",
1259
+ "original": "./core.js"
1260
+ },
1261
+ {
1262
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/doc.js",
1263
+ "kind": "import-statement",
1264
+ "original": "./doc.js"
1265
+ },
1266
+ {
1267
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/parse.js",
1268
+ "kind": "import-statement",
1269
+ "original": "./parse.js"
1270
+ },
1271
+ {
1272
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/regexes.js",
1273
+ "kind": "import-statement",
1274
+ "original": "./regexes.js"
1275
+ },
1276
+ {
1277
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1278
+ "kind": "import-statement",
1279
+ "original": "./util.js"
1280
+ },
1281
+ {
1282
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/versions.js",
1283
+ "kind": "import-statement",
1284
+ "original": "./versions.js"
1285
+ },
1286
+ {
1287
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1288
+ "kind": "import-statement",
1289
+ "original": "./util.js"
1290
+ }
1291
+ ],
1292
+ "format": "esm"
1293
+ },
1294
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
1295
+ "bytes": 5278,
1296
+ "imports": [
1297
+ {
1298
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1299
+ "kind": "import-statement",
1300
+ "original": "../core/util.js"
1301
+ }
1302
+ ],
1303
+ "format": "esm"
1304
+ },
1305
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/az.js": {
1306
+ "bytes": 4640,
1307
+ "imports": [
1308
+ {
1309
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1310
+ "kind": "import-statement",
1311
+ "original": "../core/util.js"
1312
+ }
1313
+ ],
1314
+ "format": "esm"
1315
+ },
1316
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/be.js": {
1317
+ "bytes": 6676,
1318
+ "imports": [
1319
+ {
1320
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1321
+ "kind": "import-statement",
1322
+ "original": "../core/util.js"
1323
+ }
1324
+ ],
1325
+ "format": "esm"
1326
+ },
1327
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ca.js": {
1328
+ "bytes": 4961,
1329
+ "imports": [
1330
+ {
1331
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1332
+ "kind": "import-statement",
1333
+ "original": "../core/util.js"
1334
+ }
1335
+ ],
1336
+ "format": "esm"
1337
+ },
1338
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/cs.js": {
1339
+ "bytes": 5266,
1340
+ "imports": [
1341
+ {
1342
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1343
+ "kind": "import-statement",
1344
+ "original": "../core/util.js"
1345
+ }
1346
+ ],
1347
+ "format": "esm"
1348
+ },
1349
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/da.js": {
1350
+ "bytes": 5073,
1351
+ "imports": [
1352
+ {
1353
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1354
+ "kind": "import-statement",
1355
+ "original": "../core/util.js"
1356
+ }
1357
+ ],
1358
+ "format": "esm"
1359
+ },
1360
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/de.js": {
1361
+ "bytes": 4672,
1362
+ "imports": [
1363
+ {
1364
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1365
+ "kind": "import-statement",
1366
+ "original": "../core/util.js"
1367
+ }
1368
+ ],
1369
+ "format": "esm"
1370
+ },
1371
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/en.js": {
1372
+ "bytes": 4473,
1373
+ "imports": [
1374
+ {
1375
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1376
+ "kind": "import-statement",
1377
+ "original": "../core/util.js"
1378
+ }
1379
+ ],
1380
+ "format": "esm"
1381
+ },
1382
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/eo.js": {
1383
+ "bytes": 4592,
1384
+ "imports": [
1385
+ {
1386
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1387
+ "kind": "import-statement",
1388
+ "original": "../core/util.js"
1389
+ }
1390
+ ],
1391
+ "format": "esm"
1392
+ },
1393
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/es.js": {
1394
+ "bytes": 4835,
1395
+ "imports": [
1396
+ {
1397
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1398
+ "kind": "import-statement",
1399
+ "original": "../core/util.js"
1400
+ }
1401
+ ],
1402
+ "format": "esm"
1403
+ },
1404
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fa.js": {
1405
+ "bytes": 5175,
1406
+ "imports": [
1407
+ {
1408
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1409
+ "kind": "import-statement",
1410
+ "original": "../core/util.js"
1411
+ }
1412
+ ],
1413
+ "format": "esm"
1414
+ },
1415
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fi.js": {
1416
+ "bytes": 4954,
1417
+ "imports": [
1418
+ {
1419
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1420
+ "kind": "import-statement",
1421
+ "original": "../core/util.js"
1422
+ }
1423
+ ],
1424
+ "format": "esm"
1425
+ },
1426
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr.js": {
1427
+ "bytes": 4674,
1428
+ "imports": [
1429
+ {
1430
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1431
+ "kind": "import-statement",
1432
+ "original": "../core/util.js"
1433
+ }
1434
+ ],
1435
+ "format": "esm"
1436
+ },
1437
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr-CA.js": {
1438
+ "bytes": 4693,
1439
+ "imports": [
1440
+ {
1441
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1442
+ "kind": "import-statement",
1443
+ "original": "../core/util.js"
1444
+ }
1445
+ ],
1446
+ "format": "esm"
1447
+ },
1448
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/he.js": {
1449
+ "bytes": 5079,
1450
+ "imports": [
1451
+ {
1452
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1453
+ "kind": "import-statement",
1454
+ "original": "../core/util.js"
1455
+ }
1456
+ ],
1457
+ "format": "esm"
1458
+ },
1459
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/hu.js": {
1460
+ "bytes": 4874,
1461
+ "imports": [
1462
+ {
1463
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1464
+ "kind": "import-statement",
1465
+ "original": "../core/util.js"
1466
+ }
1467
+ ],
1468
+ "format": "esm"
1469
+ },
1470
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/id.js": {
1471
+ "bytes": 4710,
1472
+ "imports": [
1473
+ {
1474
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1475
+ "kind": "import-statement",
1476
+ "original": "../core/util.js"
1477
+ }
1478
+ ],
1479
+ "format": "esm"
1480
+ },
1481
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/is.js": {
1482
+ "bytes": 4635,
1483
+ "imports": [
1484
+ {
1485
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1486
+ "kind": "import-statement",
1487
+ "original": "../core/util.js"
1488
+ }
1489
+ ],
1490
+ "format": "esm"
1491
+ },
1492
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/it.js": {
1493
+ "bytes": 4773,
1494
+ "imports": [
1495
+ {
1496
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1497
+ "kind": "import-statement",
1498
+ "original": "../core/util.js"
1499
+ }
1500
+ ],
1501
+ "format": "esm"
1502
+ },
1503
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ja.js": {
1504
+ "bytes": 4904,
1505
+ "imports": [
1506
+ {
1507
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1508
+ "kind": "import-statement",
1509
+ "original": "../core/util.js"
1510
+ }
1511
+ ],
1512
+ "format": "esm"
1513
+ },
1514
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/kh.js": {
1515
+ "bytes": 6226,
1516
+ "imports": [
1517
+ {
1518
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1519
+ "kind": "import-statement",
1520
+ "original": "../core/util.js"
1521
+ }
1522
+ ],
1523
+ "format": "esm"
1524
+ },
1525
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ko.js": {
1526
+ "bytes": 5040,
1527
+ "imports": [
1528
+ {
1529
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1530
+ "kind": "import-statement",
1531
+ "original": "../core/util.js"
1532
+ }
1533
+ ],
1534
+ "format": "esm"
1535
+ },
1536
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/mk.js": {
1537
+ "bytes": 5333,
1538
+ "imports": [
1539
+ {
1540
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1541
+ "kind": "import-statement",
1542
+ "original": "../core/util.js"
1543
+ }
1544
+ ],
1545
+ "format": "esm"
1546
+ },
1547
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ms.js": {
1548
+ "bytes": 4602,
1549
+ "imports": [
1550
+ {
1551
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1552
+ "kind": "import-statement",
1553
+ "original": "../core/util.js"
1554
+ }
1555
+ ],
1556
+ "format": "esm"
1557
+ },
1558
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/nl.js": {
1559
+ "bytes": 4535,
1560
+ "imports": [
1561
+ {
1562
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1563
+ "kind": "import-statement",
1564
+ "original": "../core/util.js"
1565
+ }
1566
+ ],
1567
+ "format": "esm"
1568
+ },
1569
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/no.js": {
1570
+ "bytes": 4598,
1571
+ "imports": [
1572
+ {
1573
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1574
+ "kind": "import-statement",
1575
+ "original": "../core/util.js"
1576
+ }
1577
+ ],
1578
+ "format": "esm"
1579
+ },
1580
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ota.js": {
1581
+ "bytes": 4704,
1582
+ "imports": [
1583
+ {
1584
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1585
+ "kind": "import-statement",
1586
+ "original": "../core/util.js"
1587
+ }
1588
+ ],
1589
+ "format": "esm"
1590
+ },
1591
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ps.js": {
1592
+ "bytes": 4969,
1593
+ "imports": [
1594
+ {
1595
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1596
+ "kind": "import-statement",
1597
+ "original": "../core/util.js"
1598
+ }
1599
+ ],
1600
+ "format": "esm"
1601
+ },
1602
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pl.js": {
1603
+ "bytes": 5035,
1604
+ "imports": [
1605
+ {
1606
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1607
+ "kind": "import-statement",
1608
+ "original": "../core/util.js"
1609
+ }
1610
+ ],
1611
+ "format": "esm"
1612
+ },
1613
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pt.js": {
1614
+ "bytes": 4658,
1615
+ "imports": [
1616
+ {
1617
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1618
+ "kind": "import-statement",
1619
+ "original": "../core/util.js"
1620
+ }
1621
+ ],
1622
+ "format": "esm"
1623
+ },
1624
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ru.js": {
1625
+ "bytes": 6773,
1626
+ "imports": [
1627
+ {
1628
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1629
+ "kind": "import-statement",
1630
+ "original": "../core/util.js"
1631
+ }
1632
+ ],
1633
+ "format": "esm"
1634
+ },
1635
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sl.js": {
1636
+ "bytes": 4651,
1637
+ "imports": [
1638
+ {
1639
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1640
+ "kind": "import-statement",
1641
+ "original": "../core/util.js"
1642
+ }
1643
+ ],
1644
+ "format": "esm"
1645
+ },
1646
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sv.js": {
1647
+ "bytes": 4749,
1648
+ "imports": [
1649
+ {
1650
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1651
+ "kind": "import-statement",
1652
+ "original": "../core/util.js"
1653
+ }
1654
+ ],
1655
+ "format": "esm"
1656
+ },
1657
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ta.js": {
1658
+ "bytes": 6366,
1659
+ "imports": [
1660
+ {
1661
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1662
+ "kind": "import-statement",
1663
+ "original": "../core/util.js"
1664
+ }
1665
+ ],
1666
+ "format": "esm"
1667
+ },
1668
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/th.js": {
1669
+ "bytes": 6312,
1670
+ "imports": [
1671
+ {
1672
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1673
+ "kind": "import-statement",
1674
+ "original": "../core/util.js"
1675
+ }
1676
+ ],
1677
+ "format": "esm"
1678
+ },
1679
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/tr.js": {
1680
+ "bytes": 4518,
1681
+ "imports": [
1682
+ {
1683
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1684
+ "kind": "import-statement",
1685
+ "original": "../core/util.js"
1686
+ }
1687
+ ],
1688
+ "format": "esm"
1689
+ },
1690
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ua.js": {
1691
+ "bytes": 5631,
1692
+ "imports": [
1693
+ {
1694
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1695
+ "kind": "import-statement",
1696
+ "original": "../core/util.js"
1697
+ }
1698
+ ],
1699
+ "format": "esm"
1700
+ },
1701
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ur.js": {
1702
+ "bytes": 5316,
1703
+ "imports": [
1704
+ {
1705
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1706
+ "kind": "import-statement",
1707
+ "original": "../core/util.js"
1708
+ }
1709
+ ],
1710
+ "format": "esm"
1711
+ },
1712
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/vi.js": {
1713
+ "bytes": 4835,
1714
+ "imports": [
1715
+ {
1716
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1717
+ "kind": "import-statement",
1718
+ "original": "../core/util.js"
1719
+ }
1720
+ ],
1721
+ "format": "esm"
1722
+ },
1723
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-CN.js": {
1724
+ "bytes": 4527,
1725
+ "imports": [
1726
+ {
1727
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1728
+ "kind": "import-statement",
1729
+ "original": "../core/util.js"
1730
+ }
1731
+ ],
1732
+ "format": "esm"
1733
+ },
1734
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-TW.js": {
1735
+ "bytes": 4628,
1736
+ "imports": [
1737
+ {
1738
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1739
+ "kind": "import-statement",
1740
+ "original": "../core/util.js"
1741
+ }
1742
+ ],
1743
+ "format": "esm"
1744
+ },
1745
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/yo.js": {
1746
+ "bytes": 4732,
1747
+ "imports": [
1748
+ {
1749
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1750
+ "kind": "import-statement",
1751
+ "original": "../core/util.js"
1752
+ }
1753
+ ],
1754
+ "format": "esm"
1755
+ },
1756
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js": {
1757
+ "bytes": 1739,
1758
+ "imports": [
1759
+ {
1760
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js",
1761
+ "kind": "import-statement",
1762
+ "original": "./ar.js"
1763
+ },
1764
+ {
1765
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/az.js",
1766
+ "kind": "import-statement",
1767
+ "original": "./az.js"
1768
+ },
1769
+ {
1770
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/be.js",
1771
+ "kind": "import-statement",
1772
+ "original": "./be.js"
1773
+ },
1774
+ {
1775
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ca.js",
1776
+ "kind": "import-statement",
1777
+ "original": "./ca.js"
1778
+ },
1779
+ {
1780
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/cs.js",
1781
+ "kind": "import-statement",
1782
+ "original": "./cs.js"
1783
+ },
1784
+ {
1785
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/da.js",
1786
+ "kind": "import-statement",
1787
+ "original": "./da.js"
1788
+ },
1789
+ {
1790
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/de.js",
1791
+ "kind": "import-statement",
1792
+ "original": "./de.js"
1793
+ },
1794
+ {
1795
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/en.js",
1796
+ "kind": "import-statement",
1797
+ "original": "./en.js"
1798
+ },
1799
+ {
1800
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/eo.js",
1801
+ "kind": "import-statement",
1802
+ "original": "./eo.js"
1803
+ },
1804
+ {
1805
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/es.js",
1806
+ "kind": "import-statement",
1807
+ "original": "./es.js"
1808
+ },
1809
+ {
1810
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fa.js",
1811
+ "kind": "import-statement",
1812
+ "original": "./fa.js"
1813
+ },
1814
+ {
1815
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fi.js",
1816
+ "kind": "import-statement",
1817
+ "original": "./fi.js"
1818
+ },
1819
+ {
1820
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr.js",
1821
+ "kind": "import-statement",
1822
+ "original": "./fr.js"
1823
+ },
1824
+ {
1825
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr-CA.js",
1826
+ "kind": "import-statement",
1827
+ "original": "./fr-CA.js"
1828
+ },
1829
+ {
1830
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/he.js",
1831
+ "kind": "import-statement",
1832
+ "original": "./he.js"
1833
+ },
1834
+ {
1835
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/hu.js",
1836
+ "kind": "import-statement",
1837
+ "original": "./hu.js"
1838
+ },
1839
+ {
1840
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/id.js",
1841
+ "kind": "import-statement",
1842
+ "original": "./id.js"
1843
+ },
1844
+ {
1845
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/is.js",
1846
+ "kind": "import-statement",
1847
+ "original": "./is.js"
1848
+ },
1849
+ {
1850
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/it.js",
1851
+ "kind": "import-statement",
1852
+ "original": "./it.js"
1853
+ },
1854
+ {
1855
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ja.js",
1856
+ "kind": "import-statement",
1857
+ "original": "./ja.js"
1858
+ },
1859
+ {
1860
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/kh.js",
1861
+ "kind": "import-statement",
1862
+ "original": "./kh.js"
1863
+ },
1864
+ {
1865
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ko.js",
1866
+ "kind": "import-statement",
1867
+ "original": "./ko.js"
1868
+ },
1869
+ {
1870
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/mk.js",
1871
+ "kind": "import-statement",
1872
+ "original": "./mk.js"
1873
+ },
1874
+ {
1875
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ms.js",
1876
+ "kind": "import-statement",
1877
+ "original": "./ms.js"
1878
+ },
1879
+ {
1880
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/nl.js",
1881
+ "kind": "import-statement",
1882
+ "original": "./nl.js"
1883
+ },
1884
+ {
1885
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/no.js",
1886
+ "kind": "import-statement",
1887
+ "original": "./no.js"
1888
+ },
1889
+ {
1890
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ota.js",
1891
+ "kind": "import-statement",
1892
+ "original": "./ota.js"
1893
+ },
1894
+ {
1895
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ps.js",
1896
+ "kind": "import-statement",
1897
+ "original": "./ps.js"
1898
+ },
1899
+ {
1900
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pl.js",
1901
+ "kind": "import-statement",
1902
+ "original": "./pl.js"
1903
+ },
1904
+ {
1905
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pt.js",
1906
+ "kind": "import-statement",
1907
+ "original": "./pt.js"
1908
+ },
1909
+ {
1910
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ru.js",
1911
+ "kind": "import-statement",
1912
+ "original": "./ru.js"
1913
+ },
1914
+ {
1915
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sl.js",
1916
+ "kind": "import-statement",
1917
+ "original": "./sl.js"
1918
+ },
1919
+ {
1920
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sv.js",
1921
+ "kind": "import-statement",
1922
+ "original": "./sv.js"
1923
+ },
1924
+ {
1925
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ta.js",
1926
+ "kind": "import-statement",
1927
+ "original": "./ta.js"
1928
+ },
1929
+ {
1930
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/th.js",
1931
+ "kind": "import-statement",
1932
+ "original": "./th.js"
1933
+ },
1934
+ {
1935
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/tr.js",
1936
+ "kind": "import-statement",
1937
+ "original": "./tr.js"
1938
+ },
1939
+ {
1940
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ua.js",
1941
+ "kind": "import-statement",
1942
+ "original": "./ua.js"
1943
+ },
1944
+ {
1945
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ur.js",
1946
+ "kind": "import-statement",
1947
+ "original": "./ur.js"
1948
+ },
1949
+ {
1950
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/vi.js",
1951
+ "kind": "import-statement",
1952
+ "original": "./vi.js"
1953
+ },
1954
+ {
1955
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-CN.js",
1956
+ "kind": "import-statement",
1957
+ "original": "./zh-CN.js"
1958
+ },
1959
+ {
1960
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-TW.js",
1961
+ "kind": "import-statement",
1962
+ "original": "./zh-TW.js"
1963
+ },
1964
+ {
1965
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/yo.js",
1966
+ "kind": "import-statement",
1967
+ "original": "./yo.js"
1968
+ }
1969
+ ],
1970
+ "format": "esm"
1971
+ },
1972
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/registries.js": {
1973
+ "bytes": 1546,
1974
+ "imports": [],
1975
+ "format": "esm"
1976
+ },
1977
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js": {
1978
+ "bytes": 23814,
1979
+ "imports": [
1980
+ {
1981
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/checks.js",
1982
+ "kind": "import-statement",
1983
+ "original": "./checks.js"
1984
+ },
1985
+ {
1986
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js",
1987
+ "kind": "import-statement",
1988
+ "original": "./schemas.js"
1989
+ },
1990
+ {
1991
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
1992
+ "kind": "import-statement",
1993
+ "original": "./util.js"
1994
+ }
1995
+ ],
1996
+ "format": "esm"
1997
+ },
1998
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js": {
1999
+ "bytes": 2717,
2000
+ "imports": [
2001
+ {
2002
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js",
2003
+ "kind": "import-statement",
2004
+ "original": "./api.js"
2005
+ },
2006
+ {
2007
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/parse.js",
2008
+ "kind": "import-statement",
2009
+ "original": "./parse.js"
2010
+ },
2011
+ {
2012
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js",
2013
+ "kind": "import-statement",
2014
+ "original": "./schemas.js"
2015
+ },
2016
+ {
2017
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js",
2018
+ "kind": "import-statement",
2019
+ "original": "./schemas.js"
2020
+ }
2021
+ ],
2022
+ "format": "esm"
2023
+ },
2024
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
2025
+ "bytes": 36982,
2026
+ "imports": [
2027
+ {
2028
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/registries.js",
2029
+ "kind": "import-statement",
2030
+ "original": "./registries.js"
2031
+ },
2032
+ {
2033
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
2034
+ "kind": "import-statement",
2035
+ "original": "./util.js"
2036
+ }
2037
+ ],
2038
+ "format": "esm"
2039
+ },
2040
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
2041
+ "bytes": 11,
2042
+ "imports": [],
2043
+ "format": "esm"
2044
+ },
2045
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js": {
2046
+ "bytes": 499,
2047
+ "imports": [
2048
+ {
2049
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js",
2050
+ "kind": "import-statement",
2051
+ "original": "./core.js"
2052
+ },
2053
+ {
2054
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/parse.js",
2055
+ "kind": "import-statement",
2056
+ "original": "./parse.js"
2057
+ },
2058
+ {
2059
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/errors.js",
2060
+ "kind": "import-statement",
2061
+ "original": "./errors.js"
2062
+ },
2063
+ {
2064
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js",
2065
+ "kind": "import-statement",
2066
+ "original": "./schemas.js"
2067
+ },
2068
+ {
2069
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/checks.js",
2070
+ "kind": "import-statement",
2071
+ "original": "./checks.js"
2072
+ },
2073
+ {
2074
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/versions.js",
2075
+ "kind": "import-statement",
2076
+ "original": "./versions.js"
2077
+ },
2078
+ {
2079
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
2080
+ "kind": "import-statement",
2081
+ "original": "./util.js"
2082
+ },
2083
+ {
2084
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/regexes.js",
2085
+ "kind": "import-statement",
2086
+ "original": "./regexes.js"
2087
+ },
2088
+ {
2089
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js",
2090
+ "kind": "import-statement",
2091
+ "original": "../locales/index.js"
2092
+ },
2093
+ {
2094
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/registries.js",
2095
+ "kind": "import-statement",
2096
+ "original": "./registries.js"
2097
+ },
2098
+ {
2099
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/doc.js",
2100
+ "kind": "import-statement",
2101
+ "original": "./doc.js"
2102
+ },
2103
+ {
2104
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js",
2105
+ "kind": "import-statement",
2106
+ "original": "./function.js"
2107
+ },
2108
+ {
2109
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js",
2110
+ "kind": "import-statement",
2111
+ "original": "./api.js"
2112
+ },
2113
+ {
2114
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js",
2115
+ "kind": "import-statement",
2116
+ "original": "./to-json-schema.js"
2117
+ },
2118
+ {
2119
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js",
2120
+ "kind": "import-statement",
2121
+ "original": "./json-schema.js"
2122
+ }
2123
+ ],
2124
+ "format": "esm"
2125
+ },
2126
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js": {
2127
+ "bytes": 642,
2128
+ "imports": [
2129
+ {
2130
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2131
+ "kind": "import-statement",
2132
+ "original": "../core/index.js"
2133
+ }
2134
+ ],
2135
+ "format": "esm"
2136
+ },
2137
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/iso.js": {
2138
+ "bytes": 1151,
2139
+ "imports": [
2140
+ {
2141
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2142
+ "kind": "import-statement",
2143
+ "original": "../core/index.js"
2144
+ },
2145
+ {
2146
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js",
2147
+ "kind": "import-statement",
2148
+ "original": "./schemas.js"
2149
+ }
2150
+ ],
2151
+ "format": "esm"
2152
+ },
2153
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/errors.js": {
2154
+ "bytes": 1581,
2155
+ "imports": [
2156
+ {
2157
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2158
+ "kind": "import-statement",
2159
+ "original": "../core/index.js"
2160
+ },
2161
+ {
2162
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2163
+ "kind": "import-statement",
2164
+ "original": "../core/index.js"
2165
+ },
2166
+ {
2167
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js",
2168
+ "kind": "import-statement",
2169
+ "original": "../core/util.js"
2170
+ }
2171
+ ],
2172
+ "format": "esm"
2173
+ },
2174
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/parse.js": {
2175
+ "bytes": 378,
2176
+ "imports": [
2177
+ {
2178
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2179
+ "kind": "import-statement",
2180
+ "original": "../core/index.js"
2181
+ },
2182
+ {
2183
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/errors.js",
2184
+ "kind": "import-statement",
2185
+ "original": "./errors.js"
2186
+ }
2187
+ ],
2188
+ "format": "esm"
2189
+ },
2190
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js": {
2191
+ "bytes": 36306,
2192
+ "imports": [
2193
+ {
2194
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2195
+ "kind": "import-statement",
2196
+ "original": "../core/index.js"
2197
+ },
2198
+ {
2199
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2200
+ "kind": "import-statement",
2201
+ "original": "../core/index.js"
2202
+ },
2203
+ {
2204
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js",
2205
+ "kind": "import-statement",
2206
+ "original": "./checks.js"
2207
+ },
2208
+ {
2209
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/iso.js",
2210
+ "kind": "import-statement",
2211
+ "original": "./iso.js"
2212
+ },
2213
+ {
2214
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/parse.js",
2215
+ "kind": "import-statement",
2216
+ "original": "./parse.js"
2217
+ }
2218
+ ],
2219
+ "format": "esm"
2220
+ },
2221
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js": {
2222
+ "bytes": 1090,
2223
+ "imports": [
2224
+ {
2225
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2226
+ "kind": "import-statement",
2227
+ "original": "../core/index.js"
2228
+ },
2229
+ {
2230
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2231
+ "kind": "import-statement",
2232
+ "original": "../core/index.js"
2233
+ }
2234
+ ],
2235
+ "format": "esm"
2236
+ },
2237
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/coerce.js": {
2238
+ "bytes": 550,
2239
+ "imports": [
2240
+ {
2241
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2242
+ "kind": "import-statement",
2243
+ "original": "../core/index.js"
2244
+ },
2245
+ {
2246
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js",
2247
+ "kind": "import-statement",
2248
+ "original": "./schemas.js"
2249
+ }
2250
+ ],
2251
+ "format": "esm"
2252
+ },
2253
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/external.js": {
2254
+ "bytes": 803,
2255
+ "imports": [
2256
+ {
2257
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
2258
+ "kind": "import-statement",
2259
+ "original": "../core/index.js"
2260
+ },
2261
+ {
2262
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js",
2263
+ "kind": "import-statement",
2264
+ "original": "./schemas.js"
2265
+ },
2266
+ {
2267
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js",
2268
+ "kind": "import-statement",
2269
+ "original": "./checks.js"
2270
+ },
2271
+ {
2272
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/errors.js",
1028
2273
  "kind": "import-statement",
1029
- "original": "./BaseWorkHandler"
2274
+ "original": "./errors.js"
1030
2275
  },
1031
2276
  {
1032
- "path": "@task-shepherd/shared",
2277
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/parse.js",
1033
2278
  "kind": "import-statement",
1034
- "external": true
2279
+ "original": "./parse.js"
1035
2280
  },
1036
2281
  {
1037
- "path": "src/middleware/logger.ts",
2282
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js",
1038
2283
  "kind": "import-statement",
1039
- "original": "../middleware/logger"
2284
+ "original": "./compat.js"
1040
2285
  },
1041
2286
  {
1042
- "path": "src/services/ClaudeCliExecutor.ts",
2287
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
1043
2288
  "kind": "import-statement",
1044
- "original": "../services/ClaudeCliExecutor"
2289
+ "original": "../core/index.js"
1045
2290
  },
1046
2291
  {
1047
- "path": "../services/TCPIPCService",
2292
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/en.js",
1048
2293
  "kind": "import-statement",
1049
- "external": true
1050
- }
1051
- ],
1052
- "format": "esm"
1053
- },
1054
- "src/handlers/CodeReviewHandler.ts": {
1055
- "bytes": 2154,
1056
- "imports": [
2294
+ "original": "../locales/en.js"
2295
+ },
1057
2296
  {
1058
- "path": "src/handlers/BaseWorkHandler.ts",
2297
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js",
1059
2298
  "kind": "import-statement",
1060
- "original": "./BaseWorkHandler"
2299
+ "original": "../core/index.js"
1061
2300
  },
1062
2301
  {
1063
- "path": "@task-shepherd/shared",
2302
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js",
1064
2303
  "kind": "import-statement",
1065
- "external": true
2304
+ "original": "../locales/index.js"
1066
2305
  },
1067
2306
  {
1068
- "path": "src/middleware/logger.ts",
2307
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/iso.js",
1069
2308
  "kind": "import-statement",
1070
- "original": "../middleware/logger"
1071
- }
1072
- ],
1073
- "format": "esm"
1074
- },
1075
- "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js": {
1076
- "bytes": 23069,
1077
- "imports": [],
1078
- "format": "esm"
1079
- },
1080
- "node_modules/@task-shepherd/shared/dist/schema/validation.js": {
1081
- "bytes": 11052,
1082
- "imports": [
2309
+ "original": "./iso.js"
2310
+ },
1083
2311
  {
1084
- "path": "graphql",
2312
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/iso.js",
1085
2313
  "kind": "import-statement",
1086
- "external": true
2314
+ "original": "./iso.js"
1087
2315
  },
1088
2316
  {
1089
- "path": "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js",
2317
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/coerce.js",
1090
2318
  "kind": "import-statement",
1091
- "original": "./mcp-mappings.js"
2319
+ "original": "./coerce.js"
1092
2320
  }
1093
2321
  ],
1094
2322
  "format": "esm"
1095
2323
  },
1096
- "node_modules/@task-shepherd/shared/dist/schema/index.js": {
1097
- "bytes": 5325,
2324
+ "node_modules/@task-shepherd/shared/node_modules/zod/index.js": {
2325
+ "bytes": 121,
1098
2326
  "imports": [
1099
2327
  {
1100
- "path": "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js",
2328
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/external.js",
1101
2329
  "kind": "import-statement",
1102
- "original": "./mcp-mappings.js"
2330
+ "original": "./v4/classic/external.js"
1103
2331
  },
1104
2332
  {
1105
- "path": "node_modules/@task-shepherd/shared/dist/schema/validation.js",
2333
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/external.js",
1106
2334
  "kind": "import-statement",
1107
- "original": "./validation.js"
2335
+ "original": "./v4/classic/external.js"
1108
2336
  }
1109
2337
  ],
1110
2338
  "format": "esm"
1111
2339
  },
1112
- "node_modules/@task-shepherd/shared/dist/workspace/types.js": {
1113
- "bytes": 298,
1114
- "imports": [],
1115
- "format": "esm"
1116
- },
1117
2340
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
1118
2341
  "bytes": 17900,
1119
2342
  "imports": [
1120
2343
  {
1121
- "path": "zod",
2344
+ "path": "node_modules/@task-shepherd/shared/node_modules/zod/index.js",
1122
2345
  "kind": "import-statement",
1123
- "external": true
2346
+ "original": "zod"
1124
2347
  }
1125
2348
  ],
1126
2349
  "format": "esm"
@@ -1968,7 +3191,7 @@
1968
3191
  "format": "esm"
1969
3192
  },
1970
3193
  "src/index.ts": {
1971
- "bytes": 82788,
3194
+ "bytes": 83059,
1972
3195
  "imports": [
1973
3196
  {
1974
3197
  "path": "dotenv",
@@ -2670,11 +3893,6 @@
2670
3893
  "outputs": {
2671
3894
  "dist/index.js": {
2672
3895
  "imports": [
2673
- {
2674
- "path": "zod",
2675
- "kind": "require-call",
2676
- "external": true
2677
- },
2678
3896
  {
2679
3897
  "path": "fs",
2680
3898
  "kind": "require-call",
@@ -2856,7 +4074,7 @@
2856
4074
  "external": true
2857
4075
  },
2858
4076
  {
2859
- "path": "graphql",
4077
+ "path": "graphql-request",
2860
4078
  "kind": "require-call",
2861
4079
  "external": true
2862
4080
  },
@@ -2910,11 +4128,6 @@
2910
4128
  "kind": "require-call",
2911
4129
  "external": true
2912
4130
  },
2913
- {
2914
- "path": "zod",
2915
- "kind": "require-call",
2916
- "external": true
2917
- },
2918
4131
  {
2919
4132
  "path": "fs",
2920
4133
  "kind": "require-call",
@@ -3009,200 +4222,206 @@
3009
4222
  "exports": [],
3010
4223
  "entryPoint": "src/index.ts",
3011
4224
  "inputs": {
4225
+ "../../node_modules/zod/v3/helpers/util.js": {
4226
+ "bytesInOutput": 1711
4227
+ },
4228
+ "../../node_modules/zod/v3/ZodError.js": {
4229
+ "bytesInOutput": 1689
4230
+ },
4231
+ "../../node_modules/zod/v3/locales/en.js": {
4232
+ "bytesInOutput": 3052
4233
+ },
4234
+ "../../node_modules/zod/v3/errors.js": {
4235
+ "bytesInOutput": 75
4236
+ },
4237
+ "../../node_modules/zod/v3/helpers/parseUtil.js": {
4238
+ "bytesInOutput": 1513
4239
+ },
4240
+ "../../node_modules/zod/v3/helpers/typeAliases.js": {
4241
+ "bytesInOutput": 18
4242
+ },
4243
+ "../../node_modules/zod/v3/helpers/errorUtil.js": {
4244
+ "bytesInOutput": 142
4245
+ },
4246
+ "../../node_modules/zod/v3/types.js": {
4247
+ "bytesInOutput": 50069
4248
+ },
4249
+ "../../node_modules/zod/v3/external.js": {
4250
+ "bytesInOutput": 1815
4251
+ },
4252
+ "../../node_modules/zod/index.js": {
4253
+ "bytesInOutput": 27
4254
+ },
3012
4255
  "src/config/schema.ts": {
3013
- "bytesInOutput": 6599
4256
+ "bytesInOutput": 6371
3014
4257
  },
3015
4258
  "src/config/ConfigurationManager.ts": {
3016
- "bytesInOutput": 7101
4259
+ "bytesInOutput": 7103
3017
4260
  },
3018
4261
  "src/utils/claudeUtils.ts": {
3019
4262
  "bytesInOutput": 1093
3020
4263
  },
3021
4264
  "src/config/validators.ts": {
3022
- "bytesInOutput": 8030
4265
+ "bytesInOutput": 8032
3023
4266
  },
3024
4267
  "src/config/index.ts": {
3025
4268
  "bytesInOutput": 1086
3026
4269
  },
3027
4270
  "src/middleware/logger.ts": {
3028
- "bytesInOutput": 698
4271
+ "bytesInOutput": 700
3029
4272
  },
3030
4273
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
3031
- "bytesInOutput": 2418
4274
+ "bytesInOutput": 2442
3032
4275
  },
3033
4276
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/utils.js": {
3034
- "bytesInOutput": 424
4277
+ "bytesInOutput": 425
3035
4278
  },
3036
4279
  "../../node_modules/node-fetch/node_modules/tr46/lib/mappingTable.json": {
3037
- "bytesInOutput": 260054
4280
+ "bytesInOutput": 260055
3038
4281
  },
3039
4282
  "../../node_modules/node-fetch/node_modules/tr46/index.js": {
3040
- "bytesInOutput": 4888
4283
+ "bytesInOutput": 4889
3041
4284
  },
3042
4285
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/url-state-machine.js": {
3043
- "bytesInOutput": 16713
4286
+ "bytesInOutput": 16757
3044
4287
  },
3045
4288
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL-impl.js": {
3046
- "bytesInOutput": 2318
4289
+ "bytesInOutput": 2342
3047
4290
  },
3048
4291
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL.js": {
3049
- "bytesInOutput": 2767
4292
+ "bytesInOutput": 2815
3050
4293
  },
3051
4294
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/public-api.js": {
3052
- "bytesInOutput": 347
4295
+ "bytesInOutput": 348
3053
4296
  },
3054
4297
  "../../node_modules/safer-buffer/safer.js": {
3055
- "bytesInOutput": 1264
4298
+ "bytesInOutput": 1265
3056
4299
  },
3057
4300
  "../../node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js": {
3058
- "bytesInOutput": 587
4301
+ "bytesInOutput": 588
3059
4302
  },
3060
4303
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/internal.js": {
3061
- "bytesInOutput": 2277
4304
+ "bytesInOutput": 2278
3062
4305
  },
3063
4306
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/utf32.js": {
3064
- "bytesInOutput": 3594
4307
+ "bytesInOutput": 3595
3065
4308
  },
3066
4309
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/utf16.js": {
3067
- "bytesInOutput": 2263
4310
+ "bytesInOutput": 2264
3068
4311
  },
3069
4312
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/utf7.js": {
3070
- "bytesInOutput": 3412
4313
+ "bytesInOutput": 3413
3071
4314
  },
3072
4315
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-codec.js": {
3073
- "bytesInOutput": 1050
4316
+ "bytesInOutput": 1051
3074
4317
  },
3075
4318
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data.js": {
3076
- "bytesInOutput": 5443
4319
+ "bytesInOutput": 5444
3077
4320
  },
3078
4321
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js": {
3079
- "bytesInOutput": 57252
4322
+ "bytesInOutput": 57253
3080
4323
  },
3081
4324
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-codec.js": {
3082
- "bytesInOutput": 7312
4325
+ "bytesInOutput": 7313
3083
4326
  },
3084
4327
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json": {
3085
- "bytesInOutput": 45733
4328
+ "bytesInOutput": 45734
3086
4329
  },
3087
4330
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/eucjp.json": {
3088
- "bytesInOutput": 79573
4331
+ "bytesInOutput": 79574
3089
4332
  },
3090
4333
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp936.json": {
3091
- "bytesInOutput": 86959
4334
+ "bytesInOutput": 86960
3092
4335
  },
3093
4336
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json": {
3094
- "bytesInOutput": 1639
4337
+ "bytesInOutput": 1640
3095
4338
  },
3096
4339
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json": {
3097
- "bytesInOutput": 2244
4340
+ "bytesInOutput": 2245
3098
4341
  },
3099
4342
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp949.json": {
3100
- "bytesInOutput": 69177
4343
+ "bytesInOutput": 69178
3101
4344
  },
3102
4345
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp950.json": {
3103
- "bytesInOutput": 82234
4346
+ "bytesInOutput": 82235
3104
4347
  },
3105
4348
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/big5-added.json": {
3106
- "bytesInOutput": 35519
4349
+ "bytesInOutput": 35520
3107
4350
  },
3108
4351
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-data.js": {
3109
- "bytesInOutput": 1791
4352
+ "bytesInOutput": 1792
3110
4353
  },
3111
4354
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/index.js": {
3112
- "bytesInOutput": 213
4355
+ "bytesInOutput": 214
3113
4356
  },
3114
4357
  "../../node_modules/encoding/node_modules/iconv-lite/lib/streams.js": {
3115
- "bytesInOutput": 1414
4358
+ "bytesInOutput": 1415
3116
4359
  },
3117
4360
  "../../node_modules/encoding/node_modules/iconv-lite/lib/index.js": {
3118
- "bytesInOutput": 2219
4361
+ "bytesInOutput": 2220
3119
4362
  },
3120
4363
  "../../node_modules/encoding/lib/encoding.js": {
3121
- "bytesInOutput": 730
4364
+ "bytesInOutput": 731
3122
4365
  },
3123
4366
  "../../node_modules/node-fetch/lib/index.js": {
3124
- "bytesInOutput": 19125
3125
- },
3126
- "../../node_modules/cross-fetch/dist/node-ponyfill.js": {
3127
- "bytesInOutput": 251
4367
+ "bytesInOutput": 19177
3128
4368
  },
3129
4369
  "package.json": {
3130
- "bytesInOutput": 3374
4370
+ "bytesInOutput": 3375
3131
4371
  },
3132
4372
  "src/services/AgentVersionService.ts": {
3133
- "bytesInOutput": 1129
4373
+ "bytesInOutput": 1130
3134
4374
  },
3135
4375
  "src/services/GraphQLHttpClient.ts": {
3136
- "bytesInOutput": 7868
4376
+ "bytesInOutput": 7869
3137
4377
  },
3138
4378
  "src/index.ts": {
3139
- "bytesInOutput": 35457
4379
+ "bytesInOutput": 35733
3140
4380
  },
3141
4381
  "src/config/ConfigLoader.ts": {
3142
- "bytesInOutput": 5294
4382
+ "bytesInOutput": 5537
3143
4383
  },
3144
4384
  "src/services/AgentIdentityService.ts": {
3145
- "bytesInOutput": 6232
4385
+ "bytesInOutput": 6254
3146
4386
  },
3147
4387
  "src/services/AgentService.ts": {
3148
- "bytesInOutput": 14826
4388
+ "bytesInOutput": 14827
3149
4389
  },
3150
4390
  "src/services/HttpClient.ts": {
3151
- "bytesInOutput": 4261
4391
+ "bytesInOutput": 4264
3152
4392
  },
3153
4393
  "src/handlers/WorkHandlerRegistry.ts": {
3154
- "bytesInOutput": 2679
4394
+ "bytesInOutput": 2680
3155
4395
  },
3156
4396
  "src/services/WorkTypeConfigService.ts": {
3157
- "bytesInOutput": 2969
4397
+ "bytesInOutput": 2970
3158
4398
  },
3159
4399
  "src/handlers/BaseWorkHandler.ts": {
3160
- "bytesInOutput": 17935
3161
- },
3162
- "../../node_modules/graphql-request/build/esm/defaultJsonSerializer.js": {
3163
- "bytesInOutput": 12
3164
- },
3165
- "../../node_modules/graphql-request/build/esm/helpers.js": {
3166
- "bytesInOutput": 79
3167
- },
3168
- "../../node_modules/graphql-request/build/esm/parseArgs.js": {
3169
- "bytesInOutput": 229
3170
- },
3171
- "../../node_modules/graphql-request/build/esm/resolveRequestDocument.js": {
3172
- "bytesInOutput": 311
3173
- },
3174
- "../../node_modules/graphql-request/build/esm/types.js": {
3175
- "bytesInOutput": 370
3176
- },
3177
- "../../node_modules/graphql-request/build/esm/index.js": {
3178
- "bytesInOutput": 4484
3179
- },
3180
- "../../node_modules/graphql-request/build/esm/graphql-ws.js": {
3181
- "bytesInOutput": 2979
4400
+ "bytesInOutput": 17936
3182
4401
  },
3183
4402
  "src/graphql/TypedGraphQLClient.ts": {
3184
- "bytesInOutput": 5344
4403
+ "bytesInOutput": 5393
3185
4404
  },
3186
4405
  "src/graphql/generated.ts": {
3187
4406
  "bytesInOutput": 23554
3188
4407
  },
3189
4408
  "src/services/WorkItemErrorTracker.ts": {
3190
- "bytesInOutput": 8189
4409
+ "bytesInOutput": 8192
3191
4410
  },
3192
4411
  "src/services/AgentPauseService.ts": {
3193
- "bytesInOutput": 1592
4412
+ "bytesInOutput": 1593
3194
4413
  },
3195
4414
  "src/services/ClaudeCliExecutor.ts": {
3196
- "bytesInOutput": 3489
4415
+ "bytesInOutput": 3497
3197
4416
  },
3198
4417
  "src/utils/claudeLogger.ts": {
3199
- "bytesInOutput": 1634
4418
+ "bytesInOutput": 1636
3200
4419
  },
3201
4420
  "src/handlers/ProjectReviewHandler.ts": {
3202
- "bytesInOutput": 16152
4421
+ "bytesInOutput": 16153
3203
4422
  },
3204
4423
  "src/handlers/CodeReviewHandler.ts": {
3205
- "bytesInOutput": 548
4424
+ "bytesInOutput": 549
3206
4425
  },
3207
4426
  "node_modules/@task-shepherd/shared/dist/schema/index.js": {
3208
4427
  "bytesInOutput": 1949
@@ -3216,8 +4435,209 @@
3216
4435
  "node_modules/@task-shepherd/shared/dist/workspace/index.js": {
3217
4436
  "bytesInOutput": 0
3218
4437
  },
4438
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/external.js": {
4439
+ "bytesInOutput": 3367
4440
+ },
4441
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js": {
4442
+ "bytesInOutput": 4313
4443
+ },
4444
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js": {
4445
+ "bytesInOutput": 960
4446
+ },
4447
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js": {
4448
+ "bytesInOutput": 8273
4449
+ },
4450
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/errors.js": {
4451
+ "bytesInOutput": 2172
4452
+ },
4453
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/parse.js": {
4454
+ "bytesInOutput": 1025
4455
+ },
4456
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/regexes.js": {
4457
+ "bytesInOutput": 4000
4458
+ },
4459
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/checks.js": {
4460
+ "bytesInOutput": 8198
4461
+ },
4462
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/doc.js": {
4463
+ "bytesInOutput": 526
4464
+ },
4465
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/versions.js": {
4466
+ "bytesInOutput": 34
4467
+ },
4468
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
4469
+ "bytesInOutput": 24336
4470
+ },
4471
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js": {
4472
+ "bytesInOutput": 446
4473
+ },
4474
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
4475
+ "bytesInOutput": 5572
4476
+ },
4477
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/az.js": {
4478
+ "bytesInOutput": 2973
4479
+ },
4480
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/be.js": {
4481
+ "bytesInOutput": 6510
4482
+ },
4483
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ca.js": {
4484
+ "bytesInOutput": 2693
4485
+ },
4486
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/cs.js": {
4487
+ "bytesInOutput": 3185
4488
+ },
4489
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/da.js": {
4490
+ "bytesInOutput": 2686
4491
+ },
4492
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/de.js": {
4493
+ "bytesInOutput": 2611
4494
+ },
4495
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/en.js": {
4496
+ "bytesInOutput": 2431
4497
+ },
4498
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/eo.js": {
4499
+ "bytesInOutput": 2616
4500
+ },
4501
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/es.js": {
4502
+ "bytesInOutput": 2666
4503
+ },
4504
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fa.js": {
4505
+ "bytesInOutput": 5084
4506
+ },
4507
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fi.js": {
4508
+ "bytesInOutput": 2857
4509
+ },
4510
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr.js": {
4511
+ "bytesInOutput": 2619
4512
+ },
4513
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr-CA.js": {
4514
+ "bytesInOutput": 2626
4515
+ },
4516
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/he.js": {
4517
+ "bytesInOutput": 4728
4518
+ },
4519
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/hu.js": {
4520
+ "bytesInOutput": 2855
4521
+ },
4522
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/id.js": {
4523
+ "bytesInOutput": 2613
4524
+ },
4525
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/is.js": {
4526
+ "bytesInOutput": 2719
4527
+ },
4528
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/it.js": {
4529
+ "bytesInOutput": 2553
4530
+ },
4531
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ja.js": {
4532
+ "bytesInOutput": 3868
4533
+ },
4534
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/kh.js": {
4535
+ "bytesInOutput": 6426
4536
+ },
4537
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ko.js": {
4538
+ "bytesInOutput": 3585
4539
+ },
4540
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/mk.js": {
4541
+ "bytesInOutput": 5472
4542
+ },
4543
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ms.js": {
4544
+ "bytesInOutput": 2505
4545
+ },
4546
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/nl.js": {
4547
+ "bytesInOutput": 2430
4548
+ },
4549
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/no.js": {
4550
+ "bytesInOutput": 2541
4551
+ },
4552
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ota.js": {
4553
+ "bytesInOutput": 2735
4554
+ },
4555
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ps.js": {
4556
+ "bytesInOutput": 4480
4557
+ },
4558
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pl.js": {
4559
+ "bytesInOutput": 3222
4560
+ },
4561
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pt.js": {
4562
+ "bytesInOutput": 2605
4563
+ },
4564
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ru.js": {
4565
+ "bytesInOutput": 6808
4566
+ },
4567
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sl.js": {
4568
+ "bytesInOutput": 2614
4569
+ },
4570
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sv.js": {
4571
+ "bytesInOutput": 2694
4572
+ },
4573
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ta.js": {
4574
+ "bytesInOutput": 6589
4575
+ },
4576
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/th.js": {
4577
+ "bytesInOutput": 6578
4578
+ },
4579
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/tr.js": {
4580
+ "bytesInOutput": 2738
4581
+ },
4582
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ua.js": {
4583
+ "bytesInOutput": 6273
4584
+ },
4585
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ur.js": {
4586
+ "bytesInOutput": 5859
4587
+ },
4588
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/vi.js": {
4589
+ "bytesInOutput": 3215
4590
+ },
4591
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-CN.js": {
4592
+ "bytesInOutput": 3088
4593
+ },
4594
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-TW.js": {
4595
+ "bytesInOutput": 3198
4596
+ },
4597
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/yo.js": {
4598
+ "bytesInOutput": 3370
4599
+ },
4600
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/registries.js": {
4601
+ "bytesInOutput": 731
4602
+ },
4603
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js": {
4604
+ "bytesInOutput": 9661
4605
+ },
4606
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js": {
4607
+ "bytesInOutput": 1265
4608
+ },
4609
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
4610
+ "bytesInOutput": 11804
4611
+ },
4612
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
4613
+ "bytesInOutput": 10
4614
+ },
4615
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js": {
4616
+ "bytesInOutput": 0
4617
+ },
4618
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/iso.js": {
4619
+ "bytesInOutput": 519
4620
+ },
4621
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/errors.js": {
4622
+ "bytesInOutput": 390
4623
+ },
4624
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/parse.js": {
4625
+ "bytesInOutput": 44
4626
+ },
4627
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js": {
4628
+ "bytesInOutput": 14794
4629
+ },
4630
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js": {
4631
+ "bytesInOutput": 409
4632
+ },
4633
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/coerce.js": {
4634
+ "bytesInOutput": 243
4635
+ },
4636
+ "node_modules/@task-shepherd/shared/node_modules/zod/index.js": {
4637
+ "bytesInOutput": 0
4638
+ },
3219
4639
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
3220
- "bytesInOutput": 10033
4640
+ "bytesInOutput": 9476
3221
4641
  },
3222
4642
  "node_modules/@task-shepherd/shared/dist/workspace/constants.js": {
3223
4643
  "bytesInOutput": 5020
@@ -3235,78 +4655,73 @@
3235
4655
  "bytesInOutput": 0
3236
4656
  },
3237
4657
  "src/handlers/DevelopmentPlanningHandler.ts": {
3238
- "bytesInOutput": 37036
4658
+ "bytesInOutput": 37037
3239
4659
  },
3240
4660
  "src/handlers/StoryImplementationHandler.ts": {
3241
- "bytesInOutput": 654
4661
+ "bytesInOutput": 655
3242
4662
  },
3243
4663
  "src/handlers/ReviewApplicationHandler.ts": {
3244
- "bytesInOutput": 16954
4664
+ "bytesInOutput": 16955
3245
4665
  },
3246
4666
  "src/handlers/StoryTaskGeneratorHandler.ts": {
3247
- "bytesInOutput": 11552
4667
+ "bytesInOutput": 11553
3248
4668
  },
3249
4669
  "src/handlers/HandlerFactory.ts": {
3250
4670
  "bytesInOutput": 1681
3251
4671
  },
3252
4672
  "src/services/CompletedWorkService.ts": {
3253
- "bytesInOutput": 3279
4673
+ "bytesInOutput": 3282
3254
4674
  },
3255
4675
  "src/services/MainApiIntegration.ts": {
3256
- "bytesInOutput": 3984
4676
+ "bytesInOutput": 3985
3257
4677
  },
3258
4678
  "src/config/MainApiConfig.ts": {
3259
4679
  "bytesInOutput": 3698
3260
4680
  },
3261
4681
  "src/services/ResourceManager.ts": {
3262
- "bytesInOutput": 1394
4682
+ "bytesInOutput": 1395
3263
4683
  },
3264
4684
  "src/services/TCPIPCService.ts": {
3265
- "bytesInOutput": 3019
4685
+ "bytesInOutput": 3021
3266
4686
  },
3267
4687
  "src/services/ClaudeSettingsManager.ts": {
3268
- "bytesInOutput": 1943
4688
+ "bytesInOutput": 1946
3269
4689
  },
3270
4690
  "src/services/TokenUsageTracker.ts": {
3271
- "bytesInOutput": 4253
4691
+ "bytesInOutput": 4254
3272
4692
  },
3273
4693
  "src/services/WorkspaceRegistryService.ts": {
3274
- "bytesInOutput": 3195
4694
+ "bytesInOutput": 3197
3275
4695
  },
3276
4696
  "src/services/WorkspaceSyncService.ts": {
3277
- "bytesInOutput": 4896
4697
+ "bytesInOutput": 4897
3278
4698
  },
3279
4699
  "src/services/OrganizationManager.ts": {
3280
- "bytesInOutput": 24683
4700
+ "bytesInOutput": 24687
3281
4701
  },
3282
4702
  "src/types/organization.ts": {
3283
4703
  "bytesInOutput": 458
3284
4704
  },
3285
4705
  "src/services/MultiOrganizationWorkerService.ts": {
3286
- "bytesInOutput": 10026
4706
+ "bytesInOutput": 10027
3287
4707
  },
3288
4708
  "src/services/SmartPollingService.ts": {
3289
- "bytesInOutput": 18101
4709
+ "bytesInOutput": 18102
3290
4710
  },
3291
4711
  "src/services/WorkItemEventStore.ts": {
3292
- "bytesInOutput": 4092
4712
+ "bytesInOutput": 4093
3293
4713
  },
3294
4714
  "src/utils/errorSerializer.ts": {
3295
4715
  "bytesInOutput": 1767
3296
4716
  },
3297
4717
  "src/services/WorkspaceDiscoveryService.ts": {
3298
- "bytesInOutput": 22573
4718
+ "bytesInOutput": 22610
3299
4719
  }
3300
4720
  },
3301
- "bytes": 1200988
4721
+ "bytes": 1505514
3302
4722
  },
3303
4723
  "dist/cli/index.js": {
3304
4724
  "imports": [
3305
- {
3306
- "path": "zod",
3307
- "kind": "require-call",
3308
- "external": true
3309
- },
3310
4725
  {
3311
4726
  "path": "fs",
3312
4727
  "kind": "require-call",
@@ -3458,7 +4873,7 @@
3458
4873
  "external": true
3459
4874
  },
3460
4875
  {
3461
- "path": "graphql",
4876
+ "path": "graphql-request",
3462
4877
  "kind": "require-call",
3463
4878
  "external": true
3464
4879
  },
@@ -3522,11 +4937,6 @@
3522
4937
  "kind": "require-call",
3523
4938
  "external": true
3524
4939
  },
3525
- {
3526
- "path": "zod",
3527
- "kind": "require-call",
3528
- "external": true
3529
- },
3530
4940
  {
3531
4941
  "path": "fs",
3532
4942
  "kind": "require-call",
@@ -3936,8 +5346,38 @@
3936
5346
  "exports": [],
3937
5347
  "entryPoint": "src/cli/index.ts",
3938
5348
  "inputs": {
5349
+ "../../node_modules/zod/v3/helpers/util.js": {
5350
+ "bytesInOutput": 1714
5351
+ },
5352
+ "../../node_modules/zod/v3/ZodError.js": {
5353
+ "bytesInOutput": 1690
5354
+ },
5355
+ "../../node_modules/zod/v3/locales/en.js": {
5356
+ "bytesInOutput": 3057
5357
+ },
5358
+ "../../node_modules/zod/v3/errors.js": {
5359
+ "bytesInOutput": 74
5360
+ },
5361
+ "../../node_modules/zod/v3/helpers/parseUtil.js": {
5362
+ "bytesInOutput": 1512
5363
+ },
5364
+ "../../node_modules/zod/v3/helpers/typeAliases.js": {
5365
+ "bytesInOutput": 17
5366
+ },
5367
+ "../../node_modules/zod/v3/helpers/errorUtil.js": {
5368
+ "bytesInOutput": 141
5369
+ },
5370
+ "../../node_modules/zod/v3/types.js": {
5371
+ "bytesInOutput": 50172
5372
+ },
5373
+ "../../node_modules/zod/v3/external.js": {
5374
+ "bytesInOutput": 1818
5375
+ },
5376
+ "../../node_modules/zod/index.js": {
5377
+ "bytesInOutput": 26
5378
+ },
3939
5379
  "src/config/schema.ts": {
3940
- "bytesInOutput": 6598
5380
+ "bytesInOutput": 6370
3941
5381
  },
3942
5382
  "src/config/ConfigurationManager.ts": {
3943
5383
  "bytesInOutput": 7100
@@ -3952,166 +5392,142 @@
3952
5392
  "bytesInOutput": 1085
3953
5393
  },
3954
5394
  "src/middleware/logger.ts": {
3955
- "bytesInOutput": 697
5395
+ "bytesInOutput": 698
3956
5396
  },
3957
5397
  "src/services/AgentIdentityService.ts": {
3958
- "bytesInOutput": 6286
5398
+ "bytesInOutput": 6287
3959
5399
  },
3960
5400
  "package.json": {
3961
- "bytesInOutput": 3374
5401
+ "bytesInOutput": 3375
3962
5402
  },
3963
5403
  "src/services/AgentVersionService.ts": {
3964
- "bytesInOutput": 1128
5404
+ "bytesInOutput": 1129
3965
5405
  },
3966
5406
  "src/services/GraphQLHttpClient.ts": {
3967
- "bytesInOutput": 7867
5407
+ "bytesInOutput": 7868
3968
5408
  },
3969
5409
  "src/services/TokenUsageTracker.ts": {
3970
- "bytesInOutput": 4281
5410
+ "bytesInOutput": 4282
3971
5411
  },
3972
5412
  "src/config/ConfigLoader.ts": {
3973
- "bytesInOutput": 5328
5413
+ "bytesInOutput": 5568
3974
5414
  },
3975
5415
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
3976
- "bytesInOutput": 2441
5416
+ "bytesInOutput": 2442
3977
5417
  },
3978
5418
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/utils.js": {
3979
- "bytesInOutput": 424
5419
+ "bytesInOutput": 425
3980
5420
  },
3981
5421
  "../../node_modules/node-fetch/node_modules/tr46/lib/mappingTable.json": {
3982
- "bytesInOutput": 260054
5422
+ "bytesInOutput": 260055
3983
5423
  },
3984
5424
  "../../node_modules/node-fetch/node_modules/tr46/index.js": {
3985
- "bytesInOutput": 4888
5425
+ "bytesInOutput": 4889
3986
5426
  },
3987
5427
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/url-state-machine.js": {
3988
- "bytesInOutput": 16756
5428
+ "bytesInOutput": 16793
3989
5429
  },
3990
5430
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL-impl.js": {
3991
- "bytesInOutput": 2341
5431
+ "bytesInOutput": 2342
3992
5432
  },
3993
5433
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL.js": {
3994
- "bytesInOutput": 2786
5434
+ "bytesInOutput": 2815
3995
5435
  },
3996
5436
  "../../node_modules/node-fetch/node_modules/whatwg-url/lib/public-api.js": {
3997
- "bytesInOutput": 347
5437
+ "bytesInOutput": 348
3998
5438
  },
3999
5439
  "../../node_modules/safer-buffer/safer.js": {
4000
- "bytesInOutput": 1264
5440
+ "bytesInOutput": 1265
4001
5441
  },
4002
5442
  "../../node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js": {
4003
- "bytesInOutput": 587
5443
+ "bytesInOutput": 588
4004
5444
  },
4005
5445
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/internal.js": {
4006
- "bytesInOutput": 2277
5446
+ "bytesInOutput": 2278
4007
5447
  },
4008
5448
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/utf32.js": {
4009
- "bytesInOutput": 3594
5449
+ "bytesInOutput": 3595
4010
5450
  },
4011
5451
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/utf16.js": {
4012
- "bytesInOutput": 2263
5452
+ "bytesInOutput": 2264
4013
5453
  },
4014
5454
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/utf7.js": {
4015
- "bytesInOutput": 3412
5455
+ "bytesInOutput": 3413
4016
5456
  },
4017
5457
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-codec.js": {
4018
- "bytesInOutput": 1050
5458
+ "bytesInOutput": 1051
4019
5459
  },
4020
5460
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data.js": {
4021
- "bytesInOutput": 5443
5461
+ "bytesInOutput": 5444
4022
5462
  },
4023
5463
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js": {
4024
- "bytesInOutput": 57252
5464
+ "bytesInOutput": 57253
4025
5465
  },
4026
5466
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-codec.js": {
4027
- "bytesInOutput": 7312
5467
+ "bytesInOutput": 7313
4028
5468
  },
4029
5469
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json": {
4030
- "bytesInOutput": 45733
5470
+ "bytesInOutput": 45734
4031
5471
  },
4032
5472
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/eucjp.json": {
4033
- "bytesInOutput": 79573
5473
+ "bytesInOutput": 79574
4034
5474
  },
4035
5475
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp936.json": {
4036
- "bytesInOutput": 86959
5476
+ "bytesInOutput": 86960
4037
5477
  },
4038
5478
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json": {
4039
- "bytesInOutput": 1639
5479
+ "bytesInOutput": 1640
4040
5480
  },
4041
5481
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json": {
4042
- "bytesInOutput": 2244
5482
+ "bytesInOutput": 2245
4043
5483
  },
4044
5484
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp949.json": {
4045
- "bytesInOutput": 69177
5485
+ "bytesInOutput": 69178
4046
5486
  },
4047
5487
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp950.json": {
4048
- "bytesInOutput": 82234
5488
+ "bytesInOutput": 82235
4049
5489
  },
4050
5490
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/tables/big5-added.json": {
4051
- "bytesInOutput": 35519
5491
+ "bytesInOutput": 35520
4052
5492
  },
4053
5493
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-data.js": {
4054
- "bytesInOutput": 1791
5494
+ "bytesInOutput": 1792
4055
5495
  },
4056
5496
  "../../node_modules/encoding/node_modules/iconv-lite/encodings/index.js": {
4057
- "bytesInOutput": 213
5497
+ "bytesInOutput": 214
4058
5498
  },
4059
5499
  "../../node_modules/encoding/node_modules/iconv-lite/lib/streams.js": {
4060
- "bytesInOutput": 1414
5500
+ "bytesInOutput": 1415
4061
5501
  },
4062
5502
  "../../node_modules/encoding/node_modules/iconv-lite/lib/index.js": {
4063
- "bytesInOutput": 2219
5503
+ "bytesInOutput": 2264
4064
5504
  },
4065
5505
  "../../node_modules/encoding/lib/encoding.js": {
4066
- "bytesInOutput": 730
5506
+ "bytesInOutput": 731
4067
5507
  },
4068
5508
  "../../node_modules/node-fetch/lib/index.js": {
4069
- "bytesInOutput": 19176
5509
+ "bytesInOutput": 19177
4070
5510
  },
4071
5511
  "src/services/HttpClient.ts": {
4072
- "bytesInOutput": 4291
5512
+ "bytesInOutput": 4292
4073
5513
  },
4074
5514
  "src/services/WorkTypeConfigService.ts": {
4075
- "bytesInOutput": 2997
4076
- },
4077
- "../../node_modules/graphql-request/build/esm/defaultJsonSerializer.js": {
4078
- "bytesInOutput": 27
4079
- },
4080
- "../../node_modules/graphql-request/build/esm/helpers.js": {
4081
- "bytesInOutput": 97
4082
- },
4083
- "../../node_modules/graphql-request/build/esm/parseArgs.js": {
4084
- "bytesInOutput": 250
4085
- },
4086
- "../../node_modules/graphql-request/build/esm/resolveRequestDocument.js": {
4087
- "bytesInOutput": 332
4088
- },
4089
- "../../node_modules/graphql-request/build/esm/types.js": {
4090
- "bytesInOutput": 385
4091
- },
4092
- "../../node_modules/cross-fetch/dist/node-ponyfill.js": {
4093
- "bytesInOutput": 251
4094
- },
4095
- "../../node_modules/graphql-request/build/esm/graphql-ws.js": {
4096
- "bytesInOutput": 3031
4097
- },
4098
- "../../node_modules/graphql-request/build/esm/index.js": {
4099
- "bytesInOutput": 4553
5515
+ "bytesInOutput": 2998
4100
5516
  },
4101
5517
  "src/graphql/generated.ts": {
4102
5518
  "bytesInOutput": 23614
4103
5519
  },
4104
5520
  "src/graphql/TypedGraphQLClient.ts": {
4105
- "bytesInOutput": 5382
5521
+ "bytesInOutput": 5425
4106
5522
  },
4107
5523
  "src/types/workItemErrors.ts": {
4108
5524
  "bytesInOutput": 29
4109
5525
  },
4110
5526
  "src/services/WorkItemErrorTracker.ts": {
4111
- "bytesInOutput": 8230
5527
+ "bytesInOutput": 8231
4112
5528
  },
4113
5529
  "src/services/AgentPauseService.ts": {
4114
- "bytesInOutput": 1623
5530
+ "bytesInOutput": 1624
4115
5531
  },
4116
5532
  "src/utils/claudeLogger.ts": {
4117
5533
  "bytesInOutput": 1668
@@ -4120,13 +5536,13 @@
4120
5536
  "bytesInOutput": 3536
4121
5537
  },
4122
5538
  "src/handlers/BaseWorkHandler.ts": {
4123
- "bytesInOutput": 18000
5539
+ "bytesInOutput": 18001
4124
5540
  },
4125
5541
  "src/handlers/ProjectReviewHandler.ts": {
4126
- "bytesInOutput": 16190
5542
+ "bytesInOutput": 16191
4127
5543
  },
4128
5544
  "src/handlers/CodeReviewHandler.ts": {
4129
- "bytesInOutput": 581
5545
+ "bytesInOutput": 582
4130
5546
  },
4131
5547
  "node_modules/@task-shepherd/shared/dist/schema/mcp-mappings.js": {
4132
5548
  "bytesInOutput": 17
@@ -4140,8 +5556,209 @@
4140
5556
  "node_modules/@task-shepherd/shared/dist/workspace/types.js": {
4141
5557
  "bytesInOutput": 17
4142
5558
  },
5559
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/core.js": {
5560
+ "bytesInOutput": 980
5561
+ },
5562
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/util.js": {
5563
+ "bytesInOutput": 8291
5564
+ },
5565
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/errors.js": {
5566
+ "bytesInOutput": 2202
5567
+ },
5568
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/parse.js": {
5569
+ "bytesInOutput": 1075
5570
+ },
5571
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/regexes.js": {
5572
+ "bytesInOutput": 4116
5573
+ },
5574
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/checks.js": {
5575
+ "bytesInOutput": 8289
5576
+ },
5577
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/doc.js": {
5578
+ "bytesInOutput": 541
5579
+ },
5580
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/versions.js": {
5581
+ "bytesInOutput": 49
5582
+ },
5583
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/schemas.js": {
5584
+ "bytesInOutput": 24566
5585
+ },
5586
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ar.js": {
5587
+ "bytesInOutput": 5591
5588
+ },
5589
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/az.js": {
5590
+ "bytesInOutput": 2992
5591
+ },
5592
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/be.js": {
5593
+ "bytesInOutput": 6529
5594
+ },
5595
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ca.js": {
5596
+ "bytesInOutput": 2712
5597
+ },
5598
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/cs.js": {
5599
+ "bytesInOutput": 3204
5600
+ },
5601
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/da.js": {
5602
+ "bytesInOutput": 2705
5603
+ },
5604
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/de.js": {
5605
+ "bytesInOutput": 2630
5606
+ },
5607
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/en.js": {
5608
+ "bytesInOutput": 2453
5609
+ },
5610
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/eo.js": {
5611
+ "bytesInOutput": 2638
5612
+ },
5613
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/es.js": {
5614
+ "bytesInOutput": 2685
5615
+ },
5616
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fa.js": {
5617
+ "bytesInOutput": 5103
5618
+ },
5619
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fi.js": {
5620
+ "bytesInOutput": 2876
5621
+ },
5622
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr.js": {
5623
+ "bytesInOutput": 2638
5624
+ },
5625
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/fr-CA.js": {
5626
+ "bytesInOutput": 2645
5627
+ },
5628
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/he.js": {
5629
+ "bytesInOutput": 4747
5630
+ },
5631
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/hu.js": {
5632
+ "bytesInOutput": 2874
5633
+ },
5634
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/id.js": {
5635
+ "bytesInOutput": 2632
5636
+ },
5637
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/is.js": {
5638
+ "bytesInOutput": 2741
5639
+ },
5640
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/it.js": {
5641
+ "bytesInOutput": 2572
5642
+ },
5643
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ja.js": {
5644
+ "bytesInOutput": 3887
5645
+ },
5646
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/kh.js": {
5647
+ "bytesInOutput": 6445
5648
+ },
5649
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ko.js": {
5650
+ "bytesInOutput": 3604
5651
+ },
5652
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/mk.js": {
5653
+ "bytesInOutput": 5491
5654
+ },
5655
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ms.js": {
5656
+ "bytesInOutput": 2524
5657
+ },
5658
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/nl.js": {
5659
+ "bytesInOutput": 2449
5660
+ },
5661
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/no.js": {
5662
+ "bytesInOutput": 2560
5663
+ },
5664
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ota.js": {
5665
+ "bytesInOutput": 2754
5666
+ },
5667
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ps.js": {
5668
+ "bytesInOutput": 4499
5669
+ },
5670
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pl.js": {
5671
+ "bytesInOutput": 3241
5672
+ },
5673
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/pt.js": {
5674
+ "bytesInOutput": 2624
5675
+ },
5676
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ru.js": {
5677
+ "bytesInOutput": 6827
5678
+ },
5679
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sl.js": {
5680
+ "bytesInOutput": 2633
5681
+ },
5682
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/sv.js": {
5683
+ "bytesInOutput": 2713
5684
+ },
5685
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ta.js": {
5686
+ "bytesInOutput": 6608
5687
+ },
5688
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/th.js": {
5689
+ "bytesInOutput": 6597
5690
+ },
5691
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/tr.js": {
5692
+ "bytesInOutput": 2760
5693
+ },
5694
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ua.js": {
5695
+ "bytesInOutput": 6292
5696
+ },
5697
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/ur.js": {
5698
+ "bytesInOutput": 5878
5699
+ },
5700
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/vi.js": {
5701
+ "bytesInOutput": 3234
5702
+ },
5703
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-CN.js": {
5704
+ "bytesInOutput": 3107
5705
+ },
5706
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/zh-TW.js": {
5707
+ "bytesInOutput": 3217
5708
+ },
5709
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/yo.js": {
5710
+ "bytesInOutput": 3389
5711
+ },
5712
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/locales/index.js": {
5713
+ "bytesInOutput": 672
5714
+ },
5715
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/registries.js": {
5716
+ "bytesInOutput": 751
5717
+ },
5718
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/api.js": {
5719
+ "bytesInOutput": 9691
5720
+ },
5721
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/function.js": {
5722
+ "bytesInOutput": 1300
5723
+ },
5724
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/to-json-schema.js": {
5725
+ "bytesInOutput": 11828
5726
+ },
5727
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/json-schema.js": {
5728
+ "bytesInOutput": 27
5729
+ },
5730
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/core/index.js": {
5731
+ "bytesInOutput": 4404
5732
+ },
5733
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/checks.js": {
5734
+ "bytesInOutput": 21
5735
+ },
5736
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/iso.js": {
5737
+ "bytesInOutput": 541
5738
+ },
5739
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/errors.js": {
5740
+ "bytesInOutput": 425
5741
+ },
5742
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/parse.js": {
5743
+ "bytesInOutput": 78
5744
+ },
5745
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/schemas.js": {
5746
+ "bytesInOutput": 14823
5747
+ },
5748
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/compat.js": {
5749
+ "bytesInOutput": 425
5750
+ },
5751
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/coerce.js": {
5752
+ "bytesInOutput": 269
5753
+ },
5754
+ "node_modules/@task-shepherd/shared/node_modules/zod/v4/classic/external.js": {
5755
+ "bytesInOutput": 3449
5756
+ },
5757
+ "node_modules/@task-shepherd/shared/node_modules/zod/index.js": {
5758
+ "bytesInOutput": 26
5759
+ },
4143
5760
  "node_modules/@task-shepherd/shared/dist/workspace/validation.js": {
4144
- "bytesInOutput": 10122
5761
+ "bytesInOutput": 9568
4145
5762
  },
4146
5763
  "node_modules/@task-shepherd/shared/dist/workspace/constants.js": {
4147
5764
  "bytesInOutput": 5041
@@ -4174,73 +5791,73 @@
4174
5791
  "bytesInOutput": 46
4175
5792
  },
4176
5793
  "src/handlers/DevelopmentPlanningHandler.ts": {
4177
- "bytesInOutput": 37079
5794
+ "bytesInOutput": 37080
4178
5795
  },
4179
5796
  "src/handlers/StoryImplementationHandler.ts": {
4180
- "bytesInOutput": 687
5797
+ "bytesInOutput": 688
4181
5798
  },
4182
5799
  "src/handlers/ReviewApplicationHandler.ts": {
4183
- "bytesInOutput": 16992
5800
+ "bytesInOutput": 16993
4184
5801
  },
4185
5802
  "src/handlers/StoryTaskGeneratorHandler.ts": {
4186
- "bytesInOutput": 11590
5803
+ "bytesInOutput": 11591
4187
5804
  },
4188
5805
  "src/handlers/HandlerFactory.ts": {
4189
5806
  "bytesInOutput": 1739
4190
5807
  },
4191
5808
  "src/handlers/WorkHandlerRegistry.ts": {
4192
- "bytesInOutput": 2717
5809
+ "bytesInOutput": 2718
4193
5810
  },
4194
5811
  "src/services/CompletedWorkService.ts": {
4195
- "bytesInOutput": 3312
5812
+ "bytesInOutput": 3313
4196
5813
  },
4197
5814
  "src/config/MainApiConfig.ts": {
4198
5815
  "bytesInOutput": 3726
4199
5816
  },
4200
5817
  "src/services/MainApiIntegration.ts": {
4201
- "bytesInOutput": 4017
5818
+ "bytesInOutput": 4018
4202
5819
  },
4203
5820
  "src/services/AgentService.ts": {
4204
- "bytesInOutput": 14883
5821
+ "bytesInOutput": 14884
4205
5822
  },
4206
5823
  "src/services/ResourceManager.ts": {
4207
- "bytesInOutput": 1422
5824
+ "bytesInOutput": 1423
4208
5825
  },
4209
5826
  "src/services/TCPIPCService.ts": {
4210
- "bytesInOutput": 3049
5827
+ "bytesInOutput": 3050
4211
5828
  },
4212
5829
  "src/services/ClaudeSettingsManager.ts": {
4213
- "bytesInOutput": 1973
5830
+ "bytesInOutput": 1974
4214
5831
  },
4215
5832
  "src/services/WorkspaceRegistryService.ts": {
4216
- "bytesInOutput": 3307
5833
+ "bytesInOutput": 3308
4217
5834
  },
4218
5835
  "src/services/WorkspaceSyncService.ts": {
4219
- "bytesInOutput": 5013
5836
+ "bytesInOutput": 5014
4220
5837
  },
4221
5838
  "src/types/organization.ts": {
4222
5839
  "bytesInOutput": 495
4223
5840
  },
4224
5841
  "src/services/OrganizationManager.ts": {
4225
- "bytesInOutput": 24734
5842
+ "bytesInOutput": 24735
4226
5843
  },
4227
5844
  "src/utils/errorSerializer.ts": {
4228
5845
  "bytesInOutput": 1796
4229
5846
  },
4230
5847
  "src/services/WorkItemEventStore.ts": {
4231
- "bytesInOutput": 4128
5848
+ "bytesInOutput": 4129
4232
5849
  },
4233
5850
  "src/services/SmartPollingService.ts": {
4234
- "bytesInOutput": 18143
5851
+ "bytesInOutput": 18144
4235
5852
  },
4236
5853
  "src/services/MultiOrganizationWorkerService.ts": {
4237
- "bytesInOutput": 10063
5854
+ "bytesInOutput": 10064
4238
5855
  },
4239
5856
  "src/services/WorkspaceDiscoveryService.ts": {
4240
- "bytesInOutput": 22601
5857
+ "bytesInOutput": 22638
4241
5858
  },
4242
5859
  "src/index.ts": {
4243
- "bytesInOutput": 35550
5860
+ "bytesInOutput": 35858
4244
5861
  },
4245
5862
  "src/types/workspace.ts": {
4246
5863
  "bytesInOutput": 43
@@ -4249,28 +5866,28 @@
4249
5866
  "bytesInOutput": 10525
4250
5867
  },
4251
5868
  "src/services/WorkspaceConfigurationService.ts": {
4252
- "bytesInOutput": 4979
5869
+ "bytesInOutput": 4980
4253
5870
  },
4254
5871
  "src/services/detectors/DotNetWorkspaceDetector.ts": {
4255
- "bytesInOutput": 4923
5872
+ "bytesInOutput": 4924
4256
5873
  },
4257
5874
  "src/services/detectors/PythonWorkspaceDetector.ts": {
4258
- "bytesInOutput": 9138
5875
+ "bytesInOutput": 9139
4259
5876
  },
4260
5877
  "src/services/detectors/ServerlessWorkspaceDetector.ts": {
4261
- "bytesInOutput": 6504
5878
+ "bytesInOutput": 6505
4262
5879
  },
4263
5880
  "src/services/detectors/AwsSamWorkspaceDetector.ts": {
4264
- "bytesInOutput": 8509
5881
+ "bytesInOutput": 8510
4265
5882
  },
4266
5883
  "src/services/detectors/JavaScriptWorkspaceDetector.ts": {
4267
- "bytesInOutput": 9208
5884
+ "bytesInOutput": 9282
4268
5885
  },
4269
5886
  "src/cli/commands/WorkspaceRegistrationWizard.ts": {
4270
- "bytesInOutput": 15505
5887
+ "bytesInOutput": 15506
4271
5888
  },
4272
5889
  "src/cli/commands/debug-work-item.ts": {
4273
- "bytesInOutput": 8429
5890
+ "bytesInOutput": 8465
4274
5891
  },
4275
5892
  "src/cli/index.ts": {
4276
5893
  "bytesInOutput": 16778
@@ -4279,13 +5896,13 @@
4279
5896
  "bytesInOutput": 9764
4280
5897
  },
4281
5898
  "src/services/WorkerRegistrationService.ts": {
4282
- "bytesInOutput": 9058
5899
+ "bytesInOutput": 9059
4283
5900
  },
4284
5901
  "src/services/HeartbeatService.ts": {
4285
- "bytesInOutput": 8629
5902
+ "bytesInOutput": 8630
4286
5903
  }
4287
5904
  },
4288
- "bytes": 1325368
5905
+ "bytes": 1631937
4289
5906
  }
4290
5907
  }
4291
5908
  }