Commit 2f0b077
fix: format stray markdown files and correct broken link breaking CI on main (#3301)
## Summary
Two markdown files were merged to `main` without passing the repo-wide
checks, which turns `markdown-format-check` and the `build` job's format
step **red on every open PR** (both run `prettier --check` over the
entire repo, not just changed files):
- `internal/planning/json-render-body-migration-plan.md` (from #3299) —
prettier formatting only.
- `reports/ror-memory-leakage-investigation.md` (from #3296) — prettier
formatting **and** a relative link to
`../../docs/pro/js-memory-leaks.md`, which is one level too high and
resolves outside the repo. The target exists at repo-root
`docs/pro/js-memory-leaks.md`; corrected to
`../docs/pro/js-memory-leaks.md`.
Formatting changes are `prettier --write` output only (no content
edits). The link change is a single relative-path correction; verified
the target file exists and the `markdown-links` (lychee) pre-commit hook
now passes.
## Why this is its own PR
These files are unrelated to any feature work, but their CI failures
block unrelated PRs (e.g. #3232). Fixing them on `main` directly via a
focused PR unblocks everything in flight.
## Test plan
- `pnpm exec prettier --check
internal/planning/json-render-body-migration-plan.md
reports/ror-memory-leakage-investigation.md` → clean
- `markdown-links` lefthook hook passes (corrected link resolves)
- No content changes beyond the one relative-path fix
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated planning documentation with status updates for related pull
requests and issue tracking
* Enhanced investigation report with improved structure and readability
through reformatted content into consistent table formats
<!-- review_stack_entry_start -->
[](https://app.coderabbit.ai/change-stack/shakacode/react_on_rails/pull/3301)
<!-- review_stack_entry_end -->
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fd9feb5 commit 2f0b077
2 files changed
Lines changed: 131 additions & 122 deletions
File tree
- internal/planning
- reports
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
0 commit comments