@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 +8 -1
- package/README.md +2 -2
- package/package.json +1 -1
- /package/docs/{kdf-doc.md → doc.md} +0 -0
- /package/docs/{kdf-skill.md → skill.md} +0 -0
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/
|
|
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/
|
|
353
|
-
- [`docs/
|
|
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
|
File without changes
|
|
File without changes
|