You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Context excerpt: ## Context In `.claude/commands/update-changelog.md`, the Version Stamping section header (line 153) reads: > When this command is invoked with `release`, `rc`, or `beta`, **use the rake task to stamp the version header* ...
10
+
- Context excerpt: ## Context In `.claude/commands/update-changelog.md`, the Version Stamping section header (line 153) reads: > When this command is invoked with `release`, `rc`, or `beta`, \*_use the rake task to stamp the version header_ ...
11
11
- Posted question: Should this be batched with related docs issues in a single docs PR, or handled separately?
12
12
13
13
## #2805 Improve /address-review with merge-ready quick actions and follow-up issue workflow
- Context excerpt: ## Summary Several docs pages have fenced code blocks without language identifiers (e.g., bare ```instead of```ruby or ```bash). This prevents syntax highlighting on reactonrails.com and anywhere else the docs are rend ...
82
+
- Context excerpt: ## Summary Several docs pages have fenced code blocks without language identifiers (e.g., bare `instead of`ruby or ```bash). This prevents syntax highlighting on reactonrails.com and anywhere else the docs are rend ...
83
83
- Posted question: Should this be batched with related docs issues in a single docs PR, or handled separately?
84
84
85
85
## #2771 Doctor: migrate from regex config parsing to runtime config queries
Copy file name to clipboardExpand all lines: analysis/open-issue-deep-dive/wave-2-backlog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Field note: Most `ci/tooling` entries intentionally share the same routing quest
29
29
- Context excerpt: ## Summary After reviewing [everything-claude-code](https://github.com/affaan-m/everything-claude-code) (50K+ stars, Anthropic hackathon winner), several patterns would enhance our already solid Claude Code setup. ## Cur ...
30
30
- Posted question: Is this still active for implementation, or should it remain a discussion-only backlog item?
31
31
32
-
## #2552 RFC: Rename bundler-agnostic config files from *WebpackConfig.js to bundler-neutral names
32
+
## #2552 RFC: Rename bundler-agnostic config files from \*WebpackConfig.js to bundler-neutral names
33
33
34
34
- Domain: discussion/rfc
35
35
- Labels: enhancement, P3
@@ -58,7 +58,7 @@ Field note: Most `ci/tooling` entries intentionally share the same routing quest
58
58
- Domain: ci/tooling
59
59
- Labels: P3
60
60
- Created: 2025-12-15
61
-
- Context excerpt: Currently our CI caches gems manually, but https://github.com/ruby/setup-ruby/?tab=readme-ov-file#caching-bundle-install-manually says > It is also possible to cache gems manually, **but this is not recommended because i ...
61
+
- Context excerpt: Currently our CI caches gems manually, but https://github.com/ruby/setup-ruby/?tab=readme-ov-file#caching-bundle-install-manually says > It is also possible to cache gems manually, \*\*but this is not recommended because i ...
62
62
- Posted question: Should this run in the CI/tooling maintenance wave, or be deferred behind release-critical runtime work?
63
63
64
64
## #2214 Finish merging linting between Core and Pro
@@ -162,5 +162,5 @@ Field note: Most `ci/tooling` entries intentionally share the same routing quest
162
162
- Domain: ci/tooling
163
163
- Labels: enhancement, low priority, P3
164
164
- Created: 2025-11-12
165
-
- Context excerpt: ## Problem The `run-skipped-ci.yml` workflow uses a fixed 5-second wait before verifying that workflows are queued: ```javascript await new Promise(resolve => setTimeout(resolve, 5000)); ``` This approach has several iss ...
165
+
- Context excerpt: ## Problem The `run-skipped-ci.yml` workflow uses a fixed 5-second wait before verifying that workflows are queued: `javascript await new Promise(resolve => setTimeout(resolve, 5000)); ` This approach has several iss ...
166
166
- Posted question: Should this run in the CI/tooling maintenance wave, or be deferred behind release-critical runtime work?
Copy file name to clipboardExpand all lines: analysis/open-issue-deep-dive/wave-3-long-tail.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ Field note: `Posted question` is the exact question posted to each issue during
6
6
7
7
## Domain Breakdown (19 Issues)
8
8
9
-
| Domain | Count |
10
-
| --------------------| ----- |
11
-
| core/runtime | 9 |
12
-
| ci/tooling | 4 |
13
-
| documentation | 4 |
14
-
| discussion/rfc | 1 |
15
-
| pro/rsc integration | 1 |
9
+
| Domain | Count |
10
+
| ------------------- | ----- |
11
+
| core/runtime | 9 |
12
+
| ci/tooling | 4 |
13
+
| documentation | 4 |
14
+
| discussion/rfc | 1 |
15
+
| pro/rsc integration | 1 |
16
16
17
17
## Resolved After Snapshot, Before Execution
18
18
@@ -48,7 +48,7 @@ Field note: `Posted question` is the exact question posted to each issue during
48
48
- Domain: documentation
49
49
- Labels: documentation, P3
50
50
- Created: 2025-11-12
51
-
- Context excerpt: ## Overview Add compelling React Server Components (RSC) migration success stories to our documentation to give readers incentive to migrate. ## Success Stories to Feature ### 1. **Mux: 50,000 Lines Migrated** - **Articl ...
51
+
- Context excerpt: ## Overview Add compelling React Server Components (RSC) migration success stories to our documentation to give readers incentive to migrate. ## Success Stories to Feature ### 1. **Mux: 50,000 Lines Migrated** - \*\*Articl ...
52
52
- Posted question: Should this be batched with related docs issues in a single docs PR, or handled separately?
53
53
54
54
## #1959 CI/Build improvements: prepack scripts and yalc workflow fixes
@@ -129,7 +129,7 @@ Field note: `Posted question` is the exact question posted to each issue during
129
129
- Domain: core/runtime
130
130
- Labels: P3
131
131
- Created: 2024-06-08
132
-
- Context excerpt: ```ruby ReactOnRails::PacksGenerator.instance.generate_packs_if_stale ``` Have this call create a lock file so it can't run concurrently. The lock file should expire within a short time. Here is how to do this: https://w ...
132
+
- Context excerpt: `ruby ReactOnRails::PacksGenerator.instance.generate_packs_if_stale ` Have this call create a lock file so it can't run concurrently. The lock file should expire within a short time. Here is how to do this: https://w ...
133
133
- Posted question: Do you want this scheduled in the next implementation wave, or parked until after active release work?
0 commit comments