@klickd/core 4.0.0 → 4.0.2

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.
@@ -0,0 +1,240 @@
1
+ {
2
+ "klickd_version": "4.0",
3
+ "payload_schema_version": "4.0.0-preview.1",
4
+ "domain_schema_version": "v4-starter-1.0",
5
+ "created_at": "2026-05-26T00:00:00Z",
6
+ "encrypted": false,
7
+ "domain": "education",
8
+ "profile_kind": "learner",
9
+ "_pack_metadata": {
10
+ "kind": "starter_skill_pack",
11
+ "non_normative": true,
12
+ "claims_v41_ga": false,
13
+ "contains_real_pii": false,
14
+ "contains_secrets": false,
15
+ "see_readme": "examples/v4/starter-skills/README.md",
16
+ "note": "Non-normative starter skill pack on the v4.0 envelope."
17
+ },
18
+ "x_klickd_pack": {
19
+ "pack": "x.klickd/student",
20
+ "pack_version": "0.1.0-starter",
21
+ "spec_ref": "examples/v4/starter-skills/README.md",
22
+ "publisher": {
23
+ "name": "klickd",
24
+ "ref": "https://klickd.app"
25
+ },
26
+ "frameworks": [
27
+ {
28
+ "scheme": "esco",
29
+ "version": "v1.1.1",
30
+ "iri_prefix": "http://data.europa.eu/esco/skill/",
31
+ "canonical_url": "https://esco.ec.europa.eu/en/classification/skill_main"
32
+ },
33
+ {
34
+ "scheme": "digcomp",
35
+ "version": "2.2",
36
+ "iri_prefix": "https://joint-research-centre.ec.europa.eu/digcomp/2.2/",
37
+ "canonical_url": "https://joint-research-centre.ec.europa.eu/digcomp_en"
38
+ },
39
+ {
40
+ "scheme": "lifecomp",
41
+ "version": "2020",
42
+ "iri_prefix": "https://joint-research-centre.ec.europa.eu/lifecomp/2020/",
43
+ "canonical_url": "https://joint-research-centre.ec.europa.eu/lifecomp_en"
44
+ },
45
+ {
46
+ "scheme": "eqf",
47
+ "version": "2017",
48
+ "iri_prefix": "https://europa.eu/europass/eqf/",
49
+ "canonical_url": "https://europa.eu/europass/en/europass-tools/european-qualifications-framework"
50
+ },
51
+ {
52
+ "scheme": "cefr",
53
+ "version": "2020",
54
+ "iri_prefix": "https://www.coe.int/cefr/",
55
+ "canonical_url": "https://www.coe.int/en/web/common-european-framework-reference-languages"
56
+ }
57
+ ],
58
+ "base_transversal_core": {
59
+ "frameworks": [
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
+ }
76
+ ],
77
+ "transversal_refs": [
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
+ }
98
+ ]
99
+ },
100
+ "identity": {
101
+ "pack_role": "student",
102
+ "display_name": null,
103
+ "school_or_institution_ref": null,
104
+ "enrolment_period": null
105
+ },
106
+ "competencies": [
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
+ }
127
+ ],
128
+ "levels": [
129
+ {
130
+ "framework_ref": "https://europa.eu/europass/eqf/level/4",
131
+ "level_label": "EQF level 4",
132
+ "effective_at": "2026-05-26"
133
+ }
134
+ ],
135
+ "language_proficiency": [],
136
+ "curriculum_refs": [],
137
+ "subjects": [
138
+ {
139
+ "subject_ref": "http://data.europa.eu/esco/isced-f/0541",
140
+ "prefLabel": "Mathematics",
141
+ "started_at": null,
142
+ "current_chapter_ref": null,
143
+ "coursework_pointer": null
144
+ }
145
+ ],
146
+ "mastery": [],
147
+ "preferences": {
148
+ "preferred_languages": [],
149
+ "pace_preference": null,
150
+ "modality_preference": [],
151
+ "feedback_cadence_preference": null,
152
+ "time_budget_per_week_minutes": null
153
+ },
154
+ "accessibility": {
155
+ "needs": [],
156
+ "accommodations": [],
157
+ "consent_to_disclose_to_agent": false
158
+ },
159
+ "exam_targets": [],
160
+ "history": [],
161
+ "gates": {
162
+ "verification_gates_default": {
163
+ "raise_only": true,
164
+ "claim_grounding_required": true,
165
+ "reversibility_threshold": "medium"
166
+ },
167
+ "human_veto_policy": {
168
+ "owner": "human_carrier",
169
+ "scope": [
170
+ "mastery_writes",
171
+ "exam_target_changes",
172
+ "accommodations_changes"
173
+ ]
174
+ }
175
+ },
176
+ "human_authority": {
177
+ "final_decision_owner": "human_carrier",
178
+ "agent_role": "advisory",
179
+ "escalation": "guardian_then_school"
180
+ },
181
+ "memory_scope": "memory.x_klickd.student",
182
+ "structured_memory": {
183
+ "scope": "memory.x_klickd.student",
184
+ "policy": "pack_scoped_only",
185
+ "entries": []
186
+ },
187
+ "evidence_policy": {
188
+ "required_for_claims": true,
189
+ "pointer_only": true,
190
+ "attestation_shape_ref": "rfc-002#8b"
191
+ },
192
+ "source_policy": {
193
+ "allow_inline_definitions": false,
194
+ "language_tags": [
195
+ "en",
196
+ "fr"
197
+ ]
198
+ },
199
+ "verification_gates": {
200
+ "version": 1,
201
+ "user_default": "silent",
202
+ "gates": [
203
+ {
204
+ "id": "exam-claim",
205
+ "action_class": "factual_claim_with_date",
206
+ "level": "confirm",
207
+ "reason": "Exam dates and curriculum claims require grounding before assertion."
208
+ },
209
+ {
210
+ "id": "mastery-write",
211
+ "action_class": "carrier_state_write",
212
+ "level": "confirm",
213
+ "reason": "Writing to mastery[] changes carrier-recorded competence and requires explicit consent."
214
+ },
215
+ {
216
+ "id": "public-post",
217
+ "action_class": "public_post",
218
+ "level": "block",
219
+ "reason": "No public posting from a learner pack; minor-safe default."
220
+ }
221
+ ]
222
+ },
223
+ "router_cost": {
224
+ "tokens_estimate": 850,
225
+ "baseline": "base_plus_one"
226
+ },
227
+ "forbidden_fields": [
228
+ "pedagogy",
229
+ "teaching_method",
230
+ "socratic_steps",
231
+ "prompt_strategy",
232
+ "scoring_rubric",
233
+ "intervention_policy",
234
+ "tone_rules",
235
+ "system_prompt_overrides",
236
+ "knowledge.mastered",
237
+ "mastered_topics"
238
+ ]
239
+ }
240
+ }
@@ -0,0 +1,224 @@
1
+ {
2
+ "klickd_version": "4.0",
3
+ "payload_schema_version": "4.0.0-preview.1",
4
+ "domain_schema_version": "v4-starter-1.0",
5
+ "created_at": "2026-05-26T00:00:00Z",
6
+ "encrypted": false,
7
+ "domain": "transversal",
8
+ "profile_kind": "carrier_base",
9
+ "_pack_metadata": {
10
+ "kind": "starter_skill_pack",
11
+ "non_normative": true,
12
+ "claims_v41_ga": false,
13
+ "contains_real_pii": false,
14
+ "contains_secrets": false,
15
+ "see_readme": "examples/v4/starter-skills/README.md",
16
+ "note": "Non-normative starter skill pack on the v4.0 envelope."
17
+ },
18
+ "x_klickd_pack": {
19
+ "pack": "x.klickd/user",
20
+ "pack_version": "0.1.0-starter",
21
+ "spec_ref": "examples/v4/starter-skills/README.md",
22
+ "publisher": {
23
+ "name": "klickd",
24
+ "ref": "https://klickd.app"
25
+ },
26
+ "frameworks": [
27
+ {
28
+ "scheme": "esco",
29
+ "version": "v1.1.1",
30
+ "iri_prefix": "http://data.europa.eu/esco/skill/",
31
+ "canonical_url": "https://esco.ec.europa.eu/en/classification/skill_main"
32
+ },
33
+ {
34
+ "scheme": "digcomp",
35
+ "version": "2.2",
36
+ "iri_prefix": "https://joint-research-centre.ec.europa.eu/digcomp/2.2/",
37
+ "canonical_url": "https://joint-research-centre.ec.europa.eu/digcomp_en"
38
+ },
39
+ {
40
+ "scheme": "lifecomp",
41
+ "version": "2020",
42
+ "iri_prefix": "https://joint-research-centre.ec.europa.eu/lifecomp/2020/",
43
+ "canonical_url": "https://joint-research-centre.ec.europa.eu/lifecomp_en"
44
+ },
45
+ {
46
+ "scheme": "eqf",
47
+ "version": "2017",
48
+ "iri_prefix": "https://europa.eu/europass/eqf/",
49
+ "canonical_url": "https://europa.eu/europass/en/europass-tools/european-qualifications-framework"
50
+ }
51
+ ],
52
+ "base_transversal_core": {
53
+ "frameworks": [
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
+ }
70
+ ],
71
+ "transversal_refs": [
72
+ {
73
+ "competency_ref": "esco:S1",
74
+ "scheme": "esco",
75
+ "prefLabel": "communication, collaboration and creativity"
76
+ },
77
+ {
78
+ "competency_ref": "esco:S2",
79
+ "scheme": "esco",
80
+ "prefLabel": "information skills"
81
+ },
82
+ {
83
+ "competency_ref": "esco:S5",
84
+ "scheme": "esco",
85
+ "prefLabel": "working with computers"
86
+ },
87
+ {
88
+ "competency_ref": "digcomp:1.1",
89
+ "scheme": "digcomp",
90
+ "prefLabel": "Browsing, searching, filtering data, information and digital content"
91
+ },
92
+ {
93
+ "competency_ref": "digcomp:1.2",
94
+ "scheme": "digcomp",
95
+ "prefLabel": "Evaluating data, information and digital content"
96
+ },
97
+ {
98
+ "competency_ref": "lifecomp:L2",
99
+ "scheme": "lifecomp",
100
+ "prefLabel": "Critical thinking"
101
+ },
102
+ {
103
+ "competency_ref": "lifecomp:L3",
104
+ "scheme": "lifecomp",
105
+ "prefLabel": "Managing learning"
106
+ }
107
+ ]
108
+ },
109
+ "competencies": [
110
+ {
111
+ "competency_ref": "esco:S1",
112
+ "scheme": "esco",
113
+ "prefLabel": "communication, collaboration and creativity"
114
+ },
115
+ {
116
+ "competency_ref": "esco:S2",
117
+ "scheme": "esco",
118
+ "prefLabel": "information skills"
119
+ },
120
+ {
121
+ "competency_ref": "esco:S5",
122
+ "scheme": "esco",
123
+ "prefLabel": "working with computers"
124
+ },
125
+ {
126
+ "competency_ref": "digcomp:1.1",
127
+ "scheme": "digcomp",
128
+ "prefLabel": "Browsing, searching, filtering data, information and digital content"
129
+ },
130
+ {
131
+ "competency_ref": "digcomp:1.2",
132
+ "scheme": "digcomp",
133
+ "prefLabel": "Evaluating data, information and digital content"
134
+ }
135
+ ],
136
+ "levels": [
137
+ {
138
+ "framework_ref": "https://europa.eu/europass/eqf/level/4",
139
+ "level_label": "EQF level 4",
140
+ "effective_at": "2026-05-26"
141
+ }
142
+ ],
143
+ "language_proficiency": [],
144
+ "mastery": [],
145
+ "gates": {
146
+ "verification_gates_default": {
147
+ "raise_only": true,
148
+ "claim_grounding_required": true,
149
+ "reversibility_threshold": "medium"
150
+ },
151
+ "human_veto_policy": {
152
+ "owner": "human_carrier",
153
+ "scope": [
154
+ "public_post",
155
+ "identity_assertion",
156
+ "irreversible_action"
157
+ ]
158
+ }
159
+ },
160
+ "human_authority": {
161
+ "final_decision_owner": "human_carrier",
162
+ "agent_role": "advisory",
163
+ "escalation": "human_carrier_only"
164
+ },
165
+ "memory_scope": "memory.x_klickd.user",
166
+ "structured_memory": {
167
+ "scope": "memory.x_klickd.user",
168
+ "policy": "pack_scoped_only",
169
+ "entries": []
170
+ },
171
+ "evidence_policy": {
172
+ "required_for_claims": true,
173
+ "pointer_only": true,
174
+ "attestation_shape_ref": "rfc-002#8b"
175
+ },
176
+ "source_policy": {
177
+ "allow_inline_definitions": false,
178
+ "language_tags": [
179
+ "en",
180
+ "fr"
181
+ ]
182
+ },
183
+ "verification_gates": {
184
+ "version": 1,
185
+ "user_default": "silent",
186
+ "gates": [
187
+ {
188
+ "id": "factual-claim",
189
+ "action_class": "factual_claim_with_date",
190
+ "level": "confirm",
191
+ "reason": "Claims with dates require grounding (RFC-002 §8b)."
192
+ },
193
+ {
194
+ "id": "public-post",
195
+ "action_class": "public_post",
196
+ "level": "confirm",
197
+ "reason": "Public posting requires explicit human authorisation."
198
+ },
199
+ {
200
+ "id": "irreversible-action",
201
+ "action_class": "irreversible_action",
202
+ "level": "block",
203
+ "reason": "Irreversible actions blocked at base level; pack may raise but not lower."
204
+ }
205
+ ]
206
+ },
207
+ "router_cost": {
208
+ "tokens_estimate": 600,
209
+ "baseline": "base_plus_one"
210
+ },
211
+ "forbidden_fields": [
212
+ "pedagogy",
213
+ "teaching_method",
214
+ "socratic_steps",
215
+ "prompt_strategy",
216
+ "scoring_rubric",
217
+ "intervention_policy",
218
+ "tone_rules",
219
+ "system_prompt_overrides",
220
+ "knowledge.mastered",
221
+ "mastered_topics"
222
+ ]
223
+ }
224
+ }
@@ -1,98 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://klickd.app/schemas/v4-preview/klickd-payload.schema.json",
4
- "title": "klickd Payload v4 Preview (PERMISSIVE, NON-NORMATIVE)",
5
- "description": "PREVIEW schema for the .klickd v4 inner payload, targeting v4.0.0-preview.1. This schema is INTENTIONALLY PERMISSIVE: it accepts and preserves draft v4 structures (media_profile, verification_gates, human_veto_policy, claim_sources, verification_artifacts, migration, context_cost, profile_kind) without performing strict validation. additionalProperties is true at every level so that unknown fields round-trip verbatim. This schema MUST NOT be used to reject a file that is otherwise a valid v3.5.1 file. The normative schemas remain klickd-envelope-v3.schema.json and klickd-payload-v3.schema.json. See SPEC.md §33 and docs/rfcs/ for the design source.",
6
- "type": "object",
7
- "additionalProperties": true,
8
- "properties": {
9
- "preview": {
10
- "type": "string",
11
- "description": "Marks a file as belonging to a specific preview iteration. Recommended value for files written against this schema: 'v4.0.0-preview.1'. Absent in v3.x files."
12
- },
13
- "payload_schema_version": {
14
- "type": "string",
15
- "description": "Payload schema version. PERMISSIVE in this preview: any string is accepted. A future strict v4 schema MAY pin this to a concrete value."
16
- },
17
- "domain_schema_version": {
18
- "type": "string",
19
- "description": "Domain-specific schema version (e.g. 'education-1.2'). PERMISSIVE in this preview."
20
- },
21
- "profile_kind": {
22
- "type": "string",
23
- "description": "Top-level discriminator for the profile shape. Common values: 'learner', 'agent', 'team', 'robot'. v3.x is implicitly 'learner'; the preview makes this explicit and extensible. Custom strings are permitted."
24
- },
25
- "media_profile": {
26
- "description": "RFC-001: portable, hash-referenced media context. Bytes live outside the .klickd file by default; the payload carries metadata, hashes, and (optionally) inline base64 below a documented threshold. PERMISSIVE: structure is not enforced here.",
27
- "type": ["object", "array", "null"],
28
- "additionalProperties": true
29
- },
30
- "verification_gates": {
31
- "description": "RFC-002 v1: user's preferred friction profile, mapping action class to gate level (silent / warn / confirm / block / require-owner). PERMISSIVE: not enforced here.",
32
- "type": ["object", "array", "null"],
33
- "additionalProperties": true
34
- },
35
- "human_veto_policy": {
36
- "description": "RFC-002 v1: standing rules about when a human MUST be in the loop, regardless of agent confidence. Overrides any lower gate. PERMISSIVE: not enforced here.",
37
- "type": ["object", "null"],
38
- "additionalProperties": true
39
- },
40
- "claim_sources": {
41
- "description": "RFC-002 v1 + v2-additive: declarative preferences for where to ground factual claims, and records of what was actually used. PERMISSIVE: not enforced here.",
42
- "type": ["object", "null"],
43
- "additionalProperties": true
44
- },
45
- "verification_artifacts": {
46
- "description": "RFC-002 §8b.8: pointer ledger of outputs already produced by expensive verification commands (test suites, builds, web fetches, DOI resolutions). MUST be a pointer ledger, not a payload sink. PERMISSIVE: structure is not enforced here.",
47
- "type": ["array", "null"]
48
- },
49
- "error_journal": {
50
- "description": "RFC-002 v1: append-only lessons learned that should influence future gate evaluation. PERMISSIVE: not enforced here.",
51
- "type": ["array", "null"]
52
- },
53
- "risk_thresholds": {
54
- "description": "RFC-002 v1: numeric / categorical knobs (e.g. public_reach, financial_amount_eur_max_silent). PERMISSIVE.",
55
- "type": ["object", "null"],
56
- "additionalProperties": true
57
- },
58
- "preflight_checks": {
59
- "description": "RFC-002 v1: small, named checks an agent SHOULD run before acting on certain classes. PERMISSIVE.",
60
- "type": ["array", "null"]
61
- },
62
- "contract_tests": {
63
- "description": "RFC-002 v2-additive: machine-checkable contract tests bound to action classes. PERMISSIVE.",
64
- "type": ["array", "null"]
65
- },
66
- "success_criteria": {
67
- "description": "RFC-002 v2-additive: declarative success criteria per action class. PERMISSIVE.",
68
- "type": ["object", "array", "null"],
69
- "additionalProperties": true
70
- },
71
- "reversibility": {
72
- "description": "RFC-002 v2-additive: declared reversibility for action classes. PERMISSIVE.",
73
- "type": ["object", "null"],
74
- "additionalProperties": true
75
- },
76
- "blast_radius": {
77
- "description": "RFC-002 v2-additive: declared blast radius for action classes. PERMISSIVE.",
78
- "type": ["object", "null"],
79
- "additionalProperties": true
80
- },
81
- "migration": {
82
- "description": "RFC-004: optional migration metadata block. Audit-only in this preview — no migration tooling ships with v4.0.0-preview.1. PERMISSIVE.",
83
- "type": ["object", "null"],
84
- "additionalProperties": true,
85
- "properties": {
86
- "source_version": {"type": "string"},
87
- "migrated_at": {"type": "string"},
88
- "migration_report_ref": {"type": "string"},
89
- "backup_ref": {"type": "string"}
90
- }
91
- },
92
- "context_cost": {
93
- "description": "Research/benchmark track (benchmarks/context_cost/RFC.md): optional fields recording measured 'repeated context waste' for this profile. No normative semantics depend on this field. PERMISSIVE.",
94
- "type": ["object", "null"],
95
- "additionalProperties": true
96
- }
97
- }
98
- }