@thanh01.pmt/curriculum-kit 1.4.10 → 1.4.12
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/ai/index.cjs +5 -0
- package/dist/ai/index.cjs.map +1 -1
- package/dist/ai/index.d.cts +77 -77
- package/dist/ai/index.d.ts +77 -77
- package/dist/ai/index.mjs +5 -0
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +512 -83
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +41 -3
- package/dist/index.d.ts +41 -3
- package/dist/index.mjs +512 -84
- package/dist/index.mjs.map +1 -1
- package/dist/pipeline/index.cjs.map +1 -1
- package/dist/pipeline/index.mjs.map +1 -1
- package/dist/schemas/index.d.cts +979 -979
- package/dist/schemas/index.d.ts +979 -979
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-DR5YTtlt.d.cts → standardsCoverageGate-CwBk5P6m.d.cts} +12 -12
- package/dist/{standardsCoverageGate-DR5YTtlt.d.ts → standardsCoverageGate-CwBk5P6m.d.ts} +12 -12
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.d.cts +1 -1
- package/dist/workflow/index.d.ts +1 -1
- package/dist/workflow/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/ai/index.cjs
CHANGED
|
@@ -1918,6 +1918,11 @@ Every slide MUST include notes with:
|
|
|
1918
1918
|
- Cold-Call: 1 check question
|
|
1919
1919
|
- Scaffolding Tip: 1 analogy or hint
|
|
1920
1920
|
|
|
1921
|
+
### \u26A0\uFE0F STRICT SLIDE FORMATTING INVARIANTS:
|
|
1922
|
+
1. Every slide MUST store its content fields inside "slots": { ... }. NEVER put "title", "content", or points at the top level of a slide!
|
|
1923
|
+
2. All code slots MUST contain real, executable, high-fidelity code. Never use placeholders like "<CODE>" or "...".
|
|
1924
|
+
3. All point and card slots MUST contain concrete, rich pedagogical explanations. Never use placeholder dots or empty cards.
|
|
1925
|
+
|
|
1921
1926
|
### Output JSON Format:
|
|
1922
1927
|
\`\`\`json
|
|
1923
1928
|
{
|