@lssm/example.learning-patterns 0.0.0-canary-20251216030333 → 0.0.0-canary-20251216033905

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.
@@ -45,5 +45,5 @@ $ tsdown
45
45
  ℹ dist/libs/contracts/src/docs/tech/studio/sandbox-unlogged.docblock.js  0.90 kB │ gzip: 0.56 kB
46
46
  ℹ dist/libs/contracts/src/docs/registry.js  0.74 kB │ gzip: 0.42 kB
47
47
  ℹ 38 files, total: 120.11 kB
48
- ✔ Build complete in 70ms
48
+ ✔ Build complete in 94ms
49
49
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @lssm/example.learning-patterns
2
2
 
3
- ## 0.0.0-canary-20251216030333
3
+ ## 0.0.0-canary-20251216033905
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @lssm/module.learning-journey@0.0.0-canary-20251216030333
7
+ - @lssm/module.learning-journey@0.0.0-canary-20251216033905
package/README.md CHANGED
@@ -6,3 +6,4 @@ Spec-first learning archetypes designed to be **domain-agnostic**:\n+\n+- **Dril
6
6
 
7
7
 
8
8
 
9
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-patterns",
3
- "version": "0.0.0-canary-20251216030333",
3
+ "version": "0.0.0-canary-20251216033905",
4
4
  "description": "Example: drills + ambient coach + quests learning patterns, powered by Learning Journey (event-driven, deterministic).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/docs/index.ts CHANGED
@@ -1,4 +1 @@
1
1
  import './learning-patterns.docblock';
2
-
3
-
4
-
@@ -28,6 +28,3 @@ const docBlocks: DocBlock[] = [
28
28
  ];
29
29
 
30
30
  registerDocBlocks(docBlocks);
31
-
32
-
33
-
package/src/events.ts CHANGED
@@ -14,6 +14,3 @@ export const LEARNING_EVENTS = {
14
14
 
15
15
  export type LearningEventName =
16
16
  (typeof LEARNING_EVENTS)[keyof typeof LEARNING_EVENTS];
17
-
18
-
19
-
@@ -254,6 +254,3 @@ describe('@lssm/example.learning-patterns XP + streak + SRS determinism', () =>
254
254
  expect(result.nextReviewAt.toISOString()).toBe('2026-01-01T00:10:00.000Z');
255
255
  });
256
256
  });
257
-
258
-
259
-
@@ -42,6 +42,3 @@ export const ambientCoachTrack: LearningJourneyTrackSpec = {
42
42
  export const ambientCoachTracks: LearningJourneyTrackSpec[] = [
43
43
  ambientCoachTrack,
44
44
  ];
45
-
46
-
47
-
@@ -49,6 +49,3 @@ export const drillsTrack: LearningJourneyTrackSpec = {
49
49
  };
50
50
 
51
51
  export const drillTracks: LearningJourneyTrackSpec[] = [drillsTrack];
52
-
53
-
54
-
@@ -1,6 +1,3 @@
1
1
  export * from './drills';
2
2
  export * from './ambient-coach';
3
3
  export * from './quests';
4
-
5
-
6
-
@@ -42,6 +42,3 @@ export const questTrack: LearningJourneyTrackSpec = {
42
42
  };
43
43
 
44
44
  export const questTracks: LearningJourneyTrackSpec[] = [questTrack];
45
-
46
-
47
-
package/tsconfig.json CHANGED
@@ -13,3 +13,4 @@
13
13
 
14
14
 
15
15
 
16
+