Skip to content

v8.4.1 - Validator & Reporting Fixes

Choose a tag to compare

@bejranonda bejranonda released this 21 Jun 14:24
· 10 commits to main since this release

v8.4.1 - Validator & Reporting Fixes

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 used by every other report in the repo.
  • validate-claude-plugin.py undercounted commands/ (organized into 10 category subfolders) by using a non-recursive glob("*"), reporting 11 "files" instead of the actual 41 command definitions. Counting is now recursive per component type, so printed counts match reality: 36 agents, 27 skills, 41 commands (Score: 100/100).

Full diff: v8.4.0...v8.4.1