chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -14,8 +14,8 @@ async function writeJsonSchema() {
const rootSchema = {
$schema: "http://json-schema.org/draft-07/schema#",
$id: "https://clawdis.dev/protocol.schema.json",
title: "Clawdis Gateway Protocol",
$id: "https://clawdbot.dev/protocol.schema.json",
title: "Clawdbot Gateway Protocol",
description: "Handshake, request/response, and event frames for the Gateway WebSocket.",
oneOf: [
{ $ref: "#/definitions/RequestFrame" },