Skip to content

Commit 4fa5092

Browse files
committed
docs: document small extension sources
1 parent 53a3d58 commit 4fa5092

912 files changed

Lines changed: 949 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extensions/active-memory/config.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Active Memory tests cover config plugin behavior.
12
import fs from "node:fs";
23
import {
34
type JsonSchemaObject,

extensions/active-memory/doctor-contract-api.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Active Memory tests cover doctor contract api plugin behavior.
12
import fs from "node:fs/promises";
23
import os from "node:os";
34
import path from "node:path";

extensions/active-memory/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Active Memory tests cover index plugin behavior.
12
import fs from "node:fs/promises";
23
import os from "node:os";
34
import path from "node:path";

extensions/admin-http-rpc/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Admin Http Rpc tests cover index plugin behavior.
12
import { describe, expect, it } from "vitest";
23
import plugin from "./index.js";
34
import manifest from "./openclaw.plugin.json" with { type: "json" };

extensions/admin-http-rpc/src/handler.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Admin Http Rpc tests cover handler plugin behavior.
12
import { Readable } from "node:stream";
23
import { beforeEach, describe, expect, it, vi } from "vitest";
34
import { handleAdminHttpRpcRequest } from "./handler.js";

extensions/alibaba/video-generation-provider.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Alibaba tests cover video generation provider plugin behavior.
12
import {
23
getProviderHttpMocks,
34
installProviderHttpMockCleanup,

extensions/amazon-bedrock-mantle/discovery.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Amazon Bedrock Mantle tests cover discovery plugin behavior.
12
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
23

34
const {

extensions/amazon-bedrock-mantle/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Amazon Bedrock Mantle tests cover index plugin behavior.
12
import { registerSingleProviderPlugin } from "openclaw/plugin-sdk/plugin-test-runtime";
23
import { beforeEach, describe, expect, it, vi } from "vitest";
34
import bedrockMantlePlugin from "./index.js";

extensions/amazon-bedrock-mantle/mantle-anthropic.runtime.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Amazon Bedrock Mantle tests cover mantle anthropic plugin behavior.
12
import type { Model } from "openclaw/plugin-sdk/llm";
23
import { describe, expect, it, vi } from "vitest";
34
import {

extensions/amazon-bedrock/config-compat.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Amazon Bedrock tests cover config compat plugin behavior.
12
import { describe, expect, it } from "vitest";
23
import { migrateAmazonBedrockLegacyConfig } from "./config-compat.js";
34

0 commit comments

Comments
 (0)