mirror of
https://mirror.skon.top/github.com/affaan-m/everything-claude-code
synced 2026-04-21 08:00:30 +08:00
The rg pattern anchored at line start (^persistent_instructions) would miss indented TOML entries. Use ^\s* prefix to match both top-level and indented configurations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Lidang-Jiang <lidangjiang@gmail.com>