@lousy-agents/cli 5.3.2 → 5.3.4

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.
@@ -1,22 +1,28 @@
1
1
  {
2
2
  "name": "<%= it.projectName %>",
3
- "image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
3
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
- "ghcr.io/devcontainers/features/github-cli:1": {
6
- "version": "2.88.1"
5
+ "ghcr.io/devcontainers/features/node:1.7.1": {
6
+ "version": "24.14.0"
7
7
  },
8
- "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
9
- "packages": "yamllint, shellcheck",
10
- "upgradePackages": true
8
+ "ghcr.io/devcontainers/features/github-cli:1.1.0": {
9
+ "version": "latest"
10
+ },
11
+ "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
+ "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
+ "version": "v2.1.76"
11
14
  },
12
- "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
13
- "version": "27.5.1"
15
+ "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
+ "packages": "yamllint, shellcheck",
17
+ "upgradePackages": false
14
18
  },
15
- "ghcr.io/devcontainers-extra/features/actionlint:1": {
19
+ "ghcr.io/devcontainers/features/docker-in-docker:2.16.1": {},
20
+ "ghcr.io/devcontainers-extra/features/actionlint:1.1.1": {
16
21
  "version": "1.7.11"
17
22
  }
18
23
  },
19
24
  "forwardPorts": [3000, 5432],
25
+ "runArgs": ["--privileged"],
20
26
  "portsAttributes": {
21
27
  "3000": {
22
28
  "label": "API Server",
@@ -27,22 +33,21 @@
27
33
  "onAutoForward": "silent"
28
34
  }
29
35
  },
30
- "postCreateCommand": "npm cache add @upstash/context7-mcp @modelcontextprotocol/server-sequential-thinking",
36
+ "postCreateCommand": "npm i",
31
37
  "waitFor": "postCreateCommand",
32
- "remoteUser": "node",
38
+ "remoteUser": "vscode",
33
39
  "customizations": {
34
40
  "vscode": {
35
41
  "extensions": [
36
42
  "biomejs.biome",
43
+ "anthropic.claude-code",
37
44
  "editorconfig.editorconfig",
38
45
  "vitest.explorer",
39
46
  "ms-vscode-remote.remote-containers",
40
47
  "GitHub.codespaces",
41
- "GitHub.Copilot",
42
- "GitHub.Copilot-Chat",
48
+ "GitHub.copilot-chat",
43
49
  "GitHub.github-vscode-theme",
44
- "redhat.vscode-yaml",
45
- "ms-azuretools.vscode-docker"
50
+ "redhat.vscode-yaml"
46
51
  ],
47
52
  "settings": {
48
53
  "editor.formatOnSave": true,
@@ -62,24 +67,24 @@
62
67
  },
63
68
  "vitest.enable": true,
64
69
  "vitest.commandLine": "vitest",
65
- "github.copilot.chat.agent.model": "claude-sonnet-4.5",
66
- "github.copilot.chat.ask.model": "claude-sonnet-4.5",
70
+ "github.copilot.chat.agent.model": "claude-sonnet-4.6",
71
+ "github.copilot.chat.ask.model": "claude-sonnet-4.6",
67
72
  "yaml.schemas": {
68
73
  "https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
69
74
  },
70
- "github.copilot.chat.mcp.enabled": true
75
+ "github.copilot.chat.mcp.enabled": true,
76
+ "terminal.integrated.defaultProfile.linux": "bash"
71
77
  },
72
78
  "mcp": {
73
79
  "servers": {
74
80
  "context7": {
75
81
  "type": "stdio",
76
82
  "command": "npx",
77
- "args": ["-y", "@upstash/context7-mcp"]
83
+ "args": ["@upstash/context7-mcp"]
78
84
  },
79
85
  "sequential-thinking": {
80
86
  "command": "npx",
81
87
  "args": [
82
- "-y",
83
88
  "@modelcontextprotocol/server-sequential-thinking"
84
89
  ]
85
90
  }
@@ -5,8 +5,7 @@
5
5
  "vitest.explorer",
6
6
  "ms-vscode-remote.remote-containers",
7
7
  "GitHub.codespaces",
8
- "GitHub.Copilot",
9
- "GitHub.Copilot-Chat",
8
+ "GitHub.copilot-chat",
10
9
  "GitHub.github-vscode-theme",
11
10
  "redhat.vscode-yaml",
12
11
  "ms-azuretools.vscode-docker"
@@ -3,17 +3,17 @@
3
3
  "context7": {
4
4
  "type": "stdio",
5
5
  "command": "npx",
6
- "args": ["-y", "@upstash/context7-mcp"]
6
+ "args": ["@upstash/context7-mcp"]
7
7
  },
8
8
  "sequential-thinking": {
9
9
  "type": "stdio",
10
10
  "command": "npx",
11
- "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
11
+ "args": ["@modelcontextprotocol/server-sequential-thinking"]
12
12
  },
13
13
  "lousy-agents": {
14
14
  "type": "stdio",
15
15
  "command": "npx",
16
- "args": ["-y", "-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
16
+ "args": ["-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
17
17
  }
18
18
  }
19
19
  }
@@ -26,8 +26,11 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.2",
29
+ "@lousy-agents/mcp": "5.3.3",
30
+ "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
29
31
  "@testcontainers/postgresql": "11.12.0",
30
32
  "@types/node": "24.12.0",
33
+ "@upstash/context7-mcp": "2.1.4",
31
34
  "chance": "1.1.13",
32
35
  "testcontainers": "11.12.0",
33
36
  "tsx": "4.21.0",
@@ -1,32 +1,39 @@
1
1
  {
2
2
  "name": "<%= it.projectName %>",
3
- "image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
3
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
- "ghcr.io/devcontainers/features/github-cli:1": {
6
- "version": "2.88.1"
5
+ "ghcr.io/devcontainers/features/node:1.7.1": {
6
+ "version": "24.14.0"
7
7
  },
8
- "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
8
+ "ghcr.io/devcontainers/features/github-cli:1.1.0": {
9
+ "version": "latest"
10
+ },
11
+ "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
+ "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
+ "version": "v2.1.76"
14
+ },
15
+ "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
9
16
  "packages": "yamllint, shellcheck",
10
- "upgradePackages": true
17
+ "upgradePackages": false
11
18
  },
12
- "ghcr.io/devcontainers-extra/features/actionlint:1": {
19
+ "ghcr.io/devcontainers-extra/features/actionlint:1.1.1": {
13
20
  "version": "1.7.11"
14
21
  }
15
22
  },
16
23
  "forwardPorts": [],
17
- "postCreateCommand": "npm cache add @upstash/context7-mcp @modelcontextprotocol/server-sequential-thinking",
24
+ "postCreateCommand": "npm i",
18
25
  "waitFor": "postCreateCommand",
19
- "remoteUser": "node",
26
+ "remoteUser": "vscode",
20
27
  "customizations": {
21
28
  "vscode": {
22
29
  "extensions": [
23
30
  "biomejs.biome",
31
+ "anthropic.claude-code",
24
32
  "editorconfig.editorconfig",
25
33
  "vitest.explorer",
26
34
  "ms-vscode-remote.remote-containers",
27
35
  "GitHub.codespaces",
28
- "GitHub.Copilot",
29
- "GitHub.Copilot-Chat",
36
+ "GitHub.copilot-chat",
30
37
  "GitHub.github-vscode-theme",
31
38
  "redhat.vscode-yaml"
32
39
  ],
@@ -48,24 +55,24 @@
48
55
  },
49
56
  "vitest.enable": true,
50
57
  "vitest.commandLine": "vitest",
51
- "github.copilot.chat.agent.model": "claude-sonnet-4.5",
52
- "github.copilot.chat.ask.model": "claude-sonnet-4.5",
58
+ "github.copilot.chat.agent.model": "claude-sonnet-4.6",
59
+ "github.copilot.chat.ask.model": "claude-sonnet-4.6",
53
60
  "yaml.schemas": {
54
61
  "https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
55
62
  },
56
- "github.copilot.chat.mcp.enabled": true
63
+ "github.copilot.chat.mcp.enabled": true,
64
+ "terminal.integrated.defaultProfile.linux": "bash"
57
65
  },
58
66
  "mcp": {
59
67
  "servers": {
60
68
  "context7": {
61
69
  "type": "stdio",
62
70
  "command": "npx",
63
- "args": ["-y", "@upstash/context7-mcp"]
71
+ "args": ["@upstash/context7-mcp"]
64
72
  },
65
73
  "sequential-thinking": {
66
74
  "command": "npx",
67
75
  "args": [
68
- "-y",
69
76
  "@modelcontextprotocol/server-sequential-thinking"
70
77
  ]
71
78
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "recommendations": [
3
3
  "biomejs.biome",
4
+ "anthropic.claude-code",
4
5
  "editorconfig.editorconfig",
5
6
  "vitest.explorer",
6
7
  "ms-vscode-remote.remote-containers",
7
8
  "GitHub.codespaces",
8
- "GitHub.Copilot",
9
- "GitHub.Copilot-Chat",
9
+ "GitHub.copilot-chat",
10
10
  "GitHub.github-vscode-theme",
11
11
  "redhat.vscode-yaml"
12
12
  ]
@@ -3,17 +3,17 @@
3
3
  "context7": {
4
4
  "type": "stdio",
5
5
  "command": "npx",
6
- "args": ["-y", "@upstash/context7-mcp"]
6
+ "args": ["@upstash/context7-mcp"]
7
7
  },
8
8
  "sequential-thinking": {
9
9
  "type": "stdio",
10
10
  "command": "npx",
11
- "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
11
+ "args": ["@modelcontextprotocol/server-sequential-thinking"]
12
12
  },
13
13
  "lousy-agents": {
14
14
  "type": "stdio",
15
15
  "command": "npx",
16
- "args": ["-y", "-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
16
+ "args": ["-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
17
17
  }
18
18
  }
19
19
  }
@@ -20,7 +20,10 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.3.14",
23
+ "@lousy-agents/mcp": "5.3.3",
24
+ "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
23
25
  "@types/node": "24.12.0",
26
+ "@upstash/context7-mcp": "2.1.4",
24
27
  "chance": "1.1.13",
25
28
  "tsx": "4.21.0",
26
29
  "typescript": "5.9.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
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": {
@@ -1,18 +1,22 @@
1
1
  {
2
2
  "name": "<%= it.projectName %>",
3
- "image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
3
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
- "ghcr.io/devcontainers/features/github-cli:1": {
6
- "version": "2.88.1"
5
+ "ghcr.io/devcontainers/features/node:1.7.1": {
6
+ "version": "24.14.0"
7
7
  },
8
- "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
9
- "packages": "libnss3, libnspr4, libatk1.0-0, libatk-bridge2.0-0, libcups2, libdrm2, libdbus-1-3, libatspi2.0-0, libxcomposite1, libxdamage1, libxfixes3, libxrandr2, libgbm1, libxkbcommon0, libasound2, yamllint, shellcheck",
10
- "upgradePackages": true
8
+ "ghcr.io/devcontainers/features/github-cli:1.1.0": {
9
+ "version": "latest"
11
10
  },
12
- "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
13
- "version": "27.5.1"
11
+ "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
+ "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
+ "version": "v2.1.76"
14
14
  },
15
- "ghcr.io/devcontainers-extra/features/actionlint:1": {
15
+ "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
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",
17
+ "upgradePackages": false
18
+ },
19
+ "ghcr.io/devcontainers-extra/features/actionlint:1.1.1": {
16
20
  "version": "1.7.11"
17
21
  }
18
22
  },
@@ -23,21 +27,19 @@
23
27
  "onAutoForward": "notify"
24
28
  }
25
29
  },
26
- "postCreateCommand": "npm cache add @upstash/context7-mcp @modelcontextprotocol/server-sequential-thinking",
30
+ "postCreateCommand": "npm i",
27
31
  "waitFor": "postCreateCommand",
28
- "remoteUser": "node",
32
+ "remoteUser": "vscode",
29
33
  "customizations": {
30
34
  "vscode": {
31
35
  "extensions": [
32
36
  "biomejs.biome",
33
- "dbaeumer.vscode-eslint",
37
+ "anthropic.claude-code",
34
38
  "editorconfig.editorconfig",
35
39
  "vitest.explorer",
36
40
  "ms-vscode-remote.remote-containers",
37
41
  "GitHub.codespaces",
38
- "ms-vscode.makefile-tools",
39
- "GitHub.Copilot",
40
- "GitHub.Copilot-Chat",
42
+ "GitHub.copilot-chat",
41
43
  "GitHub.github-vscode-theme",
42
44
  "redhat.vscode-yaml"
43
45
  ],
@@ -57,29 +59,26 @@
57
59
  "editor.defaultFormatter": "redhat.vscode-yaml",
58
60
  "editor.tabSize": 2
59
61
  },
60
- "editor.codeActionsOnSave": {
61
- "source.fixAll.eslint": "explicit"
62
- },
63
62
  "vitest.enable": true,
64
63
  "vitest.commandLine": "vitest",
65
- "github.copilot.chat.agent.model": "claude-sonnet-4.5",
66
- "github.copilot.chat.ask.model": "claude-sonnet-4.5",
64
+ "github.copilot.chat.agent.model": "claude-sonnet-4.6",
65
+ "github.copilot.chat.ask.model": "claude-sonnet-4.6",
67
66
  "yaml.schemas": {
68
67
  "https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
69
68
  },
70
- "github.copilot.chat.mcp.enabled": true
69
+ "github.copilot.chat.mcp.enabled": true,
70
+ "terminal.integrated.defaultProfile.linux": "bash"
71
71
  },
72
72
  "mcp": {
73
73
  "servers": {
74
74
  "context7": {
75
75
  "type": "stdio",
76
76
  "command": "npx",
77
- "args": ["-y", "@upstash/context7-mcp"]
77
+ "args": ["@upstash/context7-mcp"]
78
78
  },
79
79
  "sequential-thinking": {
80
80
  "command": "npx",
81
81
  "args": [
82
- "-y",
83
82
  "@modelcontextprotocol/server-sequential-thinking"
84
83
  ]
85
84
  }
@@ -6,9 +6,7 @@
6
6
  "vitest.explorer",
7
7
  "ms-vscode-remote.remote-containers",
8
8
  "GitHub.codespaces",
9
- "ms-vscode.makefile-tools",
10
- "GitHub.Copilot",
11
- "GitHub.Copilot-Chat",
9
+ "GitHub.copilot-chat",
12
10
  "GitHub.github-vscode-theme",
13
11
  "redhat.vscode-yaml"
14
12
  ]
@@ -3,17 +3,17 @@
3
3
  "context7": {
4
4
  "type": "stdio",
5
5
  "command": "npx",
6
- "args": ["-y", "@upstash/context7-mcp"]
6
+ "args": ["@upstash/context7-mcp"]
7
7
  },
8
8
  "sequential-thinking": {
9
9
  "type": "stdio",
10
10
  "command": "npx",
11
- "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
11
+ "args": ["@modelcontextprotocol/server-sequential-thinking"]
12
12
  },
13
13
  "lousy-agents": {
14
14
  "type": "stdio",
15
15
  "command": "npx",
16
- "args": ["-y", "-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
16
+ "args": ["-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
17
17
  }
18
18
  }
19
19
  }
@@ -16,22 +16,25 @@
16
16
  "@emotion/server": "^11.11.0",
17
17
  "@mui/material": "^7.3.6",
18
18
  "@mui/material-nextjs": "^7.3.6",
19
- "next": "15.5.12",
19
+ "next": "16.1.6",
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.3",
27
+ "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
26
28
  "@testing-library/jest-dom": "6.9.1",
27
29
  "@testing-library/react": "16.3.2",
28
30
  "@types/node": "^24.0.0",
29
31
  "@types/react": "19.2.14",
30
32
  "@types/react-dom": "19.2.3",
33
+ "@upstash/context7-mcp": "2.1.4",
31
34
  "@vitejs/plugin-react": "6.0.1",
32
35
  "@vitest/ui": "4.1.0",
33
- "eslint": "^9",
34
- "eslint-config-next": "15.5.12",
36
+ "eslint": "^10.0.0",
37
+ "eslint-config-next": "16.1.6",
35
38
  "happy-dom": "^20.0.11",
36
39
  "jsdom": "29.0.0",
37
40
  "typescript": "^5",