@lousy-agents/cli 5.20.0 → 5.20.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.
package/README.md CHANGED
@@ -21,6 +21,10 @@ npx @lousy-agents/cli new
21
21
 
22
22
  # Validate skills, agents, and instruction files
23
23
  npx @lousy-agents/cli lint
24
+
25
+ # Diagnose multi-harness agentic configuration
26
+ npx @lousy-agents/cli doctor
27
+ npx @lousy-agents/cli doctor --format json --ci
24
28
  ```
25
29
 
26
30
  ## Documentation
@@ -29,6 +33,7 @@ npx @lousy-agents/cli lint
29
33
  - `init` command: [`docs/init.md`](https://github.com/zpratt/lousy-agents/blob/main/docs/init.md)
30
34
  - `new` command: [`docs/new.md`](https://github.com/zpratt/lousy-agents/blob/main/docs/new.md)
31
35
  - `lint` command: [`docs/lint.md`](https://github.com/zpratt/lousy-agents/blob/main/docs/lint.md)
36
+ - `doctor` command: [`docs/doctor.md`](https://github.com/zpratt/lousy-agents/blob/main/docs/doctor.md)
32
37
  - `copilot-setup` command: [`docs/copilot-setup.md`](https://github.com/zpratt/lousy-agents/blob/main/docs/copilot-setup.md)
33
38
 
34
39
  ## Reference Examples
@@ -80,12 +80,12 @@
80
80
  "context7": {
81
81
  "type": "stdio",
82
82
  "command": "npx",
83
- "args": ["@upstash/context7-mcp"]
83
+ "args": ["@upstash/context7-mcp@4.0.0"]
84
84
  },
85
85
  "sequential-thinking": {
86
86
  "command": "npx",
87
87
  "args": [
88
- "@modelcontextprotocol/server-sequential-thinking"
88
+ "@modelcontextprotocol/server-sequential-thinking@2026.7.4"
89
89
  ]
90
90
  }
91
91
  }
@@ -3,12 +3,14 @@
3
3
  "context7": {
4
4
  "type": "stdio",
5
5
  "command": "npx",
6
- "args": ["@upstash/context7-mcp"]
6
+ "args": ["@upstash/context7-mcp@4.0.0"]
7
7
  },
8
8
  "sequential-thinking": {
9
9
  "type": "stdio",
10
10
  "command": "npx",
11
- "args": ["@modelcontextprotocol/server-sequential-thinking"]
11
+ "args": [
12
+ "@modelcontextprotocol/server-sequential-thinking@2026.7.4"
13
+ ]
12
14
  },
13
15
  "lousy-agents": {
14
16
  "type": "stdio",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "root": true,
3
- "$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.5.7/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",
@@ -17,12 +17,11 @@
17
17
  "zod": "4.4.3"
18
18
  },
19
19
  "devDependencies": {
20
- "@biomejs/biome": "2.5.3",
21
- "@lousy-agents/mcp": "5.19.8",
20
+ "@biomejs/biome": "2.5.7",
21
+ "@lousy-agents/mcp": "5.20.0",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
23
23
  "@testcontainers/postgresql": "12.1.0",
24
24
  "@types/node": "24.13.3",
25
- "@upstash/context7-mcp": "4.0.0",
26
25
  "chance": "1.1.13",
27
26
  "testcontainers": "12.1.0",
28
27
  "tsx": "4.23.11",
@@ -38,9 +37,9 @@
38
37
  "license": "Apache-2.0"
39
38
  },
40
39
  "node_modules/@biomejs/biome": {
41
- "version": "2.5.3",
42
- "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.3.tgz",
43
- "integrity": "sha512-MrJswFdei9EfDwwUy2tQrPDpK0AO+RmMFvBoaaJ6ayBc3sUbHdCE+XG5N8vp+5So41ZupZJQm0roHFFhMGVD7A==",
40
+ "version": "2.5.7",
41
+ "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.7.tgz",
42
+ "integrity": "sha512-zr8K/DcY5tYsQOQwqMJ0AWElo6QgmgNI7idXgXLhevVszlt8RGVpesEJPqx3ThazLaOwjJ5Y8fz3BtH5fGZNsw==",
44
43
  "dev": true,
45
44
  "license": "MIT OR Apache-2.0",
46
45
  "bin": {
@@ -54,20 +53,20 @@
54
53
  "url": "https://opencollective.com/biome"
55
54
  },
56
55
  "optionalDependencies": {
57
- "@biomejs/cli-darwin-arm64": "2.5.3",
58
- "@biomejs/cli-darwin-x64": "2.5.3",
59
- "@biomejs/cli-linux-arm64": "2.5.3",
60
- "@biomejs/cli-linux-arm64-musl": "2.5.3",
61
- "@biomejs/cli-linux-x64": "2.5.3",
62
- "@biomejs/cli-linux-x64-musl": "2.5.3",
63
- "@biomejs/cli-win32-arm64": "2.5.3",
64
- "@biomejs/cli-win32-x64": "2.5.3"
56
+ "@biomejs/cli-darwin-arm64": "2.5.7",
57
+ "@biomejs/cli-darwin-x64": "2.5.7",
58
+ "@biomejs/cli-linux-arm64": "2.5.7",
59
+ "@biomejs/cli-linux-arm64-musl": "2.5.7",
60
+ "@biomejs/cli-linux-x64": "2.5.7",
61
+ "@biomejs/cli-linux-x64-musl": "2.5.7",
62
+ "@biomejs/cli-win32-arm64": "2.5.7",
63
+ "@biomejs/cli-win32-x64": "2.5.7"
65
64
  }
66
65
  },
67
66
  "node_modules/@biomejs/cli-darwin-arm64": {
68
- "version": "2.5.3",
69
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.3.tgz",
70
- "integrity": "sha512-QhYP9muVQ0nUO5zztFuPbEwi4+94sJWVjaZds9aMi1l/KNZBiUjdiSUrGHsTaMGDXrYl+r4AS2sUKfgH3w+V3g==",
67
+ "version": "2.5.7",
68
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.7.tgz",
69
+ "integrity": "sha512-vxo/Ls3/PYdQWyLhYYcgMOCzQypAjcY+iihS8M0wW03l16TCLW4zqZzGo75gm1VdCMj38hTVZ31KBWrZ4G9dJw==",
71
70
  "cpu": [
72
71
  "arm64"
73
72
  ],
@@ -82,9 +81,9 @@
82
81
  }
83
82
  },
84
83
  "node_modules/@biomejs/cli-darwin-x64": {
85
- "version": "2.5.3",
86
- "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.3.tgz",
87
- "integrity": "sha512-NC1Ss13UaW7QZX+y8j44bF7AP0jSJdBl6iRhe0MAkvaSqZy+mWg3GaXsrb+eSoHoGDBtaXWEbMVV0iVN2cZ7cQ==",
84
+ "version": "2.5.7",
85
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.7.tgz",
86
+ "integrity": "sha512-Cd3Ga61amT/Yl/0x8elP5hhGYaFy4bw6WuysTgf7oo8TA5tJ5A1k+DkVoJ2BHbTVil51gTX9VPzArnrlLJ3Kyg==",
88
87
  "cpu": [
89
88
  "x64"
90
89
  ],
@@ -99,9 +98,9 @@
99
98
  }
100
99
  },
101
100
  "node_modules/@biomejs/cli-linux-arm64": {
102
- "version": "2.5.3",
103
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.3.tgz",
104
- "integrity": "sha512-ksx1KWeyYW18ILL04msF/J4ZBtBDN33znYK8Z/aNv/vlBVxL9/g3mGP+omgHJKy4+KWbK87vcmmpmurfNjSgiA==",
101
+ "version": "2.5.7",
102
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.7.tgz",
103
+ "integrity": "sha512-rR2QE0yF2GYSuYuKIa7pKvODGJqnOH+2eDREAM8wV+mWKSkMQKdAp4zXEZfTaxY8PMoNONnpgSWcBCyLDPDOKg==",
105
104
  "cpu": [
106
105
  "arm64"
107
106
  ],
@@ -119,9 +118,9 @@
119
118
  }
120
119
  },
121
120
  "node_modules/@biomejs/cli-linux-arm64-musl": {
122
- "version": "2.5.3",
123
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.3.tgz",
124
- "integrity": "sha512-fccix0w6xp6csCXgxeC0dU/3ecgRQal0y+cv2SP9ajNlhe7Yrk2Ug7UDe2j9AT9ZDYitkXpvUKgZjjuoYeP4Vg==",
121
+ "version": "2.5.7",
122
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.7.tgz",
123
+ "integrity": "sha512-xPI5yB6XlpDbNkS+bm1t42olw5c4l3UrlOmLg7KtLJvjvkNF/1V4tnUgfkylGIeb3u/T+BzMGYqgQhzjAoJzuQ==",
125
124
  "cpu": [
126
125
  "arm64"
127
126
  ],
@@ -139,9 +138,9 @@
139
138
  }
140
139
  },
141
140
  "node_modules/@biomejs/cli-linux-x64": {
142
- "version": "2.5.3",
143
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.3.tgz",
144
- "integrity": "sha512-yMkJtilsgvILDcVkh187aVLTb64xYsrxYajx5kym+r1ULkO5HUOfu9AYKLGQbOVLwJtT2utNw7hhFNg+17mUYA==",
141
+ "version": "2.5.7",
142
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.7.tgz",
143
+ "integrity": "sha512-FQgqJhscrqJUFptGaRSUJWlXAExwWcDwLuK49dvKfkQ1bB5SEEyFssnsxQY83Xm6jR0EbbX3+8+D5bfvYqUG2Q==",
145
144
  "cpu": [
146
145
  "x64"
147
146
  ],
@@ -159,9 +158,9 @@
159
158
  }
160
159
  },
161
160
  "node_modules/@biomejs/cli-linux-x64-musl": {
162
- "version": "2.5.3",
163
- "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.3.tgz",
164
- "integrity": "sha512-O/yU9YKRUiHhmcjF2f38PSjseVk3G4VLWYc0G2HWpzdBVREV6G8IGWIVEFf7MFPfWIzNUIvPsEjeAZQIOgnLcQ==",
161
+ "version": "2.5.7",
162
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.7.tgz",
163
+ "integrity": "sha512-rE5VZi+qtmPgQH+l7jVxYoZ18b/TiHEhulhMpjmCZH1PltSbjRcxNWywC3HZ9tYottG7ORkeTtoscBilKSBm0g==",
165
164
  "cpu": [
166
165
  "x64"
167
166
  ],
@@ -179,9 +178,9 @@
179
178
  }
180
179
  },
181
180
  "node_modules/@biomejs/cli-win32-arm64": {
182
- "version": "2.5.3",
183
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.3.tgz",
184
- "integrity": "sha512-cX5z+GYwRcqEok0AH3KSfQGgqYd0Nomfp6Fbe1uiTtELE38hdH2k842wQ9wLNaF/JJ7r4rjJQ4VR+ce+fRmQbw==",
181
+ "version": "2.5.7",
182
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.7.tgz",
183
+ "integrity": "sha512-Oq4x0CCwP4jirrcTywXs5kOGZ4v5vuEP+gWrbtjApOA2CL9F3F9GlIdQIci8AKSCa/zURanMRpX/4wQ7Am6hHg==",
185
184
  "cpu": [
186
185
  "arm64"
187
186
  ],
@@ -196,9 +195,9 @@
196
195
  }
197
196
  },
198
197
  "node_modules/@biomejs/cli-win32-x64": {
199
- "version": "2.5.3",
200
- "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.3.tgz",
201
- "integrity": "sha512-ExSaJWi4/u6+GXCszlSKpWSjKNbDseAYqqkCznsCsZ/4uidZ/BEqsCc5/3ctlq6dfIubdIIRSVLC/PG9xPl70Q==",
198
+ "version": "2.5.7",
199
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.7.tgz",
200
+ "integrity": "sha512-V+0wu/nrj2S+MhP4EQ0uHNolP0IALEsz45pg0WoKkHfDeh0+ItHwP/p7bX5RPoMOl9NkpHYWdYPhIcy2mACHvQ==",
202
201
  "cpu": [
203
202
  "x64"
204
203
  ],
@@ -956,9 +955,9 @@
956
955
  }
957
956
  },
958
957
  "node_modules/@lousy-agents/mcp": {
959
- "version": "5.19.8",
960
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.19.8.tgz",
961
- "integrity": "sha512-gvYTyFLSBeAaVcz5f/pZ6jJ8fpRaQeed0MYe13x74qCZA9CfPn6Slw6R5khNLdx4zPYaKLes02T/xnnKZUjsSg==",
958
+ "version": "5.20.0",
959
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.20.0.tgz",
960
+ "integrity": "sha512-u34v3WDHnBTCp8TKZ1mw95CRWFdKGTy4jZlHcapHHFtMrSUZKZGCPqWjeZJ9xQ6M/N+PHojflLCcHwfcYk0sPw==",
962
961
  "dev": true,
963
962
  "license": "BSD-2-Clause-Patent",
964
963
  "dependencies": {
@@ -979,54 +978,6 @@
979
978
  "node": ">=8"
980
979
  }
981
980
  },
982
- "node_modules/@modelcontextprotocol/core": {
983
- "version": "2.0.0",
984
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/core/-/core-2.0.0.tgz",
985
- "integrity": "sha512-pJCEwGG7Lfr/+PQp9ZTwKXNeO5wzbfKL7H3MYpCorM4oFBoQrdjnBgEoqG+RjhsvS1FKrDbKux+M1HhlnGWqcA==",
986
- "dev": true,
987
- "license": "MIT",
988
- "dependencies": {
989
- "zod": "^4.2.0"
990
- },
991
- "engines": {
992
- "node": ">=20"
993
- }
994
- },
995
- "node_modules/@modelcontextprotocol/node": {
996
- "version": "2.0.0",
997
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/node/-/node-2.0.0.tgz",
998
- "integrity": "sha512-Y4hAC2XdGDUdDOCbLDOCA4+aL3NUldjsOWlDL/YwpAxrPhRm1xHd7lZ+mLacvZ9t3PaH28wgNoaLQGrIk1P2pg==",
999
- "dev": true,
1000
- "license": "MIT",
1001
- "dependencies": {
1002
- "@hono/node-server": "^1.19.9"
1003
- },
1004
- "engines": {
1005
- "node": ">=20"
1006
- },
1007
- "peerDependencies": {
1008
- "@modelcontextprotocol/server": "^2.0.0",
1009
- "hono": "^4.11.4"
1010
- },
1011
- "peerDependenciesMeta": {
1012
- "hono": {
1013
- "optional": true
1014
- }
1015
- }
1016
- },
1017
- "node_modules/@modelcontextprotocol/node/node_modules/@hono/node-server": {
1018
- "version": "1.19.17",
1019
- "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.17.tgz",
1020
- "integrity": "sha512-dSneS5qhiauZWGDCeK4o695Xd9nUNjviSZCMQrj10eetr8Uln1ucn6bbphOM6UynAMMtNIzZNSpL9vnASJwrPQ==",
1021
- "dev": true,
1022
- "license": "MIT",
1023
- "engines": {
1024
- "node": ">=18.14.1"
1025
- },
1026
- "peerDependencies": {
1027
- "hono": "^4"
1028
- }
1029
- },
1030
981
  "node_modules/@modelcontextprotocol/sdk": {
1031
982
  "version": "1.30.0",
1032
983
  "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
@@ -1068,20 +1019,6 @@
1068
1019
  }
1069
1020
  }
1070
1021
  },
1071
- "node_modules/@modelcontextprotocol/server": {
1072
- "version": "2.0.0",
1073
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/server/-/server-2.0.0.tgz",
1074
- "integrity": "sha512-YhHWdHfpFMQfd0prsEnxKeS3Qz3ytIGmsS0sth4KDjnacIT7hxk6hXHkJ9KysxlkvTM+WZAtQbbcUhdoP4Hvtw==",
1075
- "dev": true,
1076
- "license": "MIT",
1077
- "dependencies": {
1078
- "@modelcontextprotocol/core": "2.0.0",
1079
- "zod": "^4.2.0"
1080
- },
1081
- "engines": {
1082
- "node": ">=20"
1083
- }
1084
- },
1085
1022
  "node_modules/@modelcontextprotocol/server-sequential-thinking": {
1086
1023
  "version": "2026.7.4",
1087
1024
  "resolved": "https://registry.npmjs.org/@modelcontextprotocol/server-sequential-thinking/-/server-sequential-thinking-2026.7.4.tgz",
@@ -1519,17 +1456,6 @@
1519
1456
  "tslib": "^2.4.0"
1520
1457
  }
1521
1458
  },
1522
- "node_modules/@types/body-parser": {
1523
- "version": "1.19.6",
1524
- "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
1525
- "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
1526
- "dev": true,
1527
- "license": "MIT",
1528
- "dependencies": {
1529
- "@types/connect": "*",
1530
- "@types/node": "*"
1531
- }
1532
- },
1533
1459
  "node_modules/@types/chai": {
1534
1460
  "version": "5.2.3",
1535
1461
  "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
@@ -1541,16 +1467,6 @@
1541
1467
  "assertion-error": "^2.0.1"
1542
1468
  }
1543
1469
  },
1544
- "node_modules/@types/connect": {
1545
- "version": "3.4.38",
1546
- "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
1547
- "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
1548
- "dev": true,
1549
- "license": "MIT",
1550
- "dependencies": {
1551
- "@types/node": "*"
1552
- }
1553
- },
1554
1470
  "node_modules/@types/deep-eql": {
1555
1471
  "version": "4.0.2",
1556
1472
  "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
@@ -1588,38 +1504,6 @@
1588
1504
  "dev": true,
1589
1505
  "license": "MIT"
1590
1506
  },
1591
- "node_modules/@types/express": {
1592
- "version": "5.0.6",
1593
- "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
1594
- "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
1595
- "dev": true,
1596
- "license": "MIT",
1597
- "dependencies": {
1598
- "@types/body-parser": "*",
1599
- "@types/express-serve-static-core": "^5.0.0",
1600
- "@types/serve-static": "^2"
1601
- }
1602
- },
1603
- "node_modules/@types/express-serve-static-core": {
1604
- "version": "5.1.2",
1605
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.2.tgz",
1606
- "integrity": "sha512-d3KvEXBSo/lOAMc2u6fkyDHBvetBHeqD7wm/AcXfLpSOQwlmG9D/aQ0SFswVjv05p7ullQS7Mjohj6/VdbZuTg==",
1607
- "dev": true,
1608
- "license": "MIT",
1609
- "dependencies": {
1610
- "@types/node": "*",
1611
- "@types/qs": "*",
1612
- "@types/range-parser": "*",
1613
- "@types/send": "*"
1614
- }
1615
- },
1616
- "node_modules/@types/http-errors": {
1617
- "version": "2.0.5",
1618
- "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
1619
- "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
1620
- "dev": true,
1621
- "license": "MIT"
1622
- },
1623
1507
  "node_modules/@types/node": {
1624
1508
  "version": "24.13.3",
1625
1509
  "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
@@ -1630,41 +1514,6 @@
1630
1514
  "undici-types": "~7.18.0"
1631
1515
  }
1632
1516
  },
1633
- "node_modules/@types/qs": {
1634
- "version": "6.15.1",
1635
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz",
1636
- "integrity": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==",
1637
- "dev": true,
1638
- "license": "MIT"
1639
- },
1640
- "node_modules/@types/range-parser": {
1641
- "version": "1.2.7",
1642
- "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
1643
- "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
1644
- "dev": true,
1645
- "license": "MIT"
1646
- },
1647
- "node_modules/@types/send": {
1648
- "version": "1.2.1",
1649
- "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
1650
- "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
1651
- "dev": true,
1652
- "license": "MIT",
1653
- "dependencies": {
1654
- "@types/node": "*"
1655
- }
1656
- },
1657
- "node_modules/@types/serve-static": {
1658
- "version": "2.2.0",
1659
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
1660
- "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
1661
- "dev": true,
1662
- "license": "MIT",
1663
- "dependencies": {
1664
- "@types/http-errors": "*",
1665
- "@types/node": "*"
1666
- }
1667
- },
1668
1517
  "node_modules/@types/ssh2": {
1669
1518
  "version": "1.15.5",
1670
1519
  "resolved": "https://registry.npmjs.org/@types/ssh2/-/ssh2-1.15.5.tgz",
@@ -2042,29 +1891,6 @@
2042
1891
  "node": ">=16.20.0"
2043
1892
  }
2044
1893
  },
2045
- "node_modules/@upstash/context7-mcp": {
2046
- "version": "4.0.0",
2047
- "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-4.0.0.tgz",
2048
- "integrity": "sha512-7TlB85xbKbSHzI4G//3Qm+g8ryW11WZLd7PAOFdH5IxzAv1Yk+lcSBgDM4lDoYHXltzSwK7iUciiFNbFj7493Q==",
2049
- "dev": true,
2050
- "license": "MIT",
2051
- "dependencies": {
2052
- "@modelcontextprotocol/node": "2.0.0",
2053
- "@modelcontextprotocol/server": "2.0.0",
2054
- "@types/express": "^5.0.4",
2055
- "commander": "^13.1.0",
2056
- "express": "^5.1.0",
2057
- "jose": "^6.2.3",
2058
- "undici": "^7.0.0",
2059
- "zod": "^4.4.3"
2060
- },
2061
- "bin": {
2062
- "context7-mcp": "dist/index.js"
2063
- },
2064
- "engines": {
2065
- "node": ">=20.18.1"
2066
- }
2067
- },
2068
1894
  "node_modules/@vitest/expect": {
2069
1895
  "version": "4.1.10",
2070
1896
  "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.10.tgz",
@@ -2857,16 +2683,6 @@
2857
2683
  "dev": true,
2858
2684
  "license": "MIT"
2859
2685
  },
2860
- "node_modules/commander": {
2861
- "version": "13.1.0",
2862
- "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
2863
- "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
2864
- "dev": true,
2865
- "license": "MIT",
2866
- "engines": {
2867
- "node": ">=18"
2868
- }
2869
- },
2870
2686
  "node_modules/compress-commons": {
2871
2687
  "version": "6.0.2",
2872
2688
  "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
@@ -3867,9 +3683,9 @@
3867
3683
  }
3868
3684
  },
3869
3685
  "node_modules/hono": {
3870
- "version": "4.12.32",
3871
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.32.tgz",
3872
- "integrity": "sha512-XcuyW9qE2kJn07PkecMOBd5Vq/hMy7mmGw+idz1yblbg9N17ijJODrvPkn7/dwL3Kulj8LcRJ69DLOWf91dRUg==",
3686
+ "version": "4.13.1",
3687
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz",
3688
+ "integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==",
3873
3689
  "dev": true,
3874
3690
  "license": "MIT",
3875
3691
  "engines": {
@@ -4603,9 +4419,9 @@
4603
4419
  "optional": true
4604
4420
  },
4605
4421
  "node_modules/nanoid": {
4606
- "version": "3.3.16",
4607
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
4608
- "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
4422
+ "version": "3.3.18",
4423
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
4424
+ "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
4609
4425
  "dev": true,
4610
4426
  "funding": [
4611
4427
  {
@@ -5981,16 +5797,6 @@
5981
5797
  "@typescript/typescript-win32-x64": "7.0.2"
5982
5798
  }
5983
5799
  },
5984
- "node_modules/undici": {
5985
- "version": "7.29.0",
5986
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz",
5987
- "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==",
5988
- "dev": true,
5989
- "license": "MIT",
5990
- "engines": {
5991
- "node": ">=20.18.1"
5992
- }
5993
- },
5994
5800
  "node_modules/undici-types": {
5995
5801
  "version": "7.18.2",
5996
5802
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
@@ -28,12 +28,11 @@
28
28
  "zod": "4.4.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@biomejs/biome": "2.5.3",
32
- "@lousy-agents/mcp": "5.19.8",
31
+ "@biomejs/biome": "2.5.7",
32
+ "@lousy-agents/mcp": "5.20.0",
33
33
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
34
34
  "@testcontainers/postgresql": "12.1.0",
35
35
  "@types/node": "24.13.3",
36
- "@upstash/context7-mcp": "4.0.0",
37
36
  "chance": "1.1.13",
38
37
  "testcontainers": "12.1.0",
39
38
  "tsx": "4.23.11",
@@ -68,12 +68,12 @@
68
68
  "context7": {
69
69
  "type": "stdio",
70
70
  "command": "npx",
71
- "args": ["@upstash/context7-mcp"]
71
+ "args": ["@upstash/context7-mcp@4.0.0"]
72
72
  },
73
73
  "sequential-thinking": {
74
74
  "command": "npx",
75
75
  "args": [
76
- "@modelcontextprotocol/server-sequential-thinking"
76
+ "@modelcontextprotocol/server-sequential-thinking@2026.7.4"
77
77
  ]
78
78
  }
79
79
  }
@@ -3,12 +3,14 @@
3
3
  "context7": {
4
4
  "type": "stdio",
5
5
  "command": "npx",
6
- "args": ["@upstash/context7-mcp"]
6
+ "args": ["@upstash/context7-mcp@4.0.0"]
7
7
  },
8
8
  "sequential-thinking": {
9
9
  "type": "stdio",
10
10
  "command": "npx",
11
- "args": ["@modelcontextprotocol/server-sequential-thinking"]
11
+ "args": [
12
+ "@modelcontextprotocol/server-sequential-thinking@2026.7.4"
13
+ ]
12
14
  },
13
15
  "lousy-agents": {
14
16
  "type": "stdio",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "root": true,
3
- "$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.5.7/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",
@@ -19,11 +19,10 @@
19
19
  "zod": "4.4.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@biomejs/biome": "2.5.3",
23
- "@lousy-agents/mcp": "5.19.8",
22
+ "@biomejs/biome": "2.5.7",
23
+ "@lousy-agents/mcp": "5.20.0",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
25
25
  "@types/node": "24.13.3",
26
- "@upstash/context7-mcp": "4.0.0",
27
26
  "chance": "1.1.13",
28
27
  "tsx": "4.23.11",
29
28
  "typescript": "7.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.20.0",
3
+ "version": "5.20.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": {
@@ -74,12 +74,12 @@
74
74
  "context7": {
75
75
  "type": "stdio",
76
76
  "command": "npx",
77
- "args": ["@upstash/context7-mcp"]
77
+ "args": ["@upstash/context7-mcp@4.0.0"]
78
78
  },
79
79
  "sequential-thinking": {
80
80
  "command": "npx",
81
81
  "args": [
82
- "@modelcontextprotocol/server-sequential-thinking"
82
+ "@modelcontextprotocol/server-sequential-thinking@2026.7.4"
83
83
  ]
84
84
  }
85
85
  }
@@ -3,12 +3,14 @@
3
3
  "context7": {
4
4
  "type": "stdio",
5
5
  "command": "npx",
6
- "args": ["@upstash/context7-mcp"]
6
+ "args": ["@upstash/context7-mcp@4.0.0"]
7
7
  },
8
8
  "sequential-thinking": {
9
9
  "type": "stdio",
10
10
  "command": "npx",
11
- "args": ["@modelcontextprotocol/server-sequential-thinking"]
11
+ "args": [
12
+ "@modelcontextprotocol/server-sequential-thinking@2026.7.4"
13
+ ]
12
14
  },
13
15
  "lousy-agents": {
14
16
  "type": "stdio",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "root": true,
3
- "$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.5.7/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",
@@ -21,16 +21,15 @@
21
21
  "react-dom": "19.2.8"
22
22
  },
23
23
  "devDependencies": {
24
- "@biomejs/biome": "2.5.3",
24
+ "@biomejs/biome": "2.5.7",
25
25
  "@eslint/eslintrc": "3.3.6",
26
- "@lousy-agents/mcp": "5.19.8",
26
+ "@lousy-agents/mcp": "5.20.0",
27
27
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
28
28
  "@testing-library/jest-dom": "7.0.0",
29
29
  "@testing-library/react": "16.3.2",
30
30
  "@types/node": "24.13.3",
31
31
  "@types/react": "19.2.18",
32
32
  "@types/react-dom": "19.2.4",
33
- "@upstash/context7-mcp": "4.0.0",
34
33
  "@vitejs/plugin-react": "6.0.5",
35
34
  "@vitest/ui": "4.1.10",
36
35
  "eslint": "10.8.1",