Skip to content

Health & Formulas

The Health view (accessible from the top navigation) contains two tabs: Checks and Formulas.

Checks

The Checks tab runs a set of bd diagnostic commands against the connected project and shows pass/fail results for each one. Checks run automatically when you first open the Health view.

CheckCommandWhat it catches
Preflightbd preflightCombined pre-PR gate (lint + stale + orphans)
Doctorbd doctorProject-level health problems
Lintbd lintIssues missing required fields or in bad state
Stalebd staleIssues with no recent activity
Orphansbd orphansIssues with broken or circular dependencies

Health Checks tab showing pass and fail rows

Each check shows a green tick (pass), red cross (fail), or spinner (running). Click a check row to expand the full output from bd.

Click Re-run in the top-right to re-run all checks.

When bd is not found

If the bd CLI is not configured, the Checks tab shows a warning instead of results. Fix this in Settings → Binary Paths → bd or ensure bd is on your PATH.

Formulas

The Formulas tab lists the bd workflow formulas available for the connected project (bd formula list). Formulas are reusable workflow templates that bootstrap structured work.

To pour a formula:

  1. Find the formula you want in the list
  2. Click Pour
  3. Confirm in the dialog that appears
  4. Output from bd mol pour <name> is shown inline after execution

If the pour fails, the error output is shown in red. If it succeeds, the output is shown in neutral — your project now has the issues and structure the formula created.

Click Refresh to reload the formula list if you've added new formulas externally.

Released under the MIT OR Apache-2.0 License.