Adds github.com/imgk/divert-go v0.1.0 dependency. Embedded driver binaries land at runtime in %PROGRAMDATA%\Drover\windivert\ via the installer (next task). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Create internal/{app,config,engine,divert,socks5,bypass,checker,service,tray,procscan,updater} with placeholder doc.go per package. - Add .gitkeep stubs for internal/frontend, third_party/{windivert,icons}, installer/, .forgejo/workflows/, docs/. - Implement cmd/drover/main.go: Cobra root with Version/Commit/BuildDate ldflags, --config global flag, and stub subcommands (check, update --check-only, service install/uninstall/start/stop). - Add github.com/spf13/cobra v1.10.2 dependency. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>