@thanh01.pmt/curriculum-kit 1.4.1 → 1.4.3
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 +3 -1
- package/dist/ai/index.cjs.map +1 -1
- package/dist/ai/index.d.cts +4 -0
- package/dist/ai/index.d.ts +4 -0
- package/dist/ai/index.mjs +3 -1
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +12688 -137
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.mjs +12686 -138
- package/dist/index.mjs.map +1 -1
- package/dist/pipeline/index.cjs +3 -1
- package/dist/pipeline/index.cjs.map +1 -1
- package/dist/pipeline/index.mjs +3 -1
- package/dist/pipeline/index.mjs.map +1 -1
- package/dist/schemas/index.cjs +3 -1
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +20 -0
- package/dist/schemas/index.d.ts +20 -0
- package/dist/schemas/index.mjs +3 -1
- package/dist/schemas/index.mjs.map +1 -1
- package/dist/standards/index.cjs +12412 -2
- package/dist/standards/index.cjs.map +1 -1
- package/dist/standards/index.d.cts +22 -3
- package/dist/standards/index.d.ts +22 -3
- package/dist/standards/index.mjs +12410 -3
- package/dist/standards/index.mjs.map +1 -1
- package/dist/{standardsCoverageGate-CsUNzv6C.d.cts → standardsCoverageGate-DR5YTtlt.d.cts} +2 -0
- package/dist/{standardsCoverageGate-CsUNzv6C.d.ts → standardsCoverageGate-DR5YTtlt.d.ts} +2 -0
- package/dist/workflow/index.cjs +12426 -18
- 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 +12426 -18
- 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-DR5YTtlt.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-DR5YTtlt.cjs';
|
|
3
3
|
import { SupabaseClient } from '@supabase/supabase-js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
@@ -126,5 +126,24 @@ declare const BUNDLED_STANDARDS_PACK_IDS: string[];
|
|
|
126
126
|
* config sai không bao giờ làm pipeline chết.
|
|
127
127
|
*/
|
|
128
128
|
declare function resolveStandardsPacks(packIds: string[] | undefined | null): FrameworkPack[];
|
|
129
|
+
/**
|
|
130
|
+
* Tìm statement theo id (ví dụ "1B-AP-10" hoặc "csta-k12-2017:1B-AP-10") trong tất cả các pack kèm sẵn.
|
|
131
|
+
*/
|
|
132
|
+
declare function findStandardStatement(statementIdOrRef: string): {
|
|
133
|
+
packId: string;
|
|
134
|
+
packTitle: string;
|
|
135
|
+
statementId: string;
|
|
136
|
+
description: string;
|
|
137
|
+
category?: string;
|
|
138
|
+
gradeBand?: string;
|
|
139
|
+
} | null;
|
|
140
|
+
/**
|
|
141
|
+
* Biểu thức chính quy phát hiện mã chuẩn giáo dục (CSTA PK–12 2026, CSTA K-12 2017, và ACM/IEEE CS2023).
|
|
142
|
+
*/
|
|
143
|
+
declare const STANDARD_REF_REGEX: RegExp;
|
|
144
|
+
/**
|
|
145
|
+
* Trích xuất toàn bộ các standard statement ref duy nhất từ văn bản.
|
|
146
|
+
*/
|
|
147
|
+
declare function extractStandardRefs(text: string | undefined | null): string[];
|
|
129
148
|
|
|
130
|
-
export { BUNDLED_STANDARDS_PACK_IDS, FrameworkPack, FrameworkStatement, type HydratedPack, type ImportPackResult, type SelectedStatement, type StandardStackOptions, StandardsRegistryAdapter, type StandardsRegistryConfig, type StandardsSelectionInput, buildStandardStackMarkdown, buildStandardsContext, buildStandardsContextBlock, resolveStandardsPacks, selectStatementsForLesson };
|
|
149
|
+
export { BUNDLED_STANDARDS_PACK_IDS, FrameworkPack, FrameworkStatement, type HydratedPack, type ImportPackResult, STANDARD_REF_REGEX, type SelectedStatement, type StandardStackOptions, StandardsRegistryAdapter, type StandardsRegistryConfig, type StandardsSelectionInput, buildStandardStackMarkdown, buildStandardsContext, buildStandardsContextBlock, extractStandardRefs, findStandardStatement, resolveStandardsPacks, selectStatementsForLesson };
|
|
@@ -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-DR5YTtlt.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-DR5YTtlt.js';
|
|
3
3
|
import { SupabaseClient } from '@supabase/supabase-js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
@@ -126,5 +126,24 @@ declare const BUNDLED_STANDARDS_PACK_IDS: string[];
|
|
|
126
126
|
* config sai không bao giờ làm pipeline chết.
|
|
127
127
|
*/
|
|
128
128
|
declare function resolveStandardsPacks(packIds: string[] | undefined | null): FrameworkPack[];
|
|
129
|
+
/**
|
|
130
|
+
* Tìm statement theo id (ví dụ "1B-AP-10" hoặc "csta-k12-2017:1B-AP-10") trong tất cả các pack kèm sẵn.
|
|
131
|
+
*/
|
|
132
|
+
declare function findStandardStatement(statementIdOrRef: string): {
|
|
133
|
+
packId: string;
|
|
134
|
+
packTitle: string;
|
|
135
|
+
statementId: string;
|
|
136
|
+
description: string;
|
|
137
|
+
category?: string;
|
|
138
|
+
gradeBand?: string;
|
|
139
|
+
} | null;
|
|
140
|
+
/**
|
|
141
|
+
* Biểu thức chính quy phát hiện mã chuẩn giáo dục (CSTA PK–12 2026, CSTA K-12 2017, và ACM/IEEE CS2023).
|
|
142
|
+
*/
|
|
143
|
+
declare const STANDARD_REF_REGEX: RegExp;
|
|
144
|
+
/**
|
|
145
|
+
* Trích xuất toàn bộ các standard statement ref duy nhất từ văn bản.
|
|
146
|
+
*/
|
|
147
|
+
declare function extractStandardRefs(text: string | undefined | null): string[];
|
|
129
148
|
|
|
130
|
-
export { BUNDLED_STANDARDS_PACK_IDS, FrameworkPack, FrameworkStatement, type HydratedPack, type ImportPackResult, type SelectedStatement, type StandardStackOptions, StandardsRegistryAdapter, type StandardsRegistryConfig, type StandardsSelectionInput, buildStandardStackMarkdown, buildStandardsContext, buildStandardsContextBlock, resolveStandardsPacks, selectStatementsForLesson };
|
|
149
|
+
export { BUNDLED_STANDARDS_PACK_IDS, FrameworkPack, FrameworkStatement, type HydratedPack, type ImportPackResult, STANDARD_REF_REGEX, type SelectedStatement, type StandardStackOptions, StandardsRegistryAdapter, type StandardsRegistryConfig, type StandardsSelectionInput, buildStandardStackMarkdown, buildStandardsContext, buildStandardsContextBlock, extractStandardRefs, findStandardStatement, resolveStandardsPacks, selectStatementsForLesson };
|