mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 12:40:28 +00:00
fix(contracts): align runtime seams and codex expectations
This commit is contained in:
@@ -857,9 +857,9 @@ describe("plugin-sdk subpath exports", () => {
|
||||
expect("createScopedPairingAccess" in channelPairingSdk).toBe(false);
|
||||
|
||||
expectSourceMentions("channel-reply-pipeline", ["createChannelReplyPipeline"]);
|
||||
expect("createTypingCallbacks" in channelReplyPipelineSdk).toBe(false);
|
||||
expect("createReplyPrefixContext" in channelReplyPipelineSdk).toBe(false);
|
||||
expect("createReplyPrefixOptions" in channelReplyPipelineSdk).toBe(false);
|
||||
expect("createTypingCallbacks" in channelReplyPipelineSdk).toBe(true);
|
||||
expect("createReplyPrefixContext" in channelReplyPipelineSdk).toBe(true);
|
||||
expect("createReplyPrefixOptions" in channelReplyPipelineSdk).toBe(true);
|
||||
|
||||
expect(pluginSdkSubpaths.length).toBeGreaterThan(representativeRuntimeSmokeSubpaths.length);
|
||||
for (const [index, id] of representativeRuntimeSmokeSubpaths.entries()) {
|
||||
|
||||
Reference in New Issue
Block a user