@lousy-agents/cli 5.9.5 → 5.9.6

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.101"
13
+ "version": "v2.1.107"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@fastify/cors": "11.2.0",
12
12
  "@fastify/sensible": "6.0.4",
13
- "fastify": "5.8.4",
13
+ "fastify": "5.8.5",
14
14
  "kysely": "0.28.16",
15
15
  "pino": "10.3.1",
16
16
  "postgres": "3.4.9",
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.4.11",
21
- "@lousy-agents/mcp": "5.9.4",
21
+ "@lousy-agents/mcp": "5.9.5",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
23
23
  "@testcontainers/postgresql": "11.14.0",
24
24
  "@types/node": "24.12.2",
25
- "@upstash/context7-mcp": "2.1.7",
25
+ "@upstash/context7-mcp": "2.1.8",
26
26
  "chance": "1.1.13",
27
27
  "testcontainers": "11.14.0",
28
28
  "tsx": "4.21.0",
@@ -956,11 +956,11 @@
956
956
  }
957
957
  },
958
958
  "node_modules/@lousy-agents/mcp": {
959
- "version": "5.9.4",
960
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.9.4.tgz",
961
- "integrity": "sha512-vMC02y9RdKQAIGO2rqgBgz295A3z1CJ9x02ar43yPbbEfHiEyG5HNIcSf+kSXnw98KLH9Wk3OVCnY3MJ52s1Bw==",
959
+ "version": "5.9.5",
960
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.9.5.tgz",
961
+ "integrity": "sha512-YeBpKS/x+LEIcLKL2SBjHIFvnz4fEXv3VuheNY5MJtNuiesqz5ckBB105cYba5iGwJnXmzCVltC4Lt652HNjtQ==",
962
962
  "dev": true,
963
- "license": "MIT",
963
+ "license": "BSD-2-Clause-Patent",
964
964
  "dependencies": {
965
965
  "@modelcontextprotocol/sdk": "1.29.0",
966
966
  "yaml": "2.8.3",
@@ -1649,9 +1649,9 @@
1649
1649
  "license": "MIT"
1650
1650
  },
1651
1651
  "node_modules/@upstash/context7-mcp": {
1652
- "version": "2.1.7",
1653
- "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.1.7.tgz",
1654
- "integrity": "sha512-sH273H4Ql+1W2tIf/ebfcSWYRZuD6GdC0tO8js3K7U4ZE6CSOUpyhYeJbJpv+W1lTG7H1PPb5ZRxa4N91NJgxg==",
1652
+ "version": "2.1.8",
1653
+ "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.1.8.tgz",
1654
+ "integrity": "sha512-DG0XNQOjw2BNymkjIcegjvGp+q5FJqbsSMgP67uRKUckgpX04qtEKSHt/VWV3ZRLOCmlOeYD4P89rtA0WnRF0w==",
1655
1655
  "dev": true,
1656
1656
  "license": "MIT",
1657
1657
  "dependencies": {
@@ -3140,9 +3140,9 @@
3140
3140
  "license": "BSD-3-Clause"
3141
3141
  },
3142
3142
  "node_modules/fastify": {
3143
- "version": "5.8.4",
3144
- "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.4.tgz",
3145
- "integrity": "sha512-sa42J1xylbBAYUWALSBoyXKPDUvM3OoNOibIefA+Oha57FryXKKCZarA1iDntOCWp3O35voZLuDg2mdODXtPzQ==",
3143
+ "version": "5.8.5",
3144
+ "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz",
3145
+ "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==",
3146
3146
  "funding": [
3147
3147
  {
3148
3148
  "type": "github",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@fastify/cors": "11.2.0",
20
20
  "@fastify/sensible": "6.0.4",
21
- "fastify": "5.8.4",
21
+ "fastify": "5.8.5",
22
22
  "kysely": "0.28.16",
23
23
  "pino": "10.3.1",
24
24
  "postgres": "3.4.9",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.11",
29
- "@lousy-agents/mcp": "5.9.4",
29
+ "@lousy-agents/mcp": "5.9.5",
30
30
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
31
31
  "@testcontainers/postgresql": "11.14.0",
32
32
  "@types/node": "24.12.2",
33
- "@upstash/context7-mcp": "2.1.7",
33
+ "@upstash/context7-mcp": "2.1.8",
34
34
  "chance": "1.1.13",
35
35
  "testcontainers": "11.14.0",
36
36
  "tsx": "4.21.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.101"
13
+ "version": "v2.1.107"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.4.11",
23
- "@lousy-agents/mcp": "5.9.4",
23
+ "@lousy-agents/mcp": "5.9.5",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
25
25
  "@types/node": "24.12.2",
26
- "@upstash/context7-mcp": "2.1.7",
26
+ "@upstash/context7-mcp": "2.1.8",
27
27
  "chance": "1.1.13",
28
28
  "tsx": "4.21.0",
29
29
  "typescript": "6.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.9.5",
3
+ "version": "5.9.6",
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.101"
13
+ "version": "v2.1.107"
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,19 +23,19 @@
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.4.11",
25
25
  "@eslint/eslintrc": "3.3.5",
26
- "@lousy-agents/mcp": "5.9.4",
26
+ "@lousy-agents/mcp": "5.9.5",
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",
30
30
  "@types/node": "24.12.2",
31
31
  "@types/react": "19.2.14",
32
32
  "@types/react-dom": "19.2.3",
33
- "@upstash/context7-mcp": "2.1.7",
33
+ "@upstash/context7-mcp": "2.1.8",
34
34
  "@vitejs/plugin-react": "6.0.1",
35
35
  "@vitest/ui": "4.1.4",
36
36
  "eslint": "10.2.0",
37
37
  "eslint-config-next": "16.2.3",
38
- "happy-dom": "20.8.9",
38
+ "happy-dom": "20.9.0",
39
39
  "jsdom": "29.0.2",
40
40
  "typescript": "6.0.2",
41
41
  "vitest": "4.1.4",