The best place to start. Go compiles fast and the toolchain is minimal, so you can focus on learning the Dark Factory workflow — opening PRs, configuring merge strategies, running tests as gates, and integrating with CI — without fighting your build system.
Scenarios covered 01 Basic PR workflow Dark Factory creates a branch, opens a PR, gets it merged
02 Manual vs auto merge When to require human approval vs let it land automatically
03 Watch mode Iterating on changes with --watch, seeing live feedback
05 Mechanical verification: test Test suites as merge gates
06 Mechanical verification: build Compiled languages where build must pass before merge
07 CI pipeline integration GitHub Actions required status checks, Dark Factory waiting on CI