@contractspec/bundle.library 3.2.0 → 3.4.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.
Files changed (47) hide show
  1. package/.turbo/turbo-build.log +602 -601
  2. package/.turbo/turbo-prebuild.log +2 -1
  3. package/CHANGELOG.md +71 -0
  4. package/dist/application/index.js +1 -1
  5. package/dist/application/mcp/cliMcp.js +1 -1
  6. package/dist/application/mcp/index.js +1 -1
  7. package/dist/node/application/index.js +1 -1
  8. package/dist/node/application/mcp/cliMcp.js +1 -1
  9. package/dist/node/application/mcp/index.js +1 -1
  10. package/package.json +21 -21
  11. package/src/components/docs/generated/docs-index.ai-support-bot.json +10 -0
  12. package/src/components/docs/generated/docs-index.calendar-google.json +10 -0
  13. package/src/components/docs/generated/docs-index.content-generation.json +10 -0
  14. package/src/components/docs/generated/docs-index.email-gmail.json +10 -0
  15. package/src/components/docs/generated/docs-index.in-app-docs.json +10 -0
  16. package/src/components/docs/generated/docs-index.integration-posthog.json +10 -0
  17. package/src/components/docs/generated/docs-index.integration-stripe.json +10 -0
  18. package/src/components/docs/generated/docs-index.integration-supabase.json +10 -0
  19. package/src/components/docs/generated/docs-index.knowledge-canon.json +10 -0
  20. package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +10 -0
  21. package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +10 -0
  22. package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +10 -0
  23. package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +10 -0
  24. package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +10 -0
  25. package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +10 -0
  26. package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +10 -0
  27. package/src/components/docs/generated/docs-index.learning-patterns.json +10 -0
  28. package/src/components/docs/generated/docs-index.lifecycle-cli.json +10 -0
  29. package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +10 -0
  30. package/src/components/docs/generated/docs-index.manifest.json +178 -3
  31. package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +10 -0
  32. package/src/components/docs/generated/docs-index.minimal.json +18 -0
  33. package/src/components/docs/generated/docs-index.openbanking-powens.json +10 -0
  34. package/src/components/docs/generated/docs-index.opencode-cli.json +18 -0
  35. package/src/components/docs/generated/docs-index.personalization.json +10 -0
  36. package/src/components/docs/generated/docs-index.platform-acp.json +74 -0
  37. package/src/components/docs/generated/docs-index.platform-agent.json +98 -0
  38. package/src/components/docs/generated/docs-index.platform-context.json +58 -0
  39. package/src/components/docs/generated/docs-index.platform-database.json +50 -0
  40. package/src/components/docs/generated/docs-index.platform-docs.json +82 -0
  41. package/src/components/docs/generated/docs-index.platform-provider-ranking.json +98 -0
  42. package/src/components/docs/generated/docs-index.product-intent.json +10 -0
  43. package/src/components/docs/generated/docs-index.project-management-sync.json +10 -0
  44. package/src/components/docs/generated/docs-index.video-api-showcase.json +8 -0
  45. package/src/components/docs/generated/docs-index.video-docs-terminal.json +10 -0
  46. package/src/components/docs/generated/docs-index.video-marketing-clip.json +10 -0
  47. package/src/components/docs/generated/docs-index.voice-providers.json +10 -0
@@ -1 +1,2 @@
1
- $ contractspec-bun-build prebuild
1
+
2
+ $ contractspec-bun-build prebuild
package/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # @contractspec/bundle.library
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0ee467a: feat: improve ai and customization
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [0ee467a]
12
+ - Updated dependencies [56ee8e6]
13
+ - @contractspec/lib.contracts-runtime-server-graphql@3.4.0
14
+ - @contractspec/lib.contracts-runtime-server-rest@3.4.0
15
+ - @contractspec/lib.contracts-runtime-server-mcp@3.4.0
16
+ - @contractspec/lib.contracts-integrations@3.4.0
17
+ - @contractspec/module.context-storage@0.4.0
18
+ - @contractspec/lib.contracts-library@3.4.0
19
+ - @contractspec/lib.example-shared-ui@3.4.0
20
+ - @contractspec/lib.provider-ranking@0.4.0
21
+ - @contractspec/lib.runtime-sandbox@2.4.0
22
+ - @contractspec/lib.contracts-spec@3.4.0
23
+ - @contractspec/lib.design-system@3.4.0
24
+ - @contractspec/lib.content-gen@3.4.0
25
+ - @contractspec/module.examples@3.4.0
26
+ - @contractspec/lib.ui-kit-web@3.4.0
27
+ - @contractspec/lib.knowledge@3.4.0
28
+ - @contractspec/lib.ui-link@3.4.0
29
+ - @contractspec/lib.logger@3.4.0
30
+ - @contractspec/lib.schema@3.4.0
31
+
32
+ ## 3.3.0
33
+
34
+ ### Minor Changes
35
+
36
+ - 890a0da: fix: stability improvements
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [890a0da]
41
+ - Updated dependencies [575b316]
42
+ - @contractspec/lib.contracts-runtime-server-graphql@3.3.0
43
+ - @contractspec/lib.contracts-runtime-server-rest@3.3.0
44
+ - @contractspec/lib.contracts-runtime-server-mcp@3.3.0
45
+ - @contractspec/lib.contracts-integrations@3.3.0
46
+ - @contractspec/module.context-storage@0.3.0
47
+ - @contractspec/lib.contracts-library@3.3.0
48
+ - @contractspec/lib.example-shared-ui@3.3.0
49
+ - @contractspec/lib.provider-ranking@0.3.0
50
+ - @contractspec/lib.runtime-sandbox@2.3.0
51
+ - @contractspec/lib.contracts-spec@3.3.0
52
+ - @contractspec/lib.design-system@3.3.0
53
+ - @contractspec/lib.content-gen@3.3.0
54
+ - @contractspec/module.examples@3.3.0
55
+ - @contractspec/lib.ui-kit-web@3.3.0
56
+ - @contractspec/lib.knowledge@3.3.0
57
+ - @contractspec/lib.ui-link@3.3.0
58
+ - @contractspec/lib.logger@3.3.0
59
+ - @contractspec/lib.schema@3.3.0
60
+
61
+ ## 3.2.1
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [575b316]
66
+ - @contractspec/lib.contracts-integrations@3.2.1
67
+ - @contractspec/lib.content-gen@3.2.1
68
+ - @contractspec/lib.knowledge@3.2.1
69
+ - @contractspec/module.context-storage@0.2.1
70
+ - @contractspec/module.examples@3.2.1
71
+ - @contractspec/lib.design-system@3.2.1
72
+ - @contractspec/lib.example-shared-ui@3.2.1
73
+
3
74
  ## 3.2.0
4
75
 
5
76
  ### Minor Changes
@@ -401,7 +401,7 @@ import {
401
401
  } from "@contractspec/lib.contracts-spec";
402
402
  import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
403
403
  import z2 from "zod";
404
- var __dirname = "/home/runner/work/contractspec/contractspec/packages/bundles/library/src/application/mcp";
404
+ var __dirname = "/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/application/mcp";
405
405
  var CLI_DOC_PATHS = {
406
406
  quickstart: "packages/apps/cli-contractspec/QUICK_START.md",
407
407
  reference: "packages/apps/cli-contractspec/QUICK_REFERENCE.md",
@@ -212,7 +212,7 @@ import {
212
212
  } from "@contractspec/lib.contracts-spec";
213
213
  import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
214
214
  import z from "zod";
215
- var __dirname = "/home/runner/work/contractspec/contractspec/packages/bundles/library/src/application/mcp";
215
+ var __dirname = "/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/application/mcp";
216
216
  var CLI_DOC_PATHS = {
217
217
  quickstart: "packages/apps/cli-contractspec/QUICK_START.md",
218
218
  reference: "packages/apps/cli-contractspec/QUICK_REFERENCE.md",
@@ -375,7 +375,7 @@ import {
375
375
  } from "@contractspec/lib.contracts-spec";
376
376
  import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
377
377
  import z2 from "zod";
378
- var __dirname = "/home/runner/work/contractspec/contractspec/packages/bundles/library/src/application/mcp";
378
+ var __dirname = "/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/application/mcp";
379
379
  var CLI_DOC_PATHS = {
380
380
  quickstart: "packages/apps/cli-contractspec/QUICK_START.md",
381
381
  reference: "packages/apps/cli-contractspec/QUICK_REFERENCE.md",
@@ -400,7 +400,7 @@ import {
400
400
  } from "@contractspec/lib.contracts-spec";
401
401
  import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
402
402
  import z2 from "zod";
403
- var __dirname = "/home/runner/work/contractspec/contractspec/packages/bundles/library/src/application/mcp";
403
+ var __dirname = "/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/application/mcp";
404
404
  var CLI_DOC_PATHS = {
405
405
  quickstart: "packages/apps/cli-contractspec/QUICK_START.md",
406
406
  reference: "packages/apps/cli-contractspec/QUICK_REFERENCE.md",
@@ -211,7 +211,7 @@ import {
211
211
  } from "@contractspec/lib.contracts-spec";
212
212
  import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
213
213
  import z from "zod";
214
- var __dirname = "/home/runner/work/contractspec/contractspec/packages/bundles/library/src/application/mcp";
214
+ var __dirname = "/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/application/mcp";
215
215
  var CLI_DOC_PATHS = {
216
216
  quickstart: "packages/apps/cli-contractspec/QUICK_START.md",
217
217
  reference: "packages/apps/cli-contractspec/QUICK_REFERENCE.md",
@@ -374,7 +374,7 @@ import {
374
374
  } from "@contractspec/lib.contracts-spec";
375
375
  import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
376
376
  import z2 from "zod";
377
- var __dirname = "/home/runner/work/contractspec/contractspec/packages/bundles/library/src/application/mcp";
377
+ var __dirname = "/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/application/mcp";
378
378
  var CLI_DOC_PATHS = {
379
379
  quickstart: "packages/apps/cli-contractspec/QUICK_START.md",
380
380
  reference: "packages/apps/cli-contractspec/QUICK_REFERENCE.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.library",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
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.2.0",
2141
- "@contractspec/lib.contracts-library": "3.2.0",
2142
- "@contractspec/lib.content-gen": "3.2.0",
2143
- "@contractspec/lib.contracts-runtime-server-mcp": "3.2.0",
2144
- "@contractspec/lib.design-system": "3.2.0",
2145
- "@contractspec/lib.provider-ranking": "0.2.0",
2146
- "@contractspec/lib.example-shared-ui": "3.2.0",
2147
- "@contractspec/lib.knowledge": "3.2.0",
2148
- "@contractspec/lib.logger": "3.2.0",
2149
- "@contractspec/lib.runtime-sandbox": "2.2.0",
2150
- "@contractspec/lib.schema": "3.2.0",
2151
- "@contractspec/lib.ui-kit-web": "3.2.0",
2152
- "@contractspec/lib.ui-link": "3.2.0",
2153
- "@contractspec/module.context-storage": "0.2.0",
2154
- "@contractspec/module.examples": "3.2.0",
2140
+ "@contractspec/lib.contracts-spec": "3.4.0",
2141
+ "@contractspec/lib.contracts-library": "3.4.0",
2142
+ "@contractspec/lib.content-gen": "3.4.0",
2143
+ "@contractspec/lib.contracts-runtime-server-mcp": "3.4.0",
2144
+ "@contractspec/lib.design-system": "3.4.0",
2145
+ "@contractspec/lib.provider-ranking": "0.4.0",
2146
+ "@contractspec/lib.example-shared-ui": "3.4.0",
2147
+ "@contractspec/lib.knowledge": "3.4.0",
2148
+ "@contractspec/lib.logger": "3.4.0",
2149
+ "@contractspec/lib.runtime-sandbox": "2.4.0",
2150
+ "@contractspec/lib.schema": "3.4.0",
2151
+ "@contractspec/lib.ui-kit-web": "3.4.0",
2152
+ "@contractspec/lib.ui-link": "3.4.0",
2153
+ "@contractspec/module.context-storage": "0.4.0",
2154
+ "@contractspec/module.examples": "3.4.0",
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.2.0",
2170
- "@contractspec/lib.contracts-runtime-server-rest": "3.2.0",
2171
- "@contractspec/lib.contracts-runtime-server-graphql": "3.2.0"
2169
+ "@contractspec/lib.contracts-integrations": "3.4.0",
2170
+ "@contractspec/lib.contracts-runtime-server-rest": "3.4.0",
2171
+ "@contractspec/lib.contracts-runtime-server-graphql": "3.4.0"
2172
2172
  },
2173
2173
  "devDependencies": {
2174
2174
  "@types/react": "~19.2.14",
2175
- "@contractspec/tool.typescript": "3.2.0",
2175
+ "@contractspec/tool.typescript": "3.4.0",
2176
2176
  "typescript": "^5.9.3",
2177
2177
  "@types/bun": "~1.3.10",
2178
- "@contractspec/tool.bun": "3.2.0"
2178
+ "@contractspec/tool.bun": "3.4.0"
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
+ ]