Skip to content

Commit 5f511de

Browse files
committed
Tighten RSC peer guardrails
1 parent 6af572c commit 5f511de

15 files changed

Lines changed: 84 additions & 40 deletions

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ on:
5959
- 'AGENTS_USER_GUIDE.md'
6060
- 'docs/**'
6161
- 'llms.txt'
62-
- 'llms-full.txt'
62+
- 'llms-full*.txt'
6363
- '.lychee.toml'
6464
# Cancel stale PR benchmark runs when new commits are pushed.
6565
# Main runs are never cancelled so every merge is measured.

.github/workflows/check-llms-full.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
- 'docs/.llms-known-redirects'
1616
- 'llms.txt'
1717
- 'llms-full.txt'
18+
- 'llms-full-oss.txt'
19+
- 'llms-full-pro.txt'
1820
- 'script/generate-llms-full.mjs'
1921
- 'script/generate-llms-full-test.bash'
2022
- '.github/workflows/check-llms-full.yml'
@@ -28,6 +30,8 @@ on:
2830
- 'docs/.llms-known-redirects'
2931
- 'llms.txt'
3032
- 'llms-full.txt'
33+
- 'llms-full-oss.txt'
34+
- 'llms-full-pro.txt'
3135
- 'script/generate-llms-full.mjs'
3236
- 'script/generate-llms-full-test.bash'
3337
- '.github/workflows/check-llms-full.yml'

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ on:
1414
paths-ignore:
1515
- 'AGENTS_USER_GUIDE.md'
1616
- 'llms.txt'
17-
- 'llms-full.txt'
17+
- 'llms-full*.txt'
1818
pull_request:
1919
paths-ignore:
2020
- '**.md'
2121
- 'AGENTS_USER_GUIDE.md'
2222
- 'docs/**'
2323
- 'llms.txt'
24-
- 'llms-full.txt'
24+
- 'llms-full*.txt'
2525
- '.lychee.toml'
2626
workflow_dispatch:
2727
inputs:

.github/workflows/gem-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'AGENTS_USER_GUIDE.md'
1919
- 'docs/**'
2020
- 'llms.txt'
21-
- 'llms-full.txt'
21+
- 'llms-full*.txt'
2222
- '.lychee.toml'
2323
- 'packages/**'
2424
- 'react_on_rails_pro/**'

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'AGENTS_USER_GUIDE.md'
1919
- 'docs/**'
2020
- 'llms.txt'
21-
- 'llms-full.txt'
21+
- 'llms-full*.txt'
2222
- '.lychee.toml'
2323
- 'react_on_rails_pro/**'
2424
workflow_dispatch:

.github/workflows/lint-js-and-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
paths-ignore:
1313
- 'AGENTS_USER_GUIDE.md'
1414
- 'llms.txt'
15-
- 'llms-full.txt'
15+
- 'llms-full*.txt'
1616
- '.lychee.toml'
1717
workflow_dispatch:
1818
inputs:

.github/workflows/package-js-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'AGENTS_USER_GUIDE.md'
1515
- 'docs/**'
1616
- 'llms.txt'
17-
- 'llms-full.txt'
17+
- 'llms-full*.txt'
1818
- '.lychee.toml'
1919
- 'react_on_rails/lib/**'
2020
- 'react_on_rails/spec/react_on_rails/**'

.github/workflows/precompile-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'AGENTS_USER_GUIDE.md'
1515
- 'docs/**'
1616
- 'llms.txt'
17-
- 'llms-full.txt'
17+
- 'llms-full*.txt'
1818
- '.lychee.toml'
1919
- 'react_on_rails_pro/**'
2020
workflow_dispatch:

.github/workflows/pro-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'AGENTS_USER_GUIDE.md'
1515
- 'docs/**'
1616
- 'llms.txt'
17-
- 'llms-full.txt'
17+
- 'llms-full*.txt'
1818
- '.lychee.toml'
1919
- 'react_on_rails/lib/**'
2020
- 'react_on_rails/spec/**'

.github/workflows/pro-test-package-and-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'AGENTS_USER_GUIDE.md'
1515
- 'docs/**'
1616
- 'llms.txt'
17-
- 'llms-full.txt'
17+
- 'llms-full*.txt'
1818
- '.lychee.toml'
1919
- 'react_on_rails/lib/**'
2020
- 'react_on_rails/spec/**'

0 commit comments

Comments
 (0)