There was an error while loading. Please reload this page.
2 parents 6cbc6a2 + 843b3e0 commit bf4d62eCopy full SHA for bf4d62e
2 files changed
.gitignore
@@ -42,9 +42,9 @@ profile.cov
42
# Dependency directories (remove the comment below to include it)
43
# vendor/
44
45
-# Go workspace file
46
-go.work
47
-go.work.sum
+# Go workspace file - keep these to coordinate the modular monolith
+# go.work
+# go.work.sum
48
49
# env file
50
.env
go.work
@@ -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