@thanh01.pmt/curriculum-kit 1.4.21 → 1.4.23
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 +265 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +23 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.mjs +265 -11
- 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.mjs
CHANGED
|
@@ -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
|
}
|