Skip to content

fix(DC2/DC5/DC7): default excludes use ** for recursive matching#23

Merged
ProtocolWarden merged 1 commit intomainfrom
fix/dc7-recursive-default-excludes
May 8, 2026
Merged

fix(DC2/DC5/DC7): default excludes use ** for recursive matching#23
ProtocolWarden merged 1 commit intomainfrom
fix/dc7-recursive-default-excludes

Conversation

@ProtocolWarden
Copy link
Copy Markdown
Owner

After the glob_match upgrade, * no longer crosses slashes, so the DC2/DC5/DC7 default excludes (*/archive/*, */history/*) only matched exactly three-segment paths. Updated to **/archive/** / **/history/** to recover the original intent of "any depth under archive/ or history/".

🤖 Generated with Claude Code

Defaults were `*/archive/*` and `*/history/*`, which only matched
exactly three-segment paths under glob_match semantics (`*` is
single-segment). Updated to `**/archive/**` / `**/history/**` so
historical/archived narration is excluded at any depth — matching
the original intent before the glob_match upgrade.
@ProtocolWarden ProtocolWarden merged commit 9956713 into main May 8, 2026
7 checks passed
@ProtocolWarden ProtocolWarden deleted the fix/dc7-recursive-default-excludes branch May 8, 2026 17:03
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.

1 participant