github alexei-led/cc-thingz v1.6.1

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

Context Engineering Improvements

Addresses top 5 findings from automated configuration review (/reviewing-cc-config).

Fixes

  • Context isolation: Added context: fork to 7 skills that read files but lacked isolation (exploring-repos, looking-up-docs, brainstorming-ideas, refactoring-code, searching-code, using-cloud-cli, using-git-worktrees). Prevents file-read context from leaking into the caller's window.

  • Playwright trigger overlap: Resolved 3-way routing conflict between playwright-skill, testing-e2e, and playwright-tester. playwright-skill is now an internal library (user-invocable: false), testing-e2e is the primary user-facing skill, and playwright-tester is a subagent.

  • CLAUDE.md optimization: Moved Spec-Driven Development section (~80 lines, ~500 tokens) from global CLAUDE.md to demand-loaded /spec:help. Saves context budget on every non-spec session while keeping full docs accessible.

  • Engineer agent response budgets: Added 1,500-token response cap to go-engineer, python-engineer, typescript-engineer, and infra-engineer to prevent unbounded context inflation from large proposals.

  • Documentation trigger conflict: Resolved overlap between documenting-code skill and docs-keeper agent. Agent description now clarifies it's a subagent spawned by the skill, not a user-facing entry point.

Don't miss a new cc-thingz release

NewReleases is sending notifications on new releases.