references/optimization-workflow.md | Starting any engagement: the ordered inspect→measure→experiment→verify→report sequence and its stop rules. |
references/measurement.md | Building the baseline, percentiles, critical path, queue vs execution split, or proving a result. |
references/effectiveness-contract.md | Deciding whether a proposed speedup weakens validation, security, or artifact identity. |
references/feedback-loops.md | Waiting on a CI run without blocking or false greens: exact-SHA watching, scripts/ci-watch.py, verdicts, reacting to red. |
references/capacity-and-contention.md | Queue delays, concurrency ceilings, pool saturation, merge-vs-split decisions, contention-safe A/B tests. |
references/caching.md | Dependency/build cache design, restore keys, hit-rate economics, poisoning, or transfer cost. |
references/change-based-ci.md | Path filters, affected commands, merge-base correctness, planner safety, full-run fallback. |
references/github-actions.md | GitHub Actions workflows, caches, concurrency, reusable workflows, merge queues, required checks. |
references/gitlab-ci.md | GitLab needs, child pipelines, cache/artifacts, interruptible jobs, resource groups, runners. |
references/circleci.md | CircleCI caching, workspaces, test splitting, dynamic config, Docker layer caching, resource classes. |
references/buildkite.md | Buildkite dynamic pipelines, queues, autoscaling, concurrency groups, artifacts, hosted agents. |
references/monorepos.md | Nx, Turborepo, affected graphs, remote caches, distributed execution, task inputs. |
references/bazel-and-remote-execution.md | Bazel, hermetic builds, remote cache/execution, graph-native build adoption. |
references/typescript-toolchain.md | npm/pnpm/Yarn/Bun installs, Corepack, TS project references, tsbuildinfo, bundlers. |
references/testing-and-flakiness.md | Sharding, historical timing, retries, flake ownership, coverage merging, rerun interpretation. |
references/integration-environments.md | Testcontainers, service containers, database templates, fixtures, contract tests. |
references/containers.md | BuildKit, multi-stage Dockerfiles, cache mounts/backends, multi-platform, provenance. |
references/security-gates.md | Fast but effective SAST, dependency, secret, container, SBOM, provenance gates. |
references/runners-and-autoscaling.md | Hosted vs self-hosted, ephemeral runners, spot capacity, ARM/x64/macOS, Kubernetes fleets. |
references/network-and-artifacts.md | Checkout depth, sparse/partial clone, LFS, package proxies, artifact compression, registry locality. |
references/deployment.md | Immutable artifacts, build-once-deploy-many, rollout verification, migrations, rollback. |
references/swift-xcode.md | Swift/Xcode builds, SwiftPM, test plans, simulator sharding, macOS runners, DerivedData. |
references/evidence-and-sources.md | Verifying claims, dated source ledger, refreshing stale vendor behavior. |