refactor(lint): genericize lint-runner dispatch and manifest wording

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.
This commit is contained in:
2026-07-24 12:24:36 +00:00
parent 0bbb965cd4
commit 28058d35b5
4 changed files with 12 additions and 14 deletions

View File

@@ -4,11 +4,10 @@
"email": "defame1297@rkdr.net",
"name": "Defame1297"
},
"description": "Skills and agents for configuring and running linters, starting with Vale.",
"description": "Skills and agents for configuring and running linters.",
"hooks": "hooks.json",
"keywords": [
"lint",
"vale",
"style",
"prose",
"linter"
@@ -19,5 +18,5 @@
"skills": [
"skills/"
],
"version": "1.1.0"
"version": "1.1.1"
}