feat(lib): add go.work.tmpl to workspace template

Codex agents are sandboxed to src/ and don't get ~/Code/go.work.
This template creates a go.work with `use .` so the Go toolchain
works in workspace mode inside the sandbox.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-22 10:18:57 +00:00
parent 6393bfe4da
commit a422eb1b6b

View file

@ -0,0 +1,3 @@
go 1.26.0
use .