Skip to main content

Component Command Registry

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

Test Commands

Component/AreaCommand
Python components (general)pants test //components/<component_name>::
components/admin_lambdapants test //components/admin_lambda::
components/apispants test //components/apis::
components/bff_consolepants test //components/bff_console::
components/ecom_utilspants test //components/ecom_utils::
components/service_utilspants test //components/service_utils::
components/shopify/admin_serverpants test //components/shopify/admin_server::
components/hippodromepants test //components/hippodrome/hippodrome/unit_tests:tests
infra/adminpants test //infra/admin::
components/admin_workernpm --prefix components/admin_worker test
components/search_proxynpm --prefix components/search_proxy test
tests/consolenpm --prefix tests/console test

Formatting Commands

StackCommand
Pythonruff 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/shopify/e2e_tests).