-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Summary
While landing the WebViewer-first CLI revamp, targeted checks for the touched files were clean, but package-wide lint:summary runs still report unrelated pre-existing issues. This keeps the broader quality gate noisy.
Current failures observed
packages/cli: package summary reported formatting/import/style issues outside the touched-file checks until the WebViewer files were fixed.packages/typegen: summary still reports existing issues insrc/index.ts,tests/public-api.test.ts, and formatting in generated files such astypegen.schema.json/bin/intent.jsdepending on generation order.
Follow-up work
- Make
pnpm --filter @proofkit/cli lint:summarypass cleanly. - Make
pnpm --filter @proofkit/typegen lint:summarypass cleanly. - Decide whether generated artifacts should be auto-formatted as part of the schema generation step.
- Keep package-level lint gates green so future feature work can rely on them without extra triage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels