@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/README.md +3 -3
- package/dist/index.cjs +711 -10
- package/dist/index.js +712 -11
- package/package.json +3 -2
- package/starter-skills/README.md +10 -10
- package/starter-skills/coding.klickd +72 -23
- package/starter-skills/manifest.json +12 -13
- package/starter-skills/research.klickd +81 -26
- package/starter-skills/student.klickd +70 -23
- package/starter-skills/user.klickd +90 -27
- package/dist/klickd-payload-v4-preview.schema-W7RY72VP.json +0 -98
- package/dist/klickd-payload-v4.schema-7UPTEJOY.json +0 -354
- package/dist/klickd-v4-preview.schema-QHITWMK6.json +0 -95
- package/dist/klickd-v4.schema-ZZGRYTLY.json +0 -129
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ Four real, structured, downloadable starter `.klickd` skills ship under [`exampl
|
|
|
119
119
|
- [`research.klickd`](https://github.com/Davincc77/klickdskill/blob/main/examples/v4/starter-skills/research.klickd) — `x.klickd/research` (research / evidence discipline)
|
|
120
120
|
- [`coding.klickd`](https://github.com/Davincc77/klickdskill/blob/main/examples/v4/starter-skills/coding.klickd) — `x.klickd/coding` (software engineering)
|
|
121
121
|
|
|
122
|
-
Each skill carries `base_transversal_core`, framework-anchored `competencies[]` (ESCO / DigComp / LifeComp / EQF / CEFR / SFIA), `levels[]`, `mastery[]` (pointer-only), `source_policy`, `evidence_policy`, `verification_gates`, `human_authority`, and a `structured_memory` slice scoped to `memory.x_klickd.<pack>`. They are **non-normative
|
|
122
|
+
Each skill carries `base_transversal_core`, framework-anchored `competencies[]` (ESCO / DigComp / LifeComp / EQF / CEFR / SFIA), `levels[]`, `mastery[]` (pointer-only), `source_policy`, `evidence_policy`, `verification_gates`, `human_authority`, and a `structured_memory` slice scoped to `memory.x_klickd.<pack>`. They are **non-normative** and trigger **no release**. SHA-256 manifest in [`manifest.json`](https://github.com/Davincc77/klickdskill/blob/main/examples/v4/starter-skills/manifest.json); offline verifier `scripts/verify_starter_skills.py`.
|
|
123
123
|
|
|
124
124
|
#### Bundled in `@klickd/core` 4.0.1
|
|
125
125
|
|
|
@@ -127,8 +127,8 @@ Starting with **`@klickd/core` 4.0.1** (a packaging-only patch — the stable
|
|
|
127
127
|
spec release remains **v4.0.0**), these four starter `.klickd` skills are
|
|
128
128
|
shipped inside the npm tarball under `starter-skills/` and exposed through a
|
|
129
129
|
small helper API. The on-the-wire `.klickd` format, the bundled JSON schemas,
|
|
130
|
-
and the spec are unchanged from v4.0.0. This patch
|
|
131
|
-
|
|
130
|
+
and the spec are unchanged from v4.0.0. This patch ships only the starter
|
|
131
|
+
skill packaging fix; no new schema material is introduced.
|
|
132
132
|
|
|
133
133
|
```typescript
|
|
134
134
|
import {
|