@thanh01.pmt/curriculum-kit 1.4.21 → 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.
- package/dist/index.cjs +78 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.mjs +78 -9
- package/dist/index.mjs.map +1 -1
- package/dist/workflow/index.cjs +15 -0
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.mjs +15 -0
- package/dist/workflow/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/workflow/index.cjs
CHANGED
|
@@ -19362,6 +19362,21 @@ function normalizeHeading(str) {
|
|
|
19362
19362
|
return str.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/[^\w\s]/g, " ").replace(/\s+/g, " ").trim();
|
|
19363
19363
|
}
|
|
19364
19364
|
function findCanonicalFuzzy(norm) {
|
|
19365
|
+
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")) {
|
|
19366
|
+
return "Technical Overview & Architecture Blueprint";
|
|
19367
|
+
}
|
|
19368
|
+
if (norm.includes("pinout") || norm.includes("phan cung") || norm.includes("hardware") || norm.includes("wiring") || norm.includes("ket noi")) {
|
|
19369
|
+
return "Hardware Pinout & Wiring Configuration Matrix";
|
|
19370
|
+
}
|
|
19371
|
+
if (norm.includes("pedagog") || norm.includes("phuong phap") || norm.includes("day hoc") || norm.includes("su pham")) {
|
|
19372
|
+
return "Core Pedagogical Concept Anchor & Real-World Domain Bridge";
|
|
19373
|
+
}
|
|
19374
|
+
if (norm.includes("standard") || norm.includes("tieu chuan") || norm.includes("csta") || norm.includes("cs2023") || norm.includes("chuan academic")) {
|
|
19375
|
+
return "Standards Alignment";
|
|
19376
|
+
}
|
|
19377
|
+
if (norm.includes("roadmap") || norm.includes("lo trinh") || norm.includes("milestone") || norm.includes("giai doan")) {
|
|
19378
|
+
return void 0;
|
|
19379
|
+
}
|
|
19365
19380
|
if (norm.includes("symbol") || norm.includes("identifier ledger") || norm.includes("dinh danh")) {
|
|
19366
19381
|
return "Symbol & Identifier Ledger";
|
|
19367
19382
|
}
|