@lousy-agents/cli 5.3.6 → 5.3.7

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.78"
13
+ "version": "v2.1.79"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -11,14 +11,14 @@
11
11
  "@fastify/cors": "11.2.0",
12
12
  "@fastify/sensible": "6.0.4",
13
13
  "fastify": "5.8.2",
14
- "kysely": "0.28.12",
14
+ "kysely": "0.28.13",
15
15
  "pino": "10.3.1",
16
16
  "postgres": "3.4.8",
17
17
  "zod": "4.3.6"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.4.2",
21
- "@lousy-agents/mcp": "5.3.5",
21
+ "@lousy-agents/mcp": "5.3.6",
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.5",
948
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.3.5.tgz",
949
- "integrity": "sha512-6QJaHUU974rwQ00snOmYAi258m6by56haO1cS3xxAvqb9J1OiG9Zs9YvY+w3NDqr6MLuJbR019pseQayy2Ao8w==",
947
+ "version": "5.3.6",
948
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.3.6.tgz",
949
+ "integrity": "sha512-UCRk7Zsyp1bReP7mGqY5nmbg7tnsLbUR4athLqJMEIv/QUdbMThuiBUvVvjx7WN0DUhkXVyPZ5v4fpv+t6ivqA==",
950
950
  "dev": true,
951
951
  "license": "MIT",
952
952
  "dependencies": {
@@ -3630,9 +3630,9 @@
3630
3630
  "license": "BSD-2-Clause"
3631
3631
  },
3632
3632
  "node_modules/kysely": {
3633
- "version": "0.28.12",
3634
- "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.12.tgz",
3635
- "integrity": "sha512-kWiueDWXhbCchgiotwXkwdxZE/6h56IHAeFWg4euUfW0YsmO9sxbAxzx1KLLv2lox15EfuuxHQvgJ1qIfZuHGw==",
3633
+ "version": "0.28.13",
3634
+ "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.13.tgz",
3635
+ "integrity": "sha512-jCkYDvlfzOyHaVsrvR4vnNZxG30oNv2jbbFBjTQAUG8n0h07HW0sZJHk4KAQIRyu9ay+Rg+L8qGa3lwt8Gve9w==",
3636
3636
  "license": "MIT",
3637
3637
  "engines": {
3638
3638
  "node": ">=20.0.0"
@@ -19,14 +19,14 @@
19
19
  "@fastify/cors": "11.2.0",
20
20
  "@fastify/sensible": "6.0.4",
21
21
  "fastify": "5.8.2",
22
- "kysely": "0.28.12",
22
+ "kysely": "0.28.13",
23
23
  "pino": "10.3.1",
24
24
  "postgres": "3.4.8",
25
25
  "zod": "4.3.6"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.2",
29
- "@lousy-agents/mcp": "5.3.5",
29
+ "@lousy-agents/mcp": "5.3.6",
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.78"
13
+ "version": "v2.1.79"
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.5",
23
+ "@lousy-agents/mcp": "5.3.6",
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.6",
3
+ "version": "5.3.7",
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.78"
13
+ "version": "v2.1.79"
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,14 +16,14 @@
16
16
  "@emotion/server": "^11.11.0",
17
17
  "@mui/material": "^7.3.6",
18
18
  "@mui/material-nextjs": "^7.3.6",
19
- "next": "16.1.7",
19
+ "next": "16.2.0",
20
20
  "react": "19.2.4",
21
21
  "react-dom": "19.2.4"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.4.2",
25
25
  "@eslint/eslintrc": "^3",
26
- "@lousy-agents/mcp": "5.3.5",
26
+ "@lousy-agents/mcp": "5.3.6",
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",
@@ -34,7 +34,7 @@
34
34
  "@vitejs/plugin-react": "6.0.1",
35
35
  "@vitest/ui": "4.1.0",
36
36
  "eslint": "^10.0.0",
37
- "eslint-config-next": "16.1.7",
37
+ "eslint-config-next": "16.2.0",
38
38
  "happy-dom": "^20.0.11",
39
39
  "jsdom": "29.0.0",
40
40
  "typescript": "^5",