Covers the full setup experience from scratch — from godark init through defining architecture, conventions, and the Claude harness. Also explores lint enforcement, test gates, and dependency management with Poetry or uv, where getting the tooling right matters most.
Scenarios covered 01 Basic PR workflow Dark Factory creates a branch, opens a PR, gets it merged
03 Watch mode Iterating on changes with --watch, seeing live feedback
04 Mechanical verification: lint Pre-merge linting gates, how Dark Factory handles failures and retries
05 Mechanical verification: test Test suites as merge gates
10 Dependency updates Adding/upgrading deps, lock file changes
14 Full godark setup walkthrough Complete setup: init → architecture → conventions → configure → harness