fix(script): biome format wrap#4541
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview This ensures Reviewed by Cursor Bugbot for commit 1612b80. Configure here. |
Greptile SummaryThis PR fixes a missing
Confidence Score: 5/5Safe to merge — the change is a one-liner that aligns the runtime schema output path with the already-correct main catalog path. The fix is minimal and symmetric: it adds the same No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Read tool-catalog-v1.json] --> B[generateInterface + build lines]
B --> C[formatGeneratedSource\ntool-catalog-v1.ts]
A --> D[renderRuntimeSchemaModule]
D --> E["formatGeneratedSource\ntool-schemas-v1.ts\n✅ (added by this PR)"]
C --> F{--check?}
E --> F
F -- yes --> G[Compare with existing files\nthrow if stale]
F -- no --> H[Write tool-catalog-v1.ts]
F -- no --> I[Write tool-schemas-v1.ts]
Reviews (1): Last reviewed commit: "fix(script): biome format wrap" | Re-trigger Greptile |
Summary
Format helper call missing