You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: three backlog items from v0.4.0 session hand-off
#1 cron scanner default-off
`is_scanner_enabled` now defaults to false for "cron" — it reads
`crontab -l` (host-state, not repo-state) and produced spurious
cron_job resources on CI runners that have their own crontab.
Opt back in with `scan { scanners { cron = true } }`.
#2 composit init refuses to overwrite without --force
run_init now errors with a clear message when Compositfile already
exists. Pass --force to overwrite; a timestamped .backup file is
written first. Removes the interactive y/N prompt that blocked
non-interactive (agent) callers.
#3 resolution_disabled info is silenceable via resolvable = []
`scan.resolvable` is now Option<Vec<String>>: None = absent (diff
still emits the info), Some([]) = explicit opt-out (diff stays
silent), Some([...]) = resolution enabled. Repos that deliberately
don't commit .env files can set `resolvable = []` once and never
see the noise again.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments