@kondeio/kdf 0.1.1 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to KDF are documented here. Format loosely follows
4
4
  [Keep a Changelog](https://keepachangelog.com); versions follow semver.
5
5
 
6
+ ## [0.1.2] - 2026-06-22
7
+
8
+ ### Changed
9
+ - Renamed package documentation files to shorter names:
10
+ `docs/doc.md` and `docs/skill.md`.
11
+ - Updated README and package references to the new documentation filenames.
12
+
6
13
  ## [0.1.1] - 2026-06-22
7
14
 
8
15
  ### Changed
@@ -29,7 +36,7 @@ Initial public release candidate.
29
36
  - `dedupeClasses()`, `composeClasses()`, `cx()`, and
30
37
  `createClassComposer({ merge })`.
31
38
  - Documented the **server-only** constraint (resolver uses Node `fs`) across
32
- README, `docs/kdf-doc.md`, and `docs/kdf-skill.md`, with the
39
+ README, `docs/doc.md`, and `docs/skill.md`, with the
33
40
  resolve-on-server / pass-className-as-prop pattern.
34
41
  - `CONTRIBUTING.md`, `SECURITY.md`, `CHANGELOG.md`.
35
42
 
package/README.md CHANGED
@@ -349,8 +349,8 @@ export default withKDF({ dir: "./my-design" })(nextConfig);
349
349
 
350
350
  ## Documentation and Skills
351
351
 
352
- - [`docs/kdf-doc.md`](./docs/kdf-doc.md) - KDF concept, architecture, conventions, and operating model.
353
- - [`docs/kdf-skill.md`](./docs/kdf-skill.md) - agent-facing implementation and review checklist.
352
+ - [`docs/doc.md`](./docs/doc.md) - KDF concept, architecture, conventions, and operating model.
353
+ - [`docs/skill.md`](./docs/skill.md) - agent-facing implementation and review checklist.
354
354
 
355
355
  ## Contributing
356
356
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kondeio/kdf",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Agent-first design consistency for Node-powered web apps. KDF gives AI agents a JSON source of truth for consistent UI.",
5
5
  "license": "MIT",
6
6
  "type": "module",
File without changes
File without changes