@thanh01.pmt/curriculum-kit 1.4.48 → 1.4.50
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.cjs +2 -2
- package/dist/ai/index.cjs.map +1 -1
- package/dist/ai/index.d.cts +77 -77
- package/dist/ai/index.d.ts +77 -77
- package/dist/ai/index.mjs +2 -2
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +63 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -12
- package/dist/index.d.ts +19 -12
- package/dist/index.mjs +63 -15
- package/dist/index.mjs.map +1 -1
- package/dist/pipeline/index.cjs +2 -2
- package/dist/pipeline/index.cjs.map +1 -1
- package/dist/pipeline/index.mjs +2 -2
- package/dist/pipeline/index.mjs.map +1 -1
- package/dist/schemas/index.d.cts +1052 -1052
- package/dist/schemas/index.d.ts +1052 -1052
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-CLnq0d0s.d.cts → standardsCoverageGate-49pJq5t8.d.cts} +12 -12
- package/dist/{standardsCoverageGate-CLnq0d0s.d.ts → standardsCoverageGate-49pJq5t8.d.ts} +12 -12
- package/dist/workflow/index.cjs +3 -2
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.d.cts +1 -1
- package/dist/workflow/index.d.ts +1 -1
- package/dist/workflow/index.mjs +3 -2
- package/dist/workflow/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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-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';
|
|
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-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';
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
31
31
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
process: "
|
|
33
|
+
process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
198
198
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
199
199
|
}, {
|
|
200
|
-
process: "
|
|
200
|
+
process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
443
443
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
process: "
|
|
445
|
+
process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
31
31
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
process: "
|
|
33
|
+
process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
198
198
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
199
199
|
}, {
|
|
200
|
-
process: "
|
|
200
|
+
process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
443
443
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
process: "
|
|
445
|
+
process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
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: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
|
|
659
659
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
660
660
|
} | undefined;
|
|
661
661
|
}[];
|
package/dist/workflow/index.cjs
CHANGED
|
@@ -3484,9 +3484,9 @@ Evaluate the candidate artifact across these 6 dimensions:
|
|
|
3484
3484
|
- 0 pts: Missing critical sections.
|
|
3485
3485
|
|
|
3486
3486
|
5. **Technical & Conceptual Accuracy (15 pts):**
|
|
3487
|
-
- 15 pts: Code snippets, logic flows, architectural descriptions, and Mermaid diagrams are conceptually sound and valid. If \`canonicalExposition\` or \`[KNOWLEDGE_EXPOSITION]\` is provided, content strictly adheres to canonical concepts without contradicting definitions or examples.
|
|
3487
|
+
- 15 pts: Code snippets, logic flows, architectural descriptions, and Mermaid diagrams are conceptually sound and valid. Every code identifier uses the REAL standard-library/API spelling of the declared stack (grounded in REFERENCE_PACK / canonical LESSON) \u2014 internal consistency with a glossary term name is NOT evidence of correctness. If \`canonicalExposition\` or \`[KNOWLEDGE_EXPOSITION]\` is provided, content strictly adheres to canonical concepts without contradicting definitions or examples.
|
|
3488
3488
|
- 8 pts: Minor syntax inaccuracies or unidiomatic code that does not break core concepts.
|
|
3489
|
-
- 0 pts: Severe technical hallucinations, broken logic, invalid diagrams, or direct contradiction of canonical exposition knowledge.
|
|
3489
|
+
- 0 pts: Severe technical hallucinations, broken logic, invalid diagrams, invented casing/spelling rules for standard-library identifiers, or direct contradiction of canonical exposition knowledge.
|
|
3490
3490
|
|
|
3491
3491
|
6. **Contract Consistency & Zero-Drift (10 pts):**
|
|
3492
3492
|
- 10 pts: Satellite artifact strictly adheres to the scope, tech stack, and objectives of Lesson ${lessonId} without introducing unrelated topics. If \`canonicalLessonExcerpt\` is present in candidate JSON, all satellite phases/activities strictly operationalize the master Lesson Flow and Activity Sequence without inventing divergent timelines.
|
|
@@ -19542,6 +19542,7 @@ Your task is to author a canonical, publication-grade learning artifact of type
|
|
|
19542
19542
|
${langDirective}
|
|
19543
19543
|
${headingDirective}
|
|
19544
19544
|
2. NON-MOCK CODE INVARIANT: Any code snippet provided MUST be 100% syntactically valid, idiomatic, and executable without placeholders or fake functions.
|
|
19545
|
+
2b. IDENTIFIER GROUND TRUTH: Never derive identifier casing/spelling from glossary term or concept names (they are pedagogical labels). Copy identifiers EXACTLY from the canonical LESSON and REFERENCE_PACK ground truth present in the context.
|
|
19545
19546
|
3. PEDAGOGICAL GROUNDING: Strictly align with the ${pedagogy.toUpperCase()} model, Bloom's Revised Taxonomy, and IEEE/ACM CS2023 guidelines.
|
|
19546
19547
|
4. SCAFFOLDING LEVEL: "${scaffoldingLevel.toUpperCase()}".${scaffoldingRule}
|
|
19547
19548
|
5. TARGET AUDIENCE: ${gradeLevel ? `Grade ${gradeLevel}, ` : ""}${targetAge} on ${hwStr}.${deviceRule}${classDynamicsRule}${extraContextRule}
|