@contractspec/example.learning-journey-registry 2.9.1 → 3.1.1

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=12
6
- Bundled 12 modules in 3ms
6
+ Bundled 12 modules in 4ms
7
7
 
8
8
  ./api-types.js 8 bytes (entry point)
9
9
  ./index.js 18.15 KB (entry point)
@@ -19,7 +19,7 @@ Bundled 12 modules in 3ms
19
19
  presentations/index.js 1.82 KB (entry point)
20
20
 
21
21
  [contractspec-bun-build] transpile target=node root=src entries=12
22
- Bundled 12 modules in 3ms
22
+ Bundled 12 modules in 4ms
23
23
 
24
24
  ./api-types.js 0 KB (entry point)
25
25
  ./index.js 18.13 KB (entry point)
@@ -35,7 +35,7 @@ Bundled 12 modules in 3ms
35
35
  presentations/index.js 1.82 KB (entry point)
36
36
 
37
37
  [contractspec-bun-build] transpile target=browser root=src entries=12
38
- Bundled 12 modules in 3ms
38
+ Bundled 12 modules in 4ms
39
39
 
40
40
  ./api-types.js 0 KB (entry point)
41
41
  ./index.js 18.13 KB (entry point)
package/AGENTS.md ADDED
@@ -0,0 +1,36 @@
1
+ # AI Agent Guide -- `@contractspec/example.learning-journey-registry`
2
+
3
+ Scope: `packages/examples/learning-journey-registry/*`
4
+
5
+ Registry that aggregates all learning journey example tracks into a single browsable mini-app.
6
+
7
+ ## Quick Context
8
+
9
+ - **Layer**: example
10
+ - **Related Packages**: `lib.contracts-spec`, `module.learning-journey`, `example.learning-journey-ambient-coach`, `example.learning-journey-duo-drills`, `example.learning-journey-crm-onboarding`, `example.learning-journey-platform-tour`, `example.learning-journey-quest-challenges`, `example.learning-journey-studio-onboarding`, `example.learning-journey-ui-*`
11
+
12
+ ## What This Demonstrates
13
+
14
+ - Track aggregation and discovery via a central registry
15
+ - Feature definition pattern (`learning-journey-registry.feature`)
16
+ - Progress store for cross-track state
17
+ - API and API-types separation for typed endpoints
18
+ - Presentation layer with LearningMiniApp UI
19
+
20
+ ## Public Exports
21
+
22
+ - `.` -- root barrel
23
+ - `./api`, `./api-types` -- typed API surface
24
+ - `./tracks` -- track definitions
25
+ - `./progress-store` -- cross-track progress persistence
26
+ - `./presentations` -- presentation layer
27
+ - `./ui` -- LearningMiniApp component
28
+ - `./learning-journey-registry.feature` -- feature definition
29
+ - `./docs`, `./example`
30
+
31
+ ## Local Commands
32
+
33
+ - Build: `bun run build`
34
+ - Dev: `bun run dev`
35
+ - Test: `bun test`
36
+ - Typecheck: `bun run typecheck`
package/CHANGELOG.md CHANGED
@@ -1,5 +1,74 @@
1
1
  # @contractspec/example.learning-journey-registry
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [02c0cc5]
8
+ - @contractspec/lib.contracts-spec@3.1.1
9
+ - @contractspec/example.learning-journey-ambient-coach@3.1.1
10
+ - @contractspec/example.learning-journey-crm-onboarding@3.1.1
11
+ - @contractspec/example.learning-journey-duo-drills@3.1.1
12
+ - @contractspec/example.learning-journey-platform-tour@3.1.1
13
+ - @contractspec/example.learning-journey-quest-challenges@3.1.1
14
+ - @contractspec/example.learning-journey-studio-onboarding@3.1.1
15
+ - @contractspec/example.learning-journey-ui-coaching@3.1.1
16
+ - @contractspec/example.learning-journey-ui-gamified@3.1.1
17
+ - @contractspec/example.learning-journey-ui-onboarding@3.1.1
18
+ - @contractspec/example.learning-journey-ui-shared@3.1.1
19
+ - @contractspec/module.learning-journey@3.1.1
20
+
21
+ ## 3.1.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 28987eb: chore: upgrade dependencies
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [f2a4faf]
30
+ - Updated dependencies [28987eb]
31
+ - Updated dependencies [28987eb]
32
+ - @contractspec/lib.contracts-spec@3.1.0
33
+ - @contractspec/example.learning-journey-studio-onboarding@3.1.0
34
+ - @contractspec/example.learning-journey-quest-challenges@3.1.0
35
+ - @contractspec/example.learning-journey-crm-onboarding@3.1.0
36
+ - @contractspec/example.learning-journey-ambient-coach@3.1.0
37
+ - @contractspec/example.learning-journey-platform-tour@3.1.0
38
+ - @contractspec/example.learning-journey-ui-onboarding@3.1.0
39
+ - @contractspec/example.learning-journey-ui-coaching@3.1.0
40
+ - @contractspec/example.learning-journey-ui-gamified@3.1.0
41
+ - @contractspec/example.learning-journey-duo-drills@3.1.0
42
+ - @contractspec/example.learning-journey-ui-shared@3.1.0
43
+ - @contractspec/module.learning-journey@3.1.0
44
+
45
+ ## 3.0.0
46
+
47
+ ### Major Changes
48
+
49
+ - b781ce6: feat: improve ai readiness
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [7cbdb7f]
54
+ - Updated dependencies [c608804]
55
+ - Updated dependencies [e3bc858]
56
+ - Updated dependencies [b19ae0a]
57
+ - Updated dependencies [aa4a9c9]
58
+ - Updated dependencies [b781ce6]
59
+ - @contractspec/lib.contracts-spec@3.0.0
60
+ - @contractspec/example.learning-journey-studio-onboarding@3.0.0
61
+ - @contractspec/example.learning-journey-quest-challenges@3.0.0
62
+ - @contractspec/example.learning-journey-crm-onboarding@3.0.0
63
+ - @contractspec/example.learning-journey-ambient-coach@3.0.0
64
+ - @contractspec/example.learning-journey-platform-tour@3.0.0
65
+ - @contractspec/example.learning-journey-ui-onboarding@3.0.0
66
+ - @contractspec/example.learning-journey-ui-coaching@3.0.0
67
+ - @contractspec/example.learning-journey-ui-gamified@3.0.0
68
+ - @contractspec/example.learning-journey-duo-drills@3.0.0
69
+ - @contractspec/example.learning-journey-ui-shared@3.0.0
70
+ - @contractspec/module.learning-journey@3.0.0
71
+
3
72
  ## 2.9.1
4
73
 
5
74
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-registry",
3
- "version": "2.9.1",
3
+ "version": "3.1.1",
4
4
  "description": "Registry that aggregates learning journey example tracks.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -127,25 +127,25 @@
127
127
  "typecheck": "tsc --noEmit"
128
128
  },
129
129
  "dependencies": {
130
- "@contractspec/lib.contracts-spec": "2.10.0",
131
- "@contractspec/example.learning-journey-ambient-coach": "2.9.1",
132
- "@contractspec/example.learning-journey-duo-drills": "2.9.1",
133
- "@contractspec/example.learning-journey-crm-onboarding": "2.9.1",
134
- "@contractspec/example.learning-journey-platform-tour": "2.9.1",
135
- "@contractspec/example.learning-journey-quest-challenges": "2.9.1",
136
- "@contractspec/example.learning-journey-studio-onboarding": "2.9.1",
137
- "@contractspec/example.learning-journey-ui-shared": "2.9.1",
138
- "@contractspec/example.learning-journey-ui-gamified": "2.9.1",
139
- "@contractspec/example.learning-journey-ui-onboarding": "2.9.1",
140
- "@contractspec/example.learning-journey-ui-coaching": "2.9.1",
141
- "@contractspec/module.learning-journey": "2.9.1",
130
+ "@contractspec/lib.contracts-spec": "3.1.1",
131
+ "@contractspec/example.learning-journey-ambient-coach": "3.1.1",
132
+ "@contractspec/example.learning-journey-duo-drills": "3.1.1",
133
+ "@contractspec/example.learning-journey-crm-onboarding": "3.1.1",
134
+ "@contractspec/example.learning-journey-platform-tour": "3.1.1",
135
+ "@contractspec/example.learning-journey-quest-challenges": "3.1.1",
136
+ "@contractspec/example.learning-journey-studio-onboarding": "3.1.1",
137
+ "@contractspec/example.learning-journey-ui-shared": "3.1.1",
138
+ "@contractspec/example.learning-journey-ui-gamified": "3.1.1",
139
+ "@contractspec/example.learning-journey-ui-onboarding": "3.1.1",
140
+ "@contractspec/example.learning-journey-ui-coaching": "3.1.1",
141
+ "@contractspec/module.learning-journey": "3.1.1",
142
142
  "react": "19.2.4"
143
143
  },
144
144
  "devDependencies": {
145
- "@contractspec/tool.typescript": "2.9.0",
145
+ "@contractspec/tool.typescript": "3.1.0",
146
146
  "@types/react": "^19.2.14",
147
147
  "typescript": "^5.9.3",
148
- "@contractspec/tool.bun": "2.9.0"
148
+ "@contractspec/tool.bun": "3.1.0"
149
149
  },
150
150
  "peerDependencies": {
151
151
  "react": "^19.2.4"