Skip to content

Commit 044588d

Browse files
Version Packages (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5056547 commit 044588d

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

.changeset/add-asset-system.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# dev-workflows
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 5056547: Add asset system for commands, templates, hooks, and presets
8+
9+
- **Commands**: `devw add command/spec` downloads slash commands that deploy to `.claude/commands/`
10+
- **Templates**: `devw add template/feature-spec` installs spec templates to `docs/specs/`
11+
- **Hooks**: `devw add hook/auto-format` merges editor hooks into `.claude/settings.local.json`
12+
- **Presets**: `devw add preset/spec-driven` installs a full workflow bundle (rules + commands + templates + hooks)
13+
- **Init with preset**: `devw init --preset spec-driven` scaffolds a project with a complete workflow
14+
- **Asset-aware commands**: `list`, `remove`, `doctor`, `watch`, and `compile` all support the new asset types
15+
- **Content**: 4 slash commands (spec, plan, build, learn), 1 template (feature-spec), 1 hook (auto-format), 1 preset (spec-driven), 1 rule (workflow/spec-driven)
16+
317
## 0.4.0
418

519
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev-workflows",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"type": "module",
55
"description": "CLI that compiles developer rules into editor-specific config files",
66
"license": "MIT",

0 commit comments

Comments
 (0)