Skip to content

Commit bf4d62e

Browse files
authored
Merge pull request #8 from nathfavour/master
Fix Release Workflow: Include go.work
2 parents 6cbc6a2 + 843b3e0 commit bf4d62e

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ profile.cov
4242
# Dependency directories (remove the comment below to include it)
4343
# vendor/
4444

45-
# Go workspace file
46-
go.work
47-
go.work.sum
45+
# Go workspace file - keep these to coordinate the modular monolith
46+
# go.work
47+
# go.work.sum
4848

4949
# env file
5050
.env

go.work

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
go 1.24.11
2+
3+
use (
4+
./cmd/vibeaura
5+
./internal/brain
6+
./internal/connect
7+
./internal/context
8+
./internal/daemon
9+
./internal/mcp
10+
./internal/model
11+
./internal/sys
12+
./internal/vault
13+
./pkg/vibe
14+
./vibes/hello-world
15+
)

0 commit comments

Comments
 (0)