Skip to content

feat(scanners): schedule weekly workspace friction scan - #526

Merged
solomonneas merged 3 commits into
mainfrom
fire/481-friction-scanner-cadence
Jul 25, 2026
Merged

feat(scanners): schedule weekly workspace friction scan#526
solomonneas merged 3 commits into
mainfrom
fire/481-friction-scanner-cadence

Conversation

@solomonneas

Copy link
Copy Markdown
Collaborator

Summary

  • Add weekly@HH:MM scanner cadence (due after 7 days) and cadence-aware stale thresholds (192h for weekly) so weekly scanners do not WARN mid-cycle.
  • Enable a default weekly workspace friction-scan (brigade friction scan --json, weekly@05:00, output .brigade/friction/latest.json) with a conflict window that clears security/backup slots.
  • Document the cadence in docs/scanner-registry.md and cover parse/due/defaults/stale thresholds in tests.

Fixes #481

Test plan

  • brigade work verify run --target . --command "./scripts/verify" (exit 0)
  • Focused scanner tests for weekly parse, due, defaults, and stale hours

Made with Cursor

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • coderabbit-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: escoffier-labs/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 38d762c2-8786-483c-b789-4a2ce1af3c1b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fire/481-friction-scanner-cadence

Comment @coderabbitai help to get the list of available commands.

@solomonneas solomonneas self-assigned this Jul 25, 2026
@solomonneas
solomonneas merged commit 9fdeb84 into main Jul 25, 2026
28 checks passed
@solomonneas
solomonneas deleted the fire/481-friction-scanner-cadence branch July 25, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scanners: give friction scan a scheduled cadence

1 participant