@agent-lint/mcp 0.4.0 → 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 +20 -0
- package/README.md +4 -3
- package/dist/bin.js +1 -1
- package/dist/catalog.d.ts +1 -1
- package/dist/catalog.d.ts.map +1 -1
- package/dist/{chunk-PAQI5DE3.js → chunk-NJGL2ALY.js} +1854 -204
- package/dist/chunk-NJGL2ALY.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/score-artifact.d.ts +3 -0
- package/dist/tools/score-artifact.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/chunk-PAQI5DE3.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
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
|
+
|
|
15
|
+
## 0.4.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- a846ee6: Align maintenance guidance, fallback behavior, and context-artifact verification across the CLI and MCP packages.
|
|
20
|
+
|
|
21
|
+
This update makes the maintenance snippet canonical, tightens discovery and quick-check behavior, and keeps client-specific instruction files in sync with the generated maintenance contract.
|
|
22
|
+
|
|
3
23
|
## 0.4.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @agent-lint/mcp
|
|
2
2
|
|
|
3
|
-
Read-only MCP server for keeping `AGENTS.md`, rules, and
|
|
3
|
+
Read-only MCP server for keeping `AGENTS.md`, `CLAUDE.md`, rules, skills, workflows, and plans structured, current, and codebase-aware.
|
|
4
4
|
|
|
5
5
|
## Start the Server
|
|
6
6
|
|
|
@@ -21,7 +21,8 @@ npx @agent-lint/cli init
|
|
|
21
21
|
| `agentlint_get_guidelines` | Return artifact guidance before creating or updating context files |
|
|
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
|
-
| `agentlint_emit_maintenance_snippet` | Return a reusable maintenance
|
|
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/
|
|
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
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>;
|
package/dist/catalog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../src/catalog.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,
|
|
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"}
|