@agent-lint/mcp 0.4.1 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @agent-lint/mcp Changelog
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 66d9f00: Add `score` command, `agentlint_score_artifact` MCP tool, and 9-category skill linting taxonomy.
8
+
9
+ **`agent-lint score <file>`** scores any context artifact against 12 quality dimensions using pure static analysis. Artifact type is auto-detected from the filename or set with `--type agents|skills|rules|workflows|plans`. Prints a per-dimension score with targeted improvement suggestions. Useful in autoresearch loops: score, improve, compare, keep or revert.
10
+
11
+ **`agentlint_score_artifact`** is the MCP-native equivalent, accepting artifact content and type directly. Runs with a 30-second timeout and is read-only.
12
+
13
+ **Skill linting** now uses a 9-category taxonomy with Claude Code best practices, delivering richer and more targeted improvement suggestions across all skill quality dimensions.
14
+
3
15
  ## 0.4.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -22,6 +22,7 @@ npx @agent-lint/cli init
22
22
  | `agentlint_plan_workspace_autofix` | Scan a workspace and return a step-by-step fix plan |
23
23
  | `agentlint_quick_check` | Decide whether recent code changes require context updates |
24
24
  | `agentlint_emit_maintenance_snippet` | Return a reusable maintenance snippet for managed client files or `AGENTS.md` / `CLAUDE.md` fallbacks |
25
+ | `agentlint_score_artifact` | Score a context artifact against 12 quality dimensions and return targeted improvement suggestions for autoresearch loops |
25
26
 
26
27
  ## Current Resource Surface
27
28
 
@@ -61,7 +62,7 @@ Notes:
61
62
 
62
63
  ## Related
63
64
 
64
- - [Root README](https://github.com/samilytu/agentlint)
65
+ - [Root README](https://github.com/samilozturk/agentlint)
65
66
  - [CLI package](https://www.npmjs.com/package/@agent-lint/cli)
66
67
  - [Authoritative publish source](https://gitlab.com/bsamilozturk/agentlint)
67
68
 
package/dist/bin.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  logMcp,
5
5
  runHttpServer,
6
6
  runStdioServer
7
- } from "./chunk-HJ6WANSD.js";
7
+ } from "./chunk-NJGL2ALY.js";
8
8
 
9
9
  // src/bin.ts
10
10
  var nodeVersion = parseInt(process.versions.node.split(".")[0], 10);
package/dist/catalog.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const CURRENT_TOOL_IDS: readonly ["agentlint_get_guidelines", "agentlint_plan_workspace_autofix", "agentlint_quick_check", "agentlint_emit_maintenance_snippet"];
1
+ export declare const CURRENT_TOOL_IDS: readonly ["agentlint_get_guidelines", "agentlint_plan_workspace_autofix", "agentlint_quick_check", "agentlint_emit_maintenance_snippet", "agentlint_score_artifact"];
2
2
  export declare const CURRENT_RESOURCE_URIS: readonly ["agentlint://guidelines/{type}", "agentlint://template/{type}", "agentlint://path-hints/{type}"];
3
3
  export declare const CURRENT_TOOL_TIMEOUTS: Record<(typeof CURRENT_TOOL_IDS)[number], number>;
4
4
  export declare const LEGACY_TOOL_TIMEOUT_ALIASES: Record<string, number>;
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../src/catalog.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,0IAKnB,CAAC;AAEX,eAAO,MAAM,qBAAqB,4GAIxB,CAAC;AAEX,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,CAKnF,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAU9D,CAAC"}
1
+ {"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../src/catalog.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,sKAMnB,CAAC;AAEX,eAAO,MAAM,qBAAqB,4GAIxB,CAAC;AAEX,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,CAMnF,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAU9D,CAAC"}