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

@@ -73,7 +73,7 @@ public enum CanvasShowStatus: String, Codable, Sendable {
}
public struct CanvasShowResult: Codable, Sendable {
/// Session directory on disk (e.g. `~/Library/Application Support/Clawdbot/canvas/<session>/`).
/// Session directory on disk (e.g. `~/Library/Application Support/Moltbot/canvas/<session>/`).
public var directory: String
/// Target as provided by the caller (may be nil/empty).
public var target: String?
@@ -410,5 +410,5 @@ extension Request: Codable {
// Shared transport settings
public let controlSocketPath = FileManager()
.homeDirectoryForCurrentUser
.appendingPathComponent("Library/Application Support/clawdbot/control.sock")
.appendingPathComponent("Library/Application Support/moltbot/control.sock")
.path