@agent-lint/mcp 0.3.4 → 0.4.1
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 +14 -0
- package/README.md +2 -2
- package/dist/bin.js +1 -1
- package/dist/{chunk-GNY7X6J5.js → chunk-HJ6WANSD.js} +496 -157
- package/dist/chunk-HJ6WANSD.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/server.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-GNY7X6J5.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @agent-lint/mcp Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a846ee6: Align maintenance guidance, fallback behavior, and context-artifact verification across the CLI and MCP packages.
|
|
8
|
+
|
|
9
|
+
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.
|
|
10
|
+
|
|
11
|
+
## 0.4.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 637e0e2: Add maintenance rule installation to `agent-lint init`, make repeated installs update managed rule files cleanly, and expand maintenance snippets so agents can infer Agent Lint tasks from plain-English context requests.
|
|
16
|
+
|
|
3
17
|
## 0.3.4
|
|
4
18
|
|
|
5
19
|
### Patch 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,7 @@ 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
25
|
|
|
26
26
|
## Current Resource Surface
|
|
27
27
|
|