@lssm/example.learning-patterns 0.0.0-canary-20251217083314 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +50 -52
- package/dist/docs/index.js +1 -1
- package/dist/docs/learning-patterns.docblock.js +11 -30
- package/dist/events.js +1 -15
- package/dist/example.js +1 -34
- package/dist/index.js +1 -9
- package/dist/libs/contracts/src/docs/PUBLISHING.docblock.js +76 -0
- package/dist/libs/contracts/src/docs/accessibility_wcag_compliance_specs.docblock.js +350 -0
- package/dist/libs/contracts/src/docs/index.js +1 -0
- package/dist/libs/contracts/src/docs/presentations.js +1 -0
- package/dist/libs/contracts/src/docs/registry.js +1 -0
- package/dist/libs/contracts/src/docs/tech/PHASE_1_QUICKSTART.docblock.js +383 -0
- package/dist/libs/contracts/src/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +68 -0
- package/dist/libs/contracts/src/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +140 -0
- package/dist/libs/contracts/src/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +86 -0
- package/dist/libs/contracts/src/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +1 -0
- package/dist/libs/contracts/{dist → src}/docs/tech/auth/better-auth-nextjs.docblock.js +2 -24
- package/dist/libs/contracts/{dist → src}/docs/tech/contracts/openapi-export.docblock.js +2 -21
- package/dist/libs/contracts/src/docs/tech/lifecycle-stage-system.docblock.js +213 -0
- package/dist/libs/contracts/{dist → src}/docs/tech/llm/llm-integration.docblock.js +5 -73
- package/dist/libs/contracts/src/docs/tech/mcp-endpoints.docblock.js +1 -0
- package/dist/libs/contracts/src/docs/tech/presentation-runtime.docblock.js +1 -0
- package/dist/libs/contracts/src/docs/tech/schema/README.docblock.js +262 -0
- package/dist/libs/contracts/src/docs/tech/studio/learning-events.docblock.js +1 -0
- package/dist/libs/contracts/{dist → src}/docs/tech/studio/learning-journeys.docblock.js +2 -24
- package/dist/libs/contracts/{dist → src}/docs/tech/studio/platform-admin-panel.docblock.js +2 -23
- package/dist/libs/contracts/src/docs/tech/studio/project-access-teams.docblock.js +36 -0
- package/dist/libs/contracts/src/docs/tech/studio/project-routing.docblock.js +1 -0
- package/dist/libs/contracts/src/docs/tech/studio/sandbox-unlogged.docblock.js +20 -0
- package/dist/libs/contracts/{dist → src}/docs/tech/studio/team-invitations.docblock.js +36 -40
- package/dist/libs/contracts/src/docs/tech/studio/workspace-ops.docblock.js +1 -0
- package/dist/libs/contracts/{dist → src}/docs/tech/studio/workspaces.docblock.js +2 -23
- package/dist/libs/contracts/{dist → src}/docs/tech/telemetry-ingest.docblock.js +3 -36
- package/dist/libs/contracts/src/docs/tech/templates/runtime.docblock.js +1 -0
- package/dist/libs/contracts/{dist → src}/docs/tech/vscode-extension.docblock.js +3 -36
- package/dist/libs/contracts/src/docs/tech/workflows/overview.docblock.js +1 -0
- package/dist/tracks/ambient-coach.js +1 -47
- package/dist/tracks/drills.js +1 -53
- package/dist/tracks/index.js +1 -5
- package/dist/tracks/quests.js +1 -55
- package/package.json +13 -17
- package/tsconfig.tsbuildinfo +1 -1
- package/tsdown.config.js +10 -0
- package/.turbo/turbo-build$colon$bundle.log +0 -59
- package/CHANGELOG.md +0 -14
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/learning-patterns.docblock.d.ts +0 -1
- package/dist/events.d.ts +0 -15
- package/dist/example.d.ts +0 -32
- package/dist/index.d.ts +0 -6
- package/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/index.js +0 -29
- package/dist/libs/contracts/dist/docs/presentations.js +0 -71
- package/dist/libs/contracts/dist/docs/registry.js +0 -44
- package/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +0 -37
- package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +0 -16
- package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +0 -20
- package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +0 -48
- package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +0 -45
- package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +0 -67
- package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +0 -40
- package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +0 -47
- package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +0 -20
- package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +0 -20
- package/dist/tracks/ambient-coach.d.ts +0 -7
- package/dist/tracks/drills.d.ts +0 -7
- package/dist/tracks/index.d.ts +0 -4
- package/dist/tracks/quests.d.ts +0 -7
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/schema/README.docblock.js
|
|
4
|
-
const tech_schema_README_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.schema.README",
|
|
6
|
-
title: "Multi‑File Prisma Schema Conventions (per database)",
|
|
7
|
-
summary: "We adopt Prisma multi‑file schema (GA ≥ v6.7) to organize each database’s models by domain and to import core LSSM module schemas locally.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/tech/schema/README",
|
|
11
|
-
tags: [
|
|
12
|
-
"tech",
|
|
13
|
-
"schema",
|
|
14
|
-
"README"
|
|
15
|
-
],
|
|
16
|
-
body: "# Multi‑File Prisma Schema Conventions (per database)\n\nWe adopt Prisma multi‑file schema (GA ≥ v6.7) to organize each database’s models by domain and to import core LSSM module schemas locally.\n\nCanonical layout per DB:\n\n```\nprisma/\n schema/\n main.prisma # datasource + generators only\n imported/\n lssm_sigil/*.prisma # imported models/enums only (no datasource/generator)\n lssm_content/*.prisma # idem\n <domain>/*.prisma # vertical‑specific models split by bounded context\n```\n\nNotes:\n\n- Imported files contain only `model` and `enum` blocks (strip `datasource`/`generator`).\n- Preserve `@@schema(\"…\")` annotations to keep tables in their Postgres schemas; we now explicitly list schemas in `main.prisma` to avoid P1012: `schemas = [\"public\",\"lssm_sigil\",\"lssm_content\",\"lssm_featureflags\",\"lssm_ops\",\"lssm_planning\",\"lssm_quill\",\"lssm_geoterro\"]`.\n- Use `@lssm/app.cli-database` CLI: `database import|check|generate|migrate:*|seed` to manage a single DB; `@lssm/app.cli-databases` orchestrates multiple DBs.\n\n## Typed merger config\n\n- Define imported module list once per DB with a typed config:\n\n```ts\n// prisma-merger.config.ts\nimport { defineMergedPrismaConfig } from '@lssm/app.cli-database';\n\nexport default defineMergedPrismaConfig({\n modules: [\n '@lssm/app.cli-database-sigil',\n '@lssm/app.cli-database-content',\n // ...\n ],\n});\n```\n\n- Then run `database import --target .` (no need to pass `--modules`).\n\n## Prisma Config (prisma.config.ts)\n\nWe use Prisma Config per official docs to point Prisma to the multi-file schema folder and migrations:\n\n```ts\n// prisma.config.ts\nimport path from 'node:path';\nimport { defineConfig } from 'prisma/config';\n\nexport default defineConfig({\n schema: path.join('prisma', 'schema'),\n migrations: { path: path.join('prisma', 'migrations') },\n});\n```\n\nReference: Prisma blog – Organize Your Prisma Schema into Multiple Files: https://www.prisma.io/blog/organize-your-prisma-schema-with-multi-file-support\n\n---\n\n# LSSM Auth (Sigil) – Models & Integration\n\nThis document tracks the identity models and integration points used by the LSSM Sigil module.\n\n## Models (Prisma `lssm_sigil`)\n\n- `User` – core identity with email, optional phone, role, passkeys, apiKeys\n- `Session` – session tokens and metadata; includes `activeOrganizationId`\n- `Account` – external providers (password, OAuth)\n- `Organization` – tenant boundary; includes `type` additional field\n- `Member`, `Invitation`, `Team`, `TeamMember` – org/teams\n- `Role`, `Permission`, `PolicyBinding` – RBAC\n- `ApiKey`, `Passkey` – programmable access and WebAuthn\n- `SsoProvider` – OIDC/SAML provider configuration (org- or user-scoped)\n- `OAuthApplication`, `OAuthAccessToken`, `OAuthConsent` – first/third-party OAuth\n\nThese mirror STRIT additions so Better Auth advanced plugins (admin, organization, apiKey, passkey, genericOAuth) work uniformly across apps.\n\n## Better Auth (server)\n\nEnabled methods:\n\n- Email & password\n- Phone OTP (Telnyx)\n- Passkey (WebAuthn)\n- API keys\n- Organizations & Teams\n- Generic OAuth (FranceConnect+ via OIDC with JWE/JWS using JOSE)\n\nServer config lives at `packages/lssm/modules/sigil/src/application/services/auth.ts`.\n\n## Clients (Expo / React)\n\nClient config lives at `packages/lssm/modules/sigil/src/presentation/providers/auth/expo.ts` with plugins for admin, passkey, apiKey, organization, phone, genericOAuth.\n\n## Environment Variables\n\nTelnyx (phone OTP):\n\n- `TELNYX_API_KEY`\n- `TELNYX_MESSAGING_PROFILE_ID`\n- `TELNYX_FROM_NUMBER`\n\nFranceConnect+ (prefer LSSM*… but STRIT*… fallbacks are supported):\n\n- `LSSM_FRANCECONNECTPLUS_DISCOVERY_URL`\n- `LSSM_FRANCECONNECTPLUS_CLIENT_ID`\n- `LSSM_FRANCECONNECTPLUS_CLIENT_SECRET`\n- `LSSM_FRANCECONNECTPLUS_ENC_PRIVATE_KEY_PEM` (PKCS8; RSA-OAEP-256)\n\nGeneric:\n\n- `API_URL_IDENTITIES` – base URL for Better Auth server\n- `BETTER_AUTH_SECRET` – server secret\n\nKeep this in sync with code changes to avoid drift.\n\n## HCircle domain splits and auth removal\n\n- Auth/identity models are not defined locally anymore. They come from `@lssm/app.cli-database-sigil` under the `lssm_sigil` schema.\n- `packages/hcircle/libs/database-coliving/prisma/schema/domain/` is split by domain; newsletter/waiting list lives in `newsletter.prisma` and uses `@@map(\"waiting_list\")`.\n- To avoid collisions with module names, the local event models were renamed to `SocialEvent`, `SocialEventAttendee`, and `SocialEventRecurrence` with `@@map` pointing to existing table names.\n\n---\n\n## Vertical profiles (current)\n\n### STRIT\n\n- prisma-merger modules:\n - `@lssm/app.cli-database-sigil`, `@lssm/app.cli-database-content`, `@lssm/app.cli-database-ops`, `@lssm/app.cli-database-planning`, `@lssm/app.cli-database-quill`, `@lssm/app.cli-database-geoterro`\n- main.prisma schemas:\n - `schemas = [\"public\",\"lssm_sigil\",\"lssm_content\",\"lssm_ops\",\"lssm_planning\",\"lssm_quill\",\"lssm_geoterro\"]`\n- domain splits (`packages/strit/libs/database/prisma/schema/domain/`):\n - `bookings.prisma` (Booking, StritDocument + links to Content `File` and Sigil `Organization`)\n - `commerce.prisma` (Wholesale models; `sellerId` linked to Sigil `Organization`)\n - `files.prisma` (PublicFile, PublicFileAccessLog; `ownerId`→Organization, `uploadedBy`→User)\n - `geo.prisma` (PublicCountry, PublicAddress, City; links to Spots/Series)\n - `spots.prisma`, `urbanism.prisma`, `analytics.prisma`, `onboarding.prisma`, `referrals.prisma`, `subscriptions.prisma`, `content.prisma`\n- auth models are imported from Sigil (no local auth tables).\n- Back-relations for `Organization` (e.g., `files`, seller relations) are declared in the Sigil module to avoid scattering.\n\n### ARTISANOS\n\n- prisma-merger modules:\n - `@lssm/app.cli-database-sigil`, `@lssm/app.cli-database-content`, `@lssm/app.cli-database-featureflags`, `@lssm/app.cli-database-ops`, `@lssm/app.cli-database-planning`, `@lssm/app.cli-database-quill`, `@lssm/app.cli-database-geoterro`\n- main.prisma schemas:\n - `schemas = [\"public\",\"lssm_sigil\",\"lssm_content\",\"lssm_featureflags\",\"lssm_ops\",\"lssm_planning\",\"lssm_quill\",\"lssm_geoterro\"]`\n- domain splits (`packages/artisanos/libs/database-artisan/prisma/schema/domain/`):\n - `sales.prisma` (Client, Quote, QuoteTemplate, Invoice, FollowUps)\n - `subsidies.prisma` (SubsidyProgram, AidApplication, SupportingDocument)\n - `projects.prisma` (Project, ProjectPlanningSettings)\n - `crm.prisma` (OrganizationProfessionalProfile, OrganizationCertification)\n - `professions.prisma`, `products.prisma`, `templates.prisma`, `analytics.prisma`, `onboarding.prisma`, `referrals.prisma`, `subscriptions.prisma`, `files.prisma`\n- auth/organization/team models are provided by Sigil; local legacy copies were removed.\n- Where names collide with Content, local models are prefixed (e.g., `PublicFile`) and use `@@map` to keep existing table names where applicable.\n\n## Schema Dictionary: `@lssm/lib.schema`\n\n### Purpose\n\nDescribe operation I/O once and generate:\n\n- zod (runtime validation)\n- GraphQL (Pothos types/refs)\n- JSON Schema (via `zod-to-json-schema` or native descriptors)\n\n### Primitives\n\n- **FieldType<T>**: describes a scalar or composite field and carries:\n - `zod` schema for validation\n - optional JSON Schema descriptor\n - optional GraphQL scalar reference/name\n- **SchemaModel**: named object model composed of fields. Exposes helpers:\n - `getZod(): z.ZodObject<ZodShapeFromFields<Fields>> | z.ZodArray<z.ZodObject<...>>`\n - Preserves each field's schema, optionality, and array-ness\n - Top-level lists are supported via `config.isArray: true`\n - `getJsonSchema(): JSONSchema7` (export for docs, MCP, forms)\n - `getPothosInput()` (GraphQL input object name)\n\n### Conventions\n\n- Name models with PascalCase; suffix with `Input`/`Result` when ambiguous.\n- Use explicit enums for multi-value constants; reuse the same enum across input/output.\n- Define domain enums via `defineEnum('Name', [...])` in the relevant domain package (e.g., `packages/strit/libs/contracts-strit/src/enums/`), not in `ScalarTypeEnum`.\n- Reference those enums in `SchemaModel` fields directly (they expose `getZod`, `getPothos`, `getJsonSchema`).\n\n#### Example (STRIT)\n\n```ts\n// packages/strit/libs/contracts-strit/src/enums/recurrence.ts\nimport { defineEnum } from '@lssm/lib.schema';\nexport const SpotEnum = {\n Weekday: () =>\n defineEnum('Weekday', ['MO', 'TU', 'WE', 'TH', 'FR', 'SA', 'SU'] as const),\n RecurrenceFrequency: () =>\n defineEnum('RecurrenceFrequency', [\n 'DAILY',\n 'WEEKLY',\n 'MONTHLY',\n 'YEARLY',\n ] as const),\n} as const;\n```\n\n```ts\n// usage in contracts\nfrequency: { type: SpotEnum.RecurrenceFrequency(), isOptional: false },\nbyWeekday: { type: SpotEnum.Weekday(), isOptional: true, isArray: true },\n```\n\n- Use `Date` type for temporal values and ensure ISO strings in JSON transports where needed.\n\n### Mapping rules (summary)\n\n- Strings → GraphQL `String`\n- Numbers → `Int` if safe 32-bit integer else `Float`\n- Booleans → `Boolean`\n- Dates → custom `Date` scalar\n- Arrays<T> → list of mapped T (set `isArray: true` on the field)\n- Top-level arrays → set `isArray: true` on the model config\n- Objects → input/output object types with stable field order\n- Unions → supported for output; input unions map to JSON (structural input is not supported by GraphQL)\n\n### JSON Schema export\n\nPrefer `getZod()` + `zod-to-json-schema` for consistency. For advanced cases, provide a custom `getJsonSchema()` on the model.\n\n### Example\n\n```ts\nimport { ScalarTypeEnum, SchemaModel } from '@lssm/lib.schema';\n\n// Nested model\nconst Weekday = new SchemaModel({\n name: 'Weekday',\n fields: {\n value: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n },\n});\n\n// Parent model with array field and nested object\nconst Rule = new SchemaModel({\n name: 'Rule',\n fields: {\n timezone: { type: ScalarTypeEnum.TimeZone(), isOptional: false },\n byWeekday: { type: Weekday, isOptional: true, isArray: true },\n },\n});\n\nconst CreateThingInput = new SchemaModel({\n name: 'CreateThingInput',\n fields: {\n name: { type: ScalarTypeEnum.NonEmptyString(), isOptional: false },\n rule: { type: Rule, isOptional: false },\n },\n});\n\n// zod\nconst z = CreateThingInput.getZod();\n```\n"
|
|
17
|
-
}];
|
|
18
|
-
registerDocBlocks(tech_schema_README_DocBlocks);
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/studio/learning-events.docblock.js
|
|
4
|
-
const tech_studio_learning_events_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.studio.learning-events",
|
|
6
|
-
title: "Studio Learning Events",
|
|
7
|
-
summary: "Studio persists learning/activity events to the database; Sandbox keeps learning local-first and unlogged.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/tech/studio/learning-events",
|
|
11
|
-
tags: [
|
|
12
|
-
"studio",
|
|
13
|
-
"learning",
|
|
14
|
-
"events",
|
|
15
|
-
"analytics",
|
|
16
|
-
"sandbox"
|
|
17
|
-
],
|
|
18
|
-
body: `# Studio Learning Events
|
|
19
|
-
|
|
20
|
-
Studio emits lightweight **learning/activity events** to support onboarding, ambient coaching, and learning journeys.
|
|
21
|
-
|
|
22
|
-
## Persistence model
|
|
23
|
-
|
|
24
|
-
- **Studio**: events are persisted to the database in \`StudioLearningEvent\` and are organization-scoped (optionally project-scoped).
|
|
25
|
-
- **Sandbox**: events remain **local-only** (unlogged); they must never be sent to backend services.
|
|
26
|
-
|
|
27
|
-
## GraphQL API
|
|
28
|
-
|
|
29
|
-
- \`recordLearningEvent(input: { name, projectId?, payload? })\`
|
|
30
|
-
- \`myLearningEvents(projectId?, limit?)\`
|
|
31
|
-
- \`myOnboardingTracks(productId?, includeProgress?)\`
|
|
32
|
-
- \`myOnboardingProgress(trackKey)\`
|
|
33
|
-
- \`dismissOnboardingTrack(trackKey)\`
|
|
34
|
-
|
|
35
|
-
## Common event names (convention)
|
|
36
|
-
|
|
37
|
-
- \`module.navigated\` — user navigated to a Studio module (payload at minimum: \`{ moduleId }\`).
|
|
38
|
-
- \`studio.template.instantiated\` — created a new Studio project (starter template). Payload commonly includes \`{ templateId, projectSlug }\`.
|
|
39
|
-
- \`spec.changed\` — created or updated a Studio spec. Payload may include \`{ action: 'create' | 'update', specId?, specType? }\`.
|
|
40
|
-
- \`regeneration.completed\` — finished a “regen/deploy” action (currently emitted on successful Studio deploy actions).
|
|
41
|
-
- \`studio.evolution.applied\` — completed an Evolution session (payload commonly includes \`{ evolutionSessionId }\`).
|
|
42
|
-
|
|
43
|
-
These events are intentionally minimal and must avoid PII/secrets in payloads.
|
|
44
|
-
`
|
|
45
|
-
}];
|
|
46
|
-
registerDocBlocks(tech_studio_learning_events_DocBlocks);
|
|
47
|
-
|
|
48
|
-
//#endregion
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js
|
|
4
|
-
const tech_studio_project_access_teams_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.studio.project-access-teams",
|
|
6
|
-
title: "Studio Project Access via Teams",
|
|
7
|
-
summary: "Projects live under organizations; team sharing refines access with an admin/owner override.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/tech/studio/project-access-teams",
|
|
11
|
-
tags: [
|
|
12
|
-
"studio",
|
|
13
|
-
"projects",
|
|
14
|
-
"teams",
|
|
15
|
-
"rbac",
|
|
16
|
-
"access-control"
|
|
17
|
-
],
|
|
18
|
-
body: `# Studio Project Access via Teams
|
|
19
|
-
|
|
20
|
-
Studio access control is **organization-first** with optional **team-based sharing**.
|
|
21
|
-
|
|
22
|
-
## Data model
|
|
23
|
-
|
|
24
|
-
- \`Team\` and \`TeamMember\` define team membership inside an organization.
|
|
25
|
-
- \`StudioProject\` is owned by an organization.
|
|
26
|
-
- \`StudioProjectTeam\` links projects to 0..N teams.
|
|
27
|
-
|
|
28
|
-
## Access rules
|
|
29
|
-
|
|
30
|
-
- **Admins/owners**: always have access to all projects in the organization.
|
|
31
|
-
- **Org-wide projects**: if a project has **no team links**, all organization members can access it.
|
|
32
|
-
- **Team-scoped projects**: if a project has **one or more team links**, a user must be a member of at least one linked team.
|
|
33
|
-
|
|
34
|
-
## GraphQL surfaces
|
|
35
|
-
|
|
36
|
-
- Read:\n - \`myStudioProjects\` (returns only projects you can access)\n - \`studioProjectBySlug(slug)\` (enforces the same access rules)\n - \`myTeams\`\n - \`projectTeams(projectId)\`\n\n- Write:\n - \`createStudioProject(input.teamIds?)\` (teamIds optional)\n - \`setProjectTeams(projectId, teamIds)\` (admin-only)\n
|
|
37
|
-
## Related\n+\n+- Team administration + invitations: see \`/docs/tech/studio/team-invitations\`.\n+
|
|
38
|
-
## Notes
|
|
39
|
-
|
|
40
|
-
Payloads and events must avoid secrets/PII. For Sandbox, the model remains local-first and unlogged.
|
|
41
|
-
`
|
|
42
|
-
}];
|
|
43
|
-
registerDocBlocks(tech_studio_project_access_teams_DocBlocks);
|
|
44
|
-
|
|
45
|
-
//#endregion
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/studio/project-routing.docblock.js
|
|
4
|
-
const tech_studio_project_routing_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.studio.project-routing",
|
|
6
|
-
title: "Studio Project Routing",
|
|
7
|
-
summary: "Studio uses slugged, project-first routes: /studio/{projectSlug}/* with canonical slug redirects and soft-deleted projects hidden.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/tech/studio/project-routing",
|
|
11
|
-
tags: [
|
|
12
|
-
"studio",
|
|
13
|
-
"routing",
|
|
14
|
-
"projects",
|
|
15
|
-
"slug",
|
|
16
|
-
"redirects"
|
|
17
|
-
],
|
|
18
|
-
body: `# Studio Project Routing
|
|
19
|
-
|
|
20
|
-
ContractSpec Studio uses a **project-first URL scheme**:
|
|
21
|
-
|
|
22
|
-
- \`/studio/projects\` — create, select, and delete projects.
|
|
23
|
-
- \`/studio/{projectSlug}/*\` — project modules (canvas/specs/deploy/integrations/evolution/learning).
|
|
24
|
-
- \`/studio/learning\` — learning hub that does not require selecting a project.
|
|
25
|
-
|
|
26
|
-
## Studio layout shell
|
|
27
|
-
|
|
28
|
-
Studio routes are wrapped in a dedicated **Studio app shell** (header + footer) that provides in-app navigation (Projects/Learning/Teams), organization switching, and account actions.
|
|
29
|
-
|
|
30
|
-
Project module routes (\`/studio/{projectSlug}/*\`) render their own module shell (\`WorkspaceProjectShellLayout\`). When combined with the global Studio header, the project shell uses a **sticky header offset** to avoid overlapping sticky headers.
|
|
31
|
-
|
|
32
|
-
## Slug behavior (rename-safe)
|
|
33
|
-
|
|
34
|
-
- Each project has a \`slug\` stored in the database (\`StudioProject.slug\`).
|
|
35
|
-
- When a project name changes, Studio **updates the slug** and stores the previous slug as an alias (\`StudioProjectSlugAlias\`).
|
|
36
|
-
- Requests to an alias slug are **redirected to the canonical slug**.
|
|
37
|
-
|
|
38
|
-
GraphQL entrypoint:
|
|
39
|
-
|
|
40
|
-
- \`studioProjectBySlug(slug: String!)\` returns:
|
|
41
|
-
- \`project\`
|
|
42
|
-
- \`canonicalSlug\`
|
|
43
|
-
- \`wasRedirect\`
|
|
44
|
-
|
|
45
|
-
## Deletion behavior (soft delete)
|
|
46
|
-
|
|
47
|
-
Projects are **soft-deleted**:
|
|
48
|
-
|
|
49
|
-
- \`deleteStudioProject(id: String!)\` sets \`StudioProject.deletedAt\`.
|
|
50
|
-
- All listings and access checks filter \`deletedAt = null\`.
|
|
51
|
-
- Soft-deleted projects are treated as “not found” in Studio routes and GraphQL access checks.
|
|
52
|
-
|
|
53
|
-
## Available modules for a selected project
|
|
54
|
-
|
|
55
|
-
The following project modules are expected under \`/studio/{projectSlug}\`:
|
|
56
|
-
|
|
57
|
-
- \`/canvas\` — Visual builder canvas (stored via overlays and canvas versions).
|
|
58
|
-
- \`/specs\` — Spec editor (stored as \`StudioSpec\`).
|
|
59
|
-
- \`/deploy\` — Deployments history + triggers (stored as \`StudioDeployment\`).
|
|
60
|
-
- \`/integrations\` — Integrations scoped to project (stored as \`StudioIntegration\`).
|
|
61
|
-
- \`/evolution\` — Evolution sessions (stored as \`EvolutionSession\`).
|
|
62
|
-
- \`/learning\` — Project learning activity.
|
|
63
|
-
`
|
|
64
|
-
}];
|
|
65
|
-
registerDocBlocks(tech_studio_project_routing_DocBlocks);
|
|
66
|
-
|
|
67
|
-
//#endregion
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js
|
|
4
|
-
const tech_studio_sandbox_unlogged_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.studio.sandbox.unlogged",
|
|
6
|
-
title: "Sandbox (unlogged) vs Studio (authenticated)",
|
|
7
|
-
summary: "The sandbox is a lightweight, unlogged surface that mirrors Studio navigation without auth or analytics.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/tech/studio/sandbox-unlogged",
|
|
11
|
-
tags: [
|
|
12
|
-
"studio",
|
|
13
|
-
"sandbox",
|
|
14
|
-
"privacy",
|
|
15
|
-
"analytics"
|
|
16
|
-
],
|
|
17
|
-
body: `## Sandbox guarantees
|
|
18
|
-
|
|
19
|
-
- Route: \`/sandbox\`
|
|
20
|
-
- **No auth requirement**
|
|
21
|
-
- **No PostHog init**
|
|
22
|
-
- **No Vercel Analytics**
|
|
23
|
-
- Local-only state (in-browser runtime + localStorage where needed)
|
|
24
|
-
|
|
25
|
-
## What Sandbox is for
|
|
26
|
-
|
|
27
|
-
- Try templates and feature modules safely
|
|
28
|
-
- Preview specs/builder/evolution/learning
|
|
29
|
-
- Produce copyable CLI commands (no side effects)
|
|
30
|
-
|
|
31
|
-
## What Sandbox is *not* for
|
|
32
|
-
|
|
33
|
-
- Persisted projects/workspaces
|
|
34
|
-
- Real deployments
|
|
35
|
-
- Organization-scoped integrations (unless explicitly enabled later)
|
|
36
|
-
`
|
|
37
|
-
}];
|
|
38
|
-
registerDocBlocks(tech_studio_sandbox_unlogged_DocBlocks);
|
|
39
|
-
|
|
40
|
-
//#endregion
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js
|
|
4
|
-
const tech_studio_workspace_ops_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.studio.workspace_ops",
|
|
6
|
-
title: "Workspace ops (repo-linked): list / validate / deps / diff",
|
|
7
|
-
summary: "Read-only repo operations used by Studio to inspect and validate a linked ContractSpec workspace.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "mixed",
|
|
10
|
-
route: "/docs/tech/studio/workspace-ops",
|
|
11
|
-
tags: [
|
|
12
|
-
"studio",
|
|
13
|
-
"repo",
|
|
14
|
-
"workspace",
|
|
15
|
-
"validate",
|
|
16
|
-
"diff"
|
|
17
|
-
],
|
|
18
|
-
body: `## API surface (api-contractspec)
|
|
19
|
-
|
|
20
|
-
Base: \`/api/workspace-ops\`
|
|
21
|
-
|
|
22
|
-
These endpoints are **read-only** in v1 and never push to git:
|
|
23
|
-
|
|
24
|
-
- \`GET /api/workspace-ops/:integrationId/config?organizationId=\`
|
|
25
|
-
- \`GET /api/workspace-ops/:integrationId/specs?organizationId=\`
|
|
26
|
-
- \`POST /api/workspace-ops/:integrationId/validate\` (body: organizationId, files?, pattern?)
|
|
27
|
-
- \`POST /api/workspace-ops/:integrationId/deps\` (body: organizationId, pattern?)
|
|
28
|
-
- \`POST /api/workspace-ops/:integrationId/diff\` (body: organizationId, specPath, baseline?, breakingOnly?)
|
|
29
|
-
|
|
30
|
-
## Repo resolution
|
|
31
|
-
|
|
32
|
-
- The repo root is resolved from the Studio Integration (\`IntegrationProvider.GITHUB\`) config:
|
|
33
|
-
- \`config.repoCachePath\` (preferred) or \`config.localPath\`
|
|
34
|
-
- Resolution is constrained to \`CONTRACTSPEC_REPO_CACHE_DIR\` (default: \`/tmp/contractspec-repos\`)
|
|
35
|
-
|
|
36
|
-
## Intended UX
|
|
37
|
-
|
|
38
|
-
- Studio Assistant can run these checks and present results as suggestions.
|
|
39
|
-
- Users can copy equivalent CLI commands for local runs:
|
|
40
|
-
- \`contractspec validate\`
|
|
41
|
-
- \`contractspec deps\`
|
|
42
|
-
- \`contractspec diff --baseline <ref>\`
|
|
43
|
-
`
|
|
44
|
-
}];
|
|
45
|
-
registerDocBlocks(tech_studio_workspace_ops_DocBlocks);
|
|
46
|
-
|
|
47
|
-
//#endregion
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/templates/runtime.docblock.js
|
|
4
|
-
const tech_templates_runtime_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.templates.runtime",
|
|
6
|
-
title: "ContractSpec Template Runtime (Phase 9)",
|
|
7
|
-
summary: "Phase 9 introduces a full local-first runtime for templates so anyone can preview apps directly in the browser without provisioning any infrastructure.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/tech/templates/runtime",
|
|
11
|
-
tags: [
|
|
12
|
-
"tech",
|
|
13
|
-
"templates",
|
|
14
|
-
"runtime"
|
|
15
|
-
],
|
|
16
|
-
body: "## ContractSpec Template Runtime (Phase 9)\n\nPhase 9 introduces a full local-first runtime for templates so anyone can preview apps directly in the browser without provisioning any infrastructure.\n\n### Building Blocks\n\n- **Local database** – `@lssm/lib.runtime-local` wraps `sql.js` (SQLite WASM) and `IndexedDB` so we can seed demo data, run migrations, and persist state between sessions. Tests point the runtime to `node_modules/sql.js/dist` so CI doesn’t need a browser.\n- **Local GraphQL** – `LocalGraphQLClient` wires Apollo Client + SchemaLink to resolvers for tasks, messaging, and i18n recipes. All `/templates`, `/studio`, and `/sandbox` previews use those resolvers so we never call remote APIs during demos.\n- **Template registry + installer** – `.../templates/registry.ts` stores the catalog (todos, messaging, recipes). `TemplateInstaller` can seed the runtime (`install`) or export a base64 snapshot via the new `saveTemplateToStudio` mutation.\n- **TemplateShell** – Shared UI wrapper that creates a `TemplateRuntimeProvider`, shows `LocalDataIndicator`, and (optionally) surfaces the new `SaveToStudioButton`.\n\n### Runtime Flows\n\n1. `/templates` now opens a modal that renders `TemplateShell` for each template. Users can explore without leaving the marketing site.\n2. `/studio` switches to a tabbed mini-app (Projects, Canvas, Specs, Deploy) to showcase Studio surfaces with mock data. Visitors see a **preview** shell, while authenticated users (Better Auth via Sigil) unlock full persistence, versioning, and deployment controls.\n3. `/sandbox` lets visitors pick a template and mode (Playground, Spec Editor, Visual Builder). The console at the bottom streams runtime events for transparency.\n\n### GraphQL Mutations\n\n- `saveTemplateToStudio(input: SaveTemplateInput!): SaveTemplateResult!` writes a placeholder project + spec so that templates installed from the sandbox appear in Studio. The mutation is intentionally simple right now: it records which template was imported, stores metadata, and returns `{ projectId, status: 'QUEUED' }` for the UI.\n- `saveCanvasDraft(input: SaveCanvasDraftInput!): CanvasVersion!` snapshots the current Visual Builder nodes to a draft version tied to a canvas overlay. Inputs include `canvasId`, arbitrary `nodes` JSON, and an optional `label`. The resolver enforces org/org access before calling `CanvasVersionManager`.\n- `deployCanvasVersion(input: DeployCanvasVersionInput!): CanvasVersion!` promotes a previously saved draft (`versionId`) to the deployed state. The returned object includes `status`, `nodes`, `createdAt`, and `createdBy` for UI timelines.\n- `undoCanvasVersion(input: UndoCanvasInput!): CanvasVersion` rewinds the visual builder to the prior snapshot (returns `null` when history is empty) so Studio’s toolbar can surface “Undo” without shelling out to local storage.\n\n### Studio GraphQL endpoint\n\n- The landing app exposes the Studio schema at `/api/studio/graphql` via Yoga so React Query hooks (`useStudioProjects`, `useCreateStudioProject`, `useDeployStudioProject`, etc.) can talk to the bundle without spinning up a separate server.\n\n### Spec Editor typing\n\n- Studio’s spec editor now preloads Monaco with ambient declarations for `@lssm/lib.contracts` and `zod`, so snippets receive autocomplete and inline errors even before the spec ships to the backend. The helper lives in `presentation/components/studio/organisms/monaco-spec-types.ts` and registers the extra libs once per browser session via `monaco.languages.typescript.typescriptDefaults.addExtraLib`.\n- Compiler options are aligned with our frontend toolchain (ES2020 + React JSX) which means drafts written in the editor behave like the compiled artifacts that flow through Studio pipelines.\n\n### Spec templates\n\n- Selecting a spec type now injects a ready-to-edit scaffold (capability, workflow, policy, dataview, component) so authors start from a canonical layout instead of a blank file. Templates live alongside `SpecEditor.tsx`, and we only overwrite the content when the previous value is empty or when the author explicitly switches types via the dropdown.\n\n### Spec preview\n\n- The validation side panel now embeds a `SpecPreview` widget that shows validation errors alongside transport artifacts (GraphQL schema, REST endpoints, component summaries) once a preview run completes. Tabs let authors toggle between “Validation” and “Artifacts,” mirroring the UX described in the Studio plan.\n\n### Testing\n\n- `src/templates/__tests__/runtime.test.ts` covers todos CRUD, messaging delivery, and recipe locale switching through the local GraphQL API.\n- Studio infrastructure tests live in `src/__tests__/e2e/project-lifecycle.test.ts` and continue to exercise project creation + deploy flows.\n\n### Next Steps\n\nFuture templates can register their React components via `registerTemplateComponents(templateId, components)` so TemplateShell can render them automatically. When new templates are added, remember to:\n\n1. Update the registry entry (schema + tags).\n2. Register components inside `presentation/components/templates`.\n3. Document the template under `docs/templates/`.\n\n\n\n\n\n"
|
|
17
|
-
}];
|
|
18
|
-
registerDocBlocks(tech_templates_runtime_DocBlocks);
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { registerDocBlocks } from "../../registry.js";
|
|
2
|
-
|
|
3
|
-
//#region ../../libs/contracts/dist/docs/tech/workflows/overview.docblock.js
|
|
4
|
-
const tech_workflows_overview_DocBlocks = [{
|
|
5
|
-
id: "docs.tech.workflows.overview",
|
|
6
|
-
title: "WorkflowSpec Overview",
|
|
7
|
-
summary: "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review. Specs stay inside `@lssm/lib.contracts` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
|
|
8
|
-
kind: "reference",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/tech/workflows/overview",
|
|
11
|
-
tags: [
|
|
12
|
-
"tech",
|
|
13
|
-
"workflows",
|
|
14
|
-
"overview"
|
|
15
|
-
],
|
|
16
|
-
body: "# WorkflowSpec Overview\n\n## Purpose\n\nWorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review. Specs stay inside `@lssm/lib.contracts` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.\n\n## Core Types\n\n- `WorkflowMeta`: ownership metadata (`title`, `domain`, `owners`, `tags`, `stability`) plus `name` and `version`.\n- `WorkflowDefinition`:\n - `entryStepId?`: optional explicit entry point (defaults to first step).\n - `steps[]`: ordered list of `Step` descriptors.\n - `transitions[]`: directed edges between steps with optional expressions.\n - `sla?`: aggregated timing hints for the overall flow or per-step budgets.\n - `compensation?`: fallback operations executed when a workflow is rolled back or fails.\n- `Step`:\n - `type`: `human`, `automation`, or `decision`.\n - `action`: references either a `ContractSpec` (`operation`) or `FormSpec` (`form`).\n - Optional `guard`, `timeoutMs`, and retry policy (`maxAttempts`, `backoff`, `delayMs`, `maxDelayMs?`).\n - `requiredIntegrations?`: integration slot ids that must be bound before the step may execute.\n - `requiredCapabilities?`: `CapabilityRef[]` that must be enabled in the resolved app config.\n- `Transition`: `from` → `to` with optional `condition` string (simple data expressions).\n\n## Registry & Validation\n\n- `WorkflowRegistry` (`src/workflow/spec.ts`) stores specs by key `<name>.v<version>` and exposes `register`, `list`, and `get`.\n- `validateWorkflowSpec()` (`src/workflow/validation.ts`) checks:\n - Duplicate step IDs.\n - Unknown `from`/`to` transitions.\n - Empty guards/conditions.\n - Reachability from the entry step.\n - Cycles in the graph.\n - Operation/Form references against provided registries.\n- `assertWorkflowSpecValid()` wraps validation and throws `WorkflowValidationError` when errors remain.\n\n## Runtime\n\n- `WorkflowRunner` (`src/workflow/runner.ts`) executes workflows and coordinates steps.\n - `start(name, version?, initialData?)` returns a `workflowId`.\n - `executeStep(workflowId, input?)` runs the current step (automation or human).\n - `getState(workflowId)` retrieves the latest state snapshot.\n - `cancel(workflowId)` marks the workflow as cancelled.\n - `preFlightCheck(name, version?, resolvedConfig?)` evaluates integration/capability requirements before the workflow starts.\n - Throws `WorkflowPreFlightError` if required integration slots are unbound or required capabilities are disabled.\n- `StateStore` (`src/workflow/state.ts`) abstracts persistence. V1 ships with:\n - `InMemoryStateStore` (`src/workflow/adapters/memory-store.ts`) for tests/dev.\n - Placeholder factories for file/database adapters (`adapters/file-adapter.ts`, `adapters/db-adapter.ts`).\n- Guard evaluation: expression guards run through `evaluateExpression()` (`src/workflow/expression.ts`); custom policy guards can be provided via `guardEvaluator`.\n- Events: the runner emits `workflow.started`, `workflow.step_completed`, `workflow.step_failed`, and `workflow.cancelled` through the optional `eventEmitter`.\n- React bindings (`@lssm/lib.presentation-runtime-react`):\n - `useWorkflow` hook (polls state, exposes `executeStep`, `cancel`, `refresh`).\n - `WorkflowStepper` progress indicator using design-system Stepper.\n - `WorkflowStepRenderer` helper to render human/automation/decision steps with sensible fallbacks.\n\n## Authoring Checklist\n\n1. Reuse existing operations/forms; create new specs when missing.\n2. Prefer explicit `entryStepId` for clarity (especially with decision branches).\n3. Give automation steps an `operation` and human steps a `form` (warnings surface otherwise).\n4. Use short, meaningful step IDs (`submit`, `review`, `finalize`) to simplify analytics.\n5. Keep guard expressions deterministic; complex policy logic should move to PolicySpec (Phase 2).\n\n## Testing\n\n- Add unit tests for new workflows via `assertWorkflowSpecValid`.\n- Use the new Vitest suites (`validation.test.ts`, `expression.test.ts`, `runner.test.ts`) as examples.\n- CLI support will arrive in Phase 1 PR 3 (`contractspec create --type workflow`).\n\n## Tooling\n\n- `contractspec create --type workflow` scaffolds a WorkflowSpec with interactive prompts.\n- `contractspec build <spec.workflow.ts>` generates a runner scaffold (`.runner.ts`) wired to `WorkflowRunner` and the in-memory store.\n- `contractspec validate` understands `.workflow.ts` files and checks core structure (meta, steps, transitions).\n\n## Next Steps (Non-MVP)\n\n- Persistence adapters (database/file) for workflow state (Phase 2).\n- React bindings (`useWorkflow`, `WorkflowStepper`) and presentation-runtime integration (PR 3).\n- Policy engine integration (`guard.type === 'policy'` validated against PolicySpec).\n- Telemetry hooks for step execution metrics.\n\n"
|
|
17
|
-
}];
|
|
18
|
-
registerDocBlocks(tech_workflows_overview_DocBlocks);
|
|
19
|
-
|
|
20
|
-
//#endregion
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { LearningJourneyTrackSpec } from "@lssm/module.learning-journey/track-spec";
|
|
2
|
-
|
|
3
|
-
//#region src/tracks/ambient-coach.d.ts
|
|
4
|
-
declare const ambientCoachTrack: LearningJourneyTrackSpec;
|
|
5
|
-
declare const ambientCoachTracks: LearningJourneyTrackSpec[];
|
|
6
|
-
//#endregion
|
|
7
|
-
export { ambientCoachTrack, ambientCoachTracks };
|
package/dist/tracks/drills.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { LearningJourneyTrackSpec } from "@lssm/module.learning-journey/track-spec";
|
|
2
|
-
|
|
3
|
-
//#region src/tracks/drills.d.ts
|
|
4
|
-
declare const drillsTrack: LearningJourneyTrackSpec;
|
|
5
|
-
declare const drillTracks: LearningJourneyTrackSpec[];
|
|
6
|
-
//#endregion
|
|
7
|
-
export { drillTracks, drillsTrack };
|
package/dist/tracks/index.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { drillTracks, drillsTrack } from "./drills.js";
|
|
2
|
-
import { ambientCoachTrack, ambientCoachTracks } from "./ambient-coach.js";
|
|
3
|
-
import { questTrack, questTracks } from "./quests.js";
|
|
4
|
-
export { ambientCoachTrack, ambientCoachTracks, drillTracks, drillsTrack, questTrack, questTracks };
|
package/dist/tracks/quests.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { LearningJourneyTrackSpec } from "@lssm/module.learning-journey/track-spec";
|
|
2
|
-
|
|
3
|
-
//#region src/tracks/quests.d.ts
|
|
4
|
-
declare const questTrack: LearningJourneyTrackSpec;
|
|
5
|
-
declare const questTracks: LearningJourneyTrackSpec[];
|
|
6
|
-
//#endregion
|
|
7
|
-
export { questTrack, questTracks };
|