chore(module): rename module github.com/mathiasbq/supervisor -> git.d-ma.be/mathias/hyperguild (#42)
CI / Lint / Test / Vet (push) Failing after 5s
CI / Mirror to GitHub (push) Has been skipped

Aligns module path with canonical Gitea source (infra ADR-0004) and
repo name. Binary only, no downstream consumers.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Roq1ajWKR5f1hG5Df9wC6A
This commit is contained in:
2026-07-26 23:37:11 +02:00
co-authored by Claude Sonnet 5
parent 9bdab1c48c
commit b600cc986c
24 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"io" "io"
"os" "os"
"github.com/mathiasbq/supervisor/internal/tier" "git.d-ma.be/mathias/hyperguild/internal/tier"
) )
const defaultAnthropicProbe = "https://api.anthropic.com" const defaultAnthropicProbe = "https://api.anthropic.com"
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/mathiasbq/supervisor module git.d-ma.be/mathias/hyperguild
go 1.26.1 go 1.26.1
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/lestrrat-go/jwx/v2/jwa" "github.com/lestrrat-go/jwx/v2/jwa"
"github.com/lestrrat-go/jwx/v2/jwk" "github.com/lestrrat-go/jwx/v2/jwk"
"github.com/lestrrat-go/jwx/v2/jwt" "github.com/lestrrat-go/jwx/v2/jwt"
"github.com/mathiasbq/supervisor/internal/auth" "git.d-ma.be/mathias/hyperguild/internal/auth"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/auth" "git.d-ma.be/mathias/hyperguild/internal/auth"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/brain" "git.d-ma.be/mathias/hyperguild/internal/brain"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -3,7 +3,7 @@ package config_test
import ( import (
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/config" "git.d-ma.be/mathias/hyperguild/internal/config"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"path/filepath" "path/filepath"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/config" "git.d-ma.be/mathias/hyperguild/internal/config"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -3,7 +3,7 @@ package config_test
import ( import (
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/config" "git.d-ma.be/mathias/hyperguild/internal/config"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"testing" "testing"
"time" "time"
iexec "github.com/mathiasbq/supervisor/internal/exec" iexec "git.d-ma.be/mathias/hyperguild/internal/exec"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/githubclient" "git.d-ma.be/mathias/hyperguild/internal/githubclient"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"net/http" "net/http"
"strings" "strings"
"github.com/mathiasbq/supervisor/internal/auth" "git.d-ma.be/mathias/hyperguild/internal/auth"
"github.com/mathiasbq/supervisor/internal/registry" "git.d-ma.be/mathias/hyperguild/internal/registry"
) )
type request struct { type request struct {
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"strings" "strings"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/mcp" "git.d-ma.be/mathias/hyperguild/internal/mcp"
"github.com/mathiasbq/supervisor/internal/registry" "git.d-ma.be/mathias/hyperguild/internal/registry"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/mcpclient" "git.d-ma.be/mathias/hyperguild/internal/mcpclient"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"encoding/json" "encoding/json"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/registry" "git.d-ma.be/mathias/hyperguild/internal/registry"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/mathiasbq/supervisor/internal/session" "git.d-ma.be/mathias/hyperguild/internal/session"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/mathiasbq/supervisor/internal/session" "git.d-ma.be/mathias/hyperguild/internal/session"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/skills/brain" "git.d-ma.be/mathias/hyperguild/internal/skills/brain"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -4,7 +4,7 @@ package brain
import ( import (
"encoding/json" "encoding/json"
"github.com/mathiasbq/supervisor/internal/registry" "git.d-ma.be/mathias/hyperguild/internal/registry"
) )
// Config holds brain skill configuration. // Config holds brain skill configuration.
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"encoding/json" "encoding/json"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/skills/org" "git.d-ma.be/mathias/hyperguild/internal/skills/org"
"github.com/mathiasbq/supervisor/internal/tier" "git.d-ma.be/mathias/hyperguild/internal/tier"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"github.com/mathiasbq/supervisor/internal/registry" "git.d-ma.be/mathias/hyperguild/internal/registry"
"github.com/mathiasbq/supervisor/internal/tier" "git.d-ma.be/mathias/hyperguild/internal/tier"
) )
// TierFn returns the current tier. Injected for testability. // TierFn returns the current tier. Injected for testability.
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"fmt" "fmt"
"time" "time"
"github.com/mathiasbq/supervisor/internal/session" "git.d-ma.be/mathias/hyperguild/internal/session"
) )
type logArgs struct { type logArgs struct {
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"path/filepath" "path/filepath"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/skills/sessionlog" "git.d-ma.be/mathias/hyperguild/internal/skills/sessionlog"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
+1 -1
View File
@@ -4,7 +4,7 @@ package sessionlog
import ( import (
"encoding/json" "encoding/json"
"github.com/mathiasbq/supervisor/internal/registry" "git.d-ma.be/mathias/hyperguild/internal/registry"
) )
// Config holds sessionlog skill configuration. // Config holds sessionlog skill configuration.
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"github.com/mathiasbq/supervisor/internal/tier" "git.d-ma.be/mathias/hyperguild/internal/tier"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )