v6.0.0: audit re-verification, 4 fix waves, agent compaction, full docs pass

This commit is contained in:
kochetkov-ma
2026-08-16 15:18:22 +01:00
parent 225e1ad63f
commit 765ccc1e7c
310 changed files with 22547 additions and 2828 deletions
+10 -1
View File
@@ -4,7 +4,7 @@
| Field | Value |
|-------|-------|
| Version | 5.7.0 |
| Version | 6.0.0 |
| Skills | 9 |
| Agents | 5 |
| Hooks | 4 |
@@ -183,6 +183,15 @@ table in `team.md`, and `<!-- brewcode-meta: ... -->` on line 1 of a byte-copied
always come from `.claude-plugin/plugin.json`, never hardcoded, never `unknown`. `/brewcode:setup-status` reads these back across all eleven `-setup` skills and flags any
artifact running on an older version than the installed plugin.
## Test suites
| Suite | Checks | Covers |
|-------|--------|--------|
| `agents/tests/suite-creator-contract.mjs` | 27 | Pins what `hook-creator`, `agent-creator` and `skill-creator` teach about the Claude Code hook/subagent API |
| `hooks/tests/` | 68 | `session-start.mjs` |
| `skills/teams-setup/tests/` | 65 | `toggle-team.sh` / `verify-team.sh` |
| `skills/semble-setup/tests/` | 7 suites | core, agents, hooks, integration, project, status, telemetry |
## Documentation
Full docs: [doc-claude.brewcode.app/brewcode/overview](https://doc-claude.brewcode.app/brewcode/overview/)