mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-13 22:16:03 +00:00
docs: document repository scripts
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env -S node --import tsx
|
||||
// Channel Message Flows script supports OpenClaw repository automation.
|
||||
import { setTimeout as sleep } from "node:timers/promises";
|
||||
import { fileURLToPath } from "node:url";
|
||||
import { Bot, type ApiClientOptions } from "grammy";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bun
|
||||
// Discord Acp Plain Language Smoke script supports OpenClaw repository automation.
|
||||
import { execFile } from "node:child_process";
|
||||
// Manual ACP thread smoke for plain-language routing.
|
||||
// Keep this script available for regression/debug validation. Do not delete.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Gateway Smoke script supports OpenClaw repository automation.
|
||||
import { fileURLToPath } from "node:url";
|
||||
import {
|
||||
MIN_CLIENT_PROTOCOL_VERSION,
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
// Gateway Ws Client script supports OpenClaw repository automation.
|
||||
export * from "../lib/gateway-ws-client.ts";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Ios Node E2E script supports OpenClaw repository automation.
|
||||
import {
|
||||
MIN_CLIENT_PROTOCOL_VERSION,
|
||||
PROTOCOL_VERSION,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Realtime Talk Live Smoke script supports OpenClaw repository automation.
|
||||
import { mkdtemp, rm, writeFile } from "node:fs/promises";
|
||||
import { tmpdir } from "node:os";
|
||||
import path from "node:path";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Test Device Pair Telegram script supports OpenClaw repository automation.
|
||||
import { sendMessageTelegram } from "../../extensions/telegram/runtime-api.js";
|
||||
import { getRuntimeConfig } from "../../src/config/config.js";
|
||||
import { matchPluginCommand, executePluginCommand } from "../../src/plugins/commands.js";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Tui Pty Test Watch script supports OpenClaw repository automation.
|
||||
import { spawn } from "node:child_process";
|
||||
import { mkdir, readFile, writeFile } from "node:fs/promises";
|
||||
import { createRequire } from "node:module";
|
||||
|
||||
Reference in New Issue
Block a user