> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qredence.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tooling

> Fleet Prime Agent — Tooling.

* `npm run check`: format (biome), lint, type-check, installer/rendering checks.
* `pnpm --dir web --filter @prime-agent/web dev`: web dev server.
* `npx tsx ../../node_modules/vitest/dist/cli.js --run test/specific.test.ts`: focused tests.
* `npm run release:patch` / `release:minor`: lockstep version bump, changelog finalization, tag, publish.
* `biome.json`: formatting/lint rules.
* `doctor.config.jsonc`: React Doctor audit config with waivers (`openui` library, co-located charts, preview-loading false positive).

Related: [Development workflow](/fleet-prime-agent/how-to-contribute--development-workflow)
