@contractspec/bundle.library 3.3.0 → 3.4.1
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 +54 -0
- package/package.json +21 -21
- package/src/components/docs/generated/docs-index.ai-support-bot.json +10 -0
- package/src/components/docs/generated/docs-index.calendar-google.json +10 -0
- package/src/components/docs/generated/docs-index.content-generation.json +10 -0
- package/src/components/docs/generated/docs-index.email-gmail.json +10 -0
- package/src/components/docs/generated/docs-index.in-app-docs.json +10 -0
- package/src/components/docs/generated/docs-index.integration-posthog.json +10 -0
- package/src/components/docs/generated/docs-index.integration-stripe.json +10 -0
- package/src/components/docs/generated/docs-index.integration-supabase.json +10 -0
- package/src/components/docs/generated/docs-index.knowledge-canon.json +10 -0
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +10 -0
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +10 -0
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +10 -0
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +10 -0
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +10 -0
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +10 -0
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +10 -0
- package/src/components/docs/generated/docs-index.learning-patterns.json +10 -0
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +10 -0
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +10 -0
- package/src/components/docs/generated/docs-index.manifest.json +178 -3
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +10 -0
- package/src/components/docs/generated/docs-index.minimal.json +18 -0
- package/src/components/docs/generated/docs-index.openbanking-powens.json +10 -0
- package/src/components/docs/generated/docs-index.opencode-cli.json +18 -0
- package/src/components/docs/generated/docs-index.personalization.json +10 -0
- package/src/components/docs/generated/docs-index.platform-acp.json +74 -0
- package/src/components/docs/generated/docs-index.platform-agent.json +98 -0
- package/src/components/docs/generated/docs-index.platform-context.json +58 -0
- package/src/components/docs/generated/docs-index.platform-database.json +50 -0
- package/src/components/docs/generated/docs-index.platform-docs.json +82 -0
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +98 -0
- package/src/components/docs/generated/docs-index.product-intent.json +10 -0
- package/src/components/docs/generated/docs-index.project-management-sync.json +10 -0
- package/src/components/docs/generated/docs-index.video-api-showcase.json +8 -0
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +10 -0
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +10 -0
- package/src/components/docs/generated/docs-index.voice-providers.json +10 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=294
|
|
6
|
-
Bundled 294 modules in
|
|
6
|
+
Bundled 294 modules in 211ms
|
|
7
7
|
|
|
8
8
|
application/context-storage/index.js 1.0 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -301,7 +301,7 @@ Bundled 294 modules in 150ms
|
|
|
301
301
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
302
302
|
|
|
303
303
|
[contractspec-bun-build] transpile target=node root=src entries=294
|
|
304
|
-
Bundled 294 modules in
|
|
304
|
+
Bundled 294 modules in 184ms
|
|
305
305
|
|
|
306
306
|
application/context-storage/index.js 0.99 KB (entry point)
|
|
307
307
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 3.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8f47829: fix: circular import issue
|
|
8
|
+
- Updated dependencies [8f47829]
|
|
9
|
+
- @contractspec/lib.contracts-runtime-server-graphql@3.4.1
|
|
10
|
+
- @contractspec/lib.contracts-runtime-server-rest@3.4.1
|
|
11
|
+
- @contractspec/lib.contracts-runtime-server-mcp@3.4.1
|
|
12
|
+
- @contractspec/lib.contracts-integrations@3.4.1
|
|
13
|
+
- @contractspec/module.context-storage@0.4.1
|
|
14
|
+
- @contractspec/lib.contracts-library@3.4.1
|
|
15
|
+
- @contractspec/lib.example-shared-ui@3.4.1
|
|
16
|
+
- @contractspec/lib.provider-ranking@0.4.1
|
|
17
|
+
- @contractspec/lib.runtime-sandbox@2.4.1
|
|
18
|
+
- @contractspec/lib.contracts-spec@3.4.1
|
|
19
|
+
- @contractspec/lib.design-system@3.4.1
|
|
20
|
+
- @contractspec/lib.content-gen@3.4.1
|
|
21
|
+
- @contractspec/module.examples@3.4.1
|
|
22
|
+
- @contractspec/lib.ui-kit-web@3.4.1
|
|
23
|
+
- @contractspec/lib.knowledge@3.4.1
|
|
24
|
+
- @contractspec/lib.ui-link@3.4.1
|
|
25
|
+
- @contractspec/lib.logger@3.4.1
|
|
26
|
+
- @contractspec/lib.schema@3.4.1
|
|
27
|
+
|
|
28
|
+
## 3.4.0
|
|
29
|
+
|
|
30
|
+
### Minor Changes
|
|
31
|
+
|
|
32
|
+
- 0ee467a: feat: improve ai and customization
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [0ee467a]
|
|
37
|
+
- Updated dependencies [56ee8e6]
|
|
38
|
+
- @contractspec/lib.contracts-runtime-server-graphql@3.4.0
|
|
39
|
+
- @contractspec/lib.contracts-runtime-server-rest@3.4.0
|
|
40
|
+
- @contractspec/lib.contracts-runtime-server-mcp@3.4.0
|
|
41
|
+
- @contractspec/lib.contracts-integrations@3.4.0
|
|
42
|
+
- @contractspec/module.context-storage@0.4.0
|
|
43
|
+
- @contractspec/lib.contracts-library@3.4.0
|
|
44
|
+
- @contractspec/lib.example-shared-ui@3.4.0
|
|
45
|
+
- @contractspec/lib.provider-ranking@0.4.0
|
|
46
|
+
- @contractspec/lib.runtime-sandbox@2.4.0
|
|
47
|
+
- @contractspec/lib.contracts-spec@3.4.0
|
|
48
|
+
- @contractspec/lib.design-system@3.4.0
|
|
49
|
+
- @contractspec/lib.content-gen@3.4.0
|
|
50
|
+
- @contractspec/module.examples@3.4.0
|
|
51
|
+
- @contractspec/lib.ui-kit-web@3.4.0
|
|
52
|
+
- @contractspec/lib.knowledge@3.4.0
|
|
53
|
+
- @contractspec/lib.ui-link@3.4.0
|
|
54
|
+
- @contractspec/lib.logger@3.4.0
|
|
55
|
+
- @contractspec/lib.schema@3.4.0
|
|
56
|
+
|
|
3
57
|
## 3.3.0
|
|
4
58
|
|
|
5
59
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -2137,21 +2137,21 @@
|
|
|
2137
2137
|
},
|
|
2138
2138
|
"dependencies": {
|
|
2139
2139
|
"@apollo/client": "^4.1.6",
|
|
2140
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
2141
|
-
"@contractspec/lib.contracts-library": "3.
|
|
2142
|
-
"@contractspec/lib.content-gen": "3.
|
|
2143
|
-
"@contractspec/lib.contracts-runtime-server-mcp": "3.
|
|
2144
|
-
"@contractspec/lib.design-system": "3.
|
|
2145
|
-
"@contractspec/lib.provider-ranking": "0.
|
|
2146
|
-
"@contractspec/lib.example-shared-ui": "3.
|
|
2147
|
-
"@contractspec/lib.knowledge": "3.
|
|
2148
|
-
"@contractspec/lib.logger": "3.
|
|
2149
|
-
"@contractspec/lib.runtime-sandbox": "2.
|
|
2150
|
-
"@contractspec/lib.schema": "3.
|
|
2151
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
2152
|
-
"@contractspec/lib.ui-link": "3.
|
|
2153
|
-
"@contractspec/module.context-storage": "0.
|
|
2154
|
-
"@contractspec/module.examples": "3.
|
|
2140
|
+
"@contractspec/lib.contracts-spec": "3.4.1",
|
|
2141
|
+
"@contractspec/lib.contracts-library": "3.4.1",
|
|
2142
|
+
"@contractspec/lib.content-gen": "3.4.1",
|
|
2143
|
+
"@contractspec/lib.contracts-runtime-server-mcp": "3.4.1",
|
|
2144
|
+
"@contractspec/lib.design-system": "3.4.1",
|
|
2145
|
+
"@contractspec/lib.provider-ranking": "0.4.1",
|
|
2146
|
+
"@contractspec/lib.example-shared-ui": "3.4.1",
|
|
2147
|
+
"@contractspec/lib.knowledge": "3.4.1",
|
|
2148
|
+
"@contractspec/lib.logger": "3.4.1",
|
|
2149
|
+
"@contractspec/lib.runtime-sandbox": "2.4.1",
|
|
2150
|
+
"@contractspec/lib.schema": "3.4.1",
|
|
2151
|
+
"@contractspec/lib.ui-kit-web": "3.4.1",
|
|
2152
|
+
"@contractspec/lib.ui-link": "3.4.1",
|
|
2153
|
+
"@contractspec/module.context-storage": "0.4.1",
|
|
2154
|
+
"@contractspec/module.examples": "3.4.1",
|
|
2155
2155
|
"@dnd-kit/core": "^6.1.0",
|
|
2156
2156
|
"@dnd-kit/sortable": "^10.0.0",
|
|
2157
2157
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -2166,16 +2166,16 @@
|
|
|
2166
2166
|
"posthog-react-native": "^4.37.1",
|
|
2167
2167
|
"react-hook-form": "^7.71.2",
|
|
2168
2168
|
"zod": "^4.3.5",
|
|
2169
|
-
"@contractspec/lib.contracts-integrations": "3.
|
|
2170
|
-
"@contractspec/lib.contracts-runtime-server-rest": "3.
|
|
2171
|
-
"@contractspec/lib.contracts-runtime-server-graphql": "3.
|
|
2169
|
+
"@contractspec/lib.contracts-integrations": "3.4.1",
|
|
2170
|
+
"@contractspec/lib.contracts-runtime-server-rest": "3.4.1",
|
|
2171
|
+
"@contractspec/lib.contracts-runtime-server-graphql": "3.4.1"
|
|
2172
2172
|
},
|
|
2173
2173
|
"devDependencies": {
|
|
2174
2174
|
"@types/react": "~19.2.14",
|
|
2175
|
-
"@contractspec/tool.typescript": "3.
|
|
2175
|
+
"@contractspec/tool.typescript": "3.4.1",
|
|
2176
2176
|
"typescript": "^5.9.3",
|
|
2177
2177
|
"@types/bun": "~1.3.10",
|
|
2178
|
-
"@contractspec/tool.bun": "3.
|
|
2178
|
+
"@contractspec/tool.bun": "3.4.1"
|
|
2179
2179
|
},
|
|
2180
2180
|
"publishConfig": {
|
|
2181
2181
|
"access": "public",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "ai-support-bot/ai-support-bot",
|
|
4
|
+
"title": "ai-support-bot",
|
|
5
|
+
"summary": "AI support ticket classification and resolution using grounded knowledge\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: ai, support, knowledge, tickets",
|
|
6
|
+
"route": "/docs/reference/ai-support-bot/ai-support-bot",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "ai-support-bot/ai-support-bot.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "calendar-google/calendar-google",
|
|
4
|
+
"title": "calendar-google",
|
|
5
|
+
"summary": "Google Calendar integration with OAuth, event listing, and sync\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: calendar, google, integration, oauth",
|
|
6
|
+
"route": "/docs/reference/calendar-google/calendar-google",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "calendar-google/calendar-google.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "content-generation/content-generation",
|
|
4
|
+
"title": "content-generation",
|
|
5
|
+
"summary": "AI content generation for blog posts, landing pages, emails, and social media\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: content, ai, generation",
|
|
6
|
+
"route": "/docs/reference/content-generation/content-generation",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "content-generation/content-generation.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "email-gmail/email-gmail",
|
|
4
|
+
"title": "email-gmail",
|
|
5
|
+
"summary": "Gmail integration with OAuth, inbound thread reading, and outbound messaging\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: email, gmail, integration, oauth",
|
|
6
|
+
"route": "/docs/reference/email-gmail/email-gmail",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "email-gmail/email-gmail.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "in-app-docs/in-app-docs",
|
|
4
|
+
"title": "in-app-docs",
|
|
5
|
+
"summary": "DocBlock-based in-app documentation viewer for non-technical users\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: docs, in-app, viewer\n- **File**: `packages/examples/in-app-docs/src/in-app-docs.feature.ts`",
|
|
6
|
+
"route": "/docs/reference/in-app-docs/in-app-docs",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "in-app-docs/in-app-docs.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "integration-posthog/integration-posthog",
|
|
4
|
+
"title": "integration-posthog",
|
|
5
|
+
"summary": "PostHog analytics integration with event capture, HogQL, and feature flags\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: integration, posthog, analytics, feature-flags",
|
|
6
|
+
"route": "/docs/reference/integration-posthog/integration-posthog",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "integration-posthog/integration-posthog.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "integration-stripe/integration-stripe",
|
|
4
|
+
"title": "integration-stripe",
|
|
5
|
+
"summary": "Stripe payments integration with blueprint, workflow, and tenant configuration\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, stripe, payments",
|
|
6
|
+
"route": "/docs/reference/integration-stripe/integration-stripe",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "integration-stripe/integration-stripe.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "integration-supabase/integration-supabase",
|
|
4
|
+
"title": "integration-supabase",
|
|
5
|
+
"summary": "Supabase integration with vector store and Postgres database wiring\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @integration-team\n- **Tags**: integration, supabase, vector-store, postgres",
|
|
6
|
+
"route": "/docs/reference/integration-supabase/integration-supabase",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "integration-supabase/integration-supabase.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "knowledge-canon/knowledge-canon",
|
|
4
|
+
"title": "knowledge-canon",
|
|
5
|
+
"summary": "Curated product knowledge space with blueprint, tenant config, and FAQ workflow\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: knowledge, canon, faq",
|
|
6
|
+
"route": "/docs/reference/knowledge-canon/knowledge-canon",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "knowledge-canon/knowledge-canon.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey-ambient-coach/learning-journey-ambient-coach",
|
|
4
|
+
"title": "learning-journey-ambient-coach",
|
|
5
|
+
"summary": "Contextual coaching track with ambient tips and follow-up actions\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, coaching, ambient, journey",
|
|
6
|
+
"route": "/docs/reference/learning-journey-ambient-coach/learning-journey-ambient-coach",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey-ambient-coach/learning-journey-ambient-coach.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey-duo-drills/learning-journey-duo-drills",
|
|
4
|
+
"title": "learning-journey-duo-drills",
|
|
5
|
+
"summary": "Drill-based learning with spaced repetition, XP, and streaks\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, drills, srs, gamification\n- **File**: `packages/examples/learning-journey-duo-drills/src/learning-journey-duo-drills.feature.ts`",
|
|
6
|
+
"route": "/docs/reference/learning-journey-duo-drills/learning-journey-duo-drills",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey-duo-drills/learning-journey-duo-drills.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey-quest-challenges/learning-journey-quest-challenges",
|
|
4
|
+
"title": "learning-journey-quest-challenges",
|
|
5
|
+
"summary": "Quest and challenge-based learning with deadlines and completion tracking\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, quests, challenges, gamification",
|
|
6
|
+
"route": "/docs/reference/learning-journey-quest-challenges/learning-journey-quest-challenges",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey-quest-challenges/learning-journey-quest-challenges.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey-ui-coaching/learning-journey-ui-coaching",
|
|
4
|
+
"title": "learning-journey-ui-coaching",
|
|
5
|
+
"summary": "Coaching UI with tip cards, engagement tracking, and multi-view navigation\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, ui, coaching, tips",
|
|
6
|
+
"route": "/docs/reference/learning-journey-ui-coaching/learning-journey-ui-coaching",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey-ui-coaching/learning-journey-ui-coaching.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey-ui-gamified/learning-journey-ui-gamified",
|
|
4
|
+
"title": "learning-journey-ui-gamified",
|
|
5
|
+
"summary": "Gamified learning UI with drills, quests, flash cards, and mastery rings\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, ui, gamified, drills",
|
|
6
|
+
"route": "/docs/reference/learning-journey-ui-gamified/learning-journey-ui-gamified",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey-ui-gamified/learning-journey-ui-gamified.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey-ui-onboarding/learning-journey-ui-onboarding",
|
|
4
|
+
"title": "learning-journey-ui-onboarding",
|
|
5
|
+
"summary": "Developer onboarding UI with checklists, journey maps, and step-by-step progress\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, ui, onboarding, checklists",
|
|
6
|
+
"route": "/docs/reference/learning-journey-ui-onboarding/learning-journey-ui-onboarding",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey-ui-onboarding/learning-journey-ui-onboarding.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-journey-ui-shared/learning-journey-ui-shared",
|
|
4
|
+
"title": "learning-journey-ui-shared",
|
|
5
|
+
"summary": "Shared learning-journey UI components including XpBar, StreakCounter, and BadgeDisplay\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, ui, shared, components",
|
|
6
|
+
"route": "/docs/reference/learning-journey-ui-shared/learning-journey-ui-shared",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-journey-ui-shared/learning-journey-ui-shared.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "learning-patterns/learning-patterns",
|
|
4
|
+
"title": "learning-patterns",
|
|
5
|
+
"summary": "Learning archetypes (drills, ambient-coach, quests) via event-driven track specs\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: learning, patterns, archetypes, tracks",
|
|
6
|
+
"route": "/docs/reference/learning-patterns/learning-patterns",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "learning-patterns/learning-patterns.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "lifecycle-cli/lifecycle-cli",
|
|
4
|
+
"title": "lifecycle-cli",
|
|
5
|
+
"summary": "CLI-based lifecycle assessment using the lifecycle-managed bundle\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: lifecycle, cli, assessment\n- **File**: `packages/examples/lifecycle-cli/src/lifecycle-cli.feature.ts`",
|
|
6
|
+
"route": "/docs/reference/lifecycle-cli/lifecycle-cli",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "lifecycle-cli/lifecycle-cli.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "lifecycle-dashboard/lifecycle-dashboard",
|
|
4
|
+
"title": "lifecycle-dashboard",
|
|
5
|
+
"summary": "Lifecycle API usage snippet with status cards and lifecycle-managed endpoints\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @examples\n- **Tags**: lifecycle, dashboard, status",
|
|
6
|
+
"route": "/docs/reference/lifecycle-dashboard/lifecycle-dashboard",
|
|
7
|
+
"source": "generated",
|
|
8
|
+
"contentPath": "lifecycle-dashboard/lifecycle-dashboard.md"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-03-
|
|
3
|
-
"total":
|
|
2
|
+
"generatedAt": "2026-03-08T23:25:43.502Z",
|
|
3
|
+
"total": 989,
|
|
4
4
|
"version": null,
|
|
5
5
|
"contentRoot": "../../../../../../../generated/docs",
|
|
6
6
|
"chunks": [
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"file": "docs-index.ai-chat.json",
|
|
20
20
|
"total": 13
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"key": "ai-support-bot",
|
|
24
|
+
"file": "docs-index.ai-support-bot.json",
|
|
25
|
+
"total": 1
|
|
26
|
+
},
|
|
22
27
|
{
|
|
23
28
|
"key": "analytics-dashboard",
|
|
24
29
|
"file": "docs-index.analytics-dashboard.json",
|
|
@@ -34,11 +39,26 @@
|
|
|
34
39
|
"file": "docs-index.audit-trail.json",
|
|
35
40
|
"total": 6
|
|
36
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"key": "calendar-google",
|
|
44
|
+
"file": "docs-index.calendar-google.json",
|
|
45
|
+
"total": 1
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"key": "content-generation",
|
|
49
|
+
"file": "docs-index.content-generation.json",
|
|
50
|
+
"total": 1
|
|
51
|
+
},
|
|
37
52
|
{
|
|
38
53
|
"key": "crm-pipeline",
|
|
39
54
|
"file": "docs-index.crm-pipeline.json",
|
|
40
55
|
"total": 20
|
|
41
56
|
},
|
|
57
|
+
{
|
|
58
|
+
"key": "email-gmail",
|
|
59
|
+
"file": "docs-index.email-gmail.json",
|
|
60
|
+
"total": 1
|
|
61
|
+
},
|
|
42
62
|
{
|
|
43
63
|
"key": "feature-flags",
|
|
44
64
|
"file": "docs-index.feature-flags.json",
|
|
@@ -59,11 +79,31 @@
|
|
|
59
79
|
"file": "docs-index.identity-rbac.json",
|
|
60
80
|
"total": 39
|
|
61
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"key": "in-app-docs",
|
|
84
|
+
"file": "docs-index.in-app-docs.json",
|
|
85
|
+
"total": 1
|
|
86
|
+
},
|
|
62
87
|
{
|
|
63
88
|
"key": "integration-hub",
|
|
64
89
|
"file": "docs-index.integration-hub.json",
|
|
65
90
|
"total": 33
|
|
66
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"key": "integration-posthog",
|
|
94
|
+
"file": "docs-index.integration-posthog.json",
|
|
95
|
+
"total": 1
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"key": "integration-stripe",
|
|
99
|
+
"file": "docs-index.integration-stripe.json",
|
|
100
|
+
"total": 1
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"key": "integration-supabase",
|
|
104
|
+
"file": "docs-index.integration-supabase.json",
|
|
105
|
+
"total": 1
|
|
106
|
+
},
|
|
67
107
|
{
|
|
68
108
|
"key": "jobs",
|
|
69
109
|
"file": "docs-index.jobs.json",
|
|
@@ -74,21 +114,41 @@
|
|
|
74
114
|
"file": "docs-index.kb-update-pipeline.json",
|
|
75
115
|
"total": 16
|
|
76
116
|
},
|
|
117
|
+
{
|
|
118
|
+
"key": "knowledge-canon",
|
|
119
|
+
"file": "docs-index.knowledge-canon.json",
|
|
120
|
+
"total": 1
|
|
121
|
+
},
|
|
77
122
|
{
|
|
78
123
|
"key": "learning-journey",
|
|
79
124
|
"file": "docs-index.learning-journey.json",
|
|
80
125
|
"total": 27
|
|
81
126
|
},
|
|
127
|
+
{
|
|
128
|
+
"key": "learning-journey-ambient-coach",
|
|
129
|
+
"file": "docs-index.learning-journey-ambient-coach.json",
|
|
130
|
+
"total": 1
|
|
131
|
+
},
|
|
82
132
|
{
|
|
83
133
|
"key": "learning-journey-crm-onboarding",
|
|
84
134
|
"file": "docs-index.learning-journey-crm-onboarding.json",
|
|
85
135
|
"total": 6
|
|
86
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"key": "learning-journey-duo-drills",
|
|
139
|
+
"file": "docs-index.learning-journey-duo-drills.json",
|
|
140
|
+
"total": 1
|
|
141
|
+
},
|
|
87
142
|
{
|
|
88
143
|
"key": "learning-journey-platform-tour",
|
|
89
144
|
"file": "docs-index.learning-journey-platform-tour.json",
|
|
90
145
|
"total": 6
|
|
91
146
|
},
|
|
147
|
+
{
|
|
148
|
+
"key": "learning-journey-quest-challenges",
|
|
149
|
+
"file": "docs-index.learning-journey-quest-challenges.json",
|
|
150
|
+
"total": 1
|
|
151
|
+
},
|
|
92
152
|
{
|
|
93
153
|
"key": "learning-journey-registry",
|
|
94
154
|
"file": "docs-index.learning-journey-registry.json",
|
|
@@ -99,6 +159,41 @@
|
|
|
99
159
|
"file": "docs-index.learning-journey-studio-onboarding.json",
|
|
100
160
|
"total": 6
|
|
101
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"key": "learning-journey-ui-coaching",
|
|
164
|
+
"file": "docs-index.learning-journey-ui-coaching.json",
|
|
165
|
+
"total": 1
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"key": "learning-journey-ui-gamified",
|
|
169
|
+
"file": "docs-index.learning-journey-ui-gamified.json",
|
|
170
|
+
"total": 1
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"key": "learning-journey-ui-onboarding",
|
|
174
|
+
"file": "docs-index.learning-journey-ui-onboarding.json",
|
|
175
|
+
"total": 1
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"key": "learning-journey-ui-shared",
|
|
179
|
+
"file": "docs-index.learning-journey-ui-shared.json",
|
|
180
|
+
"total": 1
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"key": "learning-patterns",
|
|
184
|
+
"file": "docs-index.learning-patterns.json",
|
|
185
|
+
"total": 1
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"key": "lifecycle-cli",
|
|
189
|
+
"file": "docs-index.lifecycle-cli.json",
|
|
190
|
+
"total": 1
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"key": "lifecycle-dashboard",
|
|
194
|
+
"file": "docs-index.lifecycle-dashboard.json",
|
|
195
|
+
"total": 1
|
|
196
|
+
},
|
|
102
197
|
{
|
|
103
198
|
"key": "locale-jurisdiction-gate",
|
|
104
199
|
"file": "docs-index.locale-jurisdiction-gate.json",
|
|
@@ -114,11 +209,21 @@
|
|
|
114
209
|
"file": "docs-index.meeting-recorder.json",
|
|
115
210
|
"total": 6
|
|
116
211
|
},
|
|
212
|
+
{
|
|
213
|
+
"key": "meeting-recorder-providers",
|
|
214
|
+
"file": "docs-index.meeting-recorder-providers.json",
|
|
215
|
+
"total": 1
|
|
216
|
+
},
|
|
117
217
|
{
|
|
118
218
|
"key": "metrics",
|
|
119
219
|
"file": "docs-index.metrics.json",
|
|
120
220
|
"total": 25
|
|
121
221
|
},
|
|
222
|
+
{
|
|
223
|
+
"key": "minimal",
|
|
224
|
+
"file": "docs-index.minimal.json",
|
|
225
|
+
"total": 2
|
|
226
|
+
},
|
|
122
227
|
{
|
|
123
228
|
"key": "notifications",
|
|
124
229
|
"file": "docs-index.notifications.json",
|
|
@@ -129,6 +234,46 @@
|
|
|
129
234
|
"file": "docs-index.openbanking.json",
|
|
130
235
|
"total": 8
|
|
131
236
|
},
|
|
237
|
+
{
|
|
238
|
+
"key": "openbanking-powens",
|
|
239
|
+
"file": "docs-index.openbanking-powens.json",
|
|
240
|
+
"total": 1
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"key": "opencode-cli",
|
|
244
|
+
"file": "docs-index.opencode-cli.json",
|
|
245
|
+
"total": 2
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"key": "personalization",
|
|
249
|
+
"file": "docs-index.personalization.json",
|
|
250
|
+
"total": 1
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"key": "platform.acp",
|
|
254
|
+
"file": "docs-index.platform-acp.json",
|
|
255
|
+
"total": 9
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"key": "platform.agent",
|
|
259
|
+
"file": "docs-index.platform-agent.json",
|
|
260
|
+
"total": 12
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"key": "platform.context",
|
|
264
|
+
"file": "docs-index.platform-context.json",
|
|
265
|
+
"total": 7
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"key": "platform.database",
|
|
269
|
+
"file": "docs-index.platform-database.json",
|
|
270
|
+
"total": 6
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"key": "platform.docs",
|
|
274
|
+
"file": "docs-index.platform-docs.json",
|
|
275
|
+
"total": 10
|
|
276
|
+
},
|
|
132
277
|
{
|
|
133
278
|
"key": "platform.integrations",
|
|
134
279
|
"file": "docs-index.platform-integrations.json",
|
|
@@ -139,6 +284,11 @@
|
|
|
139
284
|
"file": "docs-index.platform-knowledge.json",
|
|
140
285
|
"total": 7
|
|
141
286
|
},
|
|
287
|
+
{
|
|
288
|
+
"key": "platform.provider-ranking",
|
|
289
|
+
"file": "docs-index.platform-provider-ranking.json",
|
|
290
|
+
"total": 12
|
|
291
|
+
},
|
|
142
292
|
{
|
|
143
293
|
"key": "pocket-family-office",
|
|
144
294
|
"file": "docs-index.pocket-family-office.json",
|
|
@@ -149,6 +299,16 @@
|
|
|
149
299
|
"file": "docs-index.policy-safe-knowledge-assistant.json",
|
|
150
300
|
"total": 1
|
|
151
301
|
},
|
|
302
|
+
{
|
|
303
|
+
"key": "product-intent",
|
|
304
|
+
"file": "docs-index.product-intent.json",
|
|
305
|
+
"total": 1
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"key": "project-management-sync",
|
|
309
|
+
"file": "docs-index.project-management-sync.json",
|
|
310
|
+
"total": 1
|
|
311
|
+
},
|
|
152
312
|
{
|
|
153
313
|
"key": "saas-boilerplate",
|
|
154
314
|
"file": "docs-index.saas-boilerplate.json",
|
|
@@ -177,7 +337,22 @@
|
|
|
177
337
|
{
|
|
178
338
|
"key": "video-api-showcase",
|
|
179
339
|
"file": "docs-index.video-api-showcase.json",
|
|
180
|
-
"total":
|
|
340
|
+
"total": 4
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"key": "video-docs-terminal",
|
|
344
|
+
"file": "docs-index.video-docs-terminal.json",
|
|
345
|
+
"total": 1
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"key": "video-marketing-clip",
|
|
349
|
+
"file": "docs-index.video-marketing-clip.json",
|
|
350
|
+
"total": 1
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"key": "voice-providers",
|
|
354
|
+
"file": "docs-index.voice-providers.json",
|
|
355
|
+
"total": 1
|
|
181
356
|
},
|
|
182
357
|
{
|
|
183
358
|
"key": "wealth-snapshot",
|