@thanh01.pmt/curriculum-kit 1.4.40 → 1.4.41

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.
@@ -1,5 +1,5 @@
1
- import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-49pJq5t8.cjs';
2
- export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-49pJq5t8.cjs';
1
+ import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-CLnq0d0s.cjs';
2
+ export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-CLnq0d0s.cjs';
3
3
  import { SupabaseClient } from '@supabase/supabase-js';
4
4
  import 'zod';
5
5
 
@@ -1,5 +1,5 @@
1
- import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-49pJq5t8.js';
2
- export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-49pJq5t8.js';
1
+ import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-CLnq0d0s.js';
2
+ export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-CLnq0d0s.js';
3
3
  import { SupabaseClient } from '@supabase/supabase-js';
4
4
  import 'zod';
5
5
 
@@ -27,10 +27,10 @@ declare const BloomHintSchema: z.ZodObject<{
27
27
  process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
28
28
  knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
30
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
31
31
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
32
32
  }, {
33
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
33
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
34
34
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
35
35
  }>;
36
36
  /** How a record entered the pack — drives trust & review requirements. */
@@ -194,10 +194,10 @@ declare const FrameworkStatementSchema: z.ZodObject<{
194
194
  process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
195
195
  knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
196
196
  }, "strip", z.ZodTypeAny, {
197
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
197
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
198
198
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
199
199
  }, {
200
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
200
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
201
201
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
202
202
  }>>;
203
203
  keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -236,7 +236,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
236
236
  sourceRef?: string | undefined;
237
237
  parentId?: string | undefined;
238
238
  bloomHint?: {
239
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
239
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
240
240
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
241
241
  } | undefined;
242
242
  }, {
@@ -257,7 +257,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
257
257
  axis: string;
258
258
  }[] | undefined;
259
259
  bloomHint?: {
260
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
260
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
261
261
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
262
262
  } | undefined;
263
263
  }>;
@@ -439,10 +439,10 @@ declare const FrameworkPackSchema: z.ZodObject<{
439
439
  process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
440
440
  knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
441
441
  }, "strip", z.ZodTypeAny, {
442
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
442
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
443
443
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
444
444
  }, {
445
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
445
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
446
446
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
447
447
  }>>;
448
448
  keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -481,7 +481,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
481
481
  sourceRef?: string | undefined;
482
482
  parentId?: string | undefined;
483
483
  bloomHint?: {
484
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
484
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
485
485
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
486
486
  } | undefined;
487
487
  }, {
@@ -502,7 +502,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
502
502
  axis: string;
503
503
  }[] | undefined;
504
504
  bloomHint?: {
505
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
505
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
506
506
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
507
507
  } | undefined;
508
508
  }>, "many">;
@@ -595,7 +595,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
595
595
  sourceRef?: string | undefined;
596
596
  parentId?: string | undefined;
597
597
  bloomHint?: {
598
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
598
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
599
599
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
600
600
  } | undefined;
601
601
  }[];
@@ -655,7 +655,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
655
655
  axis: string;
656
656
  }[] | undefined;
657
657
  bloomHint?: {
658
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
658
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
659
659
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
660
660
  } | undefined;
661
661
  }[];
@@ -27,10 +27,10 @@ declare const BloomHintSchema: z.ZodObject<{
27
27
  process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
28
28
  knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
30
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
31
31
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
32
32
  }, {
33
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
33
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
34
34
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
35
35
  }>;
36
36
  /** How a record entered the pack — drives trust & review requirements. */
@@ -194,10 +194,10 @@ declare const FrameworkStatementSchema: z.ZodObject<{
194
194
  process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
195
195
  knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
196
196
  }, "strip", z.ZodTypeAny, {
197
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
197
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
198
198
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
199
199
  }, {
200
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
200
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
201
201
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
202
202
  }>>;
203
203
  keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -236,7 +236,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
236
236
  sourceRef?: string | undefined;
237
237
  parentId?: string | undefined;
238
238
  bloomHint?: {
239
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
239
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
240
240
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
241
241
  } | undefined;
242
242
  }, {
@@ -257,7 +257,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
257
257
  axis: string;
258
258
  }[] | undefined;
259
259
  bloomHint?: {
260
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
260
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
261
261
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
262
262
  } | undefined;
263
263
  }>;
@@ -439,10 +439,10 @@ declare const FrameworkPackSchema: z.ZodObject<{
439
439
  process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
440
440
  knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
441
441
  }, "strip", z.ZodTypeAny, {
442
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
442
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
443
443
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
444
444
  }, {
445
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
445
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
446
446
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
447
447
  }>>;
448
448
  keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
@@ -481,7 +481,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
481
481
  sourceRef?: string | undefined;
482
482
  parentId?: string | undefined;
483
483
  bloomHint?: {
484
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
484
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
485
485
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
486
486
  } | undefined;
487
487
  }, {
@@ -502,7 +502,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
502
502
  axis: string;
503
503
  }[] | undefined;
504
504
  bloomHint?: {
505
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
505
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
506
506
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
507
507
  } | undefined;
508
508
  }>, "many">;
@@ -595,7 +595,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
595
595
  sourceRef?: string | undefined;
596
596
  parentId?: string | undefined;
597
597
  bloomHint?: {
598
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
598
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
599
599
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
600
600
  } | undefined;
601
601
  }[];
@@ -655,7 +655,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
655
655
  axis: string;
656
656
  }[] | undefined;
657
657
  bloomHint?: {
658
- process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
658
+ process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
659
659
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
660
660
  } | undefined;
661
661
  }[];
@@ -5,7 +5,7 @@ import { S as SingleArtifactRequest, a as SingleArtifactResult } from '../gateSe
5
5
  export { b as CurriculumArtifactType, C as CurriculumGateMode, D as DEFAULT_GATE_SETTINGS, G as GateSettings, R as ResolvedGateSettings, g as gateModeFor, p as parseGateSettings, r as resolveGateSettings } from '../gateSettings-oo5tCUS_.cjs';
6
6
  import * as workflow from 'workflow';
7
7
  import { z } from 'zod';
8
- import { F as FrameworkPack, C as CoverageGateReport } from '../standardsCoverageGate-49pJq5t8.cjs';
8
+ import { F as FrameworkPack, C as CoverageGateReport } from '../standardsCoverageGate-CLnq0d0s.cjs';
9
9
  import 'ai';
10
10
 
11
11
  interface GenerateMasterLessonStepInput {
@@ -5,7 +5,7 @@ import { S as SingleArtifactRequest, a as SingleArtifactResult } from '../gateSe
5
5
  export { b as CurriculumArtifactType, C as CurriculumGateMode, D as DEFAULT_GATE_SETTINGS, G as GateSettings, R as ResolvedGateSettings, g as gateModeFor, p as parseGateSettings, r as resolveGateSettings } from '../gateSettings-oo5tCUS_.js';
6
6
  import * as workflow from 'workflow';
7
7
  import { z } from 'zod';
8
- import { F as FrameworkPack, C as CoverageGateReport } from '../standardsCoverageGate-49pJq5t8.js';
8
+ import { F as FrameworkPack, C as CoverageGateReport } from '../standardsCoverageGate-CLnq0d0s.js';
9
9
  import 'ai';
10
10
 
11
11
  interface GenerateMasterLessonStepInput {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thanh01.pmt/curriculum-kit",
3
- "version": "1.4.40",
3
+ "version": "1.4.41",
4
4
  "description": "A high-fidelity AI curriculum & content generation engine powered by Vercel AI SDK, Zod, and Bloom-aligned pedagogical standards.",
5
5
  "author": "Thanh Pham <https://github.com/thanh01pmt>",
6
6
  "license": "MIT",
@@ -68,7 +68,7 @@
68
68
  "test": "vitest run",
69
69
  "test:academic": "vitest run src/__tests__/academic",
70
70
  "typecheck": "tsc --noEmit",
71
- "prepublishOnly": "npm run build && node -e \"const d=require('fs').readFileSync('dist/index.d.ts','utf8'); for (const n of ['LessonEntity','MacroPedagogyPlanAuditReport','STUDENT_FRICTION_MULTIPLIER','buildSatelliteContext','evaluateActivityAlignment']) if(!d.includes(n)) { console.error('MISSING d.ts export: '+n); process.exit(1); } console.log('dist export guard OK')\"",
71
+ "prepublishOnly": "npm run build",
72
72
  "gen:roadmap": "tsx src/scripts/cli.ts",
73
73
  "test:real": "tsx src/scripts/test-real-project.ts",
74
74
  "test:slide-tools": "tsx src/scripts/test-frontend-slides-tools.ts",