@thanh01.pmt/curriculum-kit 1.4.44 → 1.4.46

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.map +1 -1
  2. package/dist/ai/index.mjs.map +1 -1
  3. package/dist/{gateSettings-oo5tCUS_.d.cts → gateSettings-JoqERuS1.d.cts} +0 -1
  4. package/dist/{gateSettings-oo5tCUS_.d.ts → gateSettings-JoqERuS1.d.ts} +0 -1
  5. package/dist/index.cjs +362 -395
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.cts +111 -33
  8. package/dist/index.d.ts +111 -33
  9. package/dist/index.mjs +356 -392
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/pipeline/index.cjs +33 -14
  12. package/dist/pipeline/index.cjs.map +1 -1
  13. package/dist/pipeline/index.mjs +33 -14
  14. package/dist/pipeline/index.mjs.map +1 -1
  15. package/dist/storage/index.cjs +0 -1
  16. package/dist/storage/index.cjs.map +1 -1
  17. package/dist/storage/index.mjs +0 -1
  18. package/dist/storage/index.mjs.map +1 -1
  19. package/dist/templates/ACT_template.md +18 -9
  20. package/dist/templates/ALIGNMENT_MATRIX_template.md +5 -0
  21. package/dist/templates/ART_DIRECTION_template.md +7 -0
  22. package/dist/templates/ASSET_MANIFEST_template.md +5 -0
  23. package/dist/templates/BASELINE_STANDARD.md +5 -0
  24. package/dist/templates/BELL_RINGER_template.md +13 -13
  25. package/dist/templates/CHANGELOG_template.md +3 -0
  26. package/dist/templates/CHOICE_BOARD_template.md +8 -5
  27. package/dist/templates/CODE_template.md +5 -6
  28. package/dist/templates/CONTENT_CONTINUITY_template.md +6 -0
  29. package/dist/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  30. package/dist/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  31. package/dist/templates/DEPENDENCY_MAP_template.md +3 -4
  32. package/dist/templates/EXIT_TICKET_template.md +8 -8
  33. package/dist/templates/EXT_template.md +3 -0
  34. package/dist/templates/GLOSSARY_template.md +1 -2
  35. package/dist/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  36. package/dist/templates/GUIDE_template.md +5 -6
  37. package/dist/templates/HANDOUT_template.md +5 -6
  38. package/dist/templates/HANDOVER_DOCUMENT_template.md +8 -0
  39. package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  40. package/dist/templates/LAB_TEMPLATE.md +20 -3
  41. package/dist/templates/LEARNER_PROFILE_template.md +4 -5
  42. package/dist/templates/LESSONS_LEARNED_template.md +8 -0
  43. package/dist/templates/LESSON_5E_template.md +24 -9
  44. package/dist/templates/LESSON_EDP_template.md +26 -10
  45. package/dist/templates/LESSON_GENERAL_template.md +22 -8
  46. package/dist/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  47. package/dist/templates/PACKAGING_SPEC_template.md +8 -0
  48. package/dist/templates/PILOT_FEEDBACK_template.md +6 -0
  49. package/dist/templates/PROJECT_BRIEF_template.md +8 -0
  50. package/dist/templates/PROJECT_STATUS_template.md +9 -0
  51. package/dist/templates/QUIZ_template.md +7 -0
  52. package/dist/templates/QUIZ_v4.6_template.md +4 -5
  53. package/dist/templates/REFERENCE_PACK_template.md +4 -0
  54. package/dist/templates/REVIEW_GAME_template.md +11 -8
  55. package/dist/templates/RUBRIC_template.md +2 -3
  56. package/dist/templates/SCIENCE_LAB_template.md +11 -5
  57. package/dist/templates/SELF_LAB_template.md +7 -0
  58. package/dist/templates/SLIDE_template.md +23 -0
  59. package/dist/templates/STATION_ROTATION_template.md +11 -11
  60. package/dist/templates/TASK_CARDS_template.md +8 -8
  61. package/dist/templates/TIERED_PRACTICE_template.md +14 -10
  62. package/dist/templates/UPDATE_ROADMAP_template.md +7 -0
  63. package/dist/templates/WKS_template.md +5 -6
  64. package/dist/workflow/index.cjs +214 -307
  65. package/dist/workflow/index.cjs.map +1 -1
  66. package/dist/workflow/index.d.cts +2 -2
  67. package/dist/workflow/index.d.ts +2 -2
  68. package/dist/workflow/index.mjs +214 -307
  69. package/dist/workflow/index.mjs.map +1 -1
  70. package/docs/refs/templates/ACT_template.md +18 -9
  71. package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +5 -0
  72. package/docs/refs/templates/ART_DIRECTION_template.md +7 -0
  73. package/docs/refs/templates/ASSET_MANIFEST_template.md +5 -0
  74. package/docs/refs/templates/BASELINE_STANDARD.md +5 -0
  75. package/docs/refs/templates/BELL_RINGER_template.md +13 -13
  76. package/docs/refs/templates/CHANGELOG_template.md +3 -0
  77. package/docs/refs/templates/CHOICE_BOARD_template.md +8 -5
  78. package/docs/refs/templates/CODE_template.md +5 -6
  79. package/docs/refs/templates/CONTENT_CONTINUITY_template.md +6 -0
  80. package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  81. package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  82. package/docs/refs/templates/DEPENDENCY_MAP_template.md +3 -4
  83. package/docs/refs/templates/EXIT_TICKET_template.md +8 -8
  84. package/docs/refs/templates/EXT_template.md +3 -0
  85. package/docs/refs/templates/GLOSSARY_template.md +1 -2
  86. package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  87. package/docs/refs/templates/GUIDE_template.md +5 -6
  88. package/docs/refs/templates/HANDOUT_template.md +5 -6
  89. package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +8 -0
  90. package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  91. package/docs/refs/templates/LAB_TEMPLATE.md +20 -3
  92. package/docs/refs/templates/LEARNER_PROFILE_template.md +4 -5
  93. package/docs/refs/templates/LESSONS_LEARNED_template.md +8 -0
  94. package/docs/refs/templates/LESSON_5E_template.md +24 -9
  95. package/docs/refs/templates/LESSON_EDP_template.md +26 -10
  96. package/docs/refs/templates/LESSON_GENERAL_template.md +22 -8
  97. package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  98. package/docs/refs/templates/PACKAGING_SPEC_template.md +8 -0
  99. package/docs/refs/templates/PILOT_FEEDBACK_template.md +6 -0
  100. package/docs/refs/templates/PROJECT_BRIEF_template.md +8 -0
  101. package/docs/refs/templates/PROJECT_STATUS_template.md +9 -0
  102. package/docs/refs/templates/QUIZ_template.md +7 -0
  103. package/docs/refs/templates/QUIZ_v4.6_template.md +4 -5
  104. package/docs/refs/templates/REFERENCE_PACK_template.md +4 -0
  105. package/docs/refs/templates/REVIEW_GAME_template.md +11 -8
  106. package/docs/refs/templates/RUBRIC_template.md +2 -3
  107. package/docs/refs/templates/SCIENCE_LAB_template.md +11 -5
  108. package/docs/refs/templates/SELF_LAB_template.md +7 -0
  109. package/docs/refs/templates/SLIDE_template.md +23 -0
  110. package/docs/refs/templates/STATION_ROTATION_template.md +11 -11
  111. package/docs/refs/templates/TASK_CARDS_template.md +8 -8
  112. package/docs/refs/templates/TIERED_PRACTICE_template.md +14 -10
  113. package/docs/refs/templates/UPDATE_ROADMAP_template.md +7 -0
  114. package/docs/refs/templates/WKS_template.md +5 -6
  115. package/package.json +1 -1
@@ -7,6 +7,13 @@ difficulty: "{{DIFFICULTY}}"
7
7
  estimated_minutes: {{ESTIMATED_MINUTES}}
8
8
  tech_stack: {{TECH_STACK}}
9
9
  ---
10
+ template_required_sections:
11
+ - "📋 Mission Briefing & Environment Setup"
12
+ - "🛫 Preflight Checklist"
13
+ - "🎯 Progressive Challenges (3-Tier Differentiation)"
14
+ - "🔍 Self-Learner Troubleshooting Matrix"
15
+ - "🏁 Final Lab Submission & Mastery Checklist"
16
+ ---
10
17
 
11
18
  # 🚀 Self-Paced Hands-On Lab: {{TITLE}}
12
19
 
@@ -5,6 +5,29 @@ paginate: true
5
5
  header: "{{HEADER_TITLE}}"
6
6
  footer: "LearnWell Platform | {{LESSON_ID}}"
7
7
  ---
8
+ template_required_sections:
9
+ - "🗺️ Agenda & Milestone Journey Map"
10
+ - "⚡ Warm-Up: Diagnostic Quick-Fire"
11
+ - "🧠 Prior Knowledge Recall"
12
+ - "🎯 Hook Scenario: The Engineering Dilemma"
13
+ - "⚠️ System Failure in Production:"
14
+ - "💡 The Core Mental Model"
15
+ - "📝 Implementation Blueprint"
16
+ - "🔍 Anatomy & Mechanics"
17
+ - "🚀 Quick Micro-Practice: Try It Now (3 Mins)"
18
+ - "🥉 Starter Hint:"
19
+ - "⏱️ Pacing & Success Check:"
20
+ - "🛠️ Integrated Hands-On Lab: Capstone Mission"
21
+ - "🎯 Mission Objective:"
22
+ - "🚦 Formative Checkpoint: Status Calibration"
23
+ - "🟢 Green Light (Ready to Accelerate)"
24
+ - "🟡 Yellow Light (Need Quick Assist)"
25
+ - "🔴 Red Light (Blocked)"
26
+ - "🎟️ Exit Ticket & Metacognition (5 Mins)"
27
+ - "🏁 Summary & Key Takeaways"
28
+ - "🏆 Core Rules to Remember:"
29
+ - "🔮 Next Milestone Preview:"
30
+ ---
8
31
 
9
32
  <!-- Slide 1: Title & Inquiry Mission Hook -->
10
33
  # 🚀 {{TITLE}}
@@ -10,18 +10,18 @@ date: "{{DATE}}"
10
10
  template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Station Architecture & Timer Overview"
13
- - "Station 1: Teacher-Led Small Group (Deep Dive)"
14
- - "Station 2: Collaborative Hands-On Lab (Peer Pair)"
15
- - "Station 3: Independent Digital Practice (Async Code)"
16
- - "Station 4: Offline Modeling & Architecture (Whiteboard)"
17
- - "Station Recording Sheet & Rotation Bell Protocol"
13
+ - "Station 1: Teacher-Led Small Group (Guided Inquiry)"
14
+ - "Station 2: Collaborative Hands-On Lab (Pair Programming)"
15
+ - "Station 3: Independent Digital Practice (Self-Paced Code Lab)"
16
+ - "Station 4: Offline Modeling & Architecture (No Screens)"
17
+ - "Station Recording Sheet (Student Passport)"
18
18
  ---
19
19
  <!-- INJECT_BODY -->
20
20
 
21
21
  # STATION ROTATION LESSON PACK: [LESSON TITLE]
22
22
  _Unit: U[X] | Module: M[X.X] | Format: 4 Stations x 15 Mins (Total 60-75 Mins)_
23
23
 
24
- ## [REQUIRED] Station Architecture & Timer Overview
24
+ ## Station Architecture & Timer Overview
25
25
  - **Classroom Layout:** 4 designated physical zones with clear signage and materials.
26
26
  - **Rotation Time:** 15 minutes per station + 2 minutes clean transition buffer.
27
27
  - **Audience Grouping:** Heterogeneous groups of 4-6 students rotating simultaneously.
@@ -38,7 +38,7 @@ _Unit: U[X] | Module: M[X.X] | Format: 4 Stations x 15 Mins (Total 60-75 Mins)_
38
38
 
39
39
  ---
40
40
 
41
- ## [REQUIRED] Station 1: Teacher-Led Small Group (Guided Inquiry)
41
+ ## Station 1: Teacher-Led Small Group (Guided Inquiry)
42
42
  - **Goal:** Direct coaching, conceptual check, and resolving misconceptions in real-time.
43
43
  - **Teacher Script & Inquiry Questions:**
44
44
  - *"Look at this code on the monitor. If we call this function 100 times concurrently, what invariant breaks?"*
@@ -47,7 +47,7 @@ _Unit: U[X] | Module: M[X.X] | Format: 4 Stations x 15 Mins (Total 60-75 Mins)_
47
47
 
48
48
  ---
49
49
 
50
- ## [REQUIRED] Station 2: Collaborative Hands-On Lab (Pair Programming)
50
+ ## Station 2: Collaborative Hands-On Lab (Pair Programming)
51
51
  - **Goal:** Students work in pairs (Driver / Navigator) to solve a 2-stage challenge.
52
52
  - **Task Materials:** Pre-loaded project on workstation `Station2_PairChallenge.xcodeproj`.
53
53
  - **Protocol:** Switch Driver/Navigator roles at the 7-minute audio chime.
@@ -55,7 +55,7 @@ _Unit: U[X] | Module: M[X.X] | Format: 4 Stations x 15 Mins (Total 60-75 Mins)_
55
55
 
56
56
  ---
57
57
 
58
- ## [REQUIRED] Station 3: Independent Digital Practice (Self-Paced Code Lab)
58
+ ## Station 3: Independent Digital Practice (Self-Paced Code Lab)
59
59
  - **Goal:** Autonomy and individual mastery verification.
60
60
  - **Student Instructions:**
61
61
  1. Open Interactive Code Runner / LMS assignment module.
@@ -64,14 +64,14 @@ _Unit: U[X] | Module: M[X.X] | Format: 4 Stations x 15 Mins (Total 60-75 Mins)_
64
64
 
65
65
  ---
66
66
 
67
- ## [REQUIRED] Station 4: Offline Modeling & Architecture (No Screens)
67
+ ## Station 4: Offline Modeling & Architecture (No Screens)
68
68
  - **Goal:** Cognitive unloading and physical spatial reasoning.
69
69
  - **Materials:** Whiteboard markers, physical Task Cards deck, and laminated architecture templates.
70
70
  - **Task:** Hand-draw the data-flow flowchart or match physical cards connecting UI Event $\rightarrow$ State Mutation $\rightarrow$ Screen Re-render.
71
71
 
72
72
  ---
73
73
 
74
- ## [REQUIRED] Station Recording Sheet (Student Passport)
74
+ ## Station Recording Sheet (Student Passport)
75
75
  | Station | Task Completed | Signature / Verification Stamp | 1 Key Insight Learned |
76
76
  | :---: | :--- | :--- | :--- |
77
77
  | **1 (Teacher)** | Debugging Probe Discussion | [Teacher Stamp] | |
@@ -10,9 +10,9 @@ date: "{{DATE}}"
10
10
  template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Deck Overview & Print Instructions"
13
- - "Task Cards 1 to 4 (Foundational Concepts)"
14
- - "Task Cards 5 to 8 (Code Diagnosis & Debugging)"
15
- - "Task Cards 9 to 12 (Application & Synthesis)"
13
+ - "Set A: Foundational Concepts (Cards 1–4)"
14
+ - "Set B: Code Diagnosis & Debugging (Cards 5–8)"
15
+ - "Set C: Application & Synthesis (Cards 9–12)"
16
16
  - "Teacher Answer Key & Scoring Matrix"
17
17
  ---
18
18
  <!-- INJECT_BODY -->
@@ -20,14 +20,14 @@ template_required_sections:
20
20
  # PRINTABLE TASK CARDS PACK: [LESSON TITLE]
21
21
  _Unit: U[X] | Module: M[X.X] | Total Cards: 12-16 Cards | Usage: Centers, Fast Finishers, Small Group Review_
22
22
 
23
- ## [REQUIRED] Deck Overview & Print Instructions
23
+ ## Deck Overview & Print Instructions
24
24
  - **Card Format:** 4 cards per page (A4 layout with cutting guidelines and QR code link).
25
25
  - **Target Skills:** Conceptual Understanding, Code Tracing, Bug Hunting, Architectural Reasoning.
26
26
  - **Scoring System:** Bronze Cards (1 pt), Silver Cards (2 pts), Gold Cards (3 pts).
27
27
 
28
28
  ---
29
29
 
30
- ## [REQUIRED] Set A: Foundational Concepts (Cards 1–4)
30
+ ## Set A: Foundational Concepts (Cards 1–4)
31
31
 
32
32
  ```
33
33
  ┌──────────────────────────────────────────────┬──────────────────────────────────────────────┐
@@ -50,7 +50,7 @@ _Unit: U[X] | Module: M[X.X] | Total Cards: 12-16 Cards | Usage: Centers, Fast F
50
50
 
51
51
  ---
52
52
 
53
- ## [REQUIRED] Set B: Code Diagnosis & Debugging (Cards 5–8)
53
+ ## Set B: Code Diagnosis & Debugging (Cards 5–8)
54
54
 
55
55
  ```
56
56
  ┌──────────────────────────────────────────────┬──────────────────────────────────────────────┐
@@ -74,7 +74,7 @@ _Unit: U[X] | Module: M[X.X] | Total Cards: 12-16 Cards | Usage: Centers, Fast F
74
74
 
75
75
  ---
76
76
 
77
- ## [REQUIRED] Set C: Application & Synthesis (Cards 9–12)
77
+ ## Set C: Application & Synthesis (Cards 9–12)
78
78
 
79
79
  ```
80
80
  ┌──────────────────────────────────────────────┬──────────────────────────────────────────────┐
@@ -94,7 +94,7 @@ _Unit: U[X] | Module: M[X.X] | Total Cards: 12-16 Cards | Usage: Centers, Fast F
94
94
 
95
95
  ---
96
96
 
97
- ## [REQUIRED] Teacher Answer Key & Scoring Matrix
97
+ ## Teacher Answer Key & Scoring Matrix
98
98
  | Card ID | Correct Answer / Solution Blueprint | Max Points |
99
99
  | :---: | :--- | :---: |
100
100
  | **01** | `@State` owns private source of truth; `@Binding` creates a 2-way reference without owning storage. | 1 pt |
@@ -10,18 +10,22 @@ date: "{{DATE}}"
10
10
  template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Computational Objective & Tier Matrix"
13
- - "Bronze Tier (Foundational Scaffolding)"
14
- - "Silver Tier (Independent Application)"
15
- - "Gold Tier (Enrichment & Optimization)"
16
- - "Automated Test Verification Matrix"
17
- - "Answer Key & Mentor Hints"
13
+ - "🥉 Bronze Tier: Foundational Scaffolding (Baseline for All)"
14
+ - "Starter Code & Fill-in Slots:"
15
+ - "🥈 Silver Tier: Independent Application (Target Mastery)"
16
+ - "Specification & Requirements:"
17
+ - "Implementation Target:"
18
+ - "🥇 Gold Tier: Enrichment & Optimization (Open Extension)"
19
+ - "Constraints & Invariants:"
20
+ - "Automated Test Verification Matrix & Mentor Hints"
21
+ - "Mentor Debugging Cheatsheet:"
18
22
  ---
19
23
  <!-- INJECT_BODY -->
20
24
 
21
25
  # 3-TIER DIFFERENTIATED PRACTICE LAB: [LESSON TITLE]
22
26
  _Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX] | Mode: Adaptive Lab_
23
27
 
24
- ## [REQUIRED] Computational Objective & Tier Matrix
28
+ ## Computational Objective & Tier Matrix
25
29
  > *Principle: All students MUST achieve Bronze; Silver is target mastery; Gold is for gifted/accelerated learners.*
26
30
 
27
31
  | Tier Level | Cognitive Target (Bloom) | Scaffolding Ratio | Success Criteria |
@@ -32,7 +36,7 @@ _Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX] | Mode: Adaptive Lab_
32
36
 
33
37
  ---
34
38
 
35
- ## [REQUIRED] 🥉 Bronze Tier: Foundational Scaffolding (Baseline for All)
39
+ ## 🥉 Bronze Tier: Foundational Scaffolding (Baseline for All)
36
40
  - **Target Audience:** All learners (mandatory milestone).
37
41
  - **Guiding Prompt:** [Clear, unambiguous instruction with concrete references to Handout].
38
42
 
@@ -62,7 +66,7 @@ struct [BronzeComponentView]: View {
62
66
 
63
67
  ---
64
68
 
65
- ## [REQUIRED] 🥈 Silver Tier: Independent Application (Target Mastery)
69
+ ## 🥈 Silver Tier: Independent Application (Target Mastery)
66
70
  - **Target Audience:** Learners who completed Bronze without mentor intervention.
67
71
  - **Guiding Prompt:** [Add dynamic logic, validation, state mutations, or multiple interactive elements].
68
72
 
@@ -82,7 +86,7 @@ struct [SilverComponentView]: View {
82
86
 
83
87
  ---
84
88
 
85
- ## [REQUIRED] 🥇 Gold Tier: Enrichment & Optimization (Open Extension)
89
+ ## 🥇 Gold Tier: Enrichment & Optimization (Open Extension)
86
90
  - **Target Audience:** Advanced learners finished ahead of schedule.
87
91
  - **Architectural Challenge:** [E.g., "Decouple state into an isolated Actor / ViewModel with async/await Debounce or Cache invalidation"].
88
92
 
@@ -92,7 +96,7 @@ struct [SilverComponentView]: View {
92
96
 
93
97
  ---
94
98
 
95
- ## [REQUIRED] Automated Test Verification Matrix & Mentor Hints
99
+ ## Automated Test Verification Matrix & Mentor Hints
96
100
  ```swift
97
101
  // XCTest / Unit Test Suite for Instant Auto-Grading
98
102
  final class [ArtifactTestSuite]: XCTestCase {
@@ -8,6 +8,13 @@ deliverable: "{{DELIVERABLE_CODE}}"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "Update Triggers"
13
+ - "Planned Releases"
14
+ - "📌 Short-term: Update v1.1 (Post-Pilot)"
15
+ - "📌 Long-term: Version v2.0 (Next Academic Year)"
16
+ - "Resources & Archiving"
17
+ ---
11
18
 
12
19
  # CURRICULUM UPDATE ROADMAP
13
20
 
@@ -15,14 +15,13 @@ template_required_sections:
15
15
  - "Part 4: Synthesis & Problem-Solving Application"
16
16
  - "Part 5: Self-Reflection & Learning Log"
17
17
  ---
18
-
19
18
  # WORKSHEET: [LESSON TITLE]
20
19
 
21
20
  **Student Name:** _______________________ **Class:** _______________ **Date:** _______________
22
21
 
23
22
  > **For Students:** This document guides you step-by-step through the practical tasks. Read carefully, fill in the blanks, and mark the checkbox [x] once completed. If you encounter errors, refer back to your **HANDOUT**.
24
23
 
25
- ## [REQUIRED] Part 1: Knowledge Check
24
+ ## Part 1: Knowledge Check
26
25
  > Warm-up — prior-knowledge retrieval. Link back to the previous lesson.
27
26
 
28
27
  1. **Fill in the blanks:**
@@ -34,7 +33,7 @@ template_required_sections:
34
33
  | 1. [Concept A] | 1 - __ | a. [Meaning A] |
35
34
  | 2. [Concept B] | 2 - __ | b. [Meaning B] |
36
35
 
37
- ## [REQUIRED] Part 2: Concept Tracing & Diagram Fill-in
36
+ ## Part 2: Concept Tracing & Diagram Fill-in
38
37
  > Trace data/control flow through this lesson's core mechanism. Fill the
39
38
  > Mermaid/ASCII diagram blanks.
40
39
 
@@ -46,7 +45,7 @@ graph LR
46
45
 
47
46
  - **Trace question:** [What flows from stage to stage? What transforms?]
48
47
 
49
- ## [REQUIRED] Part 3: Code Analysis & Bug Hunting Challenge
48
+ ## Part 3: Code Analysis & Bug Hunting Challenge
50
49
  > One complete, runnable snippet containing a real bug from this lesson's
51
50
  > Common Mistakes. Students locate, explain, and fix it.
52
51
 
@@ -58,13 +57,13 @@ graph LR
58
57
  - **Why it fails:** [Student explanation]
59
58
  - **Fix:** [Student correction]
60
59
 
61
- ## [REQUIRED] Part 4: Synthesis & Problem-Solving Application
60
+ ## Part 4: Synthesis & Problem-Solving Application
62
61
  > Apply the lesson's skill to a fresh scenario — not a copy of the lab task.
63
62
 
64
63
  - **Scenario:** [New situation requiring the same skill]
65
64
  - **Your solution:** [Workspace / code area]
66
65
 
67
- ## [REQUIRED] Part 5: Self-Reflection & Learning Log
66
+ ## Part 5: Self-Reflection & Learning Log
68
67
  - **I can now…** [Can-do statements mirroring the LESSON LO evidence — checkbox each]
69
68
  - [ ] [Can-do statement 1]
70
69
  - [ ] [Can-do statement 2]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thanh01.pmt/curriculum-kit",
3
- "version": "1.4.44",
3
+ "version": "1.4.46",
4
4
  "description": "A high-fidelity AI curriculum & content generation engine powered by Vercel AI SDK, Zod, and Bloom-aligned pedagogical standards.",
5
5
  "author": "Thanh Pham <https://github.com/thanh01pmt>",
6
6
  "license": "MIT",