gabriel / muse public
fix patch dev
gabriel · 65 days ago · Apr 11, 2026 · Diff

fix: normalize BRE \| to ERE | in content-grep

Agents trained on grep reach for \| as the OR operator. content-grep uses Python re (ERE), where | is correct. Silent normalization means both patterns work identically — one canonical syntax in the docs, zero stumbles in practice.

sha256:9d71a8e255417b57c75fa762604b8fe5419b2a15586c172029664e0803d72b3b sha
sha256:4b39c319a22f1cdf9900338b9d9ceb07734154851523a67c9b18d5c59bfcfd7e snapshot
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:9d71a8e255417b57c75fa762604b8fe5419b2a15586c172029664e0803d72b3b --body "your comment"