Skip to content

v3.1.0

Choose a tag to compare

@GRU-953 GRU-953 released this 16 Jul 12:48

A feature release, following a research pass into the wider FOSS Claude Code ecosystem (superpowers, claude-mem, several skill/plugin "finder" tools, and a broader sweep) to check what GRU953-Studio should adopt. Nothing was bundled — GRU953-Studio ships under one licence, and mixing in another project's code would mean re-auditing someone else's code for security; one candidate even carried a copyleft licence that would have conflicted with this project's paid-commercial-licence model. Instead, two genuine gaps were built natively, and the file tree was reorganised to match regular GitHub practice.

New: a native "ecosystem finder". When a task genuinely needs an existing Claude Code skill/plugin GRU953-Studio has no native way to provide, it can now recommend one — checking what's already installed, preferring Anthropic's own vetted plugin lists first. Nothing installs without your explicit "install it" on a pop-up. This adds to, not replaces, Claude Code's own built-in /plugin > Discover browsing feature.

New: a native test-first (TDD) workflow for bigger projects. On Standard/Complex Tier, the team now writes one small test that must genuinely fail before any code is written for that task, then builds until it passes — inspired by an idea a FOSS tool called "TDD Guard" enforces, built as GRU953-Studio's own code. Tiny Tier (small, one-off projects) is unaffected.

File tree reorganised to match regular GitHub practice. LICENSE, NOTICE, the Code of Conduct, Contributing guide, and Security policy moved to the repository's top level, where GitHub's own licence badge and community-standards checklist actually look for them (previously kept in a custom folder for brand-structure reasons). The licence text itself is unchanged.

README refreshed to reflect all of the above, plus a short note crediting three independent, well-licensed companion tools found during the research (cost tracking, security-focused PR review, parallel-session management) — clearly marked as not affiliated with GRU953-Studio.

Verified: 63/63 automated tests, every integrity/roster/licence check clean, strict plugin validation passing, all on a fresh clone of the actual published repository before this release.