@thanh01.pmt/curriculum-kit 1.4.43 → 1.4.45

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.
Files changed (121) hide show
  1. package/dist/ai/index.cjs +66 -470
  2. package/dist/ai/index.cjs.map +1 -1
  3. package/dist/ai/index.d.cts +77 -77
  4. package/dist/ai/index.d.ts +77 -77
  5. package/dist/ai/index.mjs +64 -469
  6. package/dist/ai/index.mjs.map +1 -1
  7. package/dist/index.cjs +478 -837
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.d.cts +124 -58
  10. package/dist/index.d.ts +124 -58
  11. package/dist/index.mjs +470 -829
  12. package/dist/index.mjs.map +1 -1
  13. package/dist/pipeline/index.cjs +99 -484
  14. package/dist/pipeline/index.cjs.map +1 -1
  15. package/dist/pipeline/index.mjs +97 -483
  16. package/dist/pipeline/index.mjs.map +1 -1
  17. package/dist/schemas/index.d.cts +1064 -1064
  18. package/dist/schemas/index.d.ts +1064 -1064
  19. package/dist/standards/index.d.cts +2 -2
  20. package/dist/standards/index.d.ts +2 -2
  21. package/dist/{standardsCoverageGate-49pJq5t8.d.cts → standardsCoverageGate-CLnq0d0s.d.cts} +12 -12
  22. package/dist/{standardsCoverageGate-49pJq5t8.d.ts → standardsCoverageGate-CLnq0d0s.d.ts} +12 -12
  23. package/dist/templates/ACT_template.md +18 -9
  24. package/dist/templates/ALIGNMENT_MATRIX_template.md +5 -0
  25. package/dist/templates/ART_DIRECTION_template.md +7 -0
  26. package/dist/templates/ASSET_MANIFEST_template.md +5 -0
  27. package/dist/templates/BASELINE_STANDARD.md +5 -0
  28. package/dist/templates/BELL_RINGER_template.md +13 -13
  29. package/dist/templates/CHANGELOG_template.md +3 -0
  30. package/dist/templates/CHOICE_BOARD_template.md +8 -5
  31. package/dist/templates/CODE_template.md +5 -6
  32. package/dist/templates/CONTENT_CONTINUITY_template.md +6 -0
  33. package/dist/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  34. package/dist/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  35. package/dist/templates/DEPENDENCY_MAP_template.md +3 -4
  36. package/dist/templates/EXIT_TICKET_template.md +8 -8
  37. package/dist/templates/EXT_template.md +3 -0
  38. package/dist/templates/GLOSSARY_template.md +1 -2
  39. package/dist/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  40. package/dist/templates/GUIDE_template.md +5 -6
  41. package/dist/templates/HANDOUT_template.md +5 -6
  42. package/dist/templates/HANDOVER_DOCUMENT_template.md +8 -0
  43. package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  44. package/dist/templates/LAB_TEMPLATE.md +78 -0
  45. package/dist/templates/LEARNER_PROFILE_template.md +4 -5
  46. package/dist/templates/LESSONS_LEARNED_template.md +8 -0
  47. package/dist/templates/LESSON_5E_template.md +24 -9
  48. package/dist/templates/LESSON_EDP_template.md +26 -10
  49. package/dist/templates/LESSON_GENERAL_template.md +22 -8
  50. package/dist/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  51. package/dist/templates/PACKAGING_SPEC_template.md +8 -0
  52. package/dist/templates/PILOT_FEEDBACK_template.md +6 -0
  53. package/dist/templates/PROJECT_BRIEF_template.md +8 -0
  54. package/dist/templates/PROJECT_STATUS_template.md +9 -0
  55. package/dist/templates/QUIZ_template.md +7 -0
  56. package/dist/templates/QUIZ_v4.6_template.md +4 -5
  57. package/dist/templates/REFERENCE_PACK_template.md +4 -0
  58. package/dist/templates/REVIEW_GAME_template.md +11 -8
  59. package/dist/templates/RUBRIC_template.md +2 -3
  60. package/dist/templates/SCIENCE_LAB_template.md +11 -5
  61. package/dist/templates/SECTION_LANGUAGE_CONTRACT_template.md +44 -0
  62. package/dist/templates/SELF_LAB_template.md +174 -0
  63. package/dist/templates/SLIDE_template.md +23 -0
  64. package/dist/templates/STATION_ROTATION_template.md +11 -11
  65. package/dist/templates/TASK_CARDS_template.md +8 -8
  66. package/dist/templates/TIERED_PRACTICE_template.md +14 -10
  67. package/dist/templates/UPDATE_ROADMAP_template.md +7 -0
  68. package/dist/templates/WKS_template.md +5 -6
  69. package/dist/workflow/index.cjs +250 -672
  70. package/dist/workflow/index.cjs.map +1 -1
  71. package/dist/workflow/index.d.cts +1 -1
  72. package/dist/workflow/index.d.ts +1 -1
  73. package/dist/workflow/index.mjs +248 -670
  74. package/dist/workflow/index.mjs.map +1 -1
  75. package/docs/refs/templates/ACT_template.md +18 -9
  76. package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +5 -0
  77. package/docs/refs/templates/ART_DIRECTION_template.md +7 -0
  78. package/docs/refs/templates/ASSET_MANIFEST_template.md +5 -0
  79. package/docs/refs/templates/BASELINE_STANDARD.md +5 -0
  80. package/docs/refs/templates/BELL_RINGER_template.md +13 -13
  81. package/docs/refs/templates/CHANGELOG_template.md +3 -0
  82. package/docs/refs/templates/CHOICE_BOARD_template.md +8 -5
  83. package/docs/refs/templates/CODE_template.md +5 -6
  84. package/docs/refs/templates/CONTENT_CONTINUITY_template.md +6 -0
  85. package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  86. package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  87. package/docs/refs/templates/DEPENDENCY_MAP_template.md +3 -4
  88. package/docs/refs/templates/EXIT_TICKET_template.md +8 -8
  89. package/docs/refs/templates/EXT_template.md +3 -0
  90. package/docs/refs/templates/GLOSSARY_template.md +1 -2
  91. package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  92. package/docs/refs/templates/GUIDE_template.md +5 -6
  93. package/docs/refs/templates/HANDOUT_template.md +5 -6
  94. package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +8 -0
  95. package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  96. package/docs/refs/templates/LAB_TEMPLATE.md +78 -0
  97. package/docs/refs/templates/LEARNER_PROFILE_template.md +4 -5
  98. package/docs/refs/templates/LESSONS_LEARNED_template.md +8 -0
  99. package/docs/refs/templates/LESSON_5E_template.md +24 -9
  100. package/docs/refs/templates/LESSON_EDP_template.md +26 -10
  101. package/docs/refs/templates/LESSON_GENERAL_template.md +22 -8
  102. package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  103. package/docs/refs/templates/PACKAGING_SPEC_template.md +8 -0
  104. package/docs/refs/templates/PILOT_FEEDBACK_template.md +6 -0
  105. package/docs/refs/templates/PROJECT_BRIEF_template.md +8 -0
  106. package/docs/refs/templates/PROJECT_STATUS_template.md +9 -0
  107. package/docs/refs/templates/QUIZ_template.md +7 -0
  108. package/docs/refs/templates/QUIZ_v4.6_template.md +4 -5
  109. package/docs/refs/templates/REFERENCE_PACK_template.md +4 -0
  110. package/docs/refs/templates/REVIEW_GAME_template.md +11 -8
  111. package/docs/refs/templates/RUBRIC_template.md +2 -3
  112. package/docs/refs/templates/SCIENCE_LAB_template.md +11 -5
  113. package/docs/refs/templates/SECTION_LANGUAGE_CONTRACT_template.md +44 -0
  114. package/docs/refs/templates/SELF_LAB_template.md +174 -0
  115. package/docs/refs/templates/SLIDE_template.md +23 -0
  116. package/docs/refs/templates/STATION_ROTATION_template.md +11 -11
  117. package/docs/refs/templates/TASK_CARDS_template.md +8 -8
  118. package/docs/refs/templates/TIERED_PRACTICE_template.md +14 -10
  119. package/docs/refs/templates/UPDATE_ROADMAP_template.md +7 -0
  120. package/docs/refs/templates/WKS_template.md +5 -6
  121. package/package.json +1 -1
@@ -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
  }[];
@@ -13,6 +13,9 @@ template_required_sections:
13
13
  - "Materials & Setup"
14
14
  - "Constraints & Safety"
15
15
  - "Active Learning Workflow"
16
+ - "Phase 1: Planning & Design"
17
+ - "Phase 2: Implementation & Discovery"
18
+ - "Phase 3: Debugging & Testing"
16
19
  - "3-Tier Differentiation"
17
20
  - "Reflection"
18
21
  ---
@@ -21,38 +24,44 @@ template_required_sections:
21
24
  # INQUIRY-BASED ACTIVITY: [ACTIVITY TITLE]
22
25
  _Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX]_
23
26
 
24
- ## [REQUIRED] Computational Thinking Focus
27
+ ## Computational Thinking Focus
25
28
  - **Problem Statement (Real-world Scenario):** [Describe a real problem instead of just assembly steps. E.g., "A farm weather station needs to alert when the temperature is too high."]
26
29
  - **Decomposition:** [E.g., 1. Read sensor, 2. Process logic, 3. Send alert.]
27
30
  - **Algorithm Design:** [How should students think about the Data Flow before programming?]
28
31
 
29
- ## [REQUIRED] Materials & Setup
32
+ ## Materials & Setup
30
33
  - **Reference Material:** Students should use the **HANDOUT** for this lesson as their primary technical reference (lifeline).
31
34
  - **Hardware/Software:** [List specific devices, components, and tools required.]
32
35
 
33
- ## [REQUIRED] Constraints & Safety
36
+ ## Constraints & Safety
34
37
  - ⚠️ **Technical/Safety:** [E.g., Careful with 5V/GND pins, API rate limits.]
35
38
  - 💡 **Design Constraint:** [Provide a constraint to stimulate thinking. E.g., "Maximum 3 nodes allowed", "Environment variables MUST be used."]
36
39
 
37
- ## [REQUIRED] Active Learning Workflow
40
+ ## Active Learning Workflow
38
41
 
39
- ### Phase 1: Planning & Design — [X mins]
42
+ ### Phase 1: Planning & Design
43
+
44
+ > **Duration:** {{ XX }} mins
40
45
  - **Student Task:** Hand-draw (or draft in words) the algorithm flowchart or connection architecture before touching the computer/devices.
41
46
  - **Teacher Action:** Walk around to check the logic of each group. Ask inquiry questions: *"Where does the data flow from and to?", "If the sensor fails, how will the system report the error?"*
42
47
 
43
- ### Phase 2: Implementation & Discovery — [Y mins]
48
+ ### Phase 2: Implementation & Discovery
49
+
50
+ > **Duration:** {{ XX }} mins
44
51
  - **Student Task:** Apply the knowledge from the **HANDOUT** to realize the plan designed in Phase 1. Encourage self-inquiry and documentation lookup.
45
52
  - **Teacher Action:** Avoid "hand-holding." Only intervene if a group has been stuck for more than 5 minutes.
46
53
 
47
- ### Phase 3: Debugging & Testing — [Z mins]
54
+ ### Phase 3: Debugging & Testing
55
+
56
+ > **Duration:** {{ XX }} mins
48
57
  - **Testing:** Students run their system.
49
58
  - **Error Analysis:** Ask students to record any error codes or unexpected behaviors and compare them with the Troubleshooting table in the Handout.
50
59
 
51
- ## [REQUIRED] 3-Tier Differentiation
60
+ ## 3-Tier Differentiation
52
61
  > MUST design tasks in 3 tiers to support diverse learner groups. Bronze is the minimum requirement for all students.
53
62
  - 🥉 **Bronze (Foundational):** [Core task, usually corresponding to accurately completing the basics from the Handout. E.g., Calling an API and printing the result.]
54
63
  - 🥈 **Silver (Application):** [Task with additional logic or processing steps. E.g., Adding an IF Node to check if temperature > 30.]
55
64
  - 🥇 **Gold (Enrichment/Creative):** [Challenging task requiring self-research of new tools or advanced knowledge. E.g., Sending the alert via Telegram.]
56
65
 
57
- ## [REQUIRED] Reflection
66
+ ## Reflection
58
67
  - **Discussion Question:** [E.g., Why is Approach A better than B? Which part of the code runs the slowest?]
@@ -8,6 +8,11 @@ deliverable: "P3-T9"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "Vertical Alignment Tracker"
13
+ - "Horizontal & Prerequisite Alignment Report"
14
+ - "Feedback & Revision Log"
15
+ ---
11
16
 
12
17
  # ALIGNMENT MATRIX
13
18
  _Updated by: @reviewer | Read by: All Agents_
@@ -8,6 +8,13 @@ deliverable: "P2-T2"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "🎨 1. Visual Identity & Mood"
13
+ - "🌈 2. Color Palette"
14
+ - "📊 3. Diagram Standards (Mermaid)"
15
+ - "🖼️ 4. Image Categories & Tiers"
16
+ - "🛠️ 5. Typography"
17
+ ---
11
18
 
12
19
  # ART DIRECTION: [Project Name]
13
20
 
@@ -6,6 +6,11 @@ created_by: "Antigravity"
6
6
  version: "v4.6"
7
7
  date: "YYYY-MM-DD"
8
8
  ---
9
+ template_required_sections:
10
+ - "Summary"
11
+ - "Referenced Assets"
12
+ - "Orphan Assets"
13
+ ---
9
14
 
10
15
  # 📦 ASSET MANIFEST
11
16
  _Auto-updated by Radar at: YYYY-MM-DD HH:MM:SS | Learning-asset sync status_
@@ -8,6 +8,11 @@ deliverable: "{{DELIVERABLE_CODE}}"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "CSTA K-12 Computer Science Standards"
13
+ - "AI4K12 - Five Big Ideas in AI"
14
+ - "Bloom's Taxonomy for CS/STEM"
15
+ ---
11
16
 
12
17
  # BASELINE STANDARDS (K-12 CS & AI)
13
18
 
@@ -10,25 +10,25 @@ date: "{{DATE}}"
10
10
  template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Weekly Objective & Schedule"
13
- - "Monday: Mental Model Recall (Warm-up 1)"
14
- - "Tuesday: Code Spot-Check (Warm-up 2)"
15
- - "Wednesday: Bug Hunt & Fix (Warm-up 3)"
16
- - "Thursday: Architecture Tracing (Warm-up 4)"
17
- - "Friday: Creative Synthesis & Bridge (Warm-up 5)"
18
- - "Answer Key & Scoring Guide"
13
+ - "Day 1 (Monday): Mental Model Recall & Analogy"
14
+ - "Day 2 (Tuesday): Rapid Code Tracing"
15
+ - "Day 3 (Wednesday): Quick Bug Hunt (Spot the Defect)"
16
+ - "Day 4 (Thursday): Visual Diagram Tracing"
17
+ - "Day 5 (Friday): Creative Synthesis & Bridge Forward"
18
+ - "Teacher Answer Key & Scoring Guide"
19
19
  ---
20
20
  <!-- INJECT_BODY -->
21
21
 
22
22
  # WEEKLY BELL RINGERS (5-DAY WARM-UP PACK): [UNIT / LESSON TITLE]
23
23
  _Unit: U[X] | Module: M[X.X] | Time: Exactly 3-5 Mins at Start of Each Session_
24
24
 
25
- ## [REQUIRED] Weekly Objective & Schedule
25
+ ## Weekly Objective & Schedule
26
26
  - **Weekly Core Theme:** [E.g., "Swift Concurrency, Actors & Thread Safety"]
27
27
  - **Routine Protocol:** Display prompt on projector immediately as students enter. Students write responses in their Daily Journal before class discussion.
28
28
 
29
29
  ---
30
30
 
31
- ## [REQUIRED] Day 1 (Monday): Mental Model Recall & Analogy
31
+ ## Day 1 (Monday): Mental Model Recall & Analogy
32
32
  > *Time: 3 Mins | Bloom: Understand*
33
33
 
34
34
  **Prompt:**
@@ -41,7 +41,7 @@ _Unit: U[X] | Module: M[X.X] | Time: Exactly 3-5 Mins at Start of Each Session_
41
41
 
42
42
  ---
43
43
 
44
- ## [REQUIRED] Day 2 (Tuesday): Rapid Code Tracing
44
+ ## Day 2 (Tuesday): Rapid Code Tracing
45
45
  > *Time: 4 Mins | Bloom: Apply*
46
46
 
47
47
  **Prompt:**
@@ -58,7 +58,7 @@ func compute() async -> Int {
58
58
 
59
59
  ---
60
60
 
61
- ## [REQUIRED] Day 3 (Wednesday): Quick Bug Hunt (Spot the Defect)
61
+ ## Day 3 (Wednesday): Quick Bug Hunt (Spot the Defect)
62
62
  > *Time: 4 Mins | Bloom: Analyze*
63
63
 
64
64
  **Prompt:**
@@ -82,7 +82,7 @@ struct UserProfileView: View {
82
82
 
83
83
  ---
84
84
 
85
- ## [REQUIRED] Day 4 (Thursday): Visual Diagram Tracing
85
+ ## Day 4 (Thursday): Visual Diagram Tracing
86
86
  > *Time: 4 Mins | Bloom: Analyze*
87
87
 
88
88
  **Prompt:**
@@ -92,7 +92,7 @@ Given the following state transition flow:
92
92
 
93
93
  ---
94
94
 
95
- ## [REQUIRED] Day 5 (Friday): Creative Synthesis & Bridge Forward
95
+ ## Day 5 (Friday): Creative Synthesis & Bridge Forward
96
96
  > *Time: 5 Mins | Bloom: Evaluate / Create*
97
97
 
98
98
  **Prompt:**
@@ -100,7 +100,7 @@ Given the following state transition flow:
100
100
 
101
101
  ---
102
102
 
103
- ## [REQUIRED] Teacher Answer Key & Scoring Guide
103
+ ## Teacher Answer Key & Scoring Guide
104
104
  - **Monday:** Shared memory without synchronization causes overlapping writes (data races). Actors queue requests in an isolated mailbox.
105
105
  - **Tuesday:** The spawned `Task` executes asynchronously and may not finish before `return total` executes.
106
106
  - **Wednesday:** `resetName()` mutates `name` on `self` struct; in SwiftUI, mutating `@State` is valid because the property wrapper stores value externally on heap, but function should be private or state mutated directly in button action.
@@ -6,6 +6,9 @@ created_by: "Curriculum OS Builder"
6
6
  version: "{{VERSION}}"
7
7
  date: "{{DATE}}"
8
8
  ---
9
+ template_required_sections:
10
+ - "📜 Historical Log"
11
+ ---
9
12
 
10
13
  # CHANGELOG: [Project Name]
11
14
  _This file maintains a persistent, append-only record of all significant changes to the project._
@@ -11,7 +11,10 @@ template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Learning Goals & Rule of Choice"
13
13
  - "The 9-Square Activity Matrix"
14
- - "Activity Detailed Blueprints"
14
+ - "Activity Detailed Blueprints (Selected Modules)"
15
+ - "Detail: Square 1 — The Bug Hunter"
16
+ - "Detail: Square 2 — The Architect's Blueprint"
17
+ - "Detail: ⭐ Square 5 — Core Master Challenge (Mandatory Center Option)"
15
18
  - "Universal Assessment Rubric"
16
19
  ---
17
20
  <!-- INJECT_BODY -->
@@ -19,7 +22,7 @@ template_required_sections:
19
22
  # 9-SQUARE CHOICE BOARD: [LESSON / UNIT TITLE]
20
23
  _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
21
24
 
22
- ## [REQUIRED] Learning Goals & Rule of Choice
25
+ ## Learning Goals & Rule of Choice
23
26
  - **Core Concept Anchor:** [All options must demonstrate mastery of this central invariant, e.g., "State Isolation & Safe Concurrent Mutation"].
24
27
  - **Rule of Choice (Tic-Tac-Toe / Point Model):**
25
28
  - *Option A (Tic-Tac-Toe):* Complete 3 activities in a row (Horizontal, Vertical, or Diagonal).
@@ -27,7 +30,7 @@ _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
27
30
 
28
31
  ---
29
32
 
30
- ## [REQUIRED] The 9-Square Activity Matrix
33
+ ## The 9-Square Activity Matrix
31
34
 
32
35
  | Column 1: Analytical & Code | Column 2: Visual & Architecture | Column 3: Creative & Applied |
33
36
  | :--- | :--- | :--- |
@@ -37,7 +40,7 @@ _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
37
40
 
38
41
  ---
39
42
 
40
- ## [REQUIRED] Activity Detailed Blueprints (Selected Modules)
43
+ ## Activity Detailed Blueprints (Selected Modules)
41
44
 
42
45
  ### Detail: Square 1 — The Bug Hunter
43
46
  - **Input Source Code:** Provided in `Assets/Lab/BrokenProject.zip`.
@@ -56,7 +59,7 @@ _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
56
59
 
57
60
  ---
58
61
 
59
- ## [REQUIRED] Universal Assessment Rubric
62
+ ## Universal Assessment Rubric
60
63
  | Criteria | Exemplary (4) | Proficient (3) | Developing (2) | Beginning (1) |
61
64
  | :--- | :--- | :--- | :--- | :--- |
62
65
  | **Technical Accuracy** | 100% executable, idiomatic syntax, zero race conditions. | Compiles and runs; minor non-critical styling issue. | Runs with partial errors or missing edge cases. | Does not compile or contains critical syntax bugs. |
@@ -16,10 +16,9 @@ template_required_sections:
16
16
  - "Automated Test / Verification Script"
17
17
  - "Common Syntax & Runtime Pitfalls Matrix"
18
18
  ---
19
-
20
19
  # CODE LAB: [LESSON TITLE]
21
20
 
22
- ## [REQUIRED] Technical Overview & Architecture Blueprint
21
+ ## Technical Overview & Architecture Blueprint
23
22
  > How the code in this lab is structured and why. Reference the canonical
24
23
  > identifiers (files, types, functions) from the LESSON Code Symbol Ledger —
25
24
  > use those exact names, do not invent alternatives.
@@ -36,7 +35,7 @@ template_required_sections:
36
35
  |---|---|---|
37
36
  | [Component] | [Pin] | [Why this wiring] |
38
37
 
39
- ## [REQUIRED] Starter Code Sandbox
38
+ ## Starter Code Sandbox
40
39
  > Skeleton the students start from, with explicit TODO comments marking every
41
40
  > point they must implement.
42
41
 
@@ -44,7 +43,7 @@ template_required_sections:
44
43
  // [Starter code with TODO markers]
45
44
  ```
46
45
 
47
- ## [REQUIRED] Verified Reference Solution Code
46
+ ## Verified Reference Solution Code
48
47
  > 100% syntactically valid, production-ready, fully commented. Must satisfy
49
48
  > the verification script below.
50
49
 
@@ -52,7 +51,7 @@ template_required_sections:
52
51
  // [Complete reference solution]
53
52
  ```
54
53
 
55
- ## [REQUIRED] Automated Test / Verification Script
54
+ ## Automated Test / Verification Script
56
55
  > How to compile / run / verify: exact commands and expected output.
57
56
 
58
57
  ```bash
@@ -61,7 +60,7 @@ template_required_sections:
61
60
 
62
61
  - **Expected result:** [What success looks like]
63
62
 
64
- ## [REQUIRED] Common Syntax & Runtime Pitfalls Matrix
63
+ ## Common Syntax & Runtime Pitfalls Matrix
65
64
  > Extract the Common Mistakes table VERBATIM from the canonical knowledge
66
65
  > context (KX). Do not re-invent or paraphrase — one canonical list per lesson.
67
66
 
@@ -8,6 +8,12 @@ deliverable: "P3-CONT"
8
8
  version: "v2.1"
9
9
  date: "YYYY-MM-DD"
10
10
  ---
11
+ template_required_sections:
12
+ - "Storyline & Character Development"
13
+ - "Pedagogical Analogies & Concepts"
14
+ - "Multimedia Assets Log"
15
+ - "Hardware & Materials Used"
16
+ ---
11
17
 
12
18
  # CONTENT CONTINUITY: [PROJECT_NAME]
13
19
 
@@ -14,28 +14,27 @@ template_required_sections:
14
14
  - "Examples & Context Rules"
15
15
  - "Lesson Content Standards"
16
16
  ---
17
-
18
17
  # CONTENT STYLE GUIDE
19
18
 
20
19
 
21
- ## [REQUIRED] Voice & Tone
20
+ ## Voice & Tone
22
21
  - **Primary Persona:** [E.g., Encouraging mentor / Professional engineer / Storyteller]
23
22
  - **Target Audience Toning:** [E.g., Simple language for kids, technical rigor for seniors]
24
23
  - **Prohibited Phrases:** [E.g., "This is easy", "Just click this"]
25
24
 
26
- ## [REQUIRED] Standard Terminology (Glossary)
25
+ ## Standard Terminology (Glossary)
27
26
  | Concept (English) | Standard Translation | Synonyms to Avoid | Context Notes |
28
27
  |---|---|---|---|
29
28
  | Variable | [translation] | [avoid] | Use the glossary translation for clarity |
30
29
  | Loop | [translation] | [avoid] | Avoid the non-coding term in coding context |
31
30
  | Debug | [translation] | [avoid] | Use the glossary translation for professionalism |
32
31
 
33
- ## [REQUIRED] Examples & Context Rules
32
+ ## Examples & Context Rules
34
33
  - **Preferred Sources:** [E.g., Vietnamese daily life, urban/rural student context, popular games]
35
34
  - **Prohibited Contexts:** [E.g., Violence, military, weapons, religion, politics, heavy winter/snow examples for tropical regions]
36
35
  - **Explanation Structure:** [E.g., Analogy first -> Technical application second]
37
36
 
38
- ## [REQUIRED] Lesson Content Standards
37
+ ## Lesson Content Standards
39
38
  _Every lesson written by @content must follow this flow:_
40
39
  1. **Warm-up / Hook:** [Scenario-based, e.g., opening question, short story]
41
40
  2. **Core Concepts:** [Maximum paragraphs per concept, use of bullet points]
@@ -15,12 +15,11 @@ template_required_sections:
15
15
  - "Scope & Sequence (Detailed Roadmap)"
16
16
  - "Standard Lesson Format"
17
17
  ---
18
-
19
18
  # CURRICULUM FRAMEWORK
20
19
 
21
20
  _Based on: LEARNER_PROFILE.md v[X]_
22
21
 
23
- ## [REQUIRED] Course Overview
22
+ ## Course Overview
24
23
  - **Official Course Name:** [Name]
25
24
  - **Short Description:** [1–2 sentences for client/marketing materials]
26
25
  - **Primary Platform/Tools:** [E.g., Arduino Uno, Scratch 3.0, Python]
@@ -28,20 +27,20 @@ _Based on: LEARNER_PROFILE.md v[X]_
28
27
  - **Total Lessons:** [Number]
29
28
  - **Total Duration:** [Calculated in minutes/hours]
30
29
 
31
- ## [REQUIRED] Global Learning Objectives
30
+ ## Global Learning Objectives
32
31
  By the end of this course, students will be able to:
33
32
  1. [Bloom Verb + Specific Content + Condition]
34
33
  2. [Bloom Verb + Specific Content + Condition]
35
34
  3. [Bloom Verb + Specific Content + Condition]
36
35
  _Note: Each objective must be measurable and observable._
37
36
 
38
- ## [REQUIRED] Structural Hierarchy (Unit & Module)
37
+ ## Structural Hierarchy (Unit & Module)
39
38
  | Unit (UXX) | Module (UXXMYY) | Lessons | Module Objective | Lesson Codes |
40
39
  |---|---|:---:|---|---|
41
40
  | U01: [Unit 1 Name] | U01_M01: [Module Name] | [Qty] | [Specific objectives for U01_M01] | U01_M01_L01 – U01_M01_L03 |
42
41
  | U02: [Unit 2 Name] | U02_M01: [Module Name] | [Qty] | [Specific objectives for U02_M01] | U02_M01_L01 – U02_M01_L04 |
43
42
 
44
- ## [REQUIRED] Scope & Sequence (Detailed Roadmap)
43
+ ## Scope & Sequence (Detailed Roadmap)
45
44
  **CONTRACT — mỗi buổi học (session) PHẢI có đúng 1 dòng, đủ 10 cột, mã bài dạng UXX_MYY_LZZ:**
46
45
  | # | Lesson Code | Title | Unit | Module | Learning Objective (Students will be able to...) | Key Concepts (Học gì) | Hands-on Deliverable (Làm được gì) | Prerequisites | Bloom | Duration (mins) |
47
46
  |---|---|---|---|---|---|---|---|---|---|:---:|
@@ -50,7 +49,7 @@ _Note: Each objective must be measurable and observable._
50
49
 
51
50
  _Rules: (a) KHÔNG truncate bằng '...' — viết ĐỦ số dòng bằng tổng số buổi của khóa; (b) Prerequisites chỉ tham chiếu mã bài TRƯỚC đó (không forward-reference); (c) Objective dùng động từ Bloom đo được (xác định/giải thích/vận dụng/thiết kế/đánh giá), không dùng 'hiểu/biết' trừu tượng; (d) Hands-on Deliverable là sản phẩm CỤ THỂ học sinh mang được ra khỏi buổi học; (e) Duration cộng lại đúng Tổng Duration của Course Overview._
52
51
 
53
- ## [REQUIRED] Standard Lesson Format
52
+ ## Standard Lesson Format
54
53
  - **Theory Duration:** [X mins]
55
54
  - **Practice Duration:** [Y mins]
56
55
  - **Homework Included:** [Yes / No]
@@ -13,12 +13,11 @@ template_required_sections:
13
13
  - "Cascade Impact Rules"
14
14
  - "Cascade Processing Protocol"
15
15
  ---
16
-
17
16
  # CURRICULUM DEPENDENCY MAP: {{PROJECT_NAME}}
18
17
 
19
18
  _Tracks the logical flow and technical prerequisites between units and lessons to prevent fragmentation._
20
19
 
21
- ## [REQUIRED] Document Dependency Hierarchy
20
+ ## Document Dependency Hierarchy
22
21
  Data flows top-down. An arrow `└──` means the document below MUST read the document above before it is produced.
23
22
 
24
23
  ```text
@@ -35,7 +34,7 @@ LEARNER_PROFILE.md (Source: Client)
35
34
  └── PACKAGES (final deliverables: Teacher, Student, Parent, Client)
36
35
  ```
37
36
 
38
- ## [REQUIRED] Cascade Impact Rules
37
+ ## Cascade Impact Rules
39
38
  When a Scope Change request or Version update occurs, `@reviewer` MUST cross-check the table below to identify the affected files:
40
39
 
41
40
  | If this file changes MAJOR/MINOR... | ...then these files MUST be Reviewed/Rewritten |
@@ -47,7 +46,7 @@ When a Scope Change request or Version update occurs, `@reviewer` MUST cross-che
47
46
  | **LESSON_U[XX]_M[ZZ]_L[YY] (Theory)**| `ACT_U[XX]_M[ZZ]_L[YY]` (materials may change), `QUIZ_U[XX]_M[ZZ]_L[YY]` (criteria may change), `ALIGNMENT_MATRIX`. |
48
47
  | **ACT_U[XX]_M[ZZ]_L[YY] (Hands-on)** | `QUIZ_U[XX]_M[ZZ]_L[YY]` (practical product assessment criteria may change). |
49
48
 
50
- ## [REQUIRED] Cascade Processing Protocol
49
+ ## Cascade Processing Protocol
51
50
  1. Identify the original file that changed.
52
51
  2. Follow the "Propagation Rules" above to list the affected files.
53
52
  3. Build the **Cascade Impact Map** table into `PROJECT_STATUS.md` (Open Issues section) and mark 🔴 (needs rewrite) or 🟡 (needs review).