This release fixes issues for SREs watching stability and regressions.
Published 1mo
Developer Productivity
✓ No known CVEs patched
✓ 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 summaryFixed 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 localsecrets.ts, scratch output) had its path and export symbol names
catalogued inexports_index/ conventions. Discovery now runs one batched
git check-ignoreover 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
About Chameleon
All releases →Beta — feedback welcome: [email protected]