chore(plugins): patch-bump bin, kyberforge and lint for shipped content changes
The round-3 fixes changed shipped skill content in three plugins without touching their manifests, so installed copies would keep serving the old content from cache. plugin-author requires a patch bump for exactly this reason: consumers use the version to detect changes. It matters most for lint — anyone installed at 1.1.2 has a cached vale-run/SKILL.md stating that Vale exits non-zero on warnings, which is backwards and would lead them to build a gate that passes everything. - bin 1.1.0 -> 1.1.1 (caveman: suppression comments removed) - kyberforge 1.2.3 -> 1.2.4 (skill-audit/agent-audit: Vale step reworked) - lint 1.1.2 -> 1.1.3 (vale-run: exit-code and suppression-syntax fixes) Marketplace entries carry no per-plugin version, so both marketplace.json files are unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MCQ648fLSFXPHGZdQ8gn58
This commit is contained in:
@@ -13,5 +13,5 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "lint",
|
||||
"version": "1.1.2"
|
||||
"version": "1.1.3"
|
||||
}
|
||||
|
||||
@@ -18,5 +18,5 @@
|
||||
"skills": [
|
||||
"skills/"
|
||||
],
|
||||
"version": "1.1.2"
|
||||
"version": "1.1.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user