v1.1.1 — Repository Review & Cleanup
Full repository audit and cleanup — fixed broken CI, restructured documentation, added Makefile automation, and improved developer experience.
Bug Fixes
- Broken tests — specctl test path was wrong after plugin restructuring (10 of 42 tests were failing silently)
- Ruff linting nothing —
pyproject.tomlreferenced deletedscripts/ce, so ruff was scanning zero files - Plugin updates not delivered — all 9
plugin.jsonfiles were stuck at1.0.0while marketplace was1.1.0, so existing users never received updates - Skill enforcer gaps — 4 user-invocable skills (
analyzing-usage,debating-ideas,evolving-config,using-gemini) were missing from pattern matching - Skill name mismatch —
learning-patternsfrontmatter saidname: learnbut directory waslearning-patterns - CI gate — now catches both
failureandcancelledjob states
Documentation Overhaul
- Per-plugin READMEs — each of the 9 plugins now has its own
README.mdwith skills, agents, hooks, and MCP server details - Expanded project README — merged cross-cutting reference tables (skills, agents, hooks) from the old
GUIDE.mdinto the main README - Project narrative — README now explains what this marketplace is, why it exists, and that these are battle-tested plugins refined over 6+ months
- Badges — CI status, version, license, Claude Code, plugin count, skill count
- CONTRIBUTING.md — plugin authoring guide with
makecommands and PR checklist
Developer Experience
- Makefile — single entry point for all automation:
make ci,make lint,make test,make validate,make fmt,make flat,make setup,make release V=x.y.z - Pre-commit hook — runs full CI pipeline (
make ci+ gitleaks) before every commit - Release script —
make release V=1.2.0bumps all version files, commits, and creates annotated tag - CI improvements — all jobs run unconditionally on push to master (path-filtering kept for PRs only)
- Dependabot — upgraded to weekly, added pip ecosystem tracking
Cleanup
- Removed
GUIDE.md(replaced by per-plugin READMEs + expanded project README) - Removed orphaned files:
claude-powerline.json,MCP_Sequential.md,.claude-hooks-config.sh,.claude-hooks-ignore - Removed
install-tools.sh(user-specific, not marketplace-related) - CI and release workflows now use Makefile targets for consistency
GitHub Repo
- Updated description and added 13 topic labels
- Created GitHub Releases for both v1.1.0 and v1.1.1
Full Changelog: v1.1.0...v1.1.1