Skip to content

v8.4.2 - Validator Fixes, Marketplace Sync & Documentation

Choose a tag to compare

@bejranonda bejranonda released this 21 Jun 14:29
· 8 commits to main since this release

v8.4.2 - Validator Fixes, Marketplace Sync & Documentation

Fixed

  • quality_control_check.py wrote its detailed report to a malformed triple-nested path .claude/data/data/data/reports/... instead of the documented .claude/reports/... convention.
  • validate-claude-plugin.py undercounted commands/ (10 category subfolders) via a non-recursive glob, reporting 11 "files" instead of the actual 41 commands. Counting is now recursive per component type: 36 agents, 27 skills, 41 commands (Score: 100/100).
  • .claude-plugin/marketplace.json (the listing shown when browsing/installing from the marketplace) was stuck at version: 8.0.0 with stale counts - nine releases behind plugin.json. Synced to 8.4.2.

Documentation

  • Updated KNOWN_ISSUES.md, KNOWLEDGE_MANAGEMENT.md, APPROACH_AND_METHOD.md, README.md, and CHANGELOG.md to record this round of fixes and the "validate the validator" principle.

Full diff: v8.4.1...v8.4.2