docs: document command status batch · openclaw/openclaw@076bf2a
steipete
·
2026-06-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Agents delete tests cover config removal, workspace attestation cleanup, and binding updates. |
1 | 2 | import fs from "node:fs/promises"; |
2 | 3 | import path from "node:path"; |
3 | 4 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Legacy auth-choice tests cover deprecated choice detection and replacement messages. |
1 | 2 | import { describe, expect, it, vi } from "vitest"; |
2 | 3 | |
3 | 4 | const manifestAuthChoices = vi.hoisted(() => [ |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Backup verify tests cover archive inspection, gzip validation, and corrupted backup diagnostics. |
1 | 2 | import fs from "node:fs/promises"; |
2 | 3 | import os from "node:os"; |
3 | 4 | import path from "node:path"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Doctor auth hint tests cover OAuth refresh failure formatting and auth repair guidance. |
1 | 2 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
2 | 3 | import type { OpenClawConfig } from "../config/types.openclaw.js"; |
3 | 4 | import { |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Doctor command-owner tests cover channel sender formatting and configured owner detection. |
1 | 2 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
2 | 3 | import { |
3 | 4 | formatCommandOwnerFromChannelSender, |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Doctor default-account integration tests cover binding warnings across realistic config shapes. |
1 | 2 | import { describe, expect, it } from "vitest"; |
2 | 3 | import type { OpenClawConfig } from "../config/config.js"; |
3 | 4 | import { |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Doctor default-account tests cover warnings for missing explicit default channel accounts. |
1 | 2 | import { describe, expect, it } from "vitest"; |
2 | 3 | import type { OpenClawConfig } from "../config/config.js"; |
3 | 4 | import { collectMissingExplicitDefaultAccountWarnings } from "./doctor/shared/default-account-warnings.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Doctor gateway daemon flow tests cover managed service inspection, duplicate services, and repair prompts. |
1 | 2 | import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; |
2 | 3 | import { formatCliCommand } from "../cli/command-format.js"; |
3 | 4 | import type { ExtraGatewayService } from "../daemon/inspect.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Doctor sandbox tests cover warnings when sandbox mode is enabled without Docker availability. |
1 | 2 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
2 | 3 | import type { OpenClawConfig } from "../config/config.js"; |
3 | 4 | import type { RuntimeEnv } from "../runtime.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +// Doctor WhatsApp responsiveness tests cover warning heuristics and note output for stale connections. |
1 | 2 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
2 | 3 | import type { OpenClawConfig } from "../config/types.openclaw.js"; |
3 | 4 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。