@thanh01.pmt/curriculum-kit 1.4.45 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thanh01.pmt/curriculum-kit",
3
- "version": "1.4.45",
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",
@@ -1,44 +0,0 @@
1
- ---
2
- id: "{{ID}}"
3
- type: "SECTION_LANGUAGE_CONTRACT"
4
- created_by: "Curriculum OS Builder"
5
- phase: "P2"
6
- deliverable: "P2-T4"
7
- version: "{{VERSION}}"
8
- date: "{{DATE}}"
9
- target_language: "{{TARGET_LANGUAGE}}"
10
- template_contract: "artifact-template-v1"
11
- template_required_sections:
12
- - "Metadata & Scope"
13
- - "Section Translation Matrix"
14
- - "Validation Rules"
15
- ---
16
- # SECTION LANGUAGE CONTRACT
17
-
18
- ## Metadata & Scope
19
- - **Project:** {{PROJECT_NAME}}
20
- - **Target output language:** {{TARGET_LANGUAGE_DISPLAY}}
21
- - **Scope:** heading/label localization for every generated artifact of this project only.
22
-
23
- ## Section Translation Matrix
24
- > One row per canonical section key (from each template's
25
- > `template_required_sections`). The Localized Heading is what the LLM must
26
- > render verbatim in artifacts; P53 bake applies these rows onto the project's
27
- > `_templates/` copies. Do not translate technical identifiers.
28
-
29
- | Artifact | Canonical Section Key | Localized Heading ({{TARGET_LANGUAGE}}) |
30
- |---|---|---|
31
- | LESSON | A. Lesson Design Plan | [localized] |
32
- | LESSON | B. Lesson Flow | [localized] |
33
- | ACT | Computational Thinking Focus | [localized] |
34
- | QUIZ | Assessment Objectives | [localized] |
35
- <!-- Repeat per artifact type and section key. -->
36
-
37
- ## Validation Rules
38
- - Every canonical key in a template's `template_required_sections` MUST have
39
- exactly one row here before bake (missing row → that section keeps its
40
- canonical English heading).
41
- - Keys MUST match the template contract after ordinal/marker stripping
42
- (`1. ` and `[REQUIRED]` ignored).
43
- - Localized headings MUST NOT contain contract markers or CJK glyphs outside
44
- the target language script rules.
@@ -1,44 +0,0 @@
1
- ---
2
- id: "{{ID}}"
3
- type: "SECTION_LANGUAGE_CONTRACT"
4
- created_by: "Curriculum OS Builder"
5
- phase: "P2"
6
- deliverable: "P2-T4"
7
- version: "{{VERSION}}"
8
- date: "{{DATE}}"
9
- target_language: "{{TARGET_LANGUAGE}}"
10
- template_contract: "artifact-template-v1"
11
- template_required_sections:
12
- - "Metadata & Scope"
13
- - "Section Translation Matrix"
14
- - "Validation Rules"
15
- ---
16
- # SECTION LANGUAGE CONTRACT
17
-
18
- ## Metadata & Scope
19
- - **Project:** {{PROJECT_NAME}}
20
- - **Target output language:** {{TARGET_LANGUAGE_DISPLAY}}
21
- - **Scope:** heading/label localization for every generated artifact of this project only.
22
-
23
- ## Section Translation Matrix
24
- > One row per canonical section key (from each template's
25
- > `template_required_sections`). The Localized Heading is what the LLM must
26
- > render verbatim in artifacts; P53 bake applies these rows onto the project's
27
- > `_templates/` copies. Do not translate technical identifiers.
28
-
29
- | Artifact | Canonical Section Key | Localized Heading ({{TARGET_LANGUAGE}}) |
30
- |---|---|---|
31
- | LESSON | A. Lesson Design Plan | [localized] |
32
- | LESSON | B. Lesson Flow | [localized] |
33
- | ACT | Computational Thinking Focus | [localized] |
34
- | QUIZ | Assessment Objectives | [localized] |
35
- <!-- Repeat per artifact type and section key. -->
36
-
37
- ## Validation Rules
38
- - Every canonical key in a template's `template_required_sections` MUST have
39
- exactly one row here before bake (missing row → that section keeps its
40
- canonical English heading).
41
- - Keys MUST match the template contract after ordinal/marker stripping
42
- (`1. ` and `[REQUIRED]` ignored).
43
- - Localized headings MUST NOT contain contract markers or CJK glyphs outside
44
- the target language script rules.