@lssm/module.contractspec-examples 0.0.0-canary-20251217062139 → 0.0.0-canary-20251217060834
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/dist/builtins.js +1 -1
- package/package.json +37 -37
- package/dist/examples/agent-console/dist/example.js +0 -1
- package/dist/examples/ai-support-bot/dist/example.js +0 -1
- package/dist/examples/analytics-dashboard/dist/example.js +0 -1
- package/dist/examples/content-generation/dist/example.js +0 -1
- package/dist/examples/crm-pipeline/dist/example.js +0 -1
- package/dist/examples/integration-hub/dist/example.js +0 -1
- package/dist/examples/integration-stripe/dist/example.js +0 -1
- package/dist/examples/kb-update-pipeline/dist/example.js +0 -1
- package/dist/examples/knowledge-canon/dist/example.js +0 -1
- package/dist/examples/learning-journey-ambient-coach/src/example.js +0 -1
- package/dist/examples/learning-journey-crm-onboarding/dist/example.js +0 -1
- package/dist/examples/learning-journey-duo-drills/src/example.js +0 -1
- package/dist/examples/learning-journey-platform-tour/dist/example.js +0 -1
- package/dist/examples/learning-journey-quest-challenges/src/example.js +0 -1
- package/dist/examples/learning-journey-registry/dist/example.js +0 -1
- package/dist/examples/learning-journey-studio-onboarding/dist/example.js +0 -1
- package/dist/examples/learning-journey-ui-coaching/src/example.js +0 -1
- package/dist/examples/learning-journey-ui-gamified/src/example.js +0 -1
- package/dist/examples/learning-journey-ui-onboarding/src/example.js +0 -1
- package/dist/examples/learning-journey-ui-shared/src/example.js +0 -1
- package/dist/examples/learning-patterns/dist/example.js +0 -1
- package/dist/examples/lifecycle-cli/dist/example.js +0 -1
- package/dist/examples/lifecycle-dashboard/dist/example.js +0 -1
- package/dist/examples/locale-jurisdiction-gate/dist/example.js +0 -1
- package/dist/examples/marketplace/dist/example.js +0 -1
- package/dist/examples/openbanking-powens/dist/example.js +0 -1
- package/dist/examples/personalization/dist/example.js +0 -1
- package/dist/examples/policy-safe-knowledge-assistant/dist/example.js +0 -1
- package/dist/examples/saas-boilerplate/dist/example.js +0 -1
- package/dist/examples/service-business-os/dist/example.js +0 -1
- package/dist/examples/team-hub/dist/example.js +0 -1
- package/dist/examples/versioned-knowledge-base/dist/example.js +0 -1
- package/dist/examples/wealth-snapshot/dist/example.js +0 -1
- package/dist/examples/workflow-system/dist/example.js +0 -1
package/dist/builtins.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"@lssm/example.agent-console/example";import t from"@lssm/example.ai-support-bot/example";import n from"@lssm/example.analytics-dashboard/example";import r from"@lssm/example.content-generation/example";import i from"@lssm/example.crm-pipeline/example";import a from"@lssm/example.integration-hub/example";import o from"@lssm/example.integration-stripe/example";import s from"@lssm/example.kb-update-pipeline/example";import c from"@lssm/example.knowledge-canon/example";import l from"@lssm/example.learning-patterns/example";import u from"@lssm/example.learning-journey-ambient-coach/example";import d from"@lssm/example.learning-journey-crm-onboarding/example";import f from"@lssm/example.learning-journey-duo-drills/example";import p from"@lssm/example.learning-journey-platform-tour/example";import m from"@lssm/example.learning-journey-quest-challenges/example";import h from"@lssm/example.learning-journey-registry/example";import g from"@lssm/example.learning-journey-studio-onboarding/example";import _ from"@lssm/example.learning-journey-ui-coaching/example";import v from"@lssm/example.learning-journey-ui-gamified/example";import y from"@lssm/example.learning-journey-ui-onboarding/example";import b from"@lssm/example.learning-journey-ui-shared/example";import x from"@lssm/example.lifecycle-cli/example";import S from"@lssm/example.lifecycle-dashboard/example";import C from"@lssm/example.locale-jurisdiction-gate/example";import w from"@lssm/example.marketplace/example";import T from"@lssm/example.openbanking-powens/example";import E from"@lssm/example.personalization/example";import D from"@lssm/example.policy-safe-knowledge-assistant/example";import O from"@lssm/example.saas-boilerplate/example";import k from"@lssm/example.service-business-os/example";import A from"@lssm/example.team-hub/example";import j from"@lssm/example.versioned-knowledge-base/example";import M from"@lssm/example.wealth-snapshot/example";import N from"@lssm/example.workflow-system/example";const P=[e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b,x,S,C,w,T,E,D,O,k,A,j,M,N];export{P as EXAMPLE_REGISTRY};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/module.contractspec-examples",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251217060834",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -23,45 +23,45 @@
|
|
|
23
23
|
"test": "bun run"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@lssm/example.agent-console": "0.0.0-canary-
|
|
27
|
-
"@lssm/example.ai-support-bot": "0.0.0-canary-
|
|
28
|
-
"@lssm/example.analytics-dashboard": "0.0.0-canary-
|
|
29
|
-
"@lssm/example.content-generation": "0.0.0-canary-
|
|
30
|
-
"@lssm/example.crm-pipeline": "0.0.0-canary-
|
|
31
|
-
"@lssm/example.integration-hub": "0.0.0-canary-
|
|
32
|
-
"@lssm/example.integration-stripe": "0.0.0-canary-
|
|
33
|
-
"@lssm/example.kb-update-pipeline": "0.0.0-canary-
|
|
34
|
-
"@lssm/example.knowledge-canon": "0.0.0-canary-
|
|
35
|
-
"@lssm/example.learning-patterns": "0.0.0-canary-
|
|
36
|
-
"@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-
|
|
37
|
-
"@lssm/example.learning-journey-crm-onboarding": "0.0.0-canary-
|
|
38
|
-
"@lssm/example.learning-journey-duo-drills": "0.0.0-canary-
|
|
39
|
-
"@lssm/example.learning-journey-platform-tour": "0.0.0-canary-
|
|
40
|
-
"@lssm/example.learning-journey-quest-challenges": "0.0.0-canary-
|
|
41
|
-
"@lssm/example.learning-journey-registry": "0.0.0-canary-
|
|
42
|
-
"@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-
|
|
43
|
-
"@lssm/example.learning-journey-ui-coaching": "0.0.0-canary-
|
|
44
|
-
"@lssm/example.learning-journey-ui-gamified": "0.0.0-canary-
|
|
45
|
-
"@lssm/example.learning-journey-ui-onboarding": "0.0.0-canary-
|
|
46
|
-
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-
|
|
47
|
-
"@lssm/example.lifecycle-cli": "0.0.0-canary-
|
|
48
|
-
"@lssm/example.lifecycle-dashboard": "0.0.0-canary-
|
|
49
|
-
"@lssm/example.locale-jurisdiction-gate": "0.0.0-canary-
|
|
50
|
-
"@lssm/example.marketplace": "0.0.0-canary-
|
|
51
|
-
"@lssm/example.openbanking-powens": "0.0.0-canary-
|
|
52
|
-
"@lssm/example.personalization": "0.0.0-canary-
|
|
53
|
-
"@lssm/example.policy-safe-knowledge-assistant": "0.0.0-canary-
|
|
54
|
-
"@lssm/example.saas-boilerplate": "0.0.0-canary-
|
|
55
|
-
"@lssm/example.service-business-os": "0.0.0-canary-
|
|
56
|
-
"@lssm/example.versioned-knowledge-base": "0.0.0-canary-
|
|
57
|
-
"@lssm/example.team-hub": "0.0.0-canary-
|
|
58
|
-
"@lssm/example.wealth-snapshot": "0.0.0-canary-
|
|
59
|
-
"@lssm/example.workflow-system": "0.0.0-canary-
|
|
26
|
+
"@lssm/example.agent-console": "0.0.0-canary-20251217060834",
|
|
27
|
+
"@lssm/example.ai-support-bot": "0.0.0-canary-20251217060834",
|
|
28
|
+
"@lssm/example.analytics-dashboard": "0.0.0-canary-20251217060834",
|
|
29
|
+
"@lssm/example.content-generation": "0.0.0-canary-20251217060834",
|
|
30
|
+
"@lssm/example.crm-pipeline": "0.0.0-canary-20251217060834",
|
|
31
|
+
"@lssm/example.integration-hub": "0.0.0-canary-20251217060834",
|
|
32
|
+
"@lssm/example.integration-stripe": "0.0.0-canary-20251217060834",
|
|
33
|
+
"@lssm/example.kb-update-pipeline": "0.0.0-canary-20251217060834",
|
|
34
|
+
"@lssm/example.knowledge-canon": "0.0.0-canary-20251217060834",
|
|
35
|
+
"@lssm/example.learning-patterns": "0.0.0-canary-20251217060834",
|
|
36
|
+
"@lssm/example.learning-journey-ambient-coach": "0.0.0-canary-20251217060834",
|
|
37
|
+
"@lssm/example.learning-journey-crm-onboarding": "0.0.0-canary-20251217060834",
|
|
38
|
+
"@lssm/example.learning-journey-duo-drills": "0.0.0-canary-20251217060834",
|
|
39
|
+
"@lssm/example.learning-journey-platform-tour": "0.0.0-canary-20251217060834",
|
|
40
|
+
"@lssm/example.learning-journey-quest-challenges": "0.0.0-canary-20251217060834",
|
|
41
|
+
"@lssm/example.learning-journey-registry": "0.0.0-canary-20251217060834",
|
|
42
|
+
"@lssm/example.learning-journey-studio-onboarding": "0.0.0-canary-20251217060834",
|
|
43
|
+
"@lssm/example.learning-journey-ui-coaching": "0.0.0-canary-20251217060834",
|
|
44
|
+
"@lssm/example.learning-journey-ui-gamified": "0.0.0-canary-20251217060834",
|
|
45
|
+
"@lssm/example.learning-journey-ui-onboarding": "0.0.0-canary-20251217060834",
|
|
46
|
+
"@lssm/example.learning-journey-ui-shared": "0.0.0-canary-20251217060834",
|
|
47
|
+
"@lssm/example.lifecycle-cli": "0.0.0-canary-20251217060834",
|
|
48
|
+
"@lssm/example.lifecycle-dashboard": "0.0.0-canary-20251217060834",
|
|
49
|
+
"@lssm/example.locale-jurisdiction-gate": "0.0.0-canary-20251217060834",
|
|
50
|
+
"@lssm/example.marketplace": "0.0.0-canary-20251217060834",
|
|
51
|
+
"@lssm/example.openbanking-powens": "0.0.0-canary-20251217060834",
|
|
52
|
+
"@lssm/example.personalization": "0.0.0-canary-20251217060834",
|
|
53
|
+
"@lssm/example.policy-safe-knowledge-assistant": "0.0.0-canary-20251217060834",
|
|
54
|
+
"@lssm/example.saas-boilerplate": "0.0.0-canary-20251217060834",
|
|
55
|
+
"@lssm/example.service-business-os": "0.0.0-canary-20251217060834",
|
|
56
|
+
"@lssm/example.versioned-knowledge-base": "0.0.0-canary-20251217060834",
|
|
57
|
+
"@lssm/example.team-hub": "0.0.0-canary-20251217060834",
|
|
58
|
+
"@lssm/example.wealth-snapshot": "0.0.0-canary-20251217060834",
|
|
59
|
+
"@lssm/example.workflow-system": "0.0.0-canary-20251217060834",
|
|
60
60
|
"zod": "^4.1.13"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
64
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
63
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251217060834",
|
|
64
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251217060834",
|
|
65
65
|
"tsdown": "^0.17.4",
|
|
66
66
|
"typescript": "^5.9.3"
|
|
67
67
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`agent-console`,title:`Agent Console`,summary:`AI agent ops console: tools, agents, runs, logs, and metrics (spec-first, regenerable).`,tags:[`ai`,`agents`,`tools`,`orchestration`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.agent-console.reference`,goalDocId:`docs.examples.agent-console.goal`,usageDocId:`docs.examples.agent-console.usage`,constraintsDocId:`docs.examples.agent-console.constraints`},entrypoints:{packageName:`@lssm/example.agent-console`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`ai-support-bot`,title:`AI Support Bot`,summary:`Classify and resolve a support ticket (with a drafted response) using the support-bot and knowledge libraries.`,tags:[`support`,`ai`,`tickets`,`knowledge`],kind:`script`,visibility:`public`,docs:{rootDocId:`docs.examples.ai-support-bot`,usageDocId:`docs.examples.ai-support-bot.usage`},entrypoints:{packageName:`@lssm/example.ai-support-bot`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`analytics-dashboard`,title:`Analytics Dashboard`,summary:`Tenant-scoped dashboards, widgets, query builder, and scheduled reports (spec-first widgets/queries).`,tags:[`analytics`,`dashboards`,`bi`,`queries`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.analytics-dashboard`,goalDocId:`docs.examples.analytics-dashboard.goal`,usageDocId:`docs.examples.analytics-dashboard.usage`,constraintsDocId:`docs.examples.analytics-dashboard.constraints`},entrypoints:{packageName:`@lssm/example.analytics-dashboard`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as example_default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`content-generation`,title:`Content Generation`,summary:`Generate blog/landing/email/social/SEO assets from a typed ContentBrief using @lssm/lib.content-gen.`,tags:[`content`,`marketing`,`generation`,`ai`],kind:`script`,visibility:`public`,docs:{rootDocId:`docs.examples.content-generation`,usageDocId:`docs.examples.content-generation.usage`},entrypoints:{packageName:`@lssm/example.content-generation`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`crm-pipeline`,title:`CRM Pipeline`,summary:`Sales CRM with contacts, companies, deals, pipelines, and tasks.`,tags:[`crm`,`sales`,`pipeline`,`deals`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.crm-pipeline`},entrypoints:{packageName:`@lssm/example.crm-pipeline`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`integration-hub`,title:`Integration Hub`,summary:`Provider-agnostic integration center with connectors, connections, field mappings, and sync logs.`,tags:[`integrations`,`sync`,`etl`,`connectors`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.integration-hub`,goalDocId:`docs.examples.integration-hub.goal`,usageDocId:`docs.examples.integration-hub.usage`,constraintsDocId:`docs.examples.integration-hub.constraints`},entrypoints:{packageName:`@lssm/example.integration-hub`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`integration-stripe`,title:`Integration — Stripe Payments`,summary:`Wire AppBlueprint + Workflow + TenantAppConfig to enable Stripe-backed payments (spec-first integration pattern).`,tags:[`stripe`,`payments`,`integration`,`blueprint`,`workflow`],kind:`integration`,visibility:`public`,docs:{rootDocId:`docs.examples.integration-stripe`,usageDocId:`docs.examples.integration-stripe.usage`},entrypoints:{packageName:`@lssm/example.integration-stripe`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`kb-update-pipeline`,title:`KB Update Pipeline`,summary:`Automation proposes KB updates; humans verify; everything audited and notified.`,tags:[`knowledge`,`pipeline`,`hitl`,`audit`],kind:`knowledge`,visibility:`public`,docs:{rootDocId:`docs.examples.kb-update-pipeline`},entrypoints:{packageName:`@lssm/example.kb-update-pipeline`,feature:`./feature`,contracts:`./contracts`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`,`builder`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`knowledge-canon`,title:`Knowledge Canon (Product Canon space)`,summary:`Bind a canonical knowledge space to a tenant and route assistant/workflow requests to the right sources (blueprint + app config pattern).`,tags:[`knowledge`,`canon`,`app-config`,`agents`,`workflows`],kind:`knowledge`,visibility:`public`,docs:{rootDocId:`docs.examples.knowledge-canon`,usageDocId:`docs.examples.knowledge-canon.usage`},entrypoints:{packageName:`@lssm/example.knowledge-canon`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-ambient-coach`,title:`Learning Journey — Ambient Coach`,summary:`Ambient coaching pattern: lightweight nudges driven by context and recent progress.`,tags:[`learning`,`coaching`,`ambient`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.learning-journey.ambient-coach`},entrypoints:{packageName:`@lssm/example.learning-journey-ambient-coach`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-crm-onboarding`,title:`Learning Journey — CRM First Win`,summary:`Onboarding track for CRM Pipeline driving users from empty CRM to first closed-won deal.`,tags:[`learning`,`crm`,`onboarding`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.learning-journey.crm-onboarding`},entrypoints:{packageName:`@lssm/example.learning-journey-crm-onboarding`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-duo-drills`,title:`Learning Journey — Duo Drills`,summary:`Short drill/SRS example with XP and streak hooks for language, finance, or ContractSpec concept drills.`,tags:[`learning`,`drills`,`srs`,`xp`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.learning-journey.duo-drills`},entrypoints:{packageName:`@lssm/example.learning-journey-duo-drills`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-platform-tour`,title:`Learning Journey — Platform Tour`,summary:`Learning journey track + contracts + presentations for a platform tour.`,tags:[`learning`,`journey`,`platform-tour`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.platform-tour`,goalDocId:`docs.examples.platform-tour.goal`,usageDocId:`docs.examples.platform-tour.usage`},entrypoints:{packageName:`@lssm/example.learning-journey-platform-tour`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`playground`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-quest-challenges`,title:`Learning Journey — Quest Challenges`,summary:`Quest/challenge pattern: multi-step goals with progress events, rewards, and streak hooks.`,tags:[`learning`,`quests`,`challenges`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.learning-journey.quest-challenges`},entrypoints:{packageName:`@lssm/example.learning-journey-quest-challenges`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-registry`,title:`Learning Journey Registry`,summary:`Registry of learning journey tracks + presentations + UI mini-app bindings.`,tags:[`learning`,`journey`,`registry`],kind:`library`,visibility:`public`,docs:{rootDocId:`docs.examples.learning-journey-registry`},entrypoints:{packageName:`@lssm/example.learning-journey-registry`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-studio-onboarding`,title:`Learning Journey — Studio Getting Started`,summary:`Onboarding track guiding a new Studio user through template spawn, spec edit, regeneration, playground, and evolution.`,tags:[`learning`,`onboarding`,`studio`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.learning-journey.studio-onboarding`},entrypoints:{packageName:`@lssm/example.learning-journey-studio-onboarding`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-ui-coaching`,title:`Learning Journey UI — Coaching`,summary:`UI mini-app for coaching patterns: tips, engagement meter, progress.`,tags:[`learning`,`ui`,`coaching`],kind:`ui`,visibility:`public`,docs:{rootDocId:`docs.examples.learning-journey-ui-coaching`},entrypoints:{packageName:`@lssm/example.learning-journey-ui-coaching`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-ui-gamified`,title:`Learning Journey UI — Gamified`,summary:`UI mini-app for gamified learning: flashcards, mastery ring, calendar.`,tags:[`learning`,`ui`,`gamified`],kind:`ui`,visibility:`public`,docs:{rootDocId:`docs.examples.learning-journey-ui-gamified`},entrypoints:{packageName:`@lssm/example.learning-journey-ui-gamified`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-ui-onboarding`,title:`Learning Journey UI — Onboarding`,summary:`UI mini-app for onboarding patterns: checklists, code snippets, journey map.`,tags:[`learning`,`ui`,`onboarding`],kind:`ui`,visibility:`public`,docs:{rootDocId:`docs.examples.learning-journey-ui-onboarding`},entrypoints:{packageName:`@lssm/example.learning-journey-ui-onboarding`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-journey-ui-shared`,title:`Learning Journey UI — Shared`,summary:`Shared UI components and hooks for learning journey mini-apps.`,tags:[`learning`,`ui`,`shared`],kind:`ui`,visibility:`public`,docs:{rootDocId:`docs.examples.learning-journey-ui-shared`},entrypoints:{packageName:`@lssm/example.learning-journey-ui-shared`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`learning-patterns`,title:`Learning Patterns`,summary:`Domain-agnostic learning archetypes implemented as Learning Journey tracks.`,tags:[`learning`,`journey`,`patterns`],kind:`library`,visibility:`public`,docs:{rootDocId:`docs.examples.learning-patterns`},entrypoints:{packageName:`@lssm/example.learning-patterns`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`lifecycle-cli`,title:`Lifecycle CLI`,summary:`Tiny script showing how to run the lifecycle managed service from a CLI (no HTTP server required).`,tags:[`lifecycle`,`cli`,`demo`],kind:`script`,visibility:`public`,docs:{rootDocId:`docs.examples.lifecycle-cli`,usageDocId:`docs.examples.lifecycle-cli.usage`},entrypoints:{packageName:`@lssm/example.lifecycle-cli`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`lifecycle-dashboard`,title:`Lifecycle Dashboard (snippet)`,summary:`A minimal dashboard page pattern: call lifecycle-managed endpoints and render a mobile-friendly status card.`,tags:[`lifecycle`,`dashboard`,`nextjs`,`snippet`],kind:`blueprint`,visibility:`public`,docs:{rootDocId:`docs.examples.lifecycle-dashboard`},entrypoints:{packageName:`@lssm/example.lifecycle-dashboard`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`locale-jurisdiction-gate`,title:`Locale / Jurisdiction Gate`,summary:`Fail-closed gating for assistant calls: locale + jurisdiction + kbSnapshotId + allowedScope must be explicit, answers must cite a snapshot.`,tags:[`policy`,`locale`,`jurisdiction`,`assistant`,`gating`],kind:`knowledge`,visibility:`public`,docs:{rootDocId:`docs.examples.locale-jurisdiction-gate`},entrypoints:{packageName:`@lssm/example.locale-jurisdiction-gate`,feature:`./feature`,contracts:`./contracts`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`marketplace`,title:`Marketplace (2-sided)`,summary:`Two-sided marketplace with stores, products, orders, payouts, and reviews (multi-actor flows).`,tags:[`marketplace`,`orders`,`payouts`,`reviews`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.marketplace`,goalDocId:`docs.examples.marketplace.goal`,usageDocId:`docs.examples.marketplace.usage`,constraintsDocId:`docs.examples.marketplace.constraints`},entrypoints:{packageName:`@lssm/example.marketplace`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`openbanking-powens`,title:`Open Banking — Powens`,summary:`OAuth callback + webhook handler patterns for Powens open banking integration (provider + workflow orchestration).`,tags:[`openbanking`,`powens`,`oauth`,`webhooks`,`integrations`],kind:`integration`,visibility:`public`,docs:{rootDocId:`docs.examples.openbanking-powens`,usageDocId:`docs.examples.openbanking-powens.usage`},entrypoints:{packageName:`@lssm/example.openbanking-powens`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`personalization`,title:`Personalization Patterns`,summary:`Small examples for behavior tracking, overlay-based UI customization, and tenant workflow extension.`,tags:[`personalization`,`overlays`,`behavior`,`workflows`],kind:`library`,visibility:`public`,docs:{rootDocId:`docs.examples.personalization`,usageDocId:`docs.examples.personalization.usage`},entrypoints:{packageName:`@lssm/example.personalization`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`policy-safe-knowledge-assistant`,title:`Policy-safe Knowledge Assistant`,summary:`All-in-one template: locale/jurisdiction gating + versioned KB snapshots + HITL update pipeline + learning hub.`,tags:[`assistant`,`knowledge`,`policy`,`hitl`,`learning`],kind:`template`,visibility:`public`,docs:{goalDocId:`docs.examples.policy-safe-knowledge-assistant.goal`,usageDocId:`docs.examples.policy-safe-knowledge-assistant.usage`},entrypoints:{packageName:`@lssm/example.policy-safe-knowledge-assistant`,feature:`./feature`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`saas-boilerplate`,title:`SaaS Boilerplate`,summary:`Multi-tenant SaaS foundation with orgs, projects, settings, billing usage, and RBAC.`,tags:[`saas`,`multi-tenant`,`billing`,`rbac`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.saas-boilerplate`},entrypoints:{packageName:`@lssm/example.saas-boilerplate`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`service-business-os`,title:`Service Business OS`,summary:`Service business operating system: jobs, clients, scheduling, invoicing, and ops dashboards.`,tags:[`service-business`,`jobs`,`scheduling`,`invoicing`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.service-business-os`},entrypoints:{packageName:`@lssm/example.service-business-os`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`team-hub`,title:`Team Hub`,summary:`Internal collaboration hub with spaces, tasks, rituals, and announcements.`,tags:[`tasks`,`rituals`,`announcements`,`collaboration`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.team-hub`,goalDocId:`docs.examples.team-hub.goal`,usageDocId:`docs.examples.team-hub.usage`,constraintsDocId:`docs.examples.team-hub.constraints`},entrypoints:{packageName:`@lssm/example.team-hub`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`versioned-knowledge-base`,title:`Versioned Knowledge Base`,summary:`Curated KB with immutable sources, reviewable rule versions, and published snapshots.`,tags:[`knowledge`,`versioning`,`snapshots`],kind:`knowledge`,visibility:`public`,docs:{rootDocId:`docs.examples.versioned-knowledge-base`},entrypoints:{packageName:`@lssm/example.versioned-knowledge-base`,feature:`./feature`,contracts:`./contracts`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`markdown`,`specs`,`builder`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`wealth-snapshot`,title:`Wealth Snapshot`,summary:`Simple wealth overview with accounts, assets, liabilities, goals, and net-worth snapshots.`,tags:[`finance`,`net-worth`,`goals`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.wealth-snapshot`,goalDocId:`docs.examples.wealth-snapshot.goal`,usageDocId:`docs.examples.wealth-snapshot.usage`,constraintsDocId:`docs.examples.wealth-snapshot.constraints`},entrypoints:{packageName:`@lssm/example.wealth-snapshot`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={id:`workflow-system`,title:`Workflow / Approval System`,summary:`State-machine driven approvals with RBAC, audit trail, notifications, and jobs.`,tags:[`workflow`,`approval`,`state-machine`,`rbac`],kind:`template`,visibility:`public`,docs:{rootDocId:`docs.examples.workflow-system`,goalDocId:`docs.examples.workflow-system.goal`,usageDocId:`docs.examples.workflow-system.usage`,constraintsDocId:`docs.examples.workflow-system.constraints`},entrypoints:{packageName:`@lssm/example.workflow-system`,feature:`./feature`,contracts:`./contracts`,presentations:`./presentations`,handlers:`./handlers`,docs:`./docs`},surfaces:{templates:!0,sandbox:{enabled:!0,modes:[`playground`,`specs`,`builder`,`markdown`,`evolution`]},studio:{enabled:!0,installable:!0},mcp:{enabled:!0}}};export{e};
|