This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryUpdates ContextLevy v2.4.0, Notes for existing adopters, and default across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Changes default behavior to advisory mode: compact comments, no cost table, hygiene‑aware posting. Changes default behavior to advisory mode: compact comments, no cost table, hygiene‑aware posting. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Medium |
Allows PR comments for hygiene categories or agent instruction changes below token threshold. Allows PR comments for hygiene categories or agent instruction changes below token threshold. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Medium |
Includes Fallow dead‑code analysis in CI and `npm run check` alongside Biome, typecheck, and tests. Includes Fallow dead‑code analysis in CI and `npm run check` alongside Biome, typecheck, and tests. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Medium |
Reduces false alarms by adjusting severity and compact findings for lockfile‑only and small agent‑config changes. Reduces false alarms by adjusting severity and compact findings for lockfile‑only and small agent‑config changes. Source: llm_adapter@2026-05-28 Confidence: low |
— |
| Feature | Low |
Adds fallow dead-code analysis command `npm run check:fallow`. Adds fallow dead-code analysis command `npm run check:fallow`. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Adds mode presets: advisory (default), strict, minimal, legacy. Adds mode presets: advisory (default), strict, minimal, legacy. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Adds `contextlevy init` to scaffold config and optional GitHub workflow. Adds `contextlevy init` to scaffold config and optional GitHub workflow. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Adds `contextlevy check` as primary CLI command; retains `diff` alias. Adds `contextlevy check` as primary CLI command; retains `diff` alias. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Adds category‑aware gates: fail‑on‑categories, warn‑only‑categories, comment‑on‑hygiene. Adds category‑aware gates: fail‑on‑categories, warn‑only‑categories, comment‑on‑hygiene. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Low |
Adds `allowlist-paths` as alias for `allow-paths`. Adds `allowlist-paths` as alias for `allow-paths`. Source: llm_adapter@2026-05-28 Confidence: high |
— |
Full changelog
ContextLevy v2.4.0
Added
- Fallow dead-code analysis (
npm run check:fallow) with project-specific configuration and CI coverage. - Mode presets:
advisory(default),strict,minimal, andlegacyfor v2.3 behavior. contextlevy initto scaffoldcontextlevy.config.ymland an optional GitHub workflow.contextlevy checkas the primary CLI command, withdiffretained as an alias.- Category-aware gates with
fail-on-categories,warn-only-categories, andcomment-on-hygiene. - Review summary headlines, prioritized findings, and enriched CLI JSON metadata.
allowlist-pathsas an alias forallow-paths.- Quick start documentation for local setup, modes, allowlists, and hooks.
Changed
- Default behavior now uses advisory mode: compact comments, no cost table, hygiene-aware comment posting, and agent-config alerts.
- PR comments can post for hygiene categories or agent instruction changes below the token threshold.
- Severity and compact findings now reduce false alarms for lockfile-only and small agent-config changes.
- CI and
npm run checknow include Fallow alongside Biome, typecheck, and tests. - Internal parser, git, token, and auth helpers no longer export unused implementation details.
- Cost table copy now frames estimates as illustrative rather than billing-grade.
Notes for existing adopters
- Set
mode: legacyincontextlevy.config.ymlto restore v2.3 defaults.
Full changelog: https://github.com/unloopedmido/contextlevy/compare/v2.3.0...v2.4.0
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 unloopedmido/contextlevy](https:
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]