@lousy-agents/cli 5.7.0 → 5.7.1

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.
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
12
  "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
- "version": "v2.1.86"
13
+ "version": "v2.1.87"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.4.9",
21
- "@lousy-agents/mcp": "5.6.2",
21
+ "@lousy-agents/mcp": "5.7.0",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
23
23
  "@testcontainers/postgresql": "11.13.0",
24
24
  "@types/node": "24.12.0",
@@ -106,6 +106,9 @@
106
106
  "arm64"
107
107
  ],
108
108
  "dev": true,
109
+ "libc": [
110
+ "glibc"
111
+ ],
109
112
  "license": "MIT OR Apache-2.0",
110
113
  "optional": true,
111
114
  "os": [
@@ -123,6 +126,9 @@
123
126
  "arm64"
124
127
  ],
125
128
  "dev": true,
129
+ "libc": [
130
+ "musl"
131
+ ],
126
132
  "license": "MIT OR Apache-2.0",
127
133
  "optional": true,
128
134
  "os": [
@@ -140,6 +146,9 @@
140
146
  "x64"
141
147
  ],
142
148
  "dev": true,
149
+ "libc": [
150
+ "glibc"
151
+ ],
143
152
  "license": "MIT OR Apache-2.0",
144
153
  "optional": true,
145
154
  "os": [
@@ -157,6 +166,9 @@
157
166
  "x64"
158
167
  ],
159
168
  "dev": true,
169
+ "libc": [
170
+ "musl"
171
+ ],
160
172
  "license": "MIT OR Apache-2.0",
161
173
  "optional": true,
162
174
  "os": [
@@ -207,6 +219,7 @@
207
219
  "dev": true,
208
220
  "license": "MIT",
209
221
  "optional": true,
222
+ "peer": true,
210
223
  "dependencies": {
211
224
  "@emnapi/wasi-threads": "1.2.0",
212
225
  "tslib": "^2.4.0"
@@ -219,6 +232,7 @@
219
232
  "dev": true,
220
233
  "license": "MIT",
221
234
  "optional": true,
235
+ "peer": true,
222
236
  "dependencies": {
223
237
  "tslib": "^2.4.0"
224
238
  }
@@ -230,6 +244,7 @@
230
244
  "dev": true,
231
245
  "license": "MIT",
232
246
  "optional": true,
247
+ "peer": true,
233
248
  "dependencies": {
234
249
  "tslib": "^2.4.0"
235
250
  }
@@ -944,9 +959,9 @@
944
959
  }
945
960
  },
946
961
  "node_modules/@lousy-agents/mcp": {
947
- "version": "5.6.2",
948
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.6.2.tgz",
949
- "integrity": "sha512-NHIwGoq/rJ1nfxwuSzbySS8H94Zv7+Okc60Qu2OxaUoALZZPgT/cm2vnGvTbO0hfB1nR4ND7X4o7YU6EaBfzxA==",
962
+ "version": "5.7.0",
963
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.7.0.tgz",
964
+ "integrity": "sha512-lDTcvhb8rsVd+1QWuHvvpmYpR4OoIdbrykr2RrBhhJTnwEycNlb/qAg34j9c+XxMtwBRlLfIy+v8eImUmBbIMQ==",
950
965
  "dev": true,
951
966
  "license": "MIT",
952
967
  "dependencies": {
@@ -1024,26 +1039,28 @@
1024
1039
  }
1025
1040
  },
1026
1041
  "node_modules/@napi-rs/wasm-runtime": {
1027
- "version": "1.1.1",
1028
- "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
1029
- "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
1042
+ "version": "1.1.2",
1043
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.2.tgz",
1044
+ "integrity": "sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==",
1030
1045
  "dev": true,
1031
1046
  "license": "MIT",
1032
1047
  "optional": true,
1033
1048
  "dependencies": {
1034
- "@emnapi/core": "^1.7.1",
1035
- "@emnapi/runtime": "^1.7.1",
1036
1049
  "@tybys/wasm-util": "^0.10.1"
1037
1050
  },
1038
1051
  "funding": {
1039
1052
  "type": "github",
1040
1053
  "url": "https://github.com/sponsors/Brooooooklyn"
1054
+ },
1055
+ "peerDependencies": {
1056
+ "@emnapi/core": "^1.7.1",
1057
+ "@emnapi/runtime": "^1.7.1"
1041
1058
  }
1042
1059
  },
1043
1060
  "node_modules/@oxc-project/types": {
1044
- "version": "0.120.0",
1045
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.120.0.tgz",
1046
- "integrity": "sha512-k1YNu55DuvAip/MGE1FTsIuU3FUCn6v/ujG9V7Nq5Df/kX2CWb13hhwD0lmJGMGqE+bE1MXvv9SZVnMzEXlWcg==",
1061
+ "version": "0.122.0",
1062
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.122.0.tgz",
1063
+ "integrity": "sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==",
1047
1064
  "dev": true,
1048
1065
  "license": "MIT",
1049
1066
  "funding": {
@@ -1142,9 +1159,9 @@
1142
1159
  "license": "BSD-3-Clause"
1143
1160
  },
1144
1161
  "node_modules/@rolldown/binding-android-arm64": {
1145
- "version": "1.0.0-rc.10",
1146
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.10.tgz",
1147
- "integrity": "sha512-jOHxwXhxmFKuXztiu1ORieJeTbx5vrTkcOkkkn2d35726+iwhrY1w/+nYY/AGgF12thg33qC3R1LMBF5tHTZHg==",
1162
+ "version": "1.0.0-rc.12",
1163
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.12.tgz",
1164
+ "integrity": "sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==",
1148
1165
  "cpu": [
1149
1166
  "arm64"
1150
1167
  ],
@@ -1159,9 +1176,9 @@
1159
1176
  }
1160
1177
  },
1161
1178
  "node_modules/@rolldown/binding-darwin-arm64": {
1162
- "version": "1.0.0-rc.10",
1163
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.10.tgz",
1164
- "integrity": "sha512-gED05Teg/vtTZbIJBc4VNMAxAFDUPkuO/rAIyyxZjTj1a1/s6z5TII/5yMGZ0uLRCifEtwUQn8OlYzuYc0m70w==",
1179
+ "version": "1.0.0-rc.12",
1180
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.12.tgz",
1181
+ "integrity": "sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==",
1165
1182
  "cpu": [
1166
1183
  "arm64"
1167
1184
  ],
@@ -1176,9 +1193,9 @@
1176
1193
  }
1177
1194
  },
1178
1195
  "node_modules/@rolldown/binding-darwin-x64": {
1179
- "version": "1.0.0-rc.10",
1180
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.10.tgz",
1181
- "integrity": "sha512-rI15NcM1mA48lqrIxVkHfAqcyFLcQwyXWThy+BQ5+mkKKPvSO26ir+ZDp36AgYoYVkqvMcdS8zOE6SeBsR9e8A==",
1196
+ "version": "1.0.0-rc.12",
1197
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.12.tgz",
1198
+ "integrity": "sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==",
1182
1199
  "cpu": [
1183
1200
  "x64"
1184
1201
  ],
@@ -1193,9 +1210,9 @@
1193
1210
  }
1194
1211
  },
1195
1212
  "node_modules/@rolldown/binding-freebsd-x64": {
1196
- "version": "1.0.0-rc.10",
1197
- "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.10.tgz",
1198
- "integrity": "sha512-XZRXHdTa+4ME1MuDVp021+doQ+z6Ei4CCFmNc5/sKbqb8YmkiJdj8QKlV3rCI0AJtAeSB5n0WGPuJWNL9p/L2w==",
1213
+ "version": "1.0.0-rc.12",
1214
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.12.tgz",
1215
+ "integrity": "sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==",
1199
1216
  "cpu": [
1200
1217
  "x64"
1201
1218
  ],
@@ -1210,9 +1227,9 @@
1210
1227
  }
1211
1228
  },
1212
1229
  "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
1213
- "version": "1.0.0-rc.10",
1214
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.10.tgz",
1215
- "integrity": "sha512-R0SQMRluISSLzFE20sPWYHVmJdDQnRyc/FzSCN72BqQmh2SOZUFG+N3/vBZpR4C6WpEUVYJLrYUXaj43sJsNLA==",
1230
+ "version": "1.0.0-rc.12",
1231
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.12.tgz",
1232
+ "integrity": "sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==",
1216
1233
  "cpu": [
1217
1234
  "arm"
1218
1235
  ],
@@ -1227,13 +1244,16 @@
1227
1244
  }
1228
1245
  },
1229
1246
  "node_modules/@rolldown/binding-linux-arm64-gnu": {
1230
- "version": "1.0.0-rc.10",
1231
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.10.tgz",
1232
- "integrity": "sha512-Y1reMrV/o+cwpduYhJuOE3OMKx32RMYCidf14y+HssARRmhDuWXJ4yVguDg2R/8SyyGNo+auzz64LnPK9Hq6jg==",
1247
+ "version": "1.0.0-rc.12",
1248
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.12.tgz",
1249
+ "integrity": "sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==",
1233
1250
  "cpu": [
1234
1251
  "arm64"
1235
1252
  ],
1236
1253
  "dev": true,
1254
+ "libc": [
1255
+ "glibc"
1256
+ ],
1237
1257
  "license": "MIT",
1238
1258
  "optional": true,
1239
1259
  "os": [
@@ -1244,13 +1264,16 @@
1244
1264
  }
1245
1265
  },
1246
1266
  "node_modules/@rolldown/binding-linux-arm64-musl": {
1247
- "version": "1.0.0-rc.10",
1248
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.10.tgz",
1249
- "integrity": "sha512-vELN+HNb2IzuzSBUOD4NHmP9yrGwl1DVM29wlQvx1OLSclL0NgVWnVDKl/8tEks79EFek/kebQKnNJkIAA4W2g==",
1267
+ "version": "1.0.0-rc.12",
1268
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.12.tgz",
1269
+ "integrity": "sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==",
1250
1270
  "cpu": [
1251
1271
  "arm64"
1252
1272
  ],
1253
1273
  "dev": true,
1274
+ "libc": [
1275
+ "musl"
1276
+ ],
1254
1277
  "license": "MIT",
1255
1278
  "optional": true,
1256
1279
  "os": [
@@ -1261,13 +1284,16 @@
1261
1284
  }
1262
1285
  },
1263
1286
  "node_modules/@rolldown/binding-linux-ppc64-gnu": {
1264
- "version": "1.0.0-rc.10",
1265
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.10.tgz",
1266
- "integrity": "sha512-ZqrufYTgzxbHwpqOjzSsb0UV/aV2TFIY5rP8HdsiPTv/CuAgCRjM6s9cYFwQ4CNH+hf9Y4erHW1GjZuZ7WoI7w==",
1287
+ "version": "1.0.0-rc.12",
1288
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.12.tgz",
1289
+ "integrity": "sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==",
1267
1290
  "cpu": [
1268
1291
  "ppc64"
1269
1292
  ],
1270
1293
  "dev": true,
1294
+ "libc": [
1295
+ "glibc"
1296
+ ],
1271
1297
  "license": "MIT",
1272
1298
  "optional": true,
1273
1299
  "os": [
@@ -1278,13 +1304,16 @@
1278
1304
  }
1279
1305
  },
1280
1306
  "node_modules/@rolldown/binding-linux-s390x-gnu": {
1281
- "version": "1.0.0-rc.10",
1282
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.10.tgz",
1283
- "integrity": "sha512-gSlmVS1FZJSRicA6IyjoRoKAFK7IIHBs7xJuHRSmjImqk3mPPWbR7RhbnfH2G6bcmMEllCt2vQ/7u9e6bBnByg==",
1307
+ "version": "1.0.0-rc.12",
1308
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.12.tgz",
1309
+ "integrity": "sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==",
1284
1310
  "cpu": [
1285
1311
  "s390x"
1286
1312
  ],
1287
1313
  "dev": true,
1314
+ "libc": [
1315
+ "glibc"
1316
+ ],
1288
1317
  "license": "MIT",
1289
1318
  "optional": true,
1290
1319
  "os": [
@@ -1295,13 +1324,16 @@
1295
1324
  }
1296
1325
  },
1297
1326
  "node_modules/@rolldown/binding-linux-x64-gnu": {
1298
- "version": "1.0.0-rc.10",
1299
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.10.tgz",
1300
- "integrity": "sha512-eOCKUpluKgfObT2pHjztnaWEIbUabWzk3qPZ5PuacuPmr4+JtQG4k2vGTY0H15edaTnicgU428XW/IH6AimcQw==",
1327
+ "version": "1.0.0-rc.12",
1328
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.12.tgz",
1329
+ "integrity": "sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==",
1301
1330
  "cpu": [
1302
1331
  "x64"
1303
1332
  ],
1304
1333
  "dev": true,
1334
+ "libc": [
1335
+ "glibc"
1336
+ ],
1305
1337
  "license": "MIT",
1306
1338
  "optional": true,
1307
1339
  "os": [
@@ -1312,13 +1344,16 @@
1312
1344
  }
1313
1345
  },
1314
1346
  "node_modules/@rolldown/binding-linux-x64-musl": {
1315
- "version": "1.0.0-rc.10",
1316
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.10.tgz",
1317
- "integrity": "sha512-Xdf2jQbfQowJnLcgYfD/m0Uu0Qj5OdxKallD78/IPPfzaiaI4KRAwZzHcKQ4ig1gtg1SuzC7jovNiM2TzQsBXA==",
1347
+ "version": "1.0.0-rc.12",
1348
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.12.tgz",
1349
+ "integrity": "sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==",
1318
1350
  "cpu": [
1319
1351
  "x64"
1320
1352
  ],
1321
1353
  "dev": true,
1354
+ "libc": [
1355
+ "musl"
1356
+ ],
1322
1357
  "license": "MIT",
1323
1358
  "optional": true,
1324
1359
  "os": [
@@ -1329,9 +1364,9 @@
1329
1364
  }
1330
1365
  },
1331
1366
  "node_modules/@rolldown/binding-openharmony-arm64": {
1332
- "version": "1.0.0-rc.10",
1333
- "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.10.tgz",
1334
- "integrity": "sha512-o1hYe8hLi1EY6jgPFyxQgQ1wcycX+qz8eEbVmot2hFkgUzPxy9+kF0u0NIQBeDq+Mko47AkaFFaChcvZa9UX9Q==",
1367
+ "version": "1.0.0-rc.12",
1368
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.12.tgz",
1369
+ "integrity": "sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==",
1335
1370
  "cpu": [
1336
1371
  "arm64"
1337
1372
  ],
@@ -1346,9 +1381,9 @@
1346
1381
  }
1347
1382
  },
1348
1383
  "node_modules/@rolldown/binding-wasm32-wasi": {
1349
- "version": "1.0.0-rc.10",
1350
- "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.10.tgz",
1351
- "integrity": "sha512-Ugv9o7qYJudqQO5Y5y2N2SOo6S4WiqiNOpuQyoPInnhVzCY+wi/GHltcLHypG9DEUYMB0iTB/huJrpadiAcNcA==",
1384
+ "version": "1.0.0-rc.12",
1385
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.12.tgz",
1386
+ "integrity": "sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==",
1352
1387
  "cpu": [
1353
1388
  "wasm32"
1354
1389
  ],
@@ -1363,9 +1398,9 @@
1363
1398
  }
1364
1399
  },
1365
1400
  "node_modules/@rolldown/binding-win32-arm64-msvc": {
1366
- "version": "1.0.0-rc.10",
1367
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.10.tgz",
1368
- "integrity": "sha512-7UODQb4fQUNT/vmgDZBl3XOBAIOutP5R3O/rkxg0aLfEGQ4opbCgU5vOw/scPe4xOqBwL9fw7/RP1vAMZ6QlAQ==",
1401
+ "version": "1.0.0-rc.12",
1402
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.12.tgz",
1403
+ "integrity": "sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==",
1369
1404
  "cpu": [
1370
1405
  "arm64"
1371
1406
  ],
@@ -1380,9 +1415,9 @@
1380
1415
  }
1381
1416
  },
1382
1417
  "node_modules/@rolldown/binding-win32-x64-msvc": {
1383
- "version": "1.0.0-rc.10",
1384
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.10.tgz",
1385
- "integrity": "sha512-PYxKHMVHOb5NJuDL53vBUl1VwUjymDcYI6rzpIni0C9+9mTiJedvUxSk7/RPp7OOAm3v+EjgMu9bIy3N6b408w==",
1418
+ "version": "1.0.0-rc.12",
1419
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.12.tgz",
1420
+ "integrity": "sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==",
1386
1421
  "cpu": [
1387
1422
  "x64"
1388
1423
  ],
@@ -1397,9 +1432,9 @@
1397
1432
  }
1398
1433
  },
1399
1434
  "node_modules/@rolldown/pluginutils": {
1400
- "version": "1.0.0-rc.10",
1401
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.10.tgz",
1402
- "integrity": "sha512-UkVDEFk1w3mveXeKgaTuYfKWtPbvgck1dT8TUG3bnccrH0XtLTuAyfCoks4Q/M5ZGToSVJTIQYCzy2g/atAOeg==",
1435
+ "version": "1.0.0-rc.12",
1436
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.12.tgz",
1437
+ "integrity": "sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==",
1403
1438
  "dev": true,
1404
1439
  "license": "MIT"
1405
1440
  },
@@ -2002,9 +2037,9 @@
2002
2037
  }
2003
2038
  },
2004
2039
  "node_modules/bare-os": {
2005
- "version": "3.8.0",
2006
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.0.tgz",
2007
- "integrity": "sha512-Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg==",
2040
+ "version": "3.8.2",
2041
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.2.tgz",
2042
+ "integrity": "sha512-lMseYRMTzMrxPGfXkDwOWym2iv9dUMlTqpjXa0M+7ymI1TJKhxQ2jkDOK7y1EGvxuqJcXOoJ/HYEBxIlWObgjQ==",
2008
2043
  "dev": true,
2009
2044
  "license": "Apache-2.0",
2010
2045
  "engines": {
@@ -2022,9 +2057,9 @@
2022
2057
  }
2023
2058
  },
2024
2059
  "node_modules/bare-stream": {
2025
- "version": "2.10.0",
2026
- "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.10.0.tgz",
2027
- "integrity": "sha512-DOPZF/DDcDruKDA43cOw6e9Quq5daua7ygcAwJE/pKJsRWhgSSemi7qVNGE5kyDIxIeN1533G/zfbvWX7Wcb9w==",
2060
+ "version": "2.11.0",
2061
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.11.0.tgz",
2062
+ "integrity": "sha512-Y/+iQ49fL3rIn6w/AVxI/2+BRrpmzJvdWt5Jv8Za6Ngqc6V227c+pYjYYgLdpR3MwQ9ObVXD0ZrqoBztakM0rw==",
2028
2063
  "dev": true,
2029
2064
  "license": "Apache-2.0",
2030
2065
  "dependencies": {
@@ -2032,10 +2067,14 @@
2032
2067
  "teex": "^1.0.1"
2033
2068
  },
2034
2069
  "peerDependencies": {
2070
+ "bare-abort-controller": "*",
2035
2071
  "bare-buffer": "*",
2036
2072
  "bare-events": "*"
2037
2073
  },
2038
2074
  "peerDependenciesMeta": {
2075
+ "bare-abort-controller": {
2076
+ "optional": true
2077
+ },
2039
2078
  "bare-buffer": {
2040
2079
  "optional": true
2041
2080
  },
@@ -2163,9 +2202,9 @@
2163
2202
  }
2164
2203
  },
2165
2204
  "node_modules/brace-expansion": {
2166
- "version": "2.0.2",
2167
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
2168
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
2205
+ "version": "2.0.3",
2206
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
2207
+ "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
2169
2208
  "dev": true,
2170
2209
  "license": "MIT",
2171
2210
  "dependencies": {
@@ -2625,9 +2664,9 @@
2625
2664
  }
2626
2665
  },
2627
2666
  "node_modules/docker-compose": {
2628
- "version": "1.3.2",
2629
- "resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.3.2.tgz",
2630
- "integrity": "sha512-FO/Jemn08gf9o9E6qtqOPQpyauwf2rQAzfpoUlMyqNpdaVb0ImR/wXKoutLZKp1tks58F8Z8iR7va7H1ne09cw==",
2667
+ "version": "1.3.3",
2668
+ "resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.3.3.tgz",
2669
+ "integrity": "sha512-LzcZ6Dk+Ps5SbLZ4iqAcagzYFZ+bBWQ52uzUNfORNkXyash2EjHZI4REf1ccG19emroS0iWElfQN8RQJ8HOIIg==",
2631
2670
  "dev": true,
2632
2671
  "license": "MIT",
2633
2672
  "dependencies": {
@@ -3317,9 +3356,9 @@
3317
3356
  }
3318
3357
  },
3319
3358
  "node_modules/get-port": {
3320
- "version": "7.1.0",
3321
- "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz",
3322
- "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==",
3359
+ "version": "7.2.0",
3360
+ "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.2.0.tgz",
3361
+ "integrity": "sha512-afP4W205ONCuMoPBqcR6PSXnzX35KTcJygfJfcp+QY+uwm3p20p1YczWXhlICIzGMCxYBQcySEcOgsJcrkyobg==",
3323
3362
  "dev": true,
3324
3363
  "license": "MIT",
3325
3364
  "engines": {
@@ -3344,9 +3383,9 @@
3344
3383
  }
3345
3384
  },
3346
3385
  "node_modules/get-tsconfig": {
3347
- "version": "4.13.6",
3348
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
3349
- "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
3386
+ "version": "4.13.7",
3387
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.7.tgz",
3388
+ "integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
3350
3389
  "dev": true,
3351
3390
  "license": "MIT",
3352
3391
  "dependencies": {
@@ -3425,9 +3464,9 @@
3425
3464
  }
3426
3465
  },
3427
3466
  "node_modules/hono": {
3428
- "version": "4.12.8",
3429
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.8.tgz",
3430
- "integrity": "sha512-VJCEvtrezO1IAR+kqEYnxUOoStaQPGrCmX3j4wDTNOcD1uRPFpGlwQUIW8niPuvHXaTUxeOUl5MMDGrl+tmO9A==",
3467
+ "version": "4.12.9",
3468
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz",
3469
+ "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==",
3431
3470
  "dev": true,
3432
3471
  "license": "MIT",
3433
3472
  "engines": {
@@ -3867,6 +3906,9 @@
3867
3906
  "arm64"
3868
3907
  ],
3869
3908
  "dev": true,
3909
+ "libc": [
3910
+ "glibc"
3911
+ ],
3870
3912
  "license": "MPL-2.0",
3871
3913
  "optional": true,
3872
3914
  "os": [
@@ -3888,6 +3930,9 @@
3888
3930
  "arm64"
3889
3931
  ],
3890
3932
  "dev": true,
3933
+ "libc": [
3934
+ "musl"
3935
+ ],
3891
3936
  "license": "MPL-2.0",
3892
3937
  "optional": true,
3893
3938
  "os": [
@@ -3909,6 +3954,9 @@
3909
3954
  "x64"
3910
3955
  ],
3911
3956
  "dev": true,
3957
+ "libc": [
3958
+ "glibc"
3959
+ ],
3912
3960
  "license": "MPL-2.0",
3913
3961
  "optional": true,
3914
3962
  "os": [
@@ -3930,6 +3978,9 @@
3930
3978
  "x64"
3931
3979
  ],
3932
3980
  "dev": true,
3981
+ "libc": [
3982
+ "musl"
3983
+ ],
3933
3984
  "license": "MPL-2.0",
3934
3985
  "optional": true,
3935
3986
  "os": [
@@ -4294,9 +4345,9 @@
4294
4345
  }
4295
4346
  },
4296
4347
  "node_modules/path-to-regexp": {
4297
- "version": "8.3.0",
4298
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
4299
- "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
4348
+ "version": "8.4.0",
4349
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz",
4350
+ "integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==",
4300
4351
  "dev": true,
4301
4352
  "license": "MIT",
4302
4353
  "funding": {
@@ -4712,14 +4763,14 @@
4712
4763
  "license": "MIT"
4713
4764
  },
4714
4765
  "node_modules/rolldown": {
4715
- "version": "1.0.0-rc.10",
4716
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.10.tgz",
4717
- "integrity": "sha512-q7j6vvarRFmKpgJUT8HCAUljkgzEp4LAhPlJUvQhA5LA1SUL36s5QCysMutErzL3EbNOZOkoziSx9iZC4FddKA==",
4766
+ "version": "1.0.0-rc.12",
4767
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.12.tgz",
4768
+ "integrity": "sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==",
4718
4769
  "dev": true,
4719
4770
  "license": "MIT",
4720
4771
  "dependencies": {
4721
- "@oxc-project/types": "=0.120.0",
4722
- "@rolldown/pluginutils": "1.0.0-rc.10"
4772
+ "@oxc-project/types": "=0.122.0",
4773
+ "@rolldown/pluginutils": "1.0.0-rc.12"
4723
4774
  },
4724
4775
  "bin": {
4725
4776
  "rolldown": "bin/cli.mjs"
@@ -4728,21 +4779,21 @@
4728
4779
  "node": "^20.19.0 || >=22.12.0"
4729
4780
  },
4730
4781
  "optionalDependencies": {
4731
- "@rolldown/binding-android-arm64": "1.0.0-rc.10",
4732
- "@rolldown/binding-darwin-arm64": "1.0.0-rc.10",
4733
- "@rolldown/binding-darwin-x64": "1.0.0-rc.10",
4734
- "@rolldown/binding-freebsd-x64": "1.0.0-rc.10",
4735
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.10",
4736
- "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.10",
4737
- "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.10",
4738
- "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.10",
4739
- "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.10",
4740
- "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.10",
4741
- "@rolldown/binding-linux-x64-musl": "1.0.0-rc.10",
4742
- "@rolldown/binding-openharmony-arm64": "1.0.0-rc.10",
4743
- "@rolldown/binding-wasm32-wasi": "1.0.0-rc.10",
4744
- "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.10",
4745
- "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.10"
4782
+ "@rolldown/binding-android-arm64": "1.0.0-rc.12",
4783
+ "@rolldown/binding-darwin-arm64": "1.0.0-rc.12",
4784
+ "@rolldown/binding-darwin-x64": "1.0.0-rc.12",
4785
+ "@rolldown/binding-freebsd-x64": "1.0.0-rc.12",
4786
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.12",
4787
+ "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.12",
4788
+ "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.12",
4789
+ "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.12",
4790
+ "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.12",
4791
+ "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.12",
4792
+ "@rolldown/binding-linux-x64-musl": "1.0.0-rc.12",
4793
+ "@rolldown/binding-openharmony-arm64": "1.0.0-rc.12",
4794
+ "@rolldown/binding-wasm32-wasi": "1.0.0-rc.12",
4795
+ "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.12",
4796
+ "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.12"
4746
4797
  }
4747
4798
  },
4748
4799
  "node_modules/router": {
@@ -5314,9 +5365,9 @@
5314
5365
  }
5315
5366
  },
5316
5367
  "node_modules/testcontainers/node_modules/undici": {
5317
- "version": "7.24.5",
5318
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz",
5319
- "integrity": "sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==",
5368
+ "version": "7.24.6",
5369
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.6.tgz",
5370
+ "integrity": "sha512-Xi4agocCbRzt0yYMZGMA6ApD7gvtUFaxm4ZmeacWI4cZxaF6C+8I8QfofC20NAePiB/IcvZmzkJ7XPa471AEtA==",
5320
5371
  "dev": true,
5321
5372
  "license": "MIT",
5322
5373
  "engines": {
@@ -5538,16 +5589,16 @@
5538
5589
  }
5539
5590
  },
5540
5591
  "node_modules/vite": {
5541
- "version": "8.0.1",
5542
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.1.tgz",
5543
- "integrity": "sha512-wt+Z2qIhfFt85uiyRt5LPU4oVEJBXj8hZNWKeqFG4gRG/0RaRGJ7njQCwzFVjO+v4+Ipmf5CY7VdmZRAYYBPHw==",
5592
+ "version": "8.0.3",
5593
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.3.tgz",
5594
+ "integrity": "sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==",
5544
5595
  "dev": true,
5545
5596
  "license": "MIT",
5546
5597
  "dependencies": {
5547
5598
  "lightningcss": "^1.32.0",
5548
- "picomatch": "^4.0.3",
5599
+ "picomatch": "^4.0.4",
5549
5600
  "postcss": "^8.5.8",
5550
- "rolldown": "1.0.0-rc.10",
5601
+ "rolldown": "1.0.0-rc.12",
5551
5602
  "tinyglobby": "^0.2.15"
5552
5603
  },
5553
5604
  "bin": {
@@ -5960,13 +6011,13 @@
5960
6011
  }
5961
6012
  },
5962
6013
  "node_modules/zod-to-json-schema": {
5963
- "version": "3.25.1",
5964
- "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz",
5965
- "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
6014
+ "version": "3.25.2",
6015
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
6016
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
5966
6017
  "dev": true,
5967
6018
  "license": "ISC",
5968
6019
  "peerDependencies": {
5969
- "zod": "^3.25 || ^4"
6020
+ "zod": "^3.25.28 || ^4"
5970
6021
  }
5971
6022
  }
5972
6023
  }
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.9",
29
- "@lousy-agents/mcp": "5.6.2",
29
+ "@lousy-agents/mcp": "5.7.0",
30
30
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
31
31
  "@testcontainers/postgresql": "11.13.0",
32
32
  "@types/node": "24.12.0",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
12
  "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
- "version": "v2.1.86"
13
+ "version": "v2.1.87"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.4.9",
23
- "@lousy-agents/mcp": "5.6.2",
23
+ "@lousy-agents/mcp": "5.7.0",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
25
25
  "@types/node": "24.12.0",
26
26
  "@upstash/context7-mcp": "2.1.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.7.0",
3
+ "version": "5.7.1",
4
4
  "description": "CLI scaffolding tool that sets up projects with structure, instructions, and feedback loops for AI coding assistants",
5
5
  "type": "module",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
12
  "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
- "version": "v2.1.86"
13
+ "version": "v2.1.87"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "libnss3, libnspr4, libatk1.0-0t64, libatk-bridge2.0-0t64, libcups2t64, libdrm2, libdbus-1-3, libatspi2.0-0t64, libxcomposite1, libxdamage1, libxfixes3, libxrandr2, libgbm1, libxkbcommon0, libasound2t64, yamllint, shellcheck",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.4.9",
25
25
  "@eslint/eslintrc": "^3",
26
- "@lousy-agents/mcp": "5.6.2",
26
+ "@lousy-agents/mcp": "5.7.0",
27
27
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
28
28
  "@testing-library/jest-dom": "6.9.1",
29
29
  "@testing-library/react": "16.3.2",