-
Notifications
You must be signed in to change notification settings - Fork 14
Verify toolkit docs before publishing #1070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,9 @@ | |
| "lint": "pnpm exec ultracite check", | ||
| "format": "pnpm exec ultracite fix", | ||
| "prepare": "husky install", | ||
| "toolkit-docs:typecheck": "tsc --noEmit --project toolkit-docs-generator/tsconfig.json", | ||
| "toolkit-docs:test": "vitest run --root toolkit-docs-generator --config vitest.config.ts", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrong Vitest config for generatorMedium Severity The Reviewed by Cursor Bugbot for commit 15bf213. Configure here. |
||
| "toolkit-docs:check": "pnpm run toolkit-docs:typecheck && pnpm run toolkit-docs:test", | ||
| "translate": "pnpm dlx tsx scripts/i18n-sync/index.ts && pnpm format", | ||
| "llmstxt": "pnpm dlx tsx scripts/generate-llmstxt.ts", | ||
| "test": "vitest --run", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stale gate blocks scheduled regen
Medium Severity
The new
toolkit-docs:checkstep runs the full generator Vitest suite, including the committed-datastale-summariestest, beforegenerate. Iftoolkit-docs-generator/data/toolkitson the checked-out ref already hassummaryStale: true, validation fails and the workflow never runs generation—the same path that would refresh those summaries and open the auto PR.Additional Locations (1)
package.json#L13-L15Reviewed by Cursor Bugbot for commit 15bf213. Configure here.