.buildkite/README.md
hooks - special directory used by Buildkite agents for hookspipeline-utils - Shared TypeScript utils for use in pipeline scriptspipelines - contains pipeline definitionsscripts/common - scripts that get sourced by other scripts to set environment variables or import shared functionsscripts/lifecycle - general scripts for tasks that run before or after individual steps or the entire buildscripts/steps - scripts that define something that will run for a step defined in a pipelinescripts/* - all other scripts are building blocks that make up the tasks in pipelines. They may be run by other scripts, but should not be sourced