@thanh01.pmt/curriculum-kit 1.4.46 → 1.4.48
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/README.md +23 -0
- package/dist/ai/index.cjs +19 -1
- 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 +19 -1
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +199 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +98 -13
- package/dist/index.d.ts +98 -13
- package/dist/index.mjs +196 -9
- package/dist/index.mjs.map +1 -1
- package/dist/pipeline/index.cjs +19 -1
- package/dist/pipeline/index.cjs.map +1 -1
- package/dist/pipeline/index.mjs +19 -1
- package/dist/pipeline/index.mjs.map +1 -1
- package/dist/schemas/index.cjs +19 -1
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +1193 -1053
- package/dist/schemas/index.d.ts +1193 -1053
- package/dist/schemas/index.mjs +19 -1
- package/dist/schemas/index.mjs.map +1 -1
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-49pJq5t8.d.cts → standardsCoverageGate-CLnq0d0s.d.cts} +12 -12
- package/dist/{standardsCoverageGate-49pJq5t8.d.ts → standardsCoverageGate-CLnq0d0s.d.ts} +12 -12
- package/dist/workflow/index.cjs +19 -1
- 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 +19 -1
- package/dist/workflow/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-
|
|
2
|
-
export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-
|
|
1
|
+
import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-CLnq0d0s.cjs';
|
|
2
|
+
export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-CLnq0d0s.cjs';
|
|
3
3
|
import { SupabaseClient } from '@supabase/supabase-js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-
|
|
2
|
-
export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-
|
|
1
|
+
import { F as FrameworkPack, g as FrameworkStatement } from '../standardsCoverageGate-CLnq0d0s.js';
|
|
2
|
+
export { B as BloomHintSchema, a as ClassificationSchema, m as CoverageGateInput, C as CoverageGateReport, h as FrameworkMapping, d as FrameworkMappingSchema, f as FrameworkPackManifest, b as FrameworkPackManifestSchema, e as FrameworkPackSchema, c as FrameworkStatementSchema, G as GradeBandSchema, i as MappingKind, M as MappingKindSchema, P as PackLintIssue, k as PackValidationResult, j as RecordProvenance, R as RecordProvenanceSchema, S as StatementCoverageRow, n as evaluateStandardsCoverage, l as lintFrameworkPack, v as validateFrameworkPack } from '../standardsCoverageGate-CLnq0d0s.js';
|
|
3
3
|
import { SupabaseClient } from '@supabase/supabase-js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
@@ -27,10 +27,10 @@ declare const BloomHintSchema: z.ZodObject<{
|
|
|
27
27
|
process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
|
|
28
28
|
knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
process: "
|
|
30
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
31
31
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
process: "
|
|
33
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
34
34
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
/** How a record entered the pack — drives trust & review requirements. */
|
|
@@ -194,10 +194,10 @@ declare const FrameworkStatementSchema: z.ZodObject<{
|
|
|
194
194
|
process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
|
|
195
195
|
knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
process: "
|
|
197
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
198
198
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
199
199
|
}, {
|
|
200
|
-
process: "
|
|
200
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
201
201
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
202
202
|
}>>;
|
|
203
203
|
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -236,7 +236,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
|
|
|
236
236
|
sourceRef?: string | undefined;
|
|
237
237
|
parentId?: string | undefined;
|
|
238
238
|
bloomHint?: {
|
|
239
|
-
process: "
|
|
239
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
240
240
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
241
241
|
} | undefined;
|
|
242
242
|
}, {
|
|
@@ -257,7 +257,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
|
|
|
257
257
|
axis: string;
|
|
258
258
|
}[] | undefined;
|
|
259
259
|
bloomHint?: {
|
|
260
|
-
process: "
|
|
260
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
261
261
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
262
262
|
} | undefined;
|
|
263
263
|
}>;
|
|
@@ -439,10 +439,10 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
439
439
|
process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
|
|
440
440
|
knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
|
|
441
441
|
}, "strip", z.ZodTypeAny, {
|
|
442
|
-
process: "
|
|
442
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
443
443
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
process: "
|
|
445
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
446
446
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
447
447
|
}>>;
|
|
448
448
|
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -481,7 +481,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
481
481
|
sourceRef?: string | undefined;
|
|
482
482
|
parentId?: string | undefined;
|
|
483
483
|
bloomHint?: {
|
|
484
|
-
process: "
|
|
484
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
485
485
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
486
486
|
} | undefined;
|
|
487
487
|
}, {
|
|
@@ -502,7 +502,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
502
502
|
axis: string;
|
|
503
503
|
}[] | undefined;
|
|
504
504
|
bloomHint?: {
|
|
505
|
-
process: "
|
|
505
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
506
506
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
507
507
|
} | undefined;
|
|
508
508
|
}>, "many">;
|
|
@@ -595,7 +595,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
595
595
|
sourceRef?: string | undefined;
|
|
596
596
|
parentId?: string | undefined;
|
|
597
597
|
bloomHint?: {
|
|
598
|
-
process: "
|
|
598
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
599
599
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
600
600
|
} | undefined;
|
|
601
601
|
}[];
|
|
@@ -655,7 +655,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
655
655
|
axis: string;
|
|
656
656
|
}[] | undefined;
|
|
657
657
|
bloomHint?: {
|
|
658
|
-
process: "
|
|
658
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
659
659
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
660
660
|
} | undefined;
|
|
661
661
|
}[];
|
|
@@ -27,10 +27,10 @@ declare const BloomHintSchema: z.ZodObject<{
|
|
|
27
27
|
process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
|
|
28
28
|
knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
process: "
|
|
30
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
31
31
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
process: "
|
|
33
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
34
34
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
/** How a record entered the pack — drives trust & review requirements. */
|
|
@@ -194,10 +194,10 @@ declare const FrameworkStatementSchema: z.ZodObject<{
|
|
|
194
194
|
process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
|
|
195
195
|
knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
process: "
|
|
197
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
198
198
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
199
199
|
}, {
|
|
200
|
-
process: "
|
|
200
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
201
201
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
202
202
|
}>>;
|
|
203
203
|
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -236,7 +236,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
|
|
|
236
236
|
sourceRef?: string | undefined;
|
|
237
237
|
parentId?: string | undefined;
|
|
238
238
|
bloomHint?: {
|
|
239
|
-
process: "
|
|
239
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
240
240
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
241
241
|
} | undefined;
|
|
242
242
|
}, {
|
|
@@ -257,7 +257,7 @@ declare const FrameworkStatementSchema: z.ZodObject<{
|
|
|
257
257
|
axis: string;
|
|
258
258
|
}[] | undefined;
|
|
259
259
|
bloomHint?: {
|
|
260
|
-
process: "
|
|
260
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
261
261
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
262
262
|
} | undefined;
|
|
263
263
|
}>;
|
|
@@ -439,10 +439,10 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
439
439
|
process: z.ZodEnum<["Remember", "Understand", "Apply", "Analyze", "Evaluate", "Create"]>;
|
|
440
440
|
knowledge: z.ZodOptional<z.ZodEnum<["FACTUAL", "CONCEPTUAL", "PROCEDURAL", "METACOGNITIVE"]>>;
|
|
441
441
|
}, "strip", z.ZodTypeAny, {
|
|
442
|
-
process: "
|
|
442
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
443
443
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
process: "
|
|
445
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
446
446
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
447
447
|
}>>;
|
|
448
448
|
keywords: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -481,7 +481,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
481
481
|
sourceRef?: string | undefined;
|
|
482
482
|
parentId?: string | undefined;
|
|
483
483
|
bloomHint?: {
|
|
484
|
-
process: "
|
|
484
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
485
485
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
486
486
|
} | undefined;
|
|
487
487
|
}, {
|
|
@@ -502,7 +502,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
502
502
|
axis: string;
|
|
503
503
|
}[] | undefined;
|
|
504
504
|
bloomHint?: {
|
|
505
|
-
process: "
|
|
505
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
506
506
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
507
507
|
} | undefined;
|
|
508
508
|
}>, "many">;
|
|
@@ -595,7 +595,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
595
595
|
sourceRef?: string | undefined;
|
|
596
596
|
parentId?: string | undefined;
|
|
597
597
|
bloomHint?: {
|
|
598
|
-
process: "
|
|
598
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
599
599
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
600
600
|
} | undefined;
|
|
601
601
|
}[];
|
|
@@ -655,7 +655,7 @@ declare const FrameworkPackSchema: z.ZodObject<{
|
|
|
655
655
|
axis: string;
|
|
656
656
|
}[] | undefined;
|
|
657
657
|
bloomHint?: {
|
|
658
|
-
process: "
|
|
658
|
+
process: "Remember" | "Understand" | "Apply" | "Analyze" | "Evaluate" | "Create";
|
|
659
659
|
knowledge?: "CONCEPTUAL" | "FACTUAL" | "PROCEDURAL" | "METACOGNITIVE" | undefined;
|
|
660
660
|
} | undefined;
|
|
661
661
|
}[];
|
package/dist/workflow/index.cjs
CHANGED
|
@@ -2735,7 +2735,25 @@ var PlanningNodeSchema = zod.z.object({
|
|
|
2735
2735
|
file: zod.z.string(),
|
|
2736
2736
|
evidence: zod.z.string().default("")
|
|
2737
2737
|
})).default([]),
|
|
2738
|
-
phase_id: zod.z.string().default("")
|
|
2738
|
+
phase_id: zod.z.string().default(""),
|
|
2739
|
+
// P52/T2.1: tangible user-visible outcome projected from the graph step
|
|
2740
|
+
// (checkpoint candidate for session cutting). Empty = not a checkpoint.
|
|
2741
|
+
user_visible_deliverable: zod.z.string().default(""),
|
|
2742
|
+
// P52/T3.1 — depth-reconcile inputs (mirrored from the feed; optional so
|
|
2743
|
+
// raw graphs without variants keep planning unchanged):
|
|
2744
|
+
// • depth_variants: minutes to teach this node at each depth level (ULO ≤
|
|
2745
|
+
// CIO ≤ SIO) — the reconciler's price list for downgrades.
|
|
2746
|
+
// • depth_scaffold_candidates: parallel to scaffold_candidates but acting
|
|
2747
|
+
// on DEPTH (SIO→CIO, CIO→ULO) instead of lesson time.
|
|
2748
|
+
// • is_core: Master-Tree core concept — never downgraded; escalate instead.
|
|
2749
|
+
depth_variants: zod.z.object({ ulo: zod.z.number().int().nonnegative(), cio: zod.z.number().int().nonnegative(), sio: zod.z.number().int().nonnegative() }).optional(),
|
|
2750
|
+
depth_scaffold_candidates: zod.z.array(zod.z.object({
|
|
2751
|
+
from_depth: DepthLevelSchema,
|
|
2752
|
+
to_depth: DepthLevelSchema,
|
|
2753
|
+
minutes_saved: zod.z.number().int().nonnegative(),
|
|
2754
|
+
reason: zod.z.string().default("")
|
|
2755
|
+
})).optional(),
|
|
2756
|
+
is_core: zod.z.boolean().default(false)
|
|
2739
2757
|
});
|
|
2740
2758
|
var DependencyEdgeSchema = zod.z.object({
|
|
2741
2759
|
from: zod.z.string(),
|