@lousy-agents/cli 5.3.8 → 5.4.0

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.79"
13
+ "version": "v2.1.80"
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.2",
21
- "@lousy-agents/mcp": "5.3.7",
21
+ "@lousy-agents/mcp": "5.3.8",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
23
23
  "@testcontainers/postgresql": "11.13.0",
24
24
  "@types/node": "24.12.0",
@@ -944,9 +944,9 @@
944
944
  }
945
945
  },
946
946
  "node_modules/@lousy-agents/mcp": {
947
- "version": "5.3.7",
948
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.3.7.tgz",
949
- "integrity": "sha512-hllvyzgnqXhAWyWQILyzFSpx8ke+OtCg7IDikZghwBbbMsDRxXZg/umBJ9nzuT8CoU9jtNGQP7OvQJEDpR9mSw==",
947
+ "version": "5.3.8",
948
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.3.8.tgz",
949
+ "integrity": "sha512-AgChy/qfvV6bIO0fVKohKGWdWaUZd0zh7ZM8veFa73Wf/07A1Eun094HPFFf5u9TMn+H3FgvlwLn+ngFnlKr1A==",
950
950
  "dev": true,
951
951
  "license": "MIT",
952
952
  "dependencies": {
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.2",
29
- "@lousy-agents/mcp": "5.3.7",
29
+ "@lousy-agents/mcp": "5.3.8",
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.79"
13
+ "version": "v2.1.80"
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.3.14",
23
- "@lousy-agents/mcp": "5.3.7",
23
+ "@lousy-agents/mcp": "5.3.8",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
25
25
  "@types/node": "24.12.0",
26
26
  "@upstash/context7-mcp": "2.1.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.3.8",
3
+ "version": "5.4.0",
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.79"
13
+ "version": "v2.1.80"
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.2",
25
25
  "@eslint/eslintrc": "^3",
26
- "@lousy-agents/mcp": "5.3.7",
26
+ "@lousy-agents/mcp": "5.3.8",
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",