docs: sync CLAUDE.md test counts after tick-32 - #263
Merged
Conversation
Tick 32 (manual) merged a large batch of PRs — the test counts in CLAUDE.md were drifting behind reality by enough to matter: - platform: 816 → 818 (YAML injection fix + sanitizeRuntime allowlist) - canvas: 453 → 482 (12 CookieConsent + 17 PricingTable/billing) - workspace-template: 1180 → 1179 (Hermes Phase 2a/2b dispatch tests landed but the test_hermes_providers env-var-leak fix removed a fragile flake-path count; net -1) This is measured not guessed: running the full suites on fresh main. Not in this sync but worth mentioning for the next retrospective: - controlplane repo received the full GDPR/admin/usage/consent/email stack (#29-#34) — that work sits in molecule-controlplane, not monorepo CLAUDE.md - monorepo picked up /pricing route, cookie consent banner, molecule- hitl plugin (#262), Hermes Phase 2a native Anthropic + 2b Gemini Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
molecule-ai Bot
pushed a commit
that referenced
this pull request
Apr 21, 2026
docs: sync CLAUDE.md test counts after tick-32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects the test counts in `CLAUDE.md` after tick-32 merged a large batch of PRs:
Numbers measured by running each suite on fresh main after all tick-32 merges. Per the "measure test counts, don't guess" rule in the update-docs skill.
Convention note
This PR doesn't include exhaustive prose for the new features (GDPR stack, pricing, cookie consent, molecule-hitl, Hermes Phase 2) because most of those landed in `molecule-controlplane` or as self-contained monorepo additions with their own README sections. Future retrospectives (`/retro`) will consolidate the broader narrative.
Test plan
🤖 Generated with Claude Code