fix(patterns): default patterns-files to empty (fetch all) #77

Merged
rodin merged 1 commits from issue-71 into main 2026-05-11 17:45:19 +00:00

1 Commits

Author SHA1 Message Date
Rodin 8b8168dc54 fix(patterns): default patterns-files to empty (fetch all)
CI / test (pull_request) Successful in 18s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 24s
CI / review (gpt-5, security, ., rodin/security-patterns, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 1m11s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 1m24s
Change the default for patterns-files from 'README.md' to empty string.
When patterns-files is empty, fetch all files from the patterns repo
root instead of only fetching README.md.

This makes the common case work: users who set patterns-repo expect to
get all pattern files, not just the README.

Fixes #71
2026-05-11 09:24:41 -07:00