This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed 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
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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 scoredrisk: elevated/auto_pass_eligible: falsewith 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_filesandsource_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. Reusesdep_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 fromrisk: elevatedtorisk: 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
About Chameleon
All releases →Beta — feedback welcome: [email protected]