Skip to content

Chameleon

v4.4.13 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 false‑positive risk scoring for pure version‑bump changes by excluding manifests, lockfiles, docs, and config files from unarchetyped source analysis.

Changes in this release

Bugfix Medium

Excludes manifests, lockfiles, docs, and config from unarchetyped/source file counts in auto-pass router.

Excludes manifests, lockfiles, docs, and config from unarchetyped/source file counts in auto-pass router.

Source: llm_adapter@2026-07-18

Confidence: high

Full changelog

Fixed

  • The auto-pass router (get_autopass_verdict, the pr-review skill's Step 3h)
    counted package manifests, lockfiles, docs, and config files as "unarchetyped
    source". Those files resolve no archetype, so a pure version-bump / release
    diff (package.json, uv.lock, CHANGELOG.md, pyproject.toml, plugin
    config) was scored risk: elevated / auto_pass_eligible: false with the
    misleading reason "N file(s) outside profiled archetypes" -- a change with
    nothing to logic-review routed to a human on a false signal. assemble_facts
    now excludes manifests, lockfiles, docs, and config/data from both
    unarchetyped_files and source_files_changed, but only where the file is
    ALSO unarchetyped, so a repo that has taught chameleon to archetype its config
    keeps it as governed source. Reuses dep_diff's manifest basename sets for the
    extensionless cases (Gemfile, Pipfile) an extension test cannot catch. No
    security signal is weakened: the secret scan and the dependency-change diff
    review these files on their own independent paths, and the security-surface
    check still scans the full unfiltered file list. Verified via real usage (the
    live v4.4.11..HEAD release diff drops from risk: elevated to risk: low,
    while a source-only diff is byte-identical).

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]