Feat rebrand armature (#43)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #43.
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
"go.starlark.net/starlark"
|
||||
"go.starlark.net/starlarkstruct"
|
||||
|
||||
"switchboard-core/models"
|
||||
"armature/models"
|
||||
)
|
||||
|
||||
// ConnectionResolver resolves extension connections with secret decryption.
|
||||
|
||||
@@ -273,7 +273,7 @@ func executeHTTPRequest(
|
||||
}
|
||||
|
||||
// Set headers (user-provided override defaults)
|
||||
req.Header.Set("User-Agent", "ChatSwitchboard-Extension/1.0")
|
||||
req.Header.Set("User-Agent", "Armature-Extension/1.0")
|
||||
for k, v := range headers {
|
||||
req.Header.Set(k, v)
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
"go.starlark.net/starlark"
|
||||
"go.starlark.net/starlarkstruct"
|
||||
|
||||
"switchboard-core/models"
|
||||
"armature/models"
|
||||
)
|
||||
|
||||
// libContext carries per-invocation state for lib.require() calls.
|
||||
|
||||
@@ -11,8 +11,8 @@ import (
|
||||
"go.starlark.net/starlark"
|
||||
"go.starlark.net/starlarkstruct"
|
||||
|
||||
"switchboard-core/models"
|
||||
"switchboard-core/store"
|
||||
"armature/models"
|
||||
"armature/store"
|
||||
)
|
||||
|
||||
// ─── Secrets Module ──────────────────────────
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"go.starlark.net/starlark"
|
||||
"go.starlark.net/starlarkstruct"
|
||||
|
||||
"switchboard-core/events"
|
||||
"armature/events"
|
||||
)
|
||||
|
||||
// maxRealtimePayload is the payload size limit (pg_notify safe).
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
"go.starlark.net/starlark"
|
||||
|
||||
"switchboard-core/events"
|
||||
"armature/events"
|
||||
)
|
||||
|
||||
func TestRealtimePublish_HappyPath(t *testing.T) {
|
||||
|
||||
@@ -30,10 +30,10 @@ import (
|
||||
|
||||
starlarkjson "go.starlark.net/lib/json"
|
||||
|
||||
"switchboard-core/events"
|
||||
"switchboard-core/metrics"
|
||||
"switchboard-core/models"
|
||||
"switchboard-core/store"
|
||||
"armature/events"
|
||||
"armature/metrics"
|
||||
"armature/models"
|
||||
"armature/store"
|
||||
)
|
||||
|
||||
// sandboxStats tracks cumulative execution counters for the admin metrics endpoint.
|
||||
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
"go.starlark.net/starlark"
|
||||
"go.starlark.net/starlarkstruct"
|
||||
|
||||
"switchboard-core/store"
|
||||
"armature/store"
|
||||
)
|
||||
|
||||
// BuildSettingsModule creates the "settings" Starlark module for a package.
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"go.starlark.net/starlark"
|
||||
"go.starlark.net/starlarkstruct"
|
||||
|
||||
"switchboard-core/store"
|
||||
"armature/store"
|
||||
)
|
||||
|
||||
// BuildWorkflowModule creates the "workflow" Starlark module for a package.
|
||||
|
||||
Reference in New Issue
Block a user