What problem does it solve? Agents working in unattended dark-factory sessions repeatedly need correct, safe usage patterns for domain-specific command-line tools, and guessing flags or workflows leads to broken commits, failed CI, or leaked secrets. ## Core Features & Use Cases - Version control and GitHub workflows: Covers git commit discipline, worktrees, shared-tree safety, and gh commands for PRs, issues, and CI logs. - Dev environment and cluster operations: Documents pnpm workspace commands, Tilt dev environments, and kubectl diagnostics with explicit namespace handling. - Data shaping, secrets, and HTTP: Explains jq filtering patterns, Doppler secret injection without exposing values, one-off npx/Playwright runs, and scripted curl requests. - Use Case: An agent needs to diagnose a failing CI check, pull the logs with gh run view, fix the issue in a pnpm monorepo, and open a PR — this reference gives the exact commands and safety rules for each step. ## Quick Start Ask the agent to consult the cli-tools reference before running git, gh, pnpm, tilt, kubectl, jq, doppler, npx, or curl commands in the current task.