Skip to content

Commit 6652907

Browse files
Version Packages (#44)
1 parent e9f1b09 commit 6652907

3 files changed

Lines changed: 22 additions & 21 deletions

File tree

.changeset/huge-phones-travel.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- e9f1b09: ### `devw add` — interactive registry flow
8+
9+
- `devw add` without arguments opens an interactive flow: browse categories, multi-select rules, confirm, and install in one session
10+
- `devw add <category>/<rule>` installs a rule directly from the GitHub registry
11+
- `devw add --list` shows all available rules from the registry
12+
- Old block format (`devw add typescript-strict`) is detected and shows a migration error
13+
14+
### `devw remove` — pulled rules
15+
16+
- `devw remove <category>/<rule>` removes a pulled rule and updates config
17+
- `devw remove` without arguments opens an interactive multi-select of installed rules
18+
19+
### Removed
20+
21+
- `devw pull` command (absorbed into `devw add`)
22+
- Local blocks system (`blocks/registry`, `blocks/installer`)
23+
324
## 0.3.0
425

526
### 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.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "CLI that compiles developer rules into editor-specific config files",
66
"license": "MIT",

0 commit comments

Comments
 (0)