@contractspec/bundle.library 3.5.5 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +63 -0
- package/package.json +24 -24
- package/src/bundles/LibraryBundle.ts +2 -4
- package/src/components/docs/generated/docs-index._common.json +504 -93
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +10 -0
- package/src/components/docs/generated/docs-index.manifest.json +9 -4
- package/src/components/docs/generated/docs-index.platform-docs.json +12 -4
- package/src/components/docs/generated/docs-index.unknown.json +4 -4
- package/src/components/shell/WorkspaceShellRenderer.tsx +4 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "ai-chat-assistant/assistant.search",
|
|
4
|
+
"title": "assistant.search",
|
|
5
|
+
"summary": "Search for content within the assistant context.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @example.ai-chat-assistant\n- **Tags**: assistant, search, chat",
|
|
6
|
+
"route": "/docs/reference/ai-chat-assistant/assistant.search",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "ai-chat-assistant/assistant.search.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-03-
|
|
3
|
-
"total":
|
|
2
|
+
"generatedAt": "2026-03-10T10:12:08.433Z",
|
|
3
|
+
"total": 995,
|
|
4
4
|
"version": null,
|
|
5
5
|
"contentRoot": "../../../../../../../generated/docs",
|
|
6
6
|
"chunks": [
|
|
7
7
|
{
|
|
8
8
|
"key": "_common",
|
|
9
9
|
"file": "docs-index._common.json",
|
|
10
|
-
"total":
|
|
10
|
+
"total": 184
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"key": "agent-console",
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"file": "docs-index.ai-chat.json",
|
|
20
20
|
"total": 13
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"key": "ai-chat-assistant",
|
|
24
|
+
"file": "docs-index.ai-chat-assistant.json",
|
|
25
|
+
"total": 1
|
|
26
|
+
},
|
|
22
27
|
{
|
|
23
28
|
"key": "ai-support-bot",
|
|
24
29
|
"file": "docs-index.ai-support-bot.json",
|
|
@@ -272,7 +277,7 @@
|
|
|
272
277
|
{
|
|
273
278
|
"key": "platform.docs",
|
|
274
279
|
"file": "docs-index.platform-docs.json",
|
|
275
|
-
"total":
|
|
280
|
+
"total": 11
|
|
276
281
|
},
|
|
277
282
|
{
|
|
278
283
|
"key": "platform.integrations",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"id": "platform.docs/docs_search",
|
|
4
|
+
"title": "docs_search",
|
|
5
|
+
"summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
|
|
6
|
+
"route": "/docs/reference/platform.docs/docs_search",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "platform.docs/docs_search.md"
|
|
9
|
+
},
|
|
2
10
|
{
|
|
3
11
|
"id": "platform.docs/docs.contract.reference",
|
|
4
12
|
"title": "docs.contract.reference",
|
|
@@ -56,12 +64,12 @@
|
|
|
56
64
|
"contentPath": "platform.docs/docs.reference.page.md"
|
|
57
65
|
},
|
|
58
66
|
{
|
|
59
|
-
"id": "platform.docs/
|
|
67
|
+
"id": "platform.docs/docs.search",
|
|
60
68
|
"title": "docs_search",
|
|
61
69
|
"summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
|
|
62
|
-
"route": "/docs/reference/platform.docs/
|
|
70
|
+
"route": "/docs/reference/platform.docs/docs.search",
|
|
63
71
|
"source": "generated",
|
|
64
|
-
"contentPath": "platform.docs/
|
|
72
|
+
"contentPath": "platform.docs/docs.search.md"
|
|
65
73
|
},
|
|
66
74
|
{
|
|
67
75
|
"id": "platform.docs/docs.system",
|
|
@@ -79,4 +87,4 @@
|
|
|
79
87
|
"source": "generated",
|
|
80
88
|
"contentPath": "platform.docs/platform.docs.md"
|
|
81
89
|
}
|
|
82
|
-
]
|
|
90
|
+
]
|
|
@@ -144,12 +144,12 @@
|
|
|
144
144
|
"contentPath": "unknown/docs.reference.page.md"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
|
-
"id": "unknown/
|
|
147
|
+
"id": "unknown/docs.search",
|
|
148
148
|
"title": "docs_search",
|
|
149
149
|
"summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
|
|
150
|
-
"route": "/docs/reference/unknown/
|
|
150
|
+
"route": "/docs/reference/unknown/docs.search",
|
|
151
151
|
"source": "generated",
|
|
152
|
-
"contentPath": "unknown/
|
|
152
|
+
"contentPath": "unknown/docs.search.md"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"id": "unknown/docs.system",
|
|
@@ -511,4 +511,4 @@
|
|
|
511
511
|
"source": "generated",
|
|
512
512
|
"contentPath": "unknown/vectordb.supabase.md"
|
|
513
513
|
}
|
|
514
|
-
]
|
|
514
|
+
]
|
|
@@ -22,8 +22,7 @@ import type {
|
|
|
22
22
|
export type { ShellSelect, ShellSelectOption, ShellModuleItem };
|
|
23
23
|
|
|
24
24
|
export interface WorkspaceShellRendererProps
|
|
25
|
-
extends WorkspaceSidebarProps,
|
|
26
|
-
WorkspaceHeaderProps {
|
|
25
|
+
extends WorkspaceSidebarProps, WorkspaceHeaderProps {
|
|
27
26
|
plan: ResolvedSurfacePlan;
|
|
28
27
|
assistant?: React.ReactNode;
|
|
29
28
|
children: React.ReactNode;
|
|
@@ -72,7 +71,9 @@ export function WorkspaceShellRenderer({
|
|
|
72
71
|
sidebarFooter={sidebarFooter}
|
|
73
72
|
/>
|
|
74
73
|
),
|
|
75
|
-
primary:
|
|
74
|
+
primary: (
|
|
75
|
+
<main className={className ? `m-4 ${className}` : 'm-4'}>{children}</main>
|
|
76
|
+
),
|
|
76
77
|
};
|
|
77
78
|
if (assistant != null) {
|
|
78
79
|
slotContent.assistant = assistant;
|