Skip to content

Component Command Registry

Canonical command reference for agent workflows. Use these commands when setting task acceptance targets and running validation.

Test Commands

Component/Area Command
Python components (general) pants test //components/<component_name>::
components/admin_lambda pants test //components/admin_lambda::
components/apis pants test //components/apis::
components/bff_console pants test //components/bff_console::
components/ecom_utils pants test //components/ecom_utils::
components/service_utils pants test //components/service_utils::
components/shopify/admin_server pants test //components/shopify/admin_server::
components/hippodrome pants test //components/hippodrome/hippodrome/unit_tests:tests
infra/admin pants test //infra/admin::
components/admin_worker npm --prefix components/admin_worker test
components/search_proxy npm --prefix components/search_proxy test
tests/console npm --prefix tests/console test

Formatting Commands

Stack Command
Python ruff check --fix .
TypeScript (component-local) npm run format from component directory

Notes

  • If a component-level AGENTS.md declares a different canonical command, that component-level command takes precedence.
  • Do not run E2E suites locally when local execution is explicitly disallowed by policy (for example components/ui_tests, components/shopify/e2e_tests).