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
feat: enterprise governance — yolo deny-rule enforcement and --max-turns budget
- Fix yolo mode to respect explicit deny rules from session config
instead of blindly auto-approving all permissions. Deny rules now
block even in yolo mode with a clear "BLOCKED by deny rule" message.
- Add --max-turns CLI flag for CI/headless budget enforcement. Aborts
the session when the assistant exceeds the configured turn limit,
preventing runaway agents from burning API credits indefinitely.
Addresses enterprise governance gaps identified by platform eng review:
teams of 15+ engineers running CI pipelines need spend controls and
safety guarantees that yolo mode won't bypass critical deny rules.
https://claude.ai/code/session_01M6rR2wXn4PfMoUASy1qghV
0 commit comments