kerfjs 5.0.0-beta.22 → 5.0.0-beta.23
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 +3 -0
- package/ai/manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
- Fixed `kerf-ui-doctor` and `kerf-ui-analyze` recursive discovery so nested
|
|
10
|
+
`.claude/worktrees` checkouts are excluded from source diagnostics, doctor
|
|
11
|
+
cache inputs, TypeScript, and ESLint.
|
|
9
12
|
- Added `npx kerfjs setup` and the `kerfjs/setup` automation API for safe,
|
|
10
13
|
AI-first initialization and migration of core and UI projects. The command
|
|
11
14
|
provides bounded dry-run diffs, explicit per-conflict keep/Kerf choices,
|
package/ai/manifest.json
CHANGED
package/package.json
CHANGED