@lousy-agents/cli 5.8.6 → 5.8.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.
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.9",
|
|
21
|
-
"@lousy-agents/mcp": "5.8.
|
|
21
|
+
"@lousy-agents/mcp": "5.8.6",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.13.0",
|
|
24
24
|
"@types/node": "24.12.2",
|
|
@@ -944,9 +944,9 @@
|
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
946
|
"node_modules/@lousy-agents/mcp": {
|
|
947
|
-
"version": "5.8.
|
|
948
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.8.
|
|
949
|
-
"integrity": "sha512-
|
|
947
|
+
"version": "5.8.6",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.8.6.tgz",
|
|
949
|
+
"integrity": "sha512-uVwWHv0Eupd+9uIUYCJvRd8GJI+puTJrj+3iuaHpbfhaZjaVJubSY9DeOaFkUe+WmeeVsxLFJ5iTpHWXU8KXCw==",
|
|
950
950
|
"dev": true,
|
|
951
951
|
"license": "MIT",
|
|
952
952
|
"dependencies": {
|
|
@@ -3986,9 +3986,9 @@
|
|
|
3986
3986
|
}
|
|
3987
3987
|
},
|
|
3988
3988
|
"node_modules/lodash": {
|
|
3989
|
-
"version": "4.
|
|
3990
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
3991
|
-
"integrity": "sha512-
|
|
3989
|
+
"version": "4.18.1",
|
|
3990
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
3991
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
3992
3992
|
"dev": true,
|
|
3993
3993
|
"license": "MIT"
|
|
3994
3994
|
},
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.9",
|
|
29
|
-
"@lousy-agents/mcp": "5.8.
|
|
29
|
+
"@lousy-agents/mcp": "5.8.6",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.13.0",
|
|
32
32
|
"@types/node": "24.12.2",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.4.9",
|
|
23
|
-
"@lousy-agents/mcp": "5.8.
|
|
23
|
+
"@lousy-agents/mcp": "5.8.6",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.2",
|
|
26
26
|
"@upstash/context7-mcp": "2.1.6",
|
package/dist/index.js
CHANGED
|
@@ -36701,7 +36701,7 @@ const initCommand = defineCommand({
|
|
|
36701
36701
|
* Hook configuration file locations to search.
|
|
36702
36702
|
*/ const HOOK_CONFIG_PATHS = [
|
|
36703
36703
|
{
|
|
36704
|
-
relativePath: (0,external_node_path_.join)(".github", "
|
|
36704
|
+
relativePath: (0,external_node_path_.join)(".github", "hooks", "agent-shell", "hooks.json"),
|
|
36705
36705
|
platform: "copilot"
|
|
36706
36706
|
},
|
|
36707
36707
|
{
|
|
@@ -57095,7 +57095,7 @@ function hasFrontmatterDelimiters(content) {
|
|
|
57095
57095
|
},
|
|
57096
57096
|
hooks: {
|
|
57097
57097
|
type: "boolean",
|
|
57098
|
-
description: "Lint pre-tool-use hook configurations in .github/
|
|
57098
|
+
description: "Lint pre-tool-use hook configurations in .github/hooks/agent-shell/hooks.json, .claude/settings.json, and .claude/settings.local.json",
|
|
57099
57099
|
default: false
|
|
57100
57100
|
},
|
|
57101
57101
|
instructions: {
|