@lousy-agents/cli 5.11.3 → 5.11.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.
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.13",
|
|
21
|
-
"@lousy-agents/mcp": "5.11.
|
|
21
|
+
"@lousy-agents/mcp": "5.11.3",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.14.0",
|
|
24
24
|
"@types/node": "24.12.2",
|
|
@@ -956,9 +956,9 @@
|
|
|
956
956
|
}
|
|
957
957
|
},
|
|
958
958
|
"node_modules/@lousy-agents/mcp": {
|
|
959
|
-
"version": "5.11.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.11.
|
|
961
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.11.3",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.11.3.tgz",
|
|
961
|
+
"integrity": "sha512-J/XUOmJwpArU99A4ObeE63XEhyrga8L3kIFex1Jl2mbUkcIhz7bakvZ1SCgj34FI02ygxk0Z/K0QKBTDTWgqsQ==",
|
|
962
962
|
"dev": true,
|
|
963
963
|
"license": "BSD-2-Clause-Patent",
|
|
964
964
|
"dependencies": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.13",
|
|
29
|
-
"@lousy-agents/mcp": "5.11.
|
|
29
|
+
"@lousy-agents/mcp": "5.11.3",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.14.0",
|
|
32
32
|
"@types/node": "24.12.2",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.4.13",
|
|
23
|
-
"@lousy-agents/mcp": "5.11.
|
|
23
|
+
"@lousy-agents/mcp": "5.11.3",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.2",
|
|
26
26
|
"@upstash/context7-mcp": "2.2.0",
|
package/dist/index.js
CHANGED
|
@@ -47105,7 +47105,8 @@ const remark = unified().use(remarkParse).use(remarkStringify).freeze()
|
|
|
47105
47105
|
"skill/name-mismatch": "error",
|
|
47106
47106
|
"skill/missing-description": "error",
|
|
47107
47107
|
"skill/invalid-description": "error",
|
|
47108
|
-
"skill/missing-allowed-tools": "warn"
|
|
47108
|
+
"skill/missing-allowed-tools": "warn",
|
|
47109
|
+
"skill/missing-argument-hint": "warn"
|
|
47109
47110
|
}
|
|
47110
47111
|
};
|
|
47111
47112
|
|
|
@@ -47971,13 +47972,16 @@ const AgentSkillFrontmatterSchema = schemas_object({
|
|
|
47971
47972
|
license: schemas_string().optional(),
|
|
47972
47973
|
compatibility: schemas_string().max(500, "Compatibility must be 500 characters or fewer").optional(),
|
|
47973
47974
|
metadata: record(schemas_string(), schemas_string()).optional(),
|
|
47974
|
-
"allowed-tools": schemas_string().optional()
|
|
47975
|
+
"allowed-tools": schemas_string().optional(),
|
|
47976
|
+
"argument-hint": schemas_string().optional()
|
|
47975
47977
|
});
|
|
47976
47978
|
const RECOMMENDED_FIELDS = [
|
|
47977
|
-
"allowed-tools"
|
|
47979
|
+
"allowed-tools",
|
|
47980
|
+
"argument-hint"
|
|
47978
47981
|
];
|
|
47979
47982
|
const RECOMMENDED_FIELD_RULE_IDS = {
|
|
47980
|
-
"allowed-tools": "skill/missing-allowed-tools"
|
|
47983
|
+
"allowed-tools": "skill/missing-allowed-tools",
|
|
47984
|
+
"argument-hint": "skill/missing-argument-hint"
|
|
47981
47985
|
};
|
|
47982
47986
|
class LintSkillFrontmatterUseCase {
|
|
47983
47987
|
gateway;
|
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.13",
|
|
25
25
|
"@eslint/eslintrc": "3.3.5",
|
|
26
|
-
"@lousy-agents/mcp": "5.11.
|
|
26
|
+
"@lousy-agents/mcp": "5.11.3",
|
|
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",
|