@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.
- package/dist/ai/index.d.cts +77 -77
- package/dist/ai/index.d.ts +77 -77
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -12
- package/dist/index.d.ts +12 -12
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/schemas/index.d.cts +1064 -1064
- package/dist/schemas/index.d.ts +1064 -1064
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-49pJq5t8.d.cts → standardsCoverageGate-CLnq0d0s.d.cts} +12 -12
- package/dist/{standardsCoverageGate-49pJq5t8.d.ts → standardsCoverageGate-CLnq0d0s.d.ts} +12 -12
- package/dist/workflow/index.d.cts +1 -1
- package/dist/workflow/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-
|
|
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-
|
|
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-
|
|
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-
|
|
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: "
|
|
30
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
31
31
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
process: "
|
|
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: "
|
|
197
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
198
198
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
199
199
|
}, {
|
|
200
|
-
process: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
442
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
443
443
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
process: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
30
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
31
31
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
process: "
|
|
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: "
|
|
197
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
198
198
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
199
199
|
}, {
|
|
200
|
-
process: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
442
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
443
443
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
process: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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-
|
|
8
|
+
import { F as FrameworkPack, C as CoverageGateReport } from '../standardsCoverageGate-CLnq0d0s.cjs';
|
|
9
9
|
import 'ai';
|
|
10
10
|
|
|
11
11
|
interface GenerateMasterLessonStepInput {
|
package/dist/workflow/index.d.ts
CHANGED
|
@@ -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-
|
|
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.
|
|
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
|
|
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",
|