@thanh01.pmt/curriculum-kit 1.4.48 → 1.4.49

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-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';
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-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';
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
30
+ process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
31
31
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
32
32
  }, {
33
- process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
197
+ process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
198
198
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
199
199
  }, {
200
- process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
442
+ process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
443
443
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
444
444
  }, {
445
- process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
30
+ process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
31
31
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
32
32
  }, {
33
- process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
197
+ process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
198
198
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
199
199
  }, {
200
- process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
442
+ process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
443
443
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
444
444
  }, {
445
- process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
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: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
658
+ process: "Create" | "Evaluate" | "Remember" | "Understand" | "Apply" | "Analyze";
659
659
  knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
660
660
  } | undefined;
661
661
  }[];
@@ -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}