github alexei-led/cc-thingz v1.1.1

latest releases: v4.9.1, v4.9.0, v4.8.3...
one month ago

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 nothingpyproject.toml referenced deleted scripts/ce, so ruff was scanning zero files
  • Plugin updates not delivered — all 9 plugin.json files were stuck at 1.0.0 while marketplace was 1.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 mismatchlearning-patterns frontmatter said name: learn but directory was learning-patterns
  • CI gate — now catches both failure and cancelled job states

Documentation Overhaul

  • Per-plugin READMEs — each of the 9 plugins now has its own README.md with skills, agents, hooks, and MCP server details
  • Expanded project README — merged cross-cutting reference tables (skills, agents, hooks) from the old GUIDE.md into 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 make commands 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 scriptmake release V=1.2.0 bumps 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

Don't miss a new cc-thingz release

NewReleases is sending notifications on new releases.