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
Policy flattens ignored to a list of terms and ignoredPatterns to a list of pattern strings, so ignored[].name, ignored[].caseSensitive, ignored[].files, and ignoredPatterns[].name are dropped on load and lost on save.
Acceptance Criteria
The allowlist objects round-trip whole.
caseSensitive and files are honored when matching.
spec/v1.0/examples/26-filter-options.json round-trips with no field lost.
Policyflattensignoredto a list of terms andignoredPatternsto a list of pattern strings, soignored[].name,ignored[].caseSensitive,ignored[].files, andignoredPatterns[].nameare dropped on load and lost on save.Acceptance Criteria
caseSensitiveandfilesare honored when matching.spec/v1.0/examples/26-filter-options.jsonround-trips with no field lost.