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:
parent
6393bfe4da
commit
a422eb1b6b
1 changed files with 3 additions and 0 deletions
3
pkg/lib/workspace/default/go.work.tmpl
Normal file
3
pkg/lib/workspace/default/go.work.tmpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
go 1.26.0
|
||||
|
||||
use .
|
||||
Loading…
Add table
Reference in a new issue