Changeset 0.32.0 (#206)

This commit is contained in:
2026-03-19 18:50:27 +00:00
parent 6668e546fe
commit b1266b0d7c
283 changed files with 2187 additions and 1055 deletions

View File

@@ -7,7 +7,7 @@ import (
"log"
"time"
"git.gobha.me/xcaliber/chat-switchboard/store"
"chat-switchboard/store"
)
// ── Late Registration ────────────────────────

View File

@@ -9,8 +9,8 @@ import (
"log"
"strings"
"git.gobha.me/xcaliber/chat-switchboard/storage"
"git.gobha.me/xcaliber/chat-switchboard/store"
"chat-switchboard/storage"
"chat-switchboard/store"
)
// ── Late Registration ────────────────────────

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"fmt"
"git.gobha.me/xcaliber/chat-switchboard/workspace"
"chat-switchboard/workspace"
)
// RegisterGitTools registers the 5 git-related workspace tools.

View File

@@ -6,8 +6,8 @@ import (
"fmt"
"log"
"git.gobha.me/xcaliber/chat-switchboard/knowledge"
"git.gobha.me/xcaliber/chat-switchboard/store"
"chat-switchboard/knowledge"
"chat-switchboard/store"
)
// ── Late Registration ────────────────────────

View File

@@ -7,9 +7,9 @@ import (
"log"
"strings"
"git.gobha.me/xcaliber/chat-switchboard/knowledge"
"git.gobha.me/xcaliber/chat-switchboard/models"
"git.gobha.me/xcaliber/chat-switchboard/store"
"chat-switchboard/knowledge"
"chat-switchboard/models"
"chat-switchboard/store"
)
// ── Late Registration ────────────────────────

View File

@@ -7,9 +7,9 @@ import (
"log"
"strings"
"git.gobha.me/xcaliber/chat-switchboard/knowledge"
"git.gobha.me/xcaliber/chat-switchboard/models"
"git.gobha.me/xcaliber/chat-switchboard/store"
"chat-switchboard/knowledge"
"chat-switchboard/models"
"chat-switchboard/store"
)
// ── Late Registration ────────────────────────

View File

@@ -7,9 +7,9 @@ import (
"log"
"time"
"git.gobha.me/xcaliber/chat-switchboard/models"
"git.gobha.me/xcaliber/chat-switchboard/store"
"git.gobha.me/xcaliber/chat-switchboard/taskutil"
"chat-switchboard/models"
"chat-switchboard/store"
"chat-switchboard/taskutil"
)
// ── Late Registration ────────────────────────

View File

@@ -6,7 +6,7 @@ import (
"os"
"testing"
"git.gobha.me/xcaliber/chat-switchboard/store"
"chat-switchboard/store"
)
// TestMain registers late-registered tools (notes) with nil deps so

View File

@@ -5,7 +5,7 @@ import (
"encoding/json"
"fmt"
"git.gobha.me/xcaliber/chat-switchboard/tools/search"
"chat-switchboard/tools/search"
)
func init() {

View File

@@ -7,9 +7,9 @@ import (
"log"
"time"
"git.gobha.me/xcaliber/chat-switchboard/models"
"git.gobha.me/xcaliber/chat-switchboard/store"
"git.gobha.me/xcaliber/chat-switchboard/webhook"
"chat-switchboard/models"
"chat-switchboard/store"
"chat-switchboard/webhook"
)
// ── Late Registration ────────────────────────

View File

@@ -8,10 +8,10 @@ import (
"log"
"strings"
"git.gobha.me/xcaliber/chat-switchboard/knowledge"
"git.gobha.me/xcaliber/chat-switchboard/models"
"git.gobha.me/xcaliber/chat-switchboard/store"
"git.gobha.me/xcaliber/chat-switchboard/workspace"
"chat-switchboard/knowledge"
"chat-switchboard/models"
"chat-switchboard/store"
"chat-switchboard/workspace"
)
// ── Late Registration ────────────────────────

View File

@@ -7,9 +7,9 @@ import (
"path/filepath"
"strings"
"git.gobha.me/xcaliber/chat-switchboard/knowledge"
"git.gobha.me/xcaliber/chat-switchboard/models"
"git.gobha.me/xcaliber/chat-switchboard/store"
"chat-switchboard/knowledge"
"chat-switchboard/models"
"chat-switchboard/store"
)
// ── workspace_search ────────────────────────