Commit cb05f2e
committed
fix: review findings (MD037 underscores, bun.lock consistency)
- PR template line 47: wrap latency placeholders in backticks so MD037 does not
parse `___` as emphasis.
- frontend/CLAUDE.md off-limits section: change `bun.lockb` to `bun.lock` to
match the actual lockfile on disk and the rest of this file. Reviewer
suggested the reverse, but verification against the working tree shows the
text-format `bun.lock` is what Bun is using here.
Skipped review finding: convert bold labels under "What changed" to ATX
headings. Those labels are inline bold text, not Setext headings, so MD003
does not apply. Adding `###` headers per stack would add visual weight that
contradicts the "lighter, less generic" direction this template was built for.
Note: the root CLAUDE.md also has a `bun.lockb` reference inconsistency
(off-limits section). Leaving that for a separate follow-up since it is not
part of this PR.1 parent 49afb64 commit cb05f2e
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
0 commit comments