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
New guardrail rule lint (#13) — runs ruff on files the agent edits and nudges or blocks on findings. Offloads defect-noticing to a deterministic tool so local models can't silently ship or touch lint defects.
Fix: RuleResult.nudge factory collided with the nudge field — allow().nudge returned the function instead of None; factory moved outside the class body.