@klickd/core 4.0.1 → 4.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klickd/core",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Official JavaScript/TypeScript library for reading and writing .klickd portable AI context files",
5
5
  "keywords": [
6
6
  "klickd",
@@ -34,8 +34,9 @@
34
34
  "LICENSE"
35
35
  ],
36
36
  "scripts": {
37
- "build": "tsup src/index.ts --format esm,cjs --dts --external argon2 --external argon2-browser --external ajv --loader .json=copy",
37
+ "build": "tsup src/index.ts --format esm,cjs --dts --external argon2 --external argon2-browser --external ajv",
38
38
  "test": "node --experimental-vm-modules node_modules/.bin/jest",
39
+ "verify:tarball": "node scripts/verify-tarball.mjs",
39
40
  "prepublishOnly": "npm run build"
40
41
  },
41
42
  "dependencies": {
@@ -1,10 +1,10 @@
1
1
  # `examples/v4/starter-skills/` — Starter `.klickd` skills
2
2
 
3
- > **Status:** Starter / sample artefacts. **Non-normative.** **Pre-release.** **Not v4.1 GA.**
3
+ > **Status:** Starter / sample artefacts. **Non-normative.** **Pre-release.**
4
4
  >
5
5
  > **Triggers no release.** No tag, no `latest` on npm or PyPI, no DOI on Zenodo, no IANA action, no SDK bump.
6
6
 
7
- This directory ships four real, structured `.klickd` files — starter skills on top of the **v4.0 envelope**. They are downloadable starter `.klickd` files — not relabelled v4-preview personas, not host-side skills, not v4.1 GA packs.
7
+ This directory ships four real, structured `.klickd` files — starter skills on top of the **v4.0 envelope**. They are downloadable starter `.klickd` files — not relabelled v4-preview personas and not host-side skills.
8
8
 
9
9
  ## Files
10
10
 
@@ -37,7 +37,7 @@ Each file is a real structured JSON document that carries:
37
37
 
38
38
  ## What these skills are NOT
39
39
 
40
- - **Not v4.1 GA.** `klickd_version: "4.0"`, `_pack_metadata.claims_v41_ga: false`. No public catalog is implied.
40
+ - **Stable v4.0 envelope.** `klickd_version: "4.0"`, `_pack_metadata.claims_v41_ga: false`. No public catalog is implied.
41
41
  - **Not relabelled personas.** They are *new artefacts* authored against frameworks. They do **not** harvest `knowledge.mastered[]` / `mastered_topics` from the v4-preview persona fixtures under [`../personas/`](../personas/) (clean-architecture invariant).
42
42
  - **Not host-side skills.** The `forbidden_fields` literal is the carrier-vs-skill firewall. Pedagogy, scoring rubrics, prompt strategies, tone rules — those belong in a `host_skill` on the agent side, not in the starter file.
43
43
  - **Not personal data.** No PII, no secrets, no real user state. `display_name: null`, `school_or_institution_ref: null`, `mastery: []`, `history: []`. The starter files are *publisher-owned starter shapes* a carrier can adopt and personalise locally.
@@ -52,11 +52,11 @@ python3 scripts/verify_starter_skills.py
52
52
  pytest tests/test_starter_skills.py
53
53
  ```
54
54
 
55
- The general starter-pack validator (`scripts/validate_starter_packs.py`) is
56
- v4.1-native by default — it expects the v4.1-shaped fields at the top level
57
- of each file. For the v4.0 starter `.klickd` files in this directory (which
58
- nest those fields under `x_klickd_pack` so the v4.0 envelope round-trips
59
- unchanged) run it with the `--v40-envelope` flag:
55
+ The general starter-pack validator (`scripts/validate_starter_packs.py`) by
56
+ default expects the structured fields at the top level of each file. For the
57
+ v4.0 starter `.klickd` files in this directory (which nest those fields
58
+ under `x_klickd_pack` so the v4.0 envelope round-trips unchanged) run it
59
+ with the `--v40-envelope` flag:
60
60
 
61
61
  ```bash
62
62
  # v4.0-envelope mode — unwraps `x_klickd_pack` before validation
@@ -68,7 +68,7 @@ python3 scripts/validate_starter_packs.py \
68
68
  The two scripts are complementary: `verify_starter_skills.py` covers the v4.0
69
69
  envelope, persona-isolation, and hash-stability checks specific to this
70
70
  directory; `validate_starter_packs.py --v40-envelope` covers the shared
71
- v4.1-shaped field/forbidden-field/PII checks against the same files.
71
+ field/forbidden-field/PII checks against the same files.
72
72
 
73
73
  ## How to use
74
74
 
@@ -80,7 +80,7 @@ These are downloadable starter `.klickd` files. A carrier can:
80
80
 
81
81
  ## Relation to internal spec work
82
82
 
83
- These starter `.klickd` files implement the **shape** described in the internal spec work at [`docs/rfcs/RFC-009-chimera-v4.1.md`](../../../docs/rfcs/RFC-009-chimera-v4.1.md) on top of the **v4.0 envelope**. They are starter artefacts for reviewers and integrators to see the architecture working end-to-end *before* the strict v4.1 schema is promoted past `Draft`. Promotion of the strict v4.1 schema and any catalog surface remains gated by `ACCEPTANCE_CHECKLIST_V4.md`.
83
+ These starter `.klickd` files sit on top of the **v4.0 envelope** and are non-normative starter artefacts for reviewers and integrators. Any future schema promotion and catalog surface remains gated by `ACCEPTANCE_CHECKLIST_V4.md`.
84
84
 
85
85
  ## Relation to existing personas
86
86
 
@@ -1,26 +1,24 @@
1
1
  {
2
2
  "klickd_version": "4.0",
3
- "preview": "4.0.0-chimera-starter.1",
4
3
  "payload_schema_version": "4.0.0-preview.1",
5
- "domain_schema_version": "chimera-starter-1.0",
4
+ "domain_schema_version": "v4-starter-1.0",
6
5
  "created_at": "2026-05-26T00:00:00Z",
7
6
  "encrypted": false,
8
7
  "domain": "software_engineering",
9
8
  "profile_kind": "developer",
10
9
  "_pack_metadata": {
11
- "kind": "chimera_starter_pack",
10
+ "kind": "starter_skill_pack",
12
11
  "non_normative": true,
13
12
  "claims_v41_ga": false,
14
13
  "contains_real_pii": false,
15
14
  "contains_secrets": false,
16
15
  "see_readme": "examples/v4/starter-skills/README.md",
17
- "spec_ref": "docs/rfcs/RFC-009-chimera-v4.1.md",
18
- "note": "Real structured Chimera-aligned starter pack on the v4.0 envelope. Not a v4.1 GA pack."
16
+ "note": "Non-normative starter skill pack on the v4.0 envelope."
19
17
  },
20
18
  "x_klickd_pack": {
21
19
  "pack": "x.klickd/coding",
22
20
  "pack_version": "0.1.0-starter",
23
- "spec_ref": "docs/rfcs/RFC-009-chimera-v4.1.md",
21
+ "spec_ref": "examples/v4/starter-skills/README.md",
24
22
  "publisher": {
25
23
  "name": "klickd",
26
24
  "ref": "https://klickd.app"
@@ -53,23 +51,68 @@
53
51
  ],
54
52
  "base_transversal_core": {
55
53
  "frameworks": [
56
- { "scheme": "esco", "version": "v1.1.1" },
57
- { "scheme": "digcomp", "version": "2.2" },
58
- { "scheme": "eqf", "version": "2017" }
54
+ {
55
+ "scheme": "esco",
56
+ "version": "v1.1.1"
57
+ },
58
+ {
59
+ "scheme": "digcomp",
60
+ "version": "2.2"
61
+ },
62
+ {
63
+ "scheme": "eqf",
64
+ "version": "2017"
65
+ }
59
66
  ],
60
67
  "transversal_refs": [
61
- { "competency_ref": "esco:S5", "scheme": "esco", "prefLabel": "working with computers" },
62
- { "competency_ref": "digcomp:3.4", "scheme": "digcomp", "prefLabel": "Programming" },
63
- { "competency_ref": "digcomp:4.2", "scheme": "digcomp", "prefLabel": "Protecting personal data and privacy" }
68
+ {
69
+ "competency_ref": "esco:S5",
70
+ "scheme": "esco",
71
+ "prefLabel": "working with computers"
72
+ },
73
+ {
74
+ "competency_ref": "digcomp:3.4",
75
+ "scheme": "digcomp",
76
+ "prefLabel": "Programming"
77
+ },
78
+ {
79
+ "competency_ref": "digcomp:4.2",
80
+ "scheme": "digcomp",
81
+ "prefLabel": "Protecting personal data and privacy"
82
+ }
64
83
  ]
65
84
  },
66
85
  "competencies": [
67
- { "competency_ref": "esco:S5", "scheme": "esco", "prefLabel": "working with computers" },
68
- { "competency_ref": "digcomp:3.4", "scheme": "digcomp", "prefLabel": "Programming" },
69
- { "competency_ref": "digcomp:4.1", "scheme": "digcomp", "prefLabel": "Protecting devices" },
70
- { "competency_ref": "digcomp:4.2", "scheme": "digcomp", "prefLabel": "Protecting personal data and privacy" },
71
- { "competency_ref": "sfia:PROG", "scheme": "sfia", "prefLabel": "Programming/software development" },
72
- { "competency_ref": "sfia:TEST", "scheme": "sfia", "prefLabel": "Systems and software testing" }
86
+ {
87
+ "competency_ref": "esco:S5",
88
+ "scheme": "esco",
89
+ "prefLabel": "working with computers"
90
+ },
91
+ {
92
+ "competency_ref": "digcomp:3.4",
93
+ "scheme": "digcomp",
94
+ "prefLabel": "Programming"
95
+ },
96
+ {
97
+ "competency_ref": "digcomp:4.1",
98
+ "scheme": "digcomp",
99
+ "prefLabel": "Protecting devices"
100
+ },
101
+ {
102
+ "competency_ref": "digcomp:4.2",
103
+ "scheme": "digcomp",
104
+ "prefLabel": "Protecting personal data and privacy"
105
+ },
106
+ {
107
+ "competency_ref": "sfia:PROG",
108
+ "scheme": "sfia",
109
+ "prefLabel": "Programming/software development"
110
+ },
111
+ {
112
+ "competency_ref": "sfia:TEST",
113
+ "scheme": "sfia",
114
+ "prefLabel": "Systems and software testing"
115
+ }
73
116
  ],
74
117
  "levels": [
75
118
  {
@@ -96,7 +139,12 @@
96
139
  },
97
140
  "human_veto_policy": {
98
141
  "owner": "human_carrier",
99
- "scope": ["force_push", "dependency_addition", "secret_handling", "production_deploy"]
142
+ "scope": [
143
+ "force_push",
144
+ "dependency_addition",
145
+ "secret_handling",
146
+ "production_deploy"
147
+ ]
100
148
  }
101
149
  },
102
150
  "human_authority": {
@@ -116,9 +164,11 @@
116
164
  "attestation_shape_ref": "rfc-002#8b"
117
165
  },
118
166
  "source_policy": {
119
- "frameworks_offline_bundle": "docs/rfcs/chimera/frameworks/base_transversal_core.bundle.json",
120
167
  "allow_inline_definitions": false,
121
- "language_tags": ["en", "fr"]
168
+ "language_tags": [
169
+ "en",
170
+ "fr"
171
+ ]
122
172
  },
123
173
  "verification_gates": {
124
174
  "version": 1,
@@ -158,8 +208,7 @@
158
208
  },
159
209
  "router_cost": {
160
210
  "tokens_estimate": 900,
161
- "baseline": "base_plus_one",
162
- "source_row": "docs/rfcs/chimera/packs/router_cost.md"
211
+ "baseline": "base_plus_one"
163
212
  },
164
213
  "forbidden_fields": [
165
214
  "pedagogy",
@@ -3,7 +3,6 @@
3
3
  "kind": "klickd_starter_skill_manifest",
4
4
  "non_normative": true,
5
5
  "claims_v41_ga": false,
6
- "spec_ref": "docs/rfcs/RFC-009-chimera-v4.1.md",
7
6
  "see_readme": "examples/v4/starter-skills/README.md",
8
7
  "generated_at": "2026-05-26T00:00:00Z",
9
8
  "hash_algo": "sha256",
@@ -13,33 +12,33 @@
13
12
  "id": "x.klickd/user",
14
13
  "file": "user.klickd",
15
14
  "pack_version": "0.1.0-starter",
16
- "bytes": 6020,
17
- "sha256_file": "19121af045f6dd3537aa9bd4372edfaed5097b8436f026a8e9c585abbac6c80a",
18
- "sha256_canonical_json": "09dfb1f9af44ac2e25d37ad87139388ea714f7b1d8ab79b5bc9ecf8f130cb1c6"
15
+ "bytes": 6294,
16
+ "sha256_file": "514e68223066e05a1b3af8f1d42c9d81c3e30f685259f7cf45c8aa2d50052036",
17
+ "sha256_canonical_json": "f61d52924d34acccf47cf4e8d5f7b6c9d791fad9f5a4f963e062c2230f11a4c9"
19
18
  },
20
19
  {
21
20
  "id": "x.klickd/student",
22
21
  "file": "student.klickd",
23
22
  "pack_version": "0.1.0-starter",
24
- "bytes": 6554,
25
- "sha256_file": "ffea74552ecedc9076d6468cb10214586632163f073a8c7975642e272464dba4",
26
- "sha256_canonical_json": "72c542ae92db5bf8ba76c8b5449eb99dfceb4ab6886c944414473ba8b99fcd0e"
23
+ "bytes": 6685,
24
+ "sha256_file": "26d4bed5172a67397af201ca6ff6d96b716ff994f359acf68e29e7fc4a0865ec",
25
+ "sha256_canonical_json": "1a1c783442bc3dccd8ad2fac8e72785d746016fd3a34d0976656efdf9dfda69a"
27
26
  },
28
27
  {
29
28
  "id": "x.klickd/research",
30
29
  "file": "research.klickd",
31
30
  "pack_version": "0.1.0-starter",
32
- "bytes": 6274,
33
- "sha256_file": "571bd07773caff23d08fe6857bbf696dd6e49f701aab750fa7b261345285ce63",
34
- "sha256_canonical_json": "f668a1069b9bf85cbe190052f029ac7430910ca2bf0caf2cf28035542b1e2d9c"
31
+ "bytes": 6488,
32
+ "sha256_file": "e0da88dbb5c1d0768ca7a05422c4831e0751462ce399c9109ac2a5de61fba2a9",
33
+ "sha256_canonical_json": "f6f7d613ce640421b1902cb93af750ff1c057971c7c05872b7643fe34ca74e16"
35
34
  },
36
35
  {
37
36
  "id": "x.klickd/coding",
38
37
  "file": "coding.klickd",
39
38
  "pack_version": "0.1.0-starter",
40
- "bytes": 6305,
41
- "sha256_file": "1aab06122d8b6c7ed45737aa3b6becad3ae33badb5ad893cc7788ad6dd1481f4",
42
- "sha256_canonical_json": "b1ae3d57998c69ec41ad2fe88fa2b1920e31ab64cab71c38a7661edc3b14c38c"
39
+ "bytes": 6465,
40
+ "sha256_file": "ae022d357ee9b3445afca761c76cf74e47f4ba85fb8ae9470a3ddf8e3cafa07b",
41
+ "sha256_canonical_json": "a872a0bf1abf829d87ca05b73f47dbb3f817aca4152688cf00d2dd0ea24f9a7e"
43
42
  }
44
43
  ]
45
44
  }
@@ -1,26 +1,24 @@
1
1
  {
2
2
  "klickd_version": "4.0",
3
- "preview": "4.0.0-chimera-starter.1",
4
3
  "payload_schema_version": "4.0.0-preview.1",
5
- "domain_schema_version": "chimera-starter-1.0",
4
+ "domain_schema_version": "v4-starter-1.0",
6
5
  "created_at": "2026-05-26T00:00:00Z",
7
6
  "encrypted": false,
8
7
  "domain": "research",
9
8
  "profile_kind": "researcher",
10
9
  "_pack_metadata": {
11
- "kind": "chimera_starter_pack",
10
+ "kind": "starter_skill_pack",
12
11
  "non_normative": true,
13
12
  "claims_v41_ga": false,
14
13
  "contains_real_pii": false,
15
14
  "contains_secrets": false,
16
15
  "see_readme": "examples/v4/starter-skills/README.md",
17
- "spec_ref": "docs/rfcs/RFC-009-chimera-v4.1.md",
18
- "note": "Real structured Chimera-aligned starter pack on the v4.0 envelope. Not a v4.1 GA pack."
16
+ "note": "Non-normative starter skill pack on the v4.0 envelope."
19
17
  },
20
18
  "x_klickd_pack": {
21
19
  "pack": "x.klickd/research",
22
20
  "pack_version": "0.1.0-starter",
23
- "spec_ref": "docs/rfcs/RFC-009-chimera-v4.1.md",
21
+ "spec_ref": "examples/v4/starter-skills/README.md",
24
22
  "publisher": {
25
23
  "name": "klickd",
26
24
  "ref": "https://klickd.app"
@@ -53,22 +51,62 @@
53
51
  ],
54
52
  "base_transversal_core": {
55
53
  "frameworks": [
56
- { "scheme": "esco", "version": "v1.1.1" },
57
- { "scheme": "digcomp", "version": "2.2" },
58
- { "scheme": "lifecomp", "version": "2020" },
59
- { "scheme": "eqf", "version": "2017" }
54
+ {
55
+ "scheme": "esco",
56
+ "version": "v1.1.1"
57
+ },
58
+ {
59
+ "scheme": "digcomp",
60
+ "version": "2.2"
61
+ },
62
+ {
63
+ "scheme": "lifecomp",
64
+ "version": "2020"
65
+ },
66
+ {
67
+ "scheme": "eqf",
68
+ "version": "2017"
69
+ }
60
70
  ],
61
71
  "transversal_refs": [
62
- { "competency_ref": "esco:S2", "scheme": "esco", "prefLabel": "information skills" },
63
- { "competency_ref": "digcomp:1.2", "scheme": "digcomp", "prefLabel": "Evaluating data, information and digital content" },
64
- { "competency_ref": "lifecomp:L2", "scheme": "lifecomp", "prefLabel": "Critical thinking" }
72
+ {
73
+ "competency_ref": "esco:S2",
74
+ "scheme": "esco",
75
+ "prefLabel": "information skills"
76
+ },
77
+ {
78
+ "competency_ref": "digcomp:1.2",
79
+ "scheme": "digcomp",
80
+ "prefLabel": "Evaluating data, information and digital content"
81
+ },
82
+ {
83
+ "competency_ref": "lifecomp:L2",
84
+ "scheme": "lifecomp",
85
+ "prefLabel": "Critical thinking"
86
+ }
65
87
  ]
66
88
  },
67
89
  "competencies": [
68
- { "competency_ref": "esco:S2", "scheme": "esco", "prefLabel": "information skills" },
69
- { "competency_ref": "digcomp:1.2", "scheme": "digcomp", "prefLabel": "Evaluating data, information and digital content" },
70
- { "competency_ref": "digcomp:1.3", "scheme": "digcomp", "prefLabel": "Managing data, information and digital content" },
71
- { "competency_ref": "lifecomp:L2", "scheme": "lifecomp", "prefLabel": "Critical thinking" }
90
+ {
91
+ "competency_ref": "esco:S2",
92
+ "scheme": "esco",
93
+ "prefLabel": "information skills"
94
+ },
95
+ {
96
+ "competency_ref": "digcomp:1.2",
97
+ "scheme": "digcomp",
98
+ "prefLabel": "Evaluating data, information and digital content"
99
+ },
100
+ {
101
+ "competency_ref": "digcomp:1.3",
102
+ "scheme": "digcomp",
103
+ "prefLabel": "Managing data, information and digital content"
104
+ },
105
+ {
106
+ "competency_ref": "lifecomp:L2",
107
+ "scheme": "lifecomp",
108
+ "prefLabel": "Critical thinking"
109
+ }
72
110
  ],
73
111
  "levels": [
74
112
  {
@@ -81,15 +119,27 @@
81
119
  "mastery": [],
82
120
  "claim_grounding": {
83
121
  "policy": "every_factual_claim_with_date_or_attribution_requires_source",
84
- "preferred_sources": ["peer_reviewed", "primary_source", "official_registry"],
85
- "fallback_sources": ["tool:web_search"],
86
- "forbidden_sources": ["unverified_social_media"],
122
+ "preferred_sources": [
123
+ "peer_reviewed",
124
+ "primary_source",
125
+ "official_registry"
126
+ ],
127
+ "fallback_sources": [
128
+ "tool:web_search"
129
+ ],
130
+ "forbidden_sources": [
131
+ "unverified_social_media"
132
+ ],
87
133
  "citation_shape_ref": "rfc-002#8b",
88
134
  "replication_expected_when": "quantitative_result_or_dated_event"
89
135
  },
90
136
  "verification_artifacts_policy": {
91
137
  "shape_ref": "rfc-003#verification_artifacts",
92
- "required_for": ["empirical_claim", "quantitative_result", "policy_recommendation"],
138
+ "required_for": [
139
+ "empirical_claim",
140
+ "quantitative_result",
141
+ "policy_recommendation"
142
+ ],
93
143
  "pointer_only": true
94
144
  },
95
145
  "gates": {
@@ -100,7 +150,11 @@
100
150
  },
101
151
  "human_veto_policy": {
102
152
  "owner": "human_carrier",
103
- "scope": ["publication", "claim_attribution", "data_release"]
153
+ "scope": [
154
+ "publication",
155
+ "claim_attribution",
156
+ "data_release"
157
+ ]
104
158
  }
105
159
  },
106
160
  "human_authority": {
@@ -120,9 +174,11 @@
120
174
  "attestation_shape_ref": "rfc-002#8b"
121
175
  },
122
176
  "source_policy": {
123
- "frameworks_offline_bundle": "docs/rfcs/chimera/frameworks/base_transversal_core.bundle.json",
124
177
  "allow_inline_definitions": false,
125
- "language_tags": ["en", "fr"]
178
+ "language_tags": [
179
+ "en",
180
+ "fr"
181
+ ]
126
182
  },
127
183
  "verification_gates": {
128
184
  "version": 1,
@@ -156,8 +212,7 @@
156
212
  },
157
213
  "router_cost": {
158
214
  "tokens_estimate": 800,
159
- "baseline": "base_plus_one",
160
- "source_row": "docs/rfcs/chimera/packs/router_cost.md"
215
+ "baseline": "base_plus_one"
161
216
  },
162
217
  "forbidden_fields": [
163
218
  "pedagogy",
@@ -1,26 +1,24 @@
1
1
  {
2
2
  "klickd_version": "4.0",
3
- "preview": "4.0.0-chimera-starter.1",
4
3
  "payload_schema_version": "4.0.0-preview.1",
5
- "domain_schema_version": "chimera-starter-1.0",
4
+ "domain_schema_version": "v4-starter-1.0",
6
5
  "created_at": "2026-05-26T00:00:00Z",
7
6
  "encrypted": false,
8
7
  "domain": "education",
9
8
  "profile_kind": "learner",
10
9
  "_pack_metadata": {
11
- "kind": "chimera_starter_pack",
10
+ "kind": "starter_skill_pack",
12
11
  "non_normative": true,
13
12
  "claims_v41_ga": false,
14
13
  "contains_real_pii": false,
15
14
  "contains_secrets": false,
16
15
  "see_readme": "examples/v4/starter-skills/README.md",
17
- "spec_ref": "docs/rfcs/RFC-009-chimera-v4.1.md",
18
- "note": "Real structured Chimera-aligned starter pack on the v4.0 envelope. Not a v4.1 GA pack."
16
+ "note": "Non-normative starter skill pack on the v4.0 envelope."
19
17
  },
20
18
  "x_klickd_pack": {
21
19
  "pack": "x.klickd/student",
22
20
  "pack_version": "0.1.0-starter",
23
- "spec_ref": "docs/rfcs/chimera/packs/student.md",
21
+ "spec_ref": "examples/v4/starter-skills/README.md",
24
22
  "publisher": {
25
23
  "name": "klickd",
26
24
  "ref": "https://klickd.app"
@@ -59,16 +57,44 @@
59
57
  ],
60
58
  "base_transversal_core": {
61
59
  "frameworks": [
62
- { "scheme": "esco", "version": "v1.1.1" },
63
- { "scheme": "digcomp", "version": "2.2" },
64
- { "scheme": "lifecomp", "version": "2020" },
65
- { "scheme": "eqf", "version": "2017" }
60
+ {
61
+ "scheme": "esco",
62
+ "version": "v1.1.1"
63
+ },
64
+ {
65
+ "scheme": "digcomp",
66
+ "version": "2.2"
67
+ },
68
+ {
69
+ "scheme": "lifecomp",
70
+ "version": "2020"
71
+ },
72
+ {
73
+ "scheme": "eqf",
74
+ "version": "2017"
75
+ }
66
76
  ],
67
77
  "transversal_refs": [
68
- { "competency_ref": "esco:S2", "scheme": "esco", "prefLabel": "information skills" },
69
- { "competency_ref": "digcomp:1.2", "scheme": "digcomp", "prefLabel": "Evaluating data, information and digital content" },
70
- { "competency_ref": "lifecomp:L2", "scheme": "lifecomp", "prefLabel": "Critical thinking" },
71
- { "competency_ref": "lifecomp:L3", "scheme": "lifecomp", "prefLabel": "Managing learning" }
78
+ {
79
+ "competency_ref": "esco:S2",
80
+ "scheme": "esco",
81
+ "prefLabel": "information skills"
82
+ },
83
+ {
84
+ "competency_ref": "digcomp:1.2",
85
+ "scheme": "digcomp",
86
+ "prefLabel": "Evaluating data, information and digital content"
87
+ },
88
+ {
89
+ "competency_ref": "lifecomp:L2",
90
+ "scheme": "lifecomp",
91
+ "prefLabel": "Critical thinking"
92
+ },
93
+ {
94
+ "competency_ref": "lifecomp:L3",
95
+ "scheme": "lifecomp",
96
+ "prefLabel": "Managing learning"
97
+ }
72
98
  ]
73
99
  },
74
100
  "identity": {
@@ -78,10 +104,26 @@
78
104
  "enrolment_period": null
79
105
  },
80
106
  "competencies": [
81
- { "competency_ref": "esco:S2", "scheme": "esco", "prefLabel": "information skills" },
82
- { "competency_ref": "digcomp:1.2", "scheme": "digcomp", "prefLabel": "Evaluating data, information and digital content" },
83
- { "competency_ref": "digcomp:3.1", "scheme": "digcomp", "prefLabel": "Developing digital content" },
84
- { "competency_ref": "lifecomp:L3", "scheme": "lifecomp", "prefLabel": "Managing learning" }
107
+ {
108
+ "competency_ref": "esco:S2",
109
+ "scheme": "esco",
110
+ "prefLabel": "information skills"
111
+ },
112
+ {
113
+ "competency_ref": "digcomp:1.2",
114
+ "scheme": "digcomp",
115
+ "prefLabel": "Evaluating data, information and digital content"
116
+ },
117
+ {
118
+ "competency_ref": "digcomp:3.1",
119
+ "scheme": "digcomp",
120
+ "prefLabel": "Developing digital content"
121
+ },
122
+ {
123
+ "competency_ref": "lifecomp:L3",
124
+ "scheme": "lifecomp",
125
+ "prefLabel": "Managing learning"
126
+ }
85
127
  ],
86
128
  "levels": [
87
129
  {
@@ -124,7 +166,11 @@
124
166
  },
125
167
  "human_veto_policy": {
126
168
  "owner": "human_carrier",
127
- "scope": ["mastery_writes", "exam_target_changes", "accommodations_changes"]
169
+ "scope": [
170
+ "mastery_writes",
171
+ "exam_target_changes",
172
+ "accommodations_changes"
173
+ ]
128
174
  }
129
175
  },
130
176
  "human_authority": {
@@ -144,9 +190,11 @@
144
190
  "attestation_shape_ref": "rfc-002#8b"
145
191
  },
146
192
  "source_policy": {
147
- "frameworks_offline_bundle": "docs/rfcs/chimera/frameworks/x.klickd.student.bundle.json",
148
193
  "allow_inline_definitions": false,
149
- "language_tags": ["en", "fr"]
194
+ "language_tags": [
195
+ "en",
196
+ "fr"
197
+ ]
150
198
  },
151
199
  "verification_gates": {
152
200
  "version": 1,
@@ -174,8 +222,7 @@
174
222
  },
175
223
  "router_cost": {
176
224
  "tokens_estimate": 850,
177
- "baseline": "base_plus_one",
178
- "source_row": "docs/rfcs/chimera/packs/router_cost.md#32-xklickdstudent-derivation"
225
+ "baseline": "base_plus_one"
179
226
  },
180
227
  "forbidden_fields": [
181
228
  "pedagogy",