Skip to content

Chameleon

v4.4.47 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ 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

Fixed the "One action, one job" API‑shape gate to correctly trigger for Flask/FastAPI routes and blueprints.

Changes in this release

Bugfix Medium

Fixes "One action, one job" API-shape principle not firing on Flask/FastAPI repos

Fixes "One action, one job" API-shape principle not firing on Flask/FastAPI repos

Source: llm_adapter@2026-07-20

Confidence: medium

Full changelog

Fixed

  • The "One action, one job" API-shape principle never fired on Flask/FastAPI
    repos. The gate matched the archetype paths_pattern against controller or the
    PLURAL routes, but a Flask/FastAPI routing layer clusters as a route:py /
    router:py archetype (singularized), so "routes" in "route:py" was False and
    the principle was withheld from exactly the repos whose HTTP layer it targets.
    The gate now matches the singular route (which subsumes route/routes/router)
    plus Flask's blueprint. Verified across all ten fixtures that only genuine
    HTTP-layer archetypes trigger it (NestJS controller, Rails controllers, Flask
    blueprint+route, FastAPI route) -- no false positives; view was deliberately
    NOT added (it would match review/preview).

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]