Skip to content

Chameleon

v2.34.2 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

Affected surfaces

auth

Summary

AI summary

Fixed discovery profiling of gitignored files.

Full changelog

Fixed

  • discover: gitignored files are no longer profiled. Discovery relied on a
    hardcoded directory denylist (node_modules / vendor / dist / ...) and did not
    consult .gitignore, so a gitignored source file in a non-denylisted dir
    (a local secrets.ts, scratch output) had its path and export symbol names
    catalogued in exports_index / conventions. Discovery now runs one batched
    git check-ignore over the candidates and drops the ignored ones. The filter
    reports only files that are BOTH untracked AND match a gitignore rule, so
    tracked source (even matching a loose pattern) and untracked-but-not-ignored
    new files are still profiled; on a non-git tree, or when git is unavailable,
    it fails open and keeps everything. Validated against excalidraw / maybe /
    readthedocs: zero source files excluded (no archetype-coverage change).

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]