refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -1,9 +1,9 @@
import ClawdbotProtocol
import MoltbotProtocol
import SwiftUI
import Testing
@testable import Clawdbot
@testable import Moltbot
private typealias SnapshotAnyCodable = Clawdbot.AnyCodable
private typealias SnapshotAnyCodable = Moltbot.AnyCodable
@Suite(.serialized)
@MainActor
@@ -52,7 +52,7 @@ struct ChannelsSettingsSmokeTests {
"ok": true,
"status": 200,
"elapsedMs": 120,
"bot": ["id": 123, "username": "clawdbotbot"],
"bot": ["id": 123, "username": "moltbotbot"],
"webhook": ["url": "https://example.com/hook", "hasCustomCert": false],
],
"lastProbeAt": 1_700_000_050_000,