@lousy-agents/cli 5.8.2 → 5.8.3

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.90"
13
+ "version": "v2.1.91"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -18,10 +18,10 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.4.9",
21
- "@lousy-agents/mcp": "5.7.0",
21
+ "@lousy-agents/mcp": "5.8.2",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
23
23
  "@testcontainers/postgresql": "11.13.0",
24
- "@types/node": "24.12.0",
24
+ "@types/node": "24.12.2",
25
25
  "@upstash/context7-mcp": "2.1.6",
26
26
  "chance": "1.1.13",
27
27
  "testcontainers": "11.13.0",
@@ -944,9 +944,9 @@
944
944
  }
945
945
  },
946
946
  "node_modules/@lousy-agents/mcp": {
947
- "version": "5.7.0",
948
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.7.0.tgz",
949
- "integrity": "sha512-lDTcvhb8rsVd+1QWuHvvpmYpR4OoIdbrykr2RrBhhJTnwEycNlb/qAg34j9c+XxMtwBRlLfIy+v8eImUmBbIMQ==",
947
+ "version": "5.8.2",
948
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.8.2.tgz",
949
+ "integrity": "sha512-N7lwo3mV8cUuzN3up1Ug+bhAIU/CRW/aQdVwIcTcZar2XAFRO8scIKXnhUkUZ3lnYh/8s+Hr6lCZ5HOxuesW1w==",
950
950
  "dev": true,
951
951
  "license": "MIT",
952
952
  "dependencies": {
@@ -1533,9 +1533,9 @@
1533
1533
  "license": "MIT"
1534
1534
  },
1535
1535
  "node_modules/@types/node": {
1536
- "version": "24.12.0",
1537
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
1538
- "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
1536
+ "version": "24.12.2",
1537
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
1538
+ "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
1539
1539
  "dev": true,
1540
1540
  "license": "MIT",
1541
1541
  "dependencies": {
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.9",
29
- "@lousy-agents/mcp": "5.7.0",
29
+ "@lousy-agents/mcp": "5.8.2",
30
30
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
31
31
  "@testcontainers/postgresql": "11.13.0",
32
- "@types/node": "24.12.0",
32
+ "@types/node": "24.12.2",
33
33
  "@upstash/context7-mcp": "2.1.6",
34
34
  "chance": "1.1.13",
35
35
  "testcontainers": "11.13.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.90"
13
+ "version": "v2.1.91"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.4.9",
23
- "@lousy-agents/mcp": "5.7.0",
23
+ "@lousy-agents/mcp": "5.8.2",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
25
- "@types/node": "24.12.0",
25
+ "@types/node": "24.12.2",
26
26
  "@upstash/context7-mcp": "2.1.6",
27
27
  "chance": "1.1.13",
28
28
  "tsx": "4.21.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.8.2",
3
+ "version": "5.8.3",
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.90"
13
+ "version": "v2.1.91"
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",
@@ -13,31 +13,31 @@
13
13
  "lint:yaml": "yamllint ."
14
14
  },
15
15
  "dependencies": {
16
- "@emotion/server": "^11.11.0",
17
- "@mui/material": "^7.3.6",
18
- "@mui/material-nextjs": "^7.3.6",
16
+ "@emotion/server": "11.11.0",
17
+ "@mui/material": "7.3.9",
18
+ "@mui/material-nextjs": "7.3.9",
19
19
  "next": "16.2.1",
20
20
  "react": "19.2.4",
21
21
  "react-dom": "19.2.4"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.4.9",
25
- "@eslint/eslintrc": "^3",
26
- "@lousy-agents/mcp": "5.7.0",
25
+ "@eslint/eslintrc": "3.3.5",
26
+ "@lousy-agents/mcp": "5.8.2",
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
- "@types/node": "^24.0.0",
30
+ "@types/node": "24.12.2",
31
31
  "@types/react": "19.2.14",
32
32
  "@types/react-dom": "19.2.3",
33
33
  "@upstash/context7-mcp": "2.1.6",
34
34
  "@vitejs/plugin-react": "6.0.1",
35
35
  "@vitest/ui": "4.1.2",
36
- "eslint": "^10.0.0",
36
+ "eslint": "10.1.0",
37
37
  "eslint-config-next": "16.2.1",
38
- "happy-dom": "^20.0.11",
38
+ "happy-dom": "20.8.9",
39
39
  "jsdom": "29.0.1",
40
- "typescript": "^6.0.0",
40
+ "typescript": "6.0.2",
41
41
  "vitest": "4.1.2",
42
42
  "whatwg-fetch": "3.6.20"
43
43
  }