v8.4.1 - Validator & Reporting Fixes
v8.4.1 - Validator & Reporting Fixes
Fixed
quality_control_check.pywrote 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.pyundercountedcommands/(organized into 10 category subfolders) by using a non-recursiveglob("*"), 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