@thanh01.pmt/curriculum-kit 1.4.41 → 1.4.43

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 (115) hide show
  1. package/dist/ai/index.cjs +31 -31
  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 +31 -31
  6. package/dist/ai/index.mjs.map +1 -1
  7. package/dist/index.cjs +301 -2034
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.d.cts +100 -154
  10. package/dist/index.d.ts +100 -154
  11. package/dist/index.mjs +297 -2014
  12. package/dist/index.mjs.map +1 -1
  13. package/dist/pipeline/index.cjs +31 -31
  14. package/dist/pipeline/index.cjs.map +1 -1
  15. package/dist/pipeline/index.mjs +31 -31
  16. package/dist/pipeline/index.mjs.map +1 -1
  17. package/dist/schemas/index.d.cts +1052 -1052
  18. package/dist/schemas/index.d.ts +1052 -1052
  19. package/dist/standards/index.d.cts +2 -2
  20. package/dist/standards/index.d.ts +2 -2
  21. package/dist/{standardsCoverageGate-CLnq0d0s.d.cts → standardsCoverageGate-49pJq5t8.d.cts} +12 -12
  22. package/dist/{standardsCoverageGate-CLnq0d0s.d.ts → standardsCoverageGate-49pJq5t8.d.ts} +12 -12
  23. package/dist/templates/ACT_template.md +58 -0
  24. package/dist/templates/ALIGNMENT_MATRIX_template.md +45 -0
  25. package/dist/templates/ART_DIRECTION_template.md +43 -0
  26. package/dist/templates/ASSET_MANIFEST_template.md +27 -0
  27. package/dist/templates/BASELINE_STANDARD.md +37 -0
  28. package/dist/templates/BELL_RINGER_template.md +108 -0
  29. package/dist/templates/CHANGELOG_template.md +19 -0
  30. package/dist/templates/CHOICE_BOARD_template.md +64 -0
  31. package/dist/templates/CODE_template.md +70 -0
  32. package/dist/templates/CONTENT_CONTINUITY_template.md +38 -0
  33. package/dist/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
  34. package/dist/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
  35. package/dist/templates/DEPENDENCY_MAP_template.md +65 -0
  36. package/dist/templates/EXIT_TICKET_template.md +85 -0
  37. package/dist/templates/EXT_template.md +35 -0
  38. package/dist/templates/GLOSSARY_template.md +108 -0
  39. package/dist/templates/GRAPHIC_ORGANIZER_template.md +100 -0
  40. package/dist/templates/GUIDE_template.md +56 -0
  41. package/dist/templates/HANDOUT_template.md +61 -0
  42. package/dist/templates/HANDOVER_DOCUMENT_template.md +69 -0
  43. package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
  44. package/dist/templates/LEARNER_PROFILE_template.md +51 -0
  45. package/dist/templates/LESSONS_LEARNED_template.md +49 -0
  46. package/dist/templates/LESSON_5E_template.md +127 -0
  47. package/dist/templates/LESSON_EDP_template.md +104 -0
  48. package/dist/templates/LESSON_GENERAL_template.md +117 -0
  49. package/dist/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
  50. package/dist/templates/PACKAGING_SPEC_template.md +56 -0
  51. package/dist/templates/PILOT_FEEDBACK_template.md +49 -0
  52. package/dist/templates/PROJECT_BRIEF_template.md +45 -0
  53. package/dist/templates/PROJECT_STATUS_template.md +64 -0
  54. package/dist/templates/QUIZ_template.md +58 -0
  55. package/dist/templates/QUIZ_v4.6_template.md +65 -0
  56. package/dist/templates/REFERENCE_PACK_template.md +26 -0
  57. package/dist/templates/REVIEW_GAME_template.md +79 -0
  58. package/dist/templates/RUBRIC_template.md +54 -0
  59. package/dist/templates/SCIENCE_LAB_template.md +88 -0
  60. package/dist/templates/SLIDE_template.md +389 -0
  61. package/dist/templates/STATION_ROTATION_template.md +80 -0
  62. package/dist/templates/TASK_CARDS_template.md +111 -0
  63. package/dist/templates/TIERED_PRACTICE_template.md +114 -0
  64. package/dist/templates/UPDATE_ROADMAP_template.md +53 -0
  65. package/dist/templates/WKS_template.md +71 -0
  66. package/dist/workflow/index.cjs +99 -79
  67. package/dist/workflow/index.cjs.map +1 -1
  68. package/dist/workflow/index.d.cts +1 -1
  69. package/dist/workflow/index.d.ts +1 -1
  70. package/dist/workflow/index.mjs +97 -77
  71. package/dist/workflow/index.mjs.map +1 -1
  72. package/docs/refs/templates/ACT_template.md +58 -0
  73. package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +45 -0
  74. package/docs/refs/templates/ART_DIRECTION_template.md +43 -0
  75. package/docs/refs/templates/ASSET_MANIFEST_template.md +27 -0
  76. package/docs/refs/templates/BASELINE_STANDARD.md +37 -0
  77. package/docs/refs/templates/BELL_RINGER_template.md +108 -0
  78. package/docs/refs/templates/CHANGELOG_template.md +19 -0
  79. package/docs/refs/templates/CHOICE_BOARD_template.md +64 -0
  80. package/docs/refs/templates/CODE_template.md +70 -0
  81. package/docs/refs/templates/CONTENT_CONTINUITY_template.md +38 -0
  82. package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
  83. package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
  84. package/docs/refs/templates/DEPENDENCY_MAP_template.md +65 -0
  85. package/docs/refs/templates/EXIT_TICKET_template.md +85 -0
  86. package/docs/refs/templates/EXT_template.md +35 -0
  87. package/docs/refs/templates/GLOSSARY_template.md +108 -0
  88. package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +100 -0
  89. package/docs/refs/templates/GUIDE_template.md +56 -0
  90. package/docs/refs/templates/HANDOUT_template.md +61 -0
  91. package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +69 -0
  92. package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
  93. package/docs/refs/templates/LEARNER_PROFILE_template.md +51 -0
  94. package/docs/refs/templates/LESSONS_LEARNED_template.md +49 -0
  95. package/docs/refs/templates/LESSON_5E_template.md +127 -0
  96. package/docs/refs/templates/LESSON_EDP_template.md +104 -0
  97. package/docs/refs/templates/LESSON_GENERAL_template.md +117 -0
  98. package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
  99. package/docs/refs/templates/PACKAGING_SPEC_template.md +56 -0
  100. package/docs/refs/templates/PILOT_FEEDBACK_template.md +49 -0
  101. package/docs/refs/templates/PROJECT_BRIEF_template.md +45 -0
  102. package/docs/refs/templates/PROJECT_STATUS_template.md +64 -0
  103. package/docs/refs/templates/QUIZ_template.md +58 -0
  104. package/docs/refs/templates/QUIZ_v4.6_template.md +65 -0
  105. package/docs/refs/templates/REFERENCE_PACK_template.md +26 -0
  106. package/docs/refs/templates/REVIEW_GAME_template.md +79 -0
  107. package/docs/refs/templates/RUBRIC_template.md +54 -0
  108. package/docs/refs/templates/SCIENCE_LAB_template.md +88 -0
  109. package/docs/refs/templates/SLIDE_template.md +389 -0
  110. package/docs/refs/templates/STATION_ROTATION_template.md +80 -0
  111. package/docs/refs/templates/TASK_CARDS_template.md +111 -0
  112. package/docs/refs/templates/TIERED_PRACTICE_template.md +114 -0
  113. package/docs/refs/templates/UPDATE_ROADMAP_template.md +53 -0
  114. package/docs/refs/templates/WKS_template.md +71 -0
  115. package/package.json +5 -3
@@ -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
  }[];
@@ -0,0 +1,58 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "ACT"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "P3-T2"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ template_contract: "artifact-template-v1"
11
+ template_required_sections:
12
+ - "Computational Thinking Focus"
13
+ - "Materials & Setup"
14
+ - "Constraints & Safety"
15
+ - "Active Learning Workflow"
16
+ - "3-Tier Differentiation"
17
+ - "Reflection"
18
+ ---
19
+ <!-- INJECT_BODY -->
20
+
21
+ # INQUIRY-BASED ACTIVITY: [ACTIVITY TITLE]
22
+ _Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX]_
23
+
24
+ ## [REQUIRED] Computational Thinking Focus
25
+ - **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
+ - **Decomposition:** [E.g., 1. Read sensor, 2. Process logic, 3. Send alert.]
27
+ - **Algorithm Design:** [How should students think about the Data Flow before programming?]
28
+
29
+ ## [REQUIRED] Materials & Setup
30
+ - **Reference Material:** Students should use the **HANDOUT** for this lesson as their primary technical reference (lifeline).
31
+ - **Hardware/Software:** [List specific devices, components, and tools required.]
32
+
33
+ ## [REQUIRED] Constraints & Safety
34
+ - ⚠️ **Technical/Safety:** [E.g., Careful with 5V/GND pins, API rate limits.]
35
+ - 💡 **Design Constraint:** [Provide a constraint to stimulate thinking. E.g., "Maximum 3 nodes allowed", "Environment variables MUST be used."]
36
+
37
+ ## [REQUIRED] Active Learning Workflow
38
+
39
+ ### Phase 1: Planning & Design — [X mins]
40
+ - **Student Task:** Hand-draw (or draft in words) the algorithm flowchart or connection architecture before touching the computer/devices.
41
+ - **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
+
43
+ ### Phase 2: Implementation & Discovery — [Y mins]
44
+ - **Student Task:** Apply the knowledge from the **HANDOUT** to realize the plan designed in Phase 1. Encourage self-inquiry and documentation lookup.
45
+ - **Teacher Action:** Avoid "hand-holding." Only intervene if a group has been stuck for more than 5 minutes.
46
+
47
+ ### Phase 3: Debugging & Testing — [Z mins]
48
+ - **Testing:** Students run their system.
49
+ - **Error Analysis:** Ask students to record any error codes or unexpected behaviors and compare them with the Troubleshooting table in the Handout.
50
+
51
+ ## [REQUIRED] 3-Tier Differentiation
52
+ > MUST design tasks in 3 tiers to support diverse learner groups. Bronze is the minimum requirement for all students.
53
+ - 🥉 **Bronze (Foundational):** [Core task, usually corresponding to accurately completing the basics from the Handout. E.g., Calling an API and printing the result.]
54
+ - 🥈 **Silver (Application):** [Task with additional logic or processing steps. E.g., Adding an IF Node to check if temperature > 30.]
55
+ - 🥇 **Gold (Enrichment/Creative):** [Challenging task requiring self-research of new tools or advanced knowledge. E.g., Sending the alert via Telegram.]
56
+
57
+ ## [REQUIRED] Reflection
58
+ - **Discussion Question:** [E.g., Why is Approach A better than B? Which part of the code runs the slowest?]
@@ -0,0 +1,45 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "ALIGNMENT_MATRIX"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "P3-T9"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ ---
11
+
12
+ # ALIGNMENT MATRIX
13
+ _Updated by: @reviewer | Read by: All Agents_
14
+ _Rule: @packager is ONLY allowed to publish materials when the Status column is all ✅._
15
+
16
+ ## 1. Vertical Alignment Tracker
17
+ _Mapping: Objective (from Framework) ➔ Content ➔ Practice ➔ Assessment._
18
+ _Note: This is the minimum structure (LESSON + ACT + QUIZ). Depending on the **Artifact Scope** defined in PROJECT_BRIEF.md, agents should add columns for other artifacts (SLIDE, WKS, EXT, GUIDE, HANDOUT)._
19
+
20
+ | Unit/Lesson | Learning Objective | LESSON | ACT | QUIZ | STATUS |
21
+ | :--- | :--- | :---: | :---: | :---: | :---: |
22
+
23
+ *(Agent @reviewer automatically adds new rows when a lesson is successfully merged).*
24
+
25
+ ## 2. Horizontal & Prerequisite Alignment Report
26
+ _Tracks logical errors, knowledge gaps, or redundancies between lessons._
27
+
28
+ - **Knowledge Gaps:**
29
+ - [Date] - [Empty] *(Note if a future lesson uses concepts not yet taught)*
30
+ - **Overlaps:**
31
+ - [Date] - [Empty] *(Note if two consecutive lessons re-teach the same concept > 40%)*
32
+
33
+ ## 3. Feedback & Revision Log
34
+ _Where @reviewer records Feedback Labels for @content, @activity, or @assessor to implement changes._
35
+
36
+ | Date | Lesson | Feedback Label | Issue Details | Assigned To | Revision Status |
37
+ |---|---|---|---|---|:---:|
38
+ | [Date] | [U01_M01_L04] | `[ALIGNMENT]` | [e.g., Objective is 'Creative' but task is only 'Follow Example'] | `@activity` | `[PENDING / RESOLVED]` |
39
+ | ... | ... | ... | ... | ... | ... |
40
+
41
+ ---
42
+ **Status Key:**
43
+ - ✅ **Aligned:** Objective has matching theory + practice + assessment that are consistent.
44
+ - ⚠️ **Partial:** Mentioned but misaligned, lacking depth, or missing one component.
45
+ - ❌ **Missing:** Objective not taught or completely deviated from the framework.
@@ -0,0 +1,43 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "ART_DIRECTION"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "P2-T2"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ ---
11
+
12
+ # ART DIRECTION: [Project Name]
13
+
14
+ ## 🎨 1. Visual Identity & Mood
15
+ - **Concept:** [Core metaphor or theme, e.g., "Cyber-punk Laboratory"]
16
+ - **Aesthetic:** [Visual style, e.g., "Minimalist, high-contrast, flat design"]
17
+ - **Mood:** [Keywords: e.g., Modern, Professional, Playful, Precise]
18
+
19
+ ## 🌈 2. Color Palette
20
+ | Category | Hex Code | Purpose |
21
+ |---|---|---|
22
+ | **Primary** | `#XXXXXX` | Main background or UI elements. |
23
+ | **Secondary**| `#XXXXXX` | Supporting colors for containers/borders. |
24
+ | **Accent** | `#XXXXXX` | Call-to-action, highlights, or key information. |
25
+ | **Text** | `#XXXXXX` | Primary typography color. |
26
+
27
+ ## 📊 3. Diagram Standards (Mermaid)
28
+ - **Theme:** [Dark / Neutral / Default]
29
+ - **Flowcharts:** Use `graph TD` with specific node styles.
30
+ - **Circuitry:** [Standard for hardware diagrams, e.g., Fritzing style or SVG]
31
+
32
+ ## 🖼️ 4. Image Categories & Tiers
33
+ 1. **Tier 1 (Core):** [High-fidelity, AI-generated, or professional stock]
34
+ 2. **Tier 2 (Process):** [Clean vector diagrams or technical flowcharts]
35
+ 3. **Tier 3 (Reference):** [Real-world photos or hardware screenshots]
36
+
37
+ ## 🛠️ 5. Typography
38
+ - **Headings:** [Font Family, e.g., "Outfit", "Inter"]
39
+ - **Body:** [Font Family, e.g., "Roboto", "Open Sans"]
40
+
41
+ ---
42
+ - **Global Standard:** v2.2 (Creative Core).
43
+ - **Last Sync:** YYYY-MM-DD.
@@ -0,0 +1,27 @@
1
+ ---
2
+ id: "UNIT_CODE-ASSET-MANIFEST"
3
+ title: "Asset Manifest: [PROJECT_NAME]"
4
+ type: "ASSET_MANIFEST"
5
+ created_by: "Antigravity"
6
+ version: "v4.6"
7
+ date: "YYYY-MM-DD"
8
+ ---
9
+
10
+ # 📦 ASSET MANIFEST
11
+ _Auto-updated by Radar at: YYYY-MM-DD HH:MM:SS | Learning-asset sync status_
12
+
13
+ ## 1. Summary
14
+ - **Total referenced assets:** 0
15
+ - **Ready (physical exists):** 0
16
+ - **Missing (physically absent):** 0
17
+ - **Readiness rate:** 0%
18
+
19
+ ## 2. Referenced Assets
20
+ | File name | Referenced at | Asset type | Status | Physical path |
21
+ |---|---|---|---|---|
22
+
23
+ ## 3. Orphan Assets
24
+ _Files inside _assets that are not embedded in any lesson._
25
+
26
+ | File name | Asset type | Physical path |
27
+ |---|---|---|
@@ -0,0 +1,37 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "BASELINE_STANDARD"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "{{DELIVERABLE_CODE}}"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ ---
11
+
12
+ # BASELINE STANDARDS (K-12 CS & AI)
13
+
14
+ _Reference standards used for aligning Learning Objectives across the Curriculum OS._
15
+
16
+ ## 1. CSTA K-12 Computer Science Standards
17
+ - **Level 1B (Grades 3-5):**
18
+ - [1B-AP-10] Create programs that include sequences, events, loops, and conditionals.
19
+ - [1B-AP-11] Decompose (break down) problems into smaller, manageable subproblems.
20
+ - **Level 2 (Grades 6-8):**
21
+ - [2-AP-11] Create clearly named variables that represent different data types and perform operations on their values.
22
+ - [2-AP-12] Design and iteratively develop programs that combine control structures, including nested loops and compound conditionals.
23
+
24
+ ## 2. AI4K12 - Five Big Ideas in AI
25
+ 1. **Perception:** Computers perceive the world using sensors.
26
+ 2. **Representation & Reasoning:** Agents maintain representations of the world and use them for reasoning.
27
+ 3. **Learning:** Computers can learn from data.
28
+ 4. **Natural Interaction:** Intelligent agents require many kinds of knowledge to interact naturally with humans.
29
+ 5. **Societal Impact:** AI can impact society in both positive and negative ways.
30
+
31
+ ## 3. Bloom's Taxonomy for CS/STEM
32
+ - **Remembering:** Recall basic coding syntax or hardware names.
33
+ - **Understanding:** Explain how a loop or sensor works using analogies.
34
+ - **Applying:** Use a known code structure to solve a similar problem.
35
+ - **Analyzing:** Debug a circuit or code block by identifying logical errors.
36
+ - **Evaluating:** Critically assess whether Approach A is more efficient than Approach B.
37
+ - **Creating:** Design and build an original project from scratch (EDP model).
@@ -0,0 +1,108 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "BELL_RINGER"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "P3-T16"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ template_contract: "artifact-template-v1"
11
+ template_required_sections:
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"
19
+ ---
20
+ <!-- INJECT_BODY -->
21
+
22
+ # WEEKLY BELL RINGERS (5-DAY WARM-UP PACK): [UNIT / LESSON TITLE]
23
+ _Unit: U[X] | Module: M[X.X] | Time: Exactly 3-5 Mins at Start of Each Session_
24
+
25
+ ## [REQUIRED] Weekly Objective & Schedule
26
+ - **Weekly Core Theme:** [E.g., "Swift Concurrency, Actors & Thread Safety"]
27
+ - **Routine Protocol:** Display prompt on projector immediately as students enter. Students write responses in their Daily Journal before class discussion.
28
+
29
+ ---
30
+
31
+ ## [REQUIRED] Day 1 (Monday): Mental Model Recall & Analogy
32
+ > *Time: 3 Mins | Bloom: Understand*
33
+
34
+ **Prompt:**
35
+ [Present a quick thought experiment connecting real life to code. E.g., "Imagine a physical whiteboard in a classroom. If 5 students try to write on the exact same spot at the exact same second, what happens? How does an Actor prevent this in software?"]
36
+
37
+ - **Student Journal Box:**
38
+ ```text
39
+ [1-2 sentences on race conditions vs. serialized mailboxes]
40
+ ```
41
+
42
+ ---
43
+
44
+ ## [REQUIRED] Day 2 (Tuesday): Rapid Code Tracing
45
+ > *Time: 4 Mins | Bloom: Apply*
46
+
47
+ **Prompt:**
48
+ What is the exact output printed to the console when this snippet runs?
49
+ ```swift
50
+ func compute() async -> Int {
51
+ var total = 10
52
+ Task { total += 5 }
53
+ return total
54
+ }
55
+ ```
56
+ - **Question:** Why might the returned value be `10` instead of `15`?
57
+ - **Answer Area:** `[Explain unstructured task detachment and race condition]`
58
+
59
+ ---
60
+
61
+ ## [REQUIRED] Day 3 (Wednesday): Quick Bug Hunt (Spot the Defect)
62
+ > *Time: 4 Mins | Bloom: Analyze*
63
+
64
+ **Prompt:**
65
+ Find and circle the **single syntax or concurrency bug** in this component:
66
+ ```swift
67
+ struct UserProfileView: View {
68
+ @State var name: String = "Taylor"
69
+
70
+ var body: some View {
71
+ Button("Reset") {
72
+ self.resetName()
73
+ }
74
+ }
75
+
76
+ func resetName() {
77
+ name = "Guest" // <- Is this mutating allowed on a struct View?
78
+ }
79
+ }
80
+ ```
81
+ - **Correction:** [Rewrite `resetName` or state modification inline].
82
+
83
+ ---
84
+
85
+ ## [REQUIRED] Day 4 (Thursday): Visual Diagram Tracing
86
+ > *Time: 4 Mins | Bloom: Analyze*
87
+
88
+ **Prompt:**
89
+ Given the following state transition flow:
90
+ `User Tap Button` $\rightarrow$ `State Flag Toggled` $\rightarrow$ `???` $\rightarrow$ `UI View Repainted`
91
+ - **Question:** What internal engine step occurs at `???`? *(Hint: View Tree Diffing)*.
92
+
93
+ ---
94
+
95
+ ## [REQUIRED] Day 5 (Friday): Creative Synthesis & Bridge Forward
96
+ > *Time: 5 Mins | Bloom: Evaluate / Create*
97
+
98
+ **Prompt:**
99
+ "If you had to design a 1-sentence warning label to put on mutable global variables in a multi-threaded codebase, what would it say?"
100
+
101
+ ---
102
+
103
+ ## [REQUIRED] Teacher Answer Key & Scoring Guide
104
+ - **Monday:** Shared memory without synchronization causes overlapping writes (data races). Actors queue requests in an isolated mailbox.
105
+ - **Tuesday:** The spawned `Task` executes asynchronously and may not finish before `return total` executes.
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.
107
+ - **Thursday:** The SwiftUI dependency graph computes the structural diff between Old View and New View trees.
108
+ - **Friday:** Open rubric: Award credit for clear mention of non-determinism, crashes, or data corruption.
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "Changelog: [Project Name]"
4
+ type: "CHANGELOG"
5
+ created_by: "Curriculum OS Builder"
6
+ version: "{{VERSION}}"
7
+ date: "{{DATE}}"
8
+ ---
9
+
10
+ # CHANGELOG: [Project Name]
11
+ _This file maintains a persistent, append-only record of all significant changes to the project._
12
+
13
+ ## [v{{VERSION}}] - {{DATE}}
14
+ ### 📜 Historical Log
15
+ - [ ] **{{DATE}}**: **Initial Setup**: Project initialization and base infrastructure setup.
16
+ - [ ] **{{DATE}}**: **Phase 1 Complete**: All analysis and research artifacts approved.
17
+
18
+ ## [v0.1] - YYYY-MM-DD
19
+ - Initial project scaffold created.
@@ -0,0 +1,64 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "CHOICE_BOARD"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "P3-T12"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ template_contract: "artifact-template-v1"
11
+ template_required_sections:
12
+ - "Learning Goals & Rule of Choice"
13
+ - "The 9-Square Activity Matrix"
14
+ - "Activity Detailed Blueprints"
15
+ - "Universal Assessment Rubric"
16
+ ---
17
+ <!-- INJECT_BODY -->
18
+
19
+ # 9-SQUARE CHOICE BOARD: [LESSON / UNIT TITLE]
20
+ _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
21
+
22
+ ## [REQUIRED] Learning Goals & Rule of Choice
23
+ - **Core Concept Anchor:** [All options must demonstrate mastery of this central invariant, e.g., "State Isolation & Safe Concurrent Mutation"].
24
+ - **Rule of Choice (Tic-Tac-Toe / Point Model):**
25
+ - *Option A (Tic-Tac-Toe):* Complete 3 activities in a row (Horizontal, Vertical, or Diagonal).
26
+ - *Option B (Point Balance):* Reach $\ge 100\text{ pts}$ (Choose $\ge 1$ Technical Lab + $\ge 1$ Explanatory/Visual + $\ge 1$ Creative Challenge).
27
+
28
+ ---
29
+
30
+ ## [REQUIRED] The 9-Square Activity Matrix
31
+
32
+ | Column 1: Analytical & Code | Column 2: Visual & Architecture | Column 3: Creative & Applied |
33
+ | :--- | :--- | :--- |
34
+ | **Square 1: The Bug Hunter (30 pts)**<br>Diagnose and repair a project containing 3 subtle concurrency/state race conditions. | **Square 2: The Architect's Blueprint (30 pts)**<br>Draw an exhaustive Mermaid sequence diagram illustrating data and message flow across actor boundaries. | **Square 3: Analogous Storyteller (30 pts)**<br>Write an interactive terminal game or narrative analogy explaining how runtime state binding works. |
35
+ | **Square 4: Micro-Refactoring (40 pts)**<br>Refactor an imperative legacy codebase into declarative, pure SwiftUI components with zero state leaks. | **⭐ Square 5: Core Master Challenge (50 pts)**<br>Build a real-time reactive dashboard with live sensor simulation, debounce filtering, and test coverage. | **Square 6: Audio/Video Walkthrough (40 pts)**<br>Record a 3-minute video screencast explaining the code line-by-line using professional terminology. |
36
+ | **Square 7: Test-Driven Lab (35 pts)**<br>Write 5 comprehensive unit & performance test cases validating boundary conditions and error throwing. | **Square 8: Comparative Whitepaper (35 pts)**<br>Write a 1-page comparative technical brief contrasting Approach A vs. Approach B with performance graphs. | **Square 9: Creative Extension (45 pts)**<br>Integrate hardware sensors, haptic feedback, or external APIs to solve a real community problem. |
37
+
38
+ ---
39
+
40
+ ## [REQUIRED] Activity Detailed Blueprints (Selected Modules)
41
+
42
+ ### Detail: Square 1 — The Bug Hunter
43
+ - **Input Source Code:** Provided in `Assets/Lab/BrokenProject.zip`.
44
+ - **Deliverable:** Pull Request diff report + clean compiled build with 0 warnings.
45
+
46
+ ### Detail: Square 2 — The Architect's Blueprint
47
+ - **Format:** Mermaid Markdown Diagram (`sequenceDiagram` or `graph TD`).
48
+ - **Required Invariants:** Must label thread context (Main Thread vs. Background Task), isolation domains, and asynchronous jump points (`await`).
49
+
50
+ ### Detail: ⭐ Square 5 — Core Master Challenge (Mandatory Center Option)
51
+ - **Problem Statement:** [Real-world driving question].
52
+ - **Acceptance Criteria:**
53
+ 1. Clean MVVM / Actor Separation.
54
+ 2. UI state bound reactively with no manual timer polls.
55
+ 3. All 3 edge cases documented in unit tests.
56
+
57
+ ---
58
+
59
+ ## [REQUIRED] Universal Assessment Rubric
60
+ | Criteria | Exemplary (4) | Proficient (3) | Developing (2) | Beginning (1) |
61
+ | :--- | :--- | :--- | :--- | :--- |
62
+ | **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. |
63
+ | **Conceptual Clarity** | Explains architectural trade-offs using rigorous engineering terms. | Explains the "how" accurately with basic rationale. | Description is vague or confuses terminology. | Cannot explain how code works. |
64
+ | **Creativity & Autonomy** | Goes beyond specifications with thoughtful UX or performance optimizations. | Fulfills all specified criteria independently. | Needs significant scaffolding hints to complete. | Incomplete submission. |