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
Remove Action type from rules package, simplify to boolean logic
- Remove Action enum (Allow/Deny) from rules package
- Update rules engine to return bool instead of Action
- Update EvaluationResult to use Allowed bool field
- Update audit package to use boolean logic instead of Action
- Update proxy to use boolean conditions (!result.Allowed)
- Update all tests to use true/false instead of Allow/Deny
- Remove unnecessary dependencies between packages
Simplifies codebase by using intuitive boolean logic throughout
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments