Skip to content

Root Entrypoints

The root make surface should be the first place a maintainer looks for a common workflow.

Primary Targets

  • make help for the supported target catalog
  • make install and make bootstrap for local setup
  • make fmt, make lint, make security, make test, and make build for aggregate quality lanes
  • make docs-check for handbook integrity
  • make dag-help for DAG governance entrypoints

Entrypoint Rule

If a repeated workflow matters, it should have a root target or a documented reason why it stays package-local.

Next Reads