Skip to content

Chameleon

v2.38.4 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding-assistant archetype ast-analysis claude-code claude-plugin code-conventions
+12 more
code-review code-style developer-tools javascript linter mcp mcp-server prompt-engineering python ruby rails typescript

Summary

AI summary

Added a turn‑end advisory for unregistered NestJS controllers in new *.controller.ts files.

Full changelog

Added

  • NestJS controller→module co-change advisory. A new *.controller.ts added
    without a *.module.ts companion in the same change-set now surfaces a turn-end
    advisory: a controller that is never registered in a @Module's
    controllers: [...] array is never routed. This is the TypeScript sibling of the
    Rails controller→route and Django model→migration co-change rules. It is
    framework-gated — it fires only where a package.json declares @nestjs, so an
    Angular (*.module.ts) or routing-controllers / Express (*.controller.ts)
    repo that merely shares the filename suffix never arms it. Advisory, new-file-
    only, honors # chameleon-ignore.

Changed

  • docs/language-support-matrix.md revalidated against the code and its parity
    gaps re-audited.
    Every file:line reference was re-derived against the current
    source, the At-a-glance tallies recomputed from the tables, and all remaining
    ⚠️/❌ cells re-confirmed as settled language-specific exceptions (each either
    structurally impossible or false-positive-inducing to "close") — except the
    NestJS companion pairing added above, which moves TypeScript companion-co-change
    to full parity (130 all-three-✅ capabilities).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Chameleon

Get notified when new releases ship.

Sign up free

About Chameleon

All releases →

Related context

Earlier breaking changes

  • v3.0.0 MCP surface folded from 48 tools to 19; remaining 32 operator tools become actions on three dispatchers.

Beta — feedback welcome: [email protected]