Skip to content

Commit 9935346

Browse files
committed
chore: bump version to 4.9.0 - comprehensive documentation
1 parent da61434 commit 9935346

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,57 @@ 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.9.0] - 2024-11-24
151+
152+
### Added
153+
- **Comprehensive README Rewrite**: Complete documentation overhaul (554 → 1,219 lines)
154+
- Detailed command reference for all 8 commands
155+
- Complete agent documentation
156+
- Best practices (8 DOs + 8 DON'Ts with examples)
157+
- 3 real-world usage examples
158+
- Enhanced troubleshooting guide
159+
- Table of contents for easy navigation
160+
- Clear value proposition and "Why Droidz?" section
161+
162+
### Changed
163+
- **orchestrate-tasks**: Made platform-agnostic
164+
- Changed "Claude Code subagent" → "specialist"
165+
- Changed YAML key `claude_code_subagent``assigned_specialist`
166+
- Now works correctly across all platforms (Factory, Claude, Cursor, etc.)
167+
168+
### Documentation Details
169+
170+
**Commands Now Documented**:
171+
- /standards-shaper (marked as starting point)
172+
- /plan-product
173+
- /shape-spec
174+
- /write-spec
175+
- /create-tasks
176+
- /orchestrate-tasks
177+
- /implement-tasks
178+
- /improve-skills
179+
180+
**Each Command Includes**:
181+
- Purpose and when to use
182+
- What it does (step-by-step)
183+
- Output files created
184+
- Real conversation examples
185+
186+
**All 8 Agents Documented**:
187+
- product-planner
188+
- spec-shaper
189+
- spec-writer
190+
- spec-verifier
191+
- spec-initializer
192+
- tasks-list-creator
193+
- implementer
194+
- implementation-verifier
195+
196+
**Examples Added**:
197+
1. Building real-time notifications feature (complete walkthrough)
198+
2. Onboarding new team member (day 1 productivity)
199+
3. Creating standards mid-project (existing codebase)
200+
150201
## [4.8.1] - 2024-11-24
151202

152203
### Fixed

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.8.1"
34+
VERSION="4.9.0"
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)