feat: add scripts/build.sh, test.sh, check.sh + gofmt + go mod tidy

This commit is contained in:
2026-06-16 12:11:55 +08:00
parent ec8ceee7f3
commit aefb9e9a9c
10 changed files with 243 additions and 72 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
// Registry tracks available capabilities and which plugins provide them.
type Registry struct {
mu sync.RWMutex
mu sync.RWMutex
capabilities map[string]*Entry // capability name -> entry
}