lint-runner's description already promised other linters could be added without changing its own contract, but Process hardcoded vale-config/ vale-run and .vale.ini by name. Switch to <linter>-config/<linter>-run naming-convention dispatch so the promise holds. Drop the explicit Vale callout from the plugin manifests' description/keywords to match. Addresses a deferred item from PR #85 review.
23 lines
400 B
JSON
23 lines
400 B
JSON
{
|
|
"agents": "agents/",
|
|
"author": {
|
|
"email": "defame1297@rkdr.net",
|
|
"name": "Defame1297"
|
|
},
|
|
"description": "Skills and agents for configuring and running linters.",
|
|
"hooks": "hooks.json",
|
|
"keywords": [
|
|
"lint",
|
|
"style",
|
|
"prose",
|
|
"linter"
|
|
],
|
|
"license": "MIT",
|
|
"mcpServers": ".mcp.json",
|
|
"name": "lint",
|
|
"skills": [
|
|
"skills/"
|
|
],
|
|
"version": "1.1.1"
|
|
}
|