@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/dist/ai/index.d.cts +77 -77
- package/dist/ai/index.d.ts +77 -77
- package/dist/{gateSettings-oo5tCUS_.d.cts → gateSettings-JoqERuS1.d.cts} +0 -1
- package/dist/{gateSettings-oo5tCUS_.d.ts → gateSettings-JoqERuS1.d.ts} +0 -1
- package/dist/index.cjs +38 -168
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -36
- package/dist/index.d.ts +25 -36
- package/dist/index.mjs +38 -167
- package/dist/index.mjs.map +1 -1
- package/dist/schemas/index.d.cts +1052 -1052
- package/dist/schemas/index.d.ts +1052 -1052
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-CLnq0d0s.d.cts → standardsCoverageGate-49pJq5t8.d.cts} +12 -12
- package/dist/{standardsCoverageGate-CLnq0d0s.d.ts → standardsCoverageGate-49pJq5t8.d.ts} +12 -12
- package/dist/storage/index.cjs +0 -1
- package/dist/storage/index.cjs.map +1 -1
- package/dist/storage/index.mjs +0 -1
- package/dist/storage/index.mjs.map +1 -1
- package/dist/workflow/index.cjs +18 -133
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.d.cts +3 -3
- package/dist/workflow/index.d.ts +3 -3
- package/dist/workflow/index.mjs +18 -133
- package/dist/workflow/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/templates/SECTION_LANGUAGE_CONTRACT_template.md +0 -44
- package/docs/refs/templates/SECTION_LANGUAGE_CONTRACT_template.md +0 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thanh01.pmt/curriculum-kit",
|
|
3
|
-
"version": "1.4.
|
|
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.
|