@contractspec/example.learning-journey-ambient-coach 1.44.1 → 1.45.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.
@@ -8,18 +8,18 @@ $ tsdown
8
8
  ℹ Cleaning 16 files
9
9
  ℹ dist/track.js 1.63 kB │ gzip: 0.72 kB
10
10
  ℹ dist/docs/ambient-coach.docblock.js 1.27 kB │ gzip: 0.71 kB
11
- ℹ dist/example.js 0.80 kB │ gzip: 0.45 kB
11
+ ℹ dist/example.js 0.91 kB │ gzip: 0.50 kB
12
12
  ℹ dist/index.js 0.28 kB │ gzip: 0.14 kB
13
13
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
14
14
  ℹ dist/track.js.map 2.83 kB │ gzip: 1.07 kB
15
15
  ℹ dist/docs/ambient-coach.docblock.js.map 1.68 kB │ gzip: 0.88 kB
16
- ℹ dist/example.js.map 1.15 kB │ gzip: 0.61 kB
16
+ ℹ dist/example.js.map 1.43 kB │ gzip: 0.71 kB
17
17
  ℹ dist/track.d.ts.map 0.18 kB │ gzip: 0.15 kB
18
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
19
- ℹ dist/example.d.ts 1.03 kB │ gzip: 0.44 kB
18
+ ℹ dist/example.d.ts.map 0.12 kB │ gzip: 0.12 kB
20
19
  ℹ dist/track.d.ts 0.44 kB │ gzip: 0.21 kB
21
20
  ℹ dist/index.d.ts 0.23 kB │ gzip: 0.12 kB
21
+ ℹ dist/example.d.ts 0.20 kB │ gzip: 0.16 kB
22
22
  ℹ dist/docs/ambient-coach.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
23
23
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
24
- ℹ 15 files, total: 11.71 kB
25
- ✔ Build complete in 14489ms
24
+ ℹ 15 files, total: 11.25 kB
25
+ ✔ Build complete in 18273ms
@@ -9,18 +9,18 @@ $ tsdown
9
9
  ℹ Build start
10
10
  ℹ dist/track.js 1.63 kB │ gzip: 0.72 kB
11
11
  ℹ dist/docs/ambient-coach.docblock.js 1.27 kB │ gzip: 0.71 kB
12
- ℹ dist/example.js 0.80 kB │ gzip: 0.45 kB
12
+ ℹ dist/example.js 0.91 kB │ gzip: 0.50 kB
13
13
  ℹ dist/index.js 0.28 kB │ gzip: 0.14 kB
14
14
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
15
  ℹ dist/track.js.map 2.83 kB │ gzip: 1.07 kB
16
16
  ℹ dist/docs/ambient-coach.docblock.js.map 1.68 kB │ gzip: 0.88 kB
17
- ℹ dist/example.js.map 1.15 kB │ gzip: 0.61 kB
17
+ ℹ dist/example.js.map 1.43 kB │ gzip: 0.71 kB
18
18
  ℹ dist/track.d.ts.map 0.18 kB │ gzip: 0.15 kB
19
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
20
- ℹ dist/example.d.ts 1.03 kB │ gzip: 0.44 kB
19
+ ℹ dist/example.d.ts.map 0.12 kB │ gzip: 0.12 kB
21
20
  ℹ dist/track.d.ts 0.44 kB │ gzip: 0.21 kB
22
21
  ℹ dist/index.d.ts 0.23 kB │ gzip: 0.12 kB
22
+ ℹ dist/example.d.ts 0.20 kB │ gzip: 0.16 kB
23
23
  ℹ dist/docs/ambient-coach.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
24
24
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
25
- ℹ 15 files, total: 11.71 kB
26
- ✔ Build complete in 15818ms
25
+ ℹ 15 files, total: 11.25 kB
26
+ ✔ Build complete in 19830ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @contractspec/example.learning-journey-ambient-coach
2
2
 
3
+ ## 1.45.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e73ca1d: feat: improve app config and examples contracts
8
+ feat: Contract layers support (features, examples, app-configs)
9
+
10
+ ### New CLI Commands
11
+ - `contractspec list layers` - List all contract layers with filtering
12
+
13
+ ### Enhanced Commands
14
+ - `contractspec ci` - New `layers` check category validates features/examples/config
15
+ - `contractspec doctor` - New `layers` health checks
16
+ - `contractspec integrity` - Now shows layer statistics
17
+
18
+ ### New APIs
19
+ - `discoverLayers()` - Scan workspace for all layer files
20
+ - `scanExampleSource()` - Parse ExampleSpec from source code
21
+ - `isExampleFile()` - Check if file is an example spec
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [e73ca1d]
26
+ - @contractspec/module.learning-journey@1.45.0
27
+ - @contractspec/lib.contracts@1.45.0
28
+ - @contractspec/lib.schema@1.45.0
29
+
3
30
  ## 1.44.1
4
31
 
5
32
  ### Patch Changes
package/dist/example.d.ts CHANGED
@@ -1,33 +1,7 @@
1
+ import { ExampleSpec } from "@contractspec/lib.contracts";
2
+
1
3
  //#region src/example.d.ts
2
- declare const example: {
3
- readonly id: "learning-journey-ambient-coach";
4
- readonly title: "Learning Journey — Ambient Coach";
5
- readonly summary: "Ambient coaching pattern: lightweight nudges driven by context and recent progress.";
6
- readonly tags: readonly ["learning", "coaching", "ambient"];
7
- readonly kind: "template";
8
- readonly visibility: "public";
9
- readonly docs: {
10
- readonly rootDocId: "docs.learning-journey.ambient-coach";
11
- };
12
- readonly entrypoints: {
13
- readonly packageName: "@contractspec/example.learning-journey-ambient-coach";
14
- readonly docs: "./docs";
15
- };
16
- readonly surfaces: {
17
- readonly templates: true;
18
- readonly sandbox: {
19
- readonly enabled: true;
20
- readonly modes: readonly ["playground", "markdown"];
21
- };
22
- readonly studio: {
23
- readonly enabled: true;
24
- readonly installable: true;
25
- };
26
- readonly mcp: {
27
- readonly enabled: true;
28
- };
29
- };
30
- };
4
+ declare const example: ExampleSpec;
31
5
  //#endregion
32
6
  export { example as default };
33
7
  //# sourceMappingURL=example.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";cAAM;EAAA,SAAA,EAqBI,EAAA,gCAAA"}
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SAAS"}
package/dist/example.js CHANGED
@@ -1,15 +1,20 @@
1
1
  //#region src/example.ts
2
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",
3
+ meta: {
4
+ key: "learning-journey-ambient-coach",
5
+ version: "1.0.0",
6
+ title: "Learning Journey — Ambient Coach",
7
+ description: "Ambient coaching pattern: lightweight nudges driven by context and recent progress.",
8
+ kind: "template",
9
+ visibility: "public",
10
+ stability: "experimental",
11
+ owners: ["@platform.core"],
12
+ tags: [
13
+ "learning",
14
+ "coaching",
15
+ "ambient"
16
+ ]
17
+ },
13
18
  docs: { rootDocId: "docs.learning-journey.ambient-coach" },
14
19
  entrypoints: {
15
20
  packageName: "@contractspec/example.learning-journey-ambient-coach",
@@ -1 +1 @@
1
- {"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["const example = {\n id: 'learning-journey-ambient-coach',\n title: 'Learning Journey — Ambient Coach',\n summary:\n 'Ambient coaching pattern: lightweight nudges driven by context and recent progress.',\n tags: ['learning', 'coaching', 'ambient'],\n kind: 'template',\n visibility: 'public',\n docs: {\n rootDocId: 'docs.learning-journey.ambient-coach',\n },\n entrypoints: {\n packageName: '@contractspec/example.learning-journey-ambient-coach',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['playground', 'markdown'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n} as const;\n\nexport default example;\n"],"mappings":";AAAA,MAAM,UAAU;CACd,IAAI;CACJ,OAAO;CACP,SACE;CACF,MAAM;EAAC;EAAY;EAAY;EAAU;CACzC,MAAM;CACN,YAAY;CACZ,MAAM,EACJ,WAAW,uCACZ;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,cAAc,WAAW;GAAE;EAC7D,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF;AAED,sBAAe"}
1
+ {"version":3,"file":"example.js","names":["example: ExampleSpec"],"sources":["../src/example.ts"],"sourcesContent":["import type { ExampleSpec } from '@contractspec/lib.contracts';\n\nconst example: ExampleSpec = {\n meta: {\n key: 'learning-journey-ambient-coach',\n version: '1.0.0',\n title: 'Learning Journey — Ambient Coach',\n description:\n 'Ambient coaching pattern: lightweight nudges driven by context and recent progress.',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['learning', 'coaching', 'ambient'],\n },\n docs: {\n rootDocId: 'docs.learning-journey.ambient-coach',\n },\n entrypoints: {\n packageName: '@contractspec/example.learning-journey-ambient-coach',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['playground', 'markdown'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n};\n\nexport default example;\n"],"mappings":";AAEA,MAAMA,UAAuB;CAC3B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAY;GAAY;GAAU;EAC1C;CACD,MAAM,EACJ,WAAW,uCACZ;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,cAAc,WAAW;GAAE;EAC7D,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF;AAED,sBAAe"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ambient-coach",
3
- "version": "1.44.1",
3
+ "version": "1.45.0",
4
4
  "description": "Ambient coach learning journey example with contextual tips and follow-up actions.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,13 +27,13 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/module.learning-journey": "1.44.1",
31
- "@contractspec/lib.schema": "1.44.1",
32
- "@contractspec/lib.contracts": "1.44.1"
30
+ "@contractspec/module.learning-journey": "1.45.0",
31
+ "@contractspec/lib.schema": "1.45.0",
32
+ "@contractspec/lib.contracts": "1.45.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@contractspec/tool.tsdown": "1.44.1",
36
- "@contractspec/tool.typescript": "1.44.1",
35
+ "@contractspec/tool.tsdown": "1.45.0",
36
+ "@contractspec/tool.typescript": "1.45.0",
37
37
  "tsdown": "^0.18.3",
38
38
  "typescript": "^5.9.3"
39
39
  },
package/src/example.ts CHANGED
@@ -1,11 +1,18 @@
1
- const example = {
2
- id: 'learning-journey-ambient-coach',
3
- title: 'Learning Journey — Ambient Coach',
4
- summary:
5
- 'Ambient coaching pattern: lightweight nudges driven by context and recent progress.',
6
- tags: ['learning', 'coaching', 'ambient'],
7
- kind: 'template',
8
- visibility: 'public',
1
+ import type { ExampleSpec } from '@contractspec/lib.contracts';
2
+
3
+ const example: ExampleSpec = {
4
+ meta: {
5
+ key: 'learning-journey-ambient-coach',
6
+ version: '1.0.0',
7
+ title: 'Learning Journey — Ambient Coach',
8
+ description:
9
+ 'Ambient coaching pattern: lightweight nudges driven by context and recent progress.',
10
+ kind: 'template',
11
+ visibility: 'public',
12
+ stability: 'experimental',
13
+ owners: ['@platform.core'],
14
+ tags: ['learning', 'coaching', 'ambient'],
15
+ },
9
16
  docs: {
10
17
  rootDocId: 'docs.learning-journey.ambient-coach',
11
18
  },
@@ -19,6 +26,6 @@ const example = {
19
26
  studio: { enabled: true, installable: true },
20
27
  mcp: { enabled: true },
21
28
  },
22
- } as const;
29
+ };
23
30
 
24
31
  export default example;