@thanh01.pmt/curriculum-kit 1.4.20 → 1.4.22

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.
@@ -19353,6 +19353,21 @@ function normalizeHeading(str) {
19353
19353
  return str.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/[^\w\s]/g, " ").replace(/\s+/g, " ").trim();
19354
19354
  }
19355
19355
  function findCanonicalFuzzy(norm) {
19356
+ if (norm.includes("toolchain") || norm.includes("moi truong phat trien") || norm.includes("cong cu") || norm.includes("version") || norm.includes("phan mem") || norm.includes("development environment") || norm.includes("technical overview") || norm.includes("kien truc")) {
19357
+ return "Technical Overview & Architecture Blueprint";
19358
+ }
19359
+ if (norm.includes("pinout") || norm.includes("phan cung") || norm.includes("hardware") || norm.includes("wiring") || norm.includes("ket noi")) {
19360
+ return "Hardware Pinout & Wiring Configuration Matrix";
19361
+ }
19362
+ if (norm.includes("pedagog") || norm.includes("phuong phap") || norm.includes("day hoc") || norm.includes("su pham")) {
19363
+ return "Core Pedagogical Concept Anchor & Real-World Domain Bridge";
19364
+ }
19365
+ if (norm.includes("standard") || norm.includes("tieu chuan") || norm.includes("csta") || norm.includes("cs2023") || norm.includes("chuan academic")) {
19366
+ return "Standards Alignment";
19367
+ }
19368
+ if (norm.includes("roadmap") || norm.includes("lo trinh") || norm.includes("milestone") || norm.includes("giai doan")) {
19369
+ return void 0;
19370
+ }
19356
19371
  if (norm.includes("symbol") || norm.includes("identifier ledger") || norm.includes("dinh danh")) {
19357
19372
  return "Symbol & Identifier Ledger";
19358
19373
  }