Generated files

September 8, 2026 ยท View on GitHub

Edit authoritative inputs, then run the owning command. Do not hand-edit disposable build output.

OutputAuthoritative inputCommandTracked?
packages/*/dist/Package src/, tsup.config.ts, and manifestpnpm buildNo
.turbo/Root/package Turbo configuration and task inputsAny Turbo taskNo
coverage/Package tests and Vitest configurationpnpm --filter <package> exec vitest run --coverageNo
pnpm-lock.yamlRoot/package manifests and pnpm-workspace.yaml catalogpnpm installYes
Package versions and CHANGELOG.md files.changeset/*.md files and Changesets configurationAutomated pnpm changeset:versionYes

Coverage is opt-in; no root coverage script is defined. Select a workspace package with the command above.

The CLI build starts at packages/cloudburn/src/cli.ts and publishes dist/cli.js. The SDK and rules builds start at their src/index.ts files and publish ESM, CommonJS, and declaration output described by their package manifests. The SDK also emits internal chunks for deferred live imports in both formats; publish the complete dist/ directory.

The reference pages for rule IDs, configuration, and finding shapes are manually maintained from the code sources named at the top of each page. No generator currently updates them; change the reference in the same pull request as its source contract.