Skip to content

Commit afde603

Browse files
committed
chore: bump version to 4.4.1 - improve-skills directory fix
1 parent 837df70 commit afde603

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,20 @@ Without this, Factory CLI ignores the skill file completely.
147147
- `claude/default/skills/*/SKILL.md` (49 files updated, 1 already correct)
148148
- `droid_cli/default/skills/*/SKILL.md` (49 files updated, 1 already correct)
149149

150+
## [4.4.1] - 2024-11-24
151+
152+
### Fixed
153+
- **CRITICAL**: `/improve-skills` command in Factory Droid CLI now checks correct directory
154+
- Was checking `.claude/skills/` (wrong)
155+
- Now checks `.factory/skills/` (correct)
156+
- Updated all user-facing messages to be platform-neutral
157+
- Claude Code version unchanged (already correct)
158+
159+
### Impact
160+
- ✅ Factory Droid CLI users can now use `/improve-skills`
161+
- ✅ Command works correctly in both platforms
162+
- ✅ Each platform checks its own skills directory
163+
150164
## [4.4.0] - 2024-11-24
151165

152166
### Added

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ safe_read() {
3131
fi
3232
}
3333

34-
VERSION="4.4.0"
34+
VERSION="4.4.1"
3535
REPO_URL="https://github.com/korallis/Droidz"
3636
BRANCH="${DROIDZ_BRANCH:-main}"
3737
GITHUB_RAW="https://raw.githubusercontent.com/korallis/Droidz/${BRANCH}"

0 commit comments

Comments
 (0)