@lssm/module.contractspec-examples 0.0.0-canary-20251217062139 → 0.0.0-canary-20251217072406
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 +75 -1
- package/dist/examples/agent-console/dist/example.js +49 -1
- package/dist/examples/ai-support-bot/dist/example.js +37 -1
- package/dist/examples/analytics-dashboard/dist/example.js +49 -1
- package/dist/examples/content-generation/dist/example.js +37 -1
- package/dist/examples/crm-pipeline/dist/example.js +44 -1
- package/dist/examples/integration-hub/dist/example.js +49 -1
- package/dist/examples/integration-stripe/dist/example.js +38 -1
- package/dist/examples/kb-update-pipeline/dist/example.js +41 -1
- package/dist/examples/knowledge-canon/dist/example.js +38 -1
- package/dist/examples/learning-journey-ambient-coach/src/example.js +34 -1
- package/dist/examples/learning-journey-crm-onboarding/dist/example.js +33 -1
- package/dist/examples/learning-journey-duo-drills/src/example.js +35 -1
- package/dist/examples/learning-journey-platform-tour/dist/example.js +37 -1
- package/dist/examples/learning-journey-quest-challenges/src/example.js +34 -1
- package/dist/examples/learning-journey-registry/dist/example.js +33 -1
- package/dist/examples/learning-journey-studio-onboarding/dist/example.js +33 -1
- package/dist/examples/learning-journey-ui-coaching/src/example.js +34 -1
- package/dist/examples/learning-journey-ui-gamified/src/example.js +34 -1
- package/dist/examples/learning-journey-ui-onboarding/src/example.js +34 -1
- package/dist/examples/learning-journey-ui-shared/src/example.js +34 -1
- package/dist/examples/learning-patterns/dist/example.js +33 -1
- package/dist/examples/lifecycle-cli/dist/example.js +36 -1
- package/dist/examples/lifecycle-dashboard/dist/example.js +34 -1
- package/dist/examples/locale-jurisdiction-gate/dist/example.js +38 -1
- package/dist/examples/marketplace/dist/example.js +49 -1
- package/dist/examples/openbanking-powens/dist/example.js +38 -1
- package/dist/examples/personalization/dist/example.js +37 -1
- package/dist/examples/policy-safe-knowledge-assistant/dist/example.js +45 -1
- package/dist/examples/saas-boilerplate/dist/example.js +44 -1
- package/dist/examples/service-business-os/dist/example.js +44 -1
- package/dist/examples/team-hub/dist/example.js +49 -1
- package/dist/examples/versioned-knowledge-base/dist/example.js +40 -1
- package/dist/examples/wealth-snapshot/dist/example.js +48 -1
- package/dist/examples/workflow-system/dist/example.js +49 -1
- package/dist/index.js +5 -1
- package/dist/registry.js +19 -1
- package/dist/validate.js +89 -1
- package/package.json +37 -37
package/dist/builtins.js
CHANGED
|
@@ -1 +1,75 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import { example_default } from "./examples/agent-console/dist/example.js";
|
|
2
|
+
import { example_default as example_default$1 } from "./examples/ai-support-bot/dist/example.js";
|
|
3
|
+
import { example_default as example_default$2 } from "./examples/analytics-dashboard/dist/example.js";
|
|
4
|
+
import { example_default as example_default$3 } from "./examples/content-generation/dist/example.js";
|
|
5
|
+
import { example_default as example_default$4 } from "./examples/crm-pipeline/dist/example.js";
|
|
6
|
+
import { example_default as example_default$5 } from "./examples/integration-hub/dist/example.js";
|
|
7
|
+
import { example_default as example_default$6 } from "./examples/integration-stripe/dist/example.js";
|
|
8
|
+
import { example_default as example_default$7 } from "./examples/kb-update-pipeline/dist/example.js";
|
|
9
|
+
import { example_default as example_default$8 } from "./examples/knowledge-canon/dist/example.js";
|
|
10
|
+
import { example_default as example_default$9 } from "./examples/learning-patterns/dist/example.js";
|
|
11
|
+
import example_default$10 from "./examples/learning-journey-ambient-coach/src/example.js";
|
|
12
|
+
import { example_default as example_default$11 } from "./examples/learning-journey-crm-onboarding/dist/example.js";
|
|
13
|
+
import example_default$12 from "./examples/learning-journey-duo-drills/src/example.js";
|
|
14
|
+
import { example_default as example_default$13 } from "./examples/learning-journey-platform-tour/dist/example.js";
|
|
15
|
+
import example_default$14 from "./examples/learning-journey-quest-challenges/src/example.js";
|
|
16
|
+
import { example_default as example_default$15 } from "./examples/learning-journey-registry/dist/example.js";
|
|
17
|
+
import { example_default as example_default$16 } from "./examples/learning-journey-studio-onboarding/dist/example.js";
|
|
18
|
+
import example_default$17 from "./examples/learning-journey-ui-coaching/src/example.js";
|
|
19
|
+
import example_default$18 from "./examples/learning-journey-ui-gamified/src/example.js";
|
|
20
|
+
import example_default$19 from "./examples/learning-journey-ui-onboarding/src/example.js";
|
|
21
|
+
import example_default$20 from "./examples/learning-journey-ui-shared/src/example.js";
|
|
22
|
+
import { example_default as example_default$21 } from "./examples/lifecycle-cli/dist/example.js";
|
|
23
|
+
import { example_default as example_default$22 } from "./examples/lifecycle-dashboard/dist/example.js";
|
|
24
|
+
import { example_default as example_default$23 } from "./examples/locale-jurisdiction-gate/dist/example.js";
|
|
25
|
+
import { example_default as example_default$24 } from "./examples/marketplace/dist/example.js";
|
|
26
|
+
import { example_default as example_default$25 } from "./examples/openbanking-powens/dist/example.js";
|
|
27
|
+
import { example_default as example_default$26 } from "./examples/personalization/dist/example.js";
|
|
28
|
+
import { example_default as example_default$27 } from "./examples/policy-safe-knowledge-assistant/dist/example.js";
|
|
29
|
+
import { example_default as example_default$28 } from "./examples/saas-boilerplate/dist/example.js";
|
|
30
|
+
import { example_default as example_default$29 } from "./examples/service-business-os/dist/example.js";
|
|
31
|
+
import { example_default as example_default$30 } from "./examples/team-hub/dist/example.js";
|
|
32
|
+
import { example_default as example_default$31 } from "./examples/versioned-knowledge-base/dist/example.js";
|
|
33
|
+
import { example_default as example_default$32 } from "./examples/wealth-snapshot/dist/example.js";
|
|
34
|
+
import { example_default as example_default$33 } from "./examples/workflow-system/dist/example.js";
|
|
35
|
+
|
|
36
|
+
//#region src/builtins.ts
|
|
37
|
+
const EXAMPLE_REGISTRY = [
|
|
38
|
+
example_default,
|
|
39
|
+
example_default$1,
|
|
40
|
+
example_default$2,
|
|
41
|
+
example_default$3,
|
|
42
|
+
example_default$4,
|
|
43
|
+
example_default$5,
|
|
44
|
+
example_default$6,
|
|
45
|
+
example_default$7,
|
|
46
|
+
example_default$8,
|
|
47
|
+
example_default$9,
|
|
48
|
+
example_default$10,
|
|
49
|
+
example_default$11,
|
|
50
|
+
example_default$12,
|
|
51
|
+
example_default$13,
|
|
52
|
+
example_default$14,
|
|
53
|
+
example_default$15,
|
|
54
|
+
example_default$16,
|
|
55
|
+
example_default$17,
|
|
56
|
+
example_default$18,
|
|
57
|
+
example_default$19,
|
|
58
|
+
example_default$20,
|
|
59
|
+
example_default$21,
|
|
60
|
+
example_default$22,
|
|
61
|
+
example_default$23,
|
|
62
|
+
example_default$24,
|
|
63
|
+
example_default$25,
|
|
64
|
+
example_default$26,
|
|
65
|
+
example_default$27,
|
|
66
|
+
example_default$28,
|
|
67
|
+
example_default$29,
|
|
68
|
+
example_default$30,
|
|
69
|
+
example_default$31,
|
|
70
|
+
example_default$32,
|
|
71
|
+
example_default$33
|
|
72
|
+
];
|
|
73
|
+
|
|
74
|
+
//#endregion
|
|
75
|
+
export { EXAMPLE_REGISTRY };
|
|
@@ -1 +1,49 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/agent-console/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "agent-console",
|
|
4
|
+
title: "Agent Console",
|
|
5
|
+
summary: "AI agent ops console: tools, agents, runs, logs, and metrics (spec-first, regenerable).",
|
|
6
|
+
tags: [
|
|
7
|
+
"ai",
|
|
8
|
+
"agents",
|
|
9
|
+
"tools",
|
|
10
|
+
"orchestration"
|
|
11
|
+
],
|
|
12
|
+
kind: "template",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: {
|
|
15
|
+
rootDocId: "docs.examples.agent-console.reference",
|
|
16
|
+
goalDocId: "docs.examples.agent-console.goal",
|
|
17
|
+
usageDocId: "docs.examples.agent-console.usage",
|
|
18
|
+
constraintsDocId: "docs.examples.agent-console.constraints"
|
|
19
|
+
},
|
|
20
|
+
entrypoints: {
|
|
21
|
+
packageName: "@lssm/example.agent-console",
|
|
22
|
+
feature: "./feature",
|
|
23
|
+
contracts: "./contracts",
|
|
24
|
+
presentations: "./presentations",
|
|
25
|
+
handlers: "./handlers",
|
|
26
|
+
docs: "./docs"
|
|
27
|
+
},
|
|
28
|
+
surfaces: {
|
|
29
|
+
templates: true,
|
|
30
|
+
sandbox: {
|
|
31
|
+
enabled: true,
|
|
32
|
+
modes: [
|
|
33
|
+
"playground",
|
|
34
|
+
"specs",
|
|
35
|
+
"builder",
|
|
36
|
+
"markdown",
|
|
37
|
+
"evolution"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
studio: {
|
|
41
|
+
enabled: true,
|
|
42
|
+
installable: true
|
|
43
|
+
},
|
|
44
|
+
mcp: { enabled: true }
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
//#endregion
|
|
49
|
+
export { example_default };
|
|
@@ -1 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/ai-support-bot/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "ai-support-bot",
|
|
4
|
+
title: "AI Support Bot",
|
|
5
|
+
summary: "Classify and resolve a support ticket (with a drafted response) using the support-bot and knowledge libraries.",
|
|
6
|
+
tags: [
|
|
7
|
+
"support",
|
|
8
|
+
"ai",
|
|
9
|
+
"tickets",
|
|
10
|
+
"knowledge"
|
|
11
|
+
],
|
|
12
|
+
kind: "script",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: {
|
|
15
|
+
rootDocId: "docs.examples.ai-support-bot",
|
|
16
|
+
usageDocId: "docs.examples.ai-support-bot.usage"
|
|
17
|
+
},
|
|
18
|
+
entrypoints: {
|
|
19
|
+
packageName: "@lssm/example.ai-support-bot",
|
|
20
|
+
docs: "./docs"
|
|
21
|
+
},
|
|
22
|
+
surfaces: {
|
|
23
|
+
templates: true,
|
|
24
|
+
sandbox: {
|
|
25
|
+
enabled: true,
|
|
26
|
+
modes: ["markdown"]
|
|
27
|
+
},
|
|
28
|
+
studio: {
|
|
29
|
+
enabled: true,
|
|
30
|
+
installable: true
|
|
31
|
+
},
|
|
32
|
+
mcp: { enabled: true }
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
//#endregion
|
|
37
|
+
export { example_default };
|
|
@@ -1 +1,49 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/analytics-dashboard/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "analytics-dashboard",
|
|
4
|
+
title: "Analytics Dashboard",
|
|
5
|
+
summary: "Tenant-scoped dashboards, widgets, query builder, and scheduled reports (spec-first widgets/queries).",
|
|
6
|
+
tags: [
|
|
7
|
+
"analytics",
|
|
8
|
+
"dashboards",
|
|
9
|
+
"bi",
|
|
10
|
+
"queries"
|
|
11
|
+
],
|
|
12
|
+
kind: "template",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: {
|
|
15
|
+
rootDocId: "docs.examples.analytics-dashboard",
|
|
16
|
+
goalDocId: "docs.examples.analytics-dashboard.goal",
|
|
17
|
+
usageDocId: "docs.examples.analytics-dashboard.usage",
|
|
18
|
+
constraintsDocId: "docs.examples.analytics-dashboard.constraints"
|
|
19
|
+
},
|
|
20
|
+
entrypoints: {
|
|
21
|
+
packageName: "@lssm/example.analytics-dashboard",
|
|
22
|
+
feature: "./feature",
|
|
23
|
+
contracts: "./contracts",
|
|
24
|
+
presentations: "./presentations",
|
|
25
|
+
handlers: "./handlers",
|
|
26
|
+
docs: "./docs"
|
|
27
|
+
},
|
|
28
|
+
surfaces: {
|
|
29
|
+
templates: true,
|
|
30
|
+
sandbox: {
|
|
31
|
+
enabled: true,
|
|
32
|
+
modes: [
|
|
33
|
+
"playground",
|
|
34
|
+
"specs",
|
|
35
|
+
"builder",
|
|
36
|
+
"markdown",
|
|
37
|
+
"evolution"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
studio: {
|
|
41
|
+
enabled: true,
|
|
42
|
+
installable: true
|
|
43
|
+
},
|
|
44
|
+
mcp: { enabled: true }
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
//#endregion
|
|
49
|
+
export { example_default };
|
|
@@ -1 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/content-generation/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "content-generation",
|
|
4
|
+
title: "Content Generation",
|
|
5
|
+
summary: "Generate blog/landing/email/social/SEO assets from a typed ContentBrief using @lssm/lib.content-gen.",
|
|
6
|
+
tags: [
|
|
7
|
+
"content",
|
|
8
|
+
"marketing",
|
|
9
|
+
"generation",
|
|
10
|
+
"ai"
|
|
11
|
+
],
|
|
12
|
+
kind: "script",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: {
|
|
15
|
+
rootDocId: "docs.examples.content-generation",
|
|
16
|
+
usageDocId: "docs.examples.content-generation.usage"
|
|
17
|
+
},
|
|
18
|
+
entrypoints: {
|
|
19
|
+
packageName: "@lssm/example.content-generation",
|
|
20
|
+
docs: "./docs"
|
|
21
|
+
},
|
|
22
|
+
surfaces: {
|
|
23
|
+
templates: true,
|
|
24
|
+
sandbox: {
|
|
25
|
+
enabled: true,
|
|
26
|
+
modes: ["markdown"]
|
|
27
|
+
},
|
|
28
|
+
studio: {
|
|
29
|
+
enabled: true,
|
|
30
|
+
installable: true
|
|
31
|
+
},
|
|
32
|
+
mcp: { enabled: true }
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
//#endregion
|
|
37
|
+
export { example_default };
|
|
@@ -1 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/crm-pipeline/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "crm-pipeline",
|
|
4
|
+
title: "CRM Pipeline",
|
|
5
|
+
summary: "Sales CRM with contacts, companies, deals, pipelines, and tasks.",
|
|
6
|
+
tags: [
|
|
7
|
+
"crm",
|
|
8
|
+
"sales",
|
|
9
|
+
"pipeline",
|
|
10
|
+
"deals"
|
|
11
|
+
],
|
|
12
|
+
kind: "template",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: { rootDocId: "docs.examples.crm-pipeline" },
|
|
15
|
+
entrypoints: {
|
|
16
|
+
packageName: "@lssm/example.crm-pipeline",
|
|
17
|
+
feature: "./feature",
|
|
18
|
+
contracts: "./contracts",
|
|
19
|
+
presentations: "./presentations",
|
|
20
|
+
handlers: "./handlers",
|
|
21
|
+
docs: "./docs"
|
|
22
|
+
},
|
|
23
|
+
surfaces: {
|
|
24
|
+
templates: true,
|
|
25
|
+
sandbox: {
|
|
26
|
+
enabled: true,
|
|
27
|
+
modes: [
|
|
28
|
+
"playground",
|
|
29
|
+
"specs",
|
|
30
|
+
"builder",
|
|
31
|
+
"markdown",
|
|
32
|
+
"evolution"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
studio: {
|
|
36
|
+
enabled: true,
|
|
37
|
+
installable: true
|
|
38
|
+
},
|
|
39
|
+
mcp: { enabled: true }
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
44
|
+
export { example_default };
|
|
@@ -1 +1,49 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/integration-hub/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "integration-hub",
|
|
4
|
+
title: "Integration Hub",
|
|
5
|
+
summary: "Provider-agnostic integration center with connectors, connections, field mappings, and sync logs.",
|
|
6
|
+
tags: [
|
|
7
|
+
"integrations",
|
|
8
|
+
"sync",
|
|
9
|
+
"etl",
|
|
10
|
+
"connectors"
|
|
11
|
+
],
|
|
12
|
+
kind: "template",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: {
|
|
15
|
+
rootDocId: "docs.examples.integration-hub",
|
|
16
|
+
goalDocId: "docs.examples.integration-hub.goal",
|
|
17
|
+
usageDocId: "docs.examples.integration-hub.usage",
|
|
18
|
+
constraintsDocId: "docs.examples.integration-hub.constraints"
|
|
19
|
+
},
|
|
20
|
+
entrypoints: {
|
|
21
|
+
packageName: "@lssm/example.integration-hub",
|
|
22
|
+
feature: "./feature",
|
|
23
|
+
contracts: "./contracts",
|
|
24
|
+
presentations: "./presentations",
|
|
25
|
+
handlers: "./handlers",
|
|
26
|
+
docs: "./docs"
|
|
27
|
+
},
|
|
28
|
+
surfaces: {
|
|
29
|
+
templates: true,
|
|
30
|
+
sandbox: {
|
|
31
|
+
enabled: true,
|
|
32
|
+
modes: [
|
|
33
|
+
"playground",
|
|
34
|
+
"specs",
|
|
35
|
+
"builder",
|
|
36
|
+
"markdown",
|
|
37
|
+
"evolution"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
studio: {
|
|
41
|
+
enabled: true,
|
|
42
|
+
installable: true
|
|
43
|
+
},
|
|
44
|
+
mcp: { enabled: true }
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
//#endregion
|
|
49
|
+
export { example_default };
|
|
@@ -1 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/integration-stripe/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "integration-stripe",
|
|
4
|
+
title: "Integration — Stripe Payments",
|
|
5
|
+
summary: "Wire AppBlueprint + Workflow + TenantAppConfig to enable Stripe-backed payments (spec-first integration pattern).",
|
|
6
|
+
tags: [
|
|
7
|
+
"stripe",
|
|
8
|
+
"payments",
|
|
9
|
+
"integration",
|
|
10
|
+
"blueprint",
|
|
11
|
+
"workflow"
|
|
12
|
+
],
|
|
13
|
+
kind: "integration",
|
|
14
|
+
visibility: "public",
|
|
15
|
+
docs: {
|
|
16
|
+
rootDocId: "docs.examples.integration-stripe",
|
|
17
|
+
usageDocId: "docs.examples.integration-stripe.usage"
|
|
18
|
+
},
|
|
19
|
+
entrypoints: {
|
|
20
|
+
packageName: "@lssm/example.integration-stripe",
|
|
21
|
+
docs: "./docs"
|
|
22
|
+
},
|
|
23
|
+
surfaces: {
|
|
24
|
+
templates: true,
|
|
25
|
+
sandbox: {
|
|
26
|
+
enabled: true,
|
|
27
|
+
modes: ["markdown", "specs"]
|
|
28
|
+
},
|
|
29
|
+
studio: {
|
|
30
|
+
enabled: true,
|
|
31
|
+
installable: true
|
|
32
|
+
},
|
|
33
|
+
mcp: { enabled: true }
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
//#endregion
|
|
38
|
+
export { example_default };
|
|
@@ -1 +1,41 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/kb-update-pipeline/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "kb-update-pipeline",
|
|
4
|
+
title: "KB Update Pipeline",
|
|
5
|
+
summary: "Automation proposes KB updates; humans verify; everything audited and notified.",
|
|
6
|
+
tags: [
|
|
7
|
+
"knowledge",
|
|
8
|
+
"pipeline",
|
|
9
|
+
"hitl",
|
|
10
|
+
"audit"
|
|
11
|
+
],
|
|
12
|
+
kind: "knowledge",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: { rootDocId: "docs.examples.kb-update-pipeline" },
|
|
15
|
+
entrypoints: {
|
|
16
|
+
packageName: "@lssm/example.kb-update-pipeline",
|
|
17
|
+
feature: "./feature",
|
|
18
|
+
contracts: "./contracts",
|
|
19
|
+
handlers: "./handlers",
|
|
20
|
+
docs: "./docs"
|
|
21
|
+
},
|
|
22
|
+
surfaces: {
|
|
23
|
+
templates: true,
|
|
24
|
+
sandbox: {
|
|
25
|
+
enabled: true,
|
|
26
|
+
modes: [
|
|
27
|
+
"markdown",
|
|
28
|
+
"specs",
|
|
29
|
+
"builder"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
studio: {
|
|
33
|
+
enabled: true,
|
|
34
|
+
installable: true
|
|
35
|
+
},
|
|
36
|
+
mcp: { enabled: true }
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
//#endregion
|
|
41
|
+
export { example_default };
|
|
@@ -1 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/knowledge-canon/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "knowledge-canon",
|
|
4
|
+
title: "Knowledge Canon (Product Canon space)",
|
|
5
|
+
summary: "Bind a canonical knowledge space to a tenant and route assistant/workflow requests to the right sources (blueprint + app config pattern).",
|
|
6
|
+
tags: [
|
|
7
|
+
"knowledge",
|
|
8
|
+
"canon",
|
|
9
|
+
"app-config",
|
|
10
|
+
"agents",
|
|
11
|
+
"workflows"
|
|
12
|
+
],
|
|
13
|
+
kind: "knowledge",
|
|
14
|
+
visibility: "public",
|
|
15
|
+
docs: {
|
|
16
|
+
rootDocId: "docs.examples.knowledge-canon",
|
|
17
|
+
usageDocId: "docs.examples.knowledge-canon.usage"
|
|
18
|
+
},
|
|
19
|
+
entrypoints: {
|
|
20
|
+
packageName: "@lssm/example.knowledge-canon",
|
|
21
|
+
docs: "./docs"
|
|
22
|
+
},
|
|
23
|
+
surfaces: {
|
|
24
|
+
templates: true,
|
|
25
|
+
sandbox: {
|
|
26
|
+
enabled: true,
|
|
27
|
+
modes: ["markdown", "specs"]
|
|
28
|
+
},
|
|
29
|
+
studio: {
|
|
30
|
+
enabled: true,
|
|
31
|
+
installable: true
|
|
32
|
+
},
|
|
33
|
+
mcp: { enabled: true }
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
//#endregion
|
|
38
|
+
export { example_default };
|
|
@@ -1 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-ambient-coach/src/example.ts
|
|
2
|
+
const example = {
|
|
3
|
+
id: "learning-journey-ambient-coach",
|
|
4
|
+
title: "Learning Journey — Ambient Coach",
|
|
5
|
+
summary: "Ambient coaching pattern: lightweight nudges driven by context and recent progress.",
|
|
6
|
+
tags: [
|
|
7
|
+
"learning",
|
|
8
|
+
"coaching",
|
|
9
|
+
"ambient"
|
|
10
|
+
],
|
|
11
|
+
kind: "template",
|
|
12
|
+
visibility: "public",
|
|
13
|
+
docs: { rootDocId: "docs.learning-journey.ambient-coach" },
|
|
14
|
+
entrypoints: {
|
|
15
|
+
packageName: "@lssm/example.learning-journey-ambient-coach",
|
|
16
|
+
docs: "./docs"
|
|
17
|
+
},
|
|
18
|
+
surfaces: {
|
|
19
|
+
templates: true,
|
|
20
|
+
sandbox: {
|
|
21
|
+
enabled: true,
|
|
22
|
+
modes: ["playground", "markdown"]
|
|
23
|
+
},
|
|
24
|
+
studio: {
|
|
25
|
+
enabled: true,
|
|
26
|
+
installable: true
|
|
27
|
+
},
|
|
28
|
+
mcp: { enabled: true }
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
var example_default = example;
|
|
32
|
+
|
|
33
|
+
//#endregion
|
|
34
|
+
export { example_default as default };
|
|
@@ -1 +1,33 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-crm-onboarding/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "learning-journey-crm-onboarding",
|
|
4
|
+
title: "Learning Journey — CRM First Win",
|
|
5
|
+
summary: "Onboarding track for CRM Pipeline driving users from empty CRM to first closed-won deal.",
|
|
6
|
+
tags: [
|
|
7
|
+
"learning",
|
|
8
|
+
"crm",
|
|
9
|
+
"onboarding"
|
|
10
|
+
],
|
|
11
|
+
kind: "template",
|
|
12
|
+
visibility: "public",
|
|
13
|
+
docs: { rootDocId: "docs.learning-journey.crm-onboarding" },
|
|
14
|
+
entrypoints: {
|
|
15
|
+
packageName: "@lssm/example.learning-journey-crm-onboarding",
|
|
16
|
+
docs: "./docs"
|
|
17
|
+
},
|
|
18
|
+
surfaces: {
|
|
19
|
+
templates: true,
|
|
20
|
+
sandbox: {
|
|
21
|
+
enabled: true,
|
|
22
|
+
modes: ["playground", "markdown"]
|
|
23
|
+
},
|
|
24
|
+
studio: {
|
|
25
|
+
enabled: true,
|
|
26
|
+
installable: true
|
|
27
|
+
},
|
|
28
|
+
mcp: { enabled: true }
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
//#endregion
|
|
33
|
+
export { example_default };
|
|
@@ -1 +1,35 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-duo-drills/src/example.ts
|
|
2
|
+
const example = {
|
|
3
|
+
id: "learning-journey-duo-drills",
|
|
4
|
+
title: "Learning Journey — Duo Drills",
|
|
5
|
+
summary: "Short drill/SRS example with XP and streak hooks for language, finance, or ContractSpec concept drills.",
|
|
6
|
+
tags: [
|
|
7
|
+
"learning",
|
|
8
|
+
"drills",
|
|
9
|
+
"srs",
|
|
10
|
+
"xp"
|
|
11
|
+
],
|
|
12
|
+
kind: "template",
|
|
13
|
+
visibility: "public",
|
|
14
|
+
docs: { rootDocId: "docs.learning-journey.duo-drills" },
|
|
15
|
+
entrypoints: {
|
|
16
|
+
packageName: "@lssm/example.learning-journey-duo-drills",
|
|
17
|
+
docs: "./docs"
|
|
18
|
+
},
|
|
19
|
+
surfaces: {
|
|
20
|
+
templates: true,
|
|
21
|
+
sandbox: {
|
|
22
|
+
enabled: true,
|
|
23
|
+
modes: ["playground", "markdown"]
|
|
24
|
+
},
|
|
25
|
+
studio: {
|
|
26
|
+
enabled: true,
|
|
27
|
+
installable: true
|
|
28
|
+
},
|
|
29
|
+
mcp: { enabled: true }
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
var example_default = example;
|
|
33
|
+
|
|
34
|
+
//#endregion
|
|
35
|
+
export { example_default as default };
|
|
@@ -1 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
//#region ../../examples/learning-journey-platform-tour/dist/example.js
|
|
2
|
+
var example_default = {
|
|
3
|
+
id: "learning-journey-platform-tour",
|
|
4
|
+
title: "Learning Journey — Platform Tour",
|
|
5
|
+
summary: "Learning journey track + contracts + presentations for a platform tour.",
|
|
6
|
+
tags: [
|
|
7
|
+
"learning",
|
|
8
|
+
"journey",
|
|
9
|
+
"platform-tour"
|
|
10
|
+
],
|
|
11
|
+
kind: "template",
|
|
12
|
+
visibility: "public",
|
|
13
|
+
docs: {
|
|
14
|
+
rootDocId: "docs.examples.platform-tour",
|
|
15
|
+
goalDocId: "docs.examples.platform-tour.goal",
|
|
16
|
+
usageDocId: "docs.examples.platform-tour.usage"
|
|
17
|
+
},
|
|
18
|
+
entrypoints: {
|
|
19
|
+
packageName: "@lssm/example.learning-journey-platform-tour",
|
|
20
|
+
docs: "./docs"
|
|
21
|
+
},
|
|
22
|
+
surfaces: {
|
|
23
|
+
templates: true,
|
|
24
|
+
sandbox: {
|
|
25
|
+
enabled: true,
|
|
26
|
+
modes: ["markdown", "playground"]
|
|
27
|
+
},
|
|
28
|
+
studio: {
|
|
29
|
+
enabled: true,
|
|
30
|
+
installable: true
|
|
31
|
+
},
|
|
32
|
+
mcp: { enabled: true }
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
//#endregion
|
|
37
|
+
export { example_default };
|