@lousy-agents/cli 5.17.12 → 5.17.13

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.219"
13
+ "version": "v2.1.220"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.5.3",
21
- "@lousy-agents/mcp": "5.17.11",
21
+ "@lousy-agents/mcp": "5.17.12",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
23
23
  "@testcontainers/postgresql": "12.0.4",
24
24
  "@types/node": "24.13.3",
25
- "@upstash/context7-mcp": "3.2.4",
25
+ "@upstash/context7-mcp": "3.2.5",
26
26
  "chance": "1.1.13",
27
27
  "testcontainers": "12.0.4",
28
28
  "tsx": "4.23.1",
@@ -972,9 +972,9 @@
972
972
  }
973
973
  },
974
974
  "node_modules/@lousy-agents/mcp": {
975
- "version": "5.17.11",
976
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.17.11.tgz",
977
- "integrity": "sha512-g88nSiJDaQ8q8rGBDMdBZmbqp1rZaqkzPT+E/zOiHy+vhupn49+MxNogBoFeEJADWJYN8zpTgDlMXQ8MGFNwgg==",
975
+ "version": "5.17.12",
976
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.17.12.tgz",
977
+ "integrity": "sha512-Gr6Y8yM0wYVQ6fd+O3MM+1F8BJBiCEtO2XzGkHV6kl3HuM9e/Q0wmCjzjoAYlyRGbQaRuh0RptYWNN8UKYwqVg==",
978
978
  "dev": true,
979
979
  "license": "BSD-2-Clause-Patent",
980
980
  "dependencies": {
@@ -1997,9 +1997,9 @@
1997
1997
  }
1998
1998
  },
1999
1999
  "node_modules/@upstash/context7-mcp": {
2000
- "version": "3.2.4",
2001
- "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-3.2.4.tgz",
2002
- "integrity": "sha512-w2Vg6MkF4Qojp8X1fdmJ6NrjZ8Ip/9lflybtqfDKaqOsUV9iVaXeRbyGTqARdn1O8teIPm7Bt+nfVqFiUcZvjQ==",
2000
+ "version": "3.2.5",
2001
+ "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-3.2.5.tgz",
2002
+ "integrity": "sha512-m+GIwQKBx2yCnLN7Et3wqkuTk1iPkMySQH2i6KiUf4B9wVI0tgtjeXRcDfFZPf5rnRA3gjYhr1FqQqMb9aSRnw==",
2003
2003
  "dev": true,
2004
2004
  "license": "MIT",
2005
2005
  "dependencies": {
@@ -2009,11 +2009,14 @@
2009
2009
  "commander": "^13.1.0",
2010
2010
  "express": "^5.1.0",
2011
2011
  "jose": "^6.2.3",
2012
- "undici": "^6.26.0",
2012
+ "undici": "^7.0.0",
2013
2013
  "zod": "^4.4.3"
2014
2014
  },
2015
2015
  "bin": {
2016
2016
  "context7-mcp": "dist/index.js"
2017
+ },
2018
+ "engines": {
2019
+ "node": ">=20.18.1"
2017
2020
  }
2018
2021
  },
2019
2022
  "node_modules/@upstash/redis": {
@@ -5943,13 +5946,13 @@
5943
5946
  "license": "MIT"
5944
5947
  },
5945
5948
  "node_modules/undici": {
5946
- "version": "6.27.0",
5947
- "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz",
5948
- "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==",
5949
+ "version": "7.29.0",
5950
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz",
5951
+ "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==",
5949
5952
  "dev": true,
5950
5953
  "license": "MIT",
5951
5954
  "engines": {
5952
- "node": ">=18.17"
5955
+ "node": ">=20.18.1"
5953
5956
  }
5954
5957
  },
5955
5958
  "node_modules/undici-types": {
@@ -29,11 +29,11 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@biomejs/biome": "2.5.3",
32
- "@lousy-agents/mcp": "5.17.11",
32
+ "@lousy-agents/mcp": "5.17.12",
33
33
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
34
34
  "@testcontainers/postgresql": "12.0.4",
35
35
  "@types/node": "24.13.3",
36
- "@upstash/context7-mcp": "3.2.4",
36
+ "@upstash/context7-mcp": "3.2.5",
37
37
  "chance": "1.1.13",
38
38
  "testcontainers": "12.0.4",
39
39
  "tsx": "4.23.1",
@@ -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.219"
13
+ "version": "v2.1.220"
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.5.3",
23
- "@lousy-agents/mcp": "5.17.11",
23
+ "@lousy-agents/mcp": "5.17.12",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
25
25
  "@types/node": "24.13.3",
26
- "@upstash/context7-mcp": "3.2.4",
26
+ "@upstash/context7-mcp": "3.2.5",
27
27
  "chance": "1.1.13",
28
28
  "tsx": "4.23.1",
29
29
  "typescript": "7.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.17.12",
3
+ "version": "5.17.13",
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.219"
13
+ "version": "v2.1.220"
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",
@@ -16,25 +16,25 @@
16
16
  "@emotion/server": "11.11.0",
17
17
  "@mui/material": "9.2.0",
18
18
  "@mui/material-nextjs": "9.1.1",
19
- "next": "16.2.11",
19
+ "next": "16.2.12",
20
20
  "react": "19.2.8",
21
21
  "react-dom": "19.2.8"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.5.3",
25
25
  "@eslint/eslintrc": "3.3.6",
26
- "@lousy-agents/mcp": "5.17.11",
26
+ "@lousy-agents/mcp": "5.17.12",
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.17",
32
32
  "@types/react-dom": "19.2.3",
33
- "@upstash/context7-mcp": "3.2.4",
33
+ "@upstash/context7-mcp": "3.2.5",
34
34
  "@vitejs/plugin-react": "6.0.4",
35
35
  "@vitest/ui": "4.1.10",
36
36
  "eslint": "10.8.0",
37
- "eslint-config-next": "16.2.11",
37
+ "eslint-config-next": "16.2.12",
38
38
  "happy-dom": "20.11.1",
39
39
  "jsdom": "29.1.1",
40
40
  "typescript": "7.0.2",