File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# dev-workflows
22
3+ ## 0.3.0
4+
5+ ### Minor Changes
6+
7+ - 050eaae: ### CLI
8+
9+ - Add ` devw watch ` command — watches ` .dwf/ ` for YAML changes and recompiles automatically
10+ - Extract ` executePipeline ` from compile with structured return types (` BridgeResult ` , ` CompileResult ` )
11+ - Add ` reload ` icon to shared ` ICONS ` in ` utils/ui.ts `
12+ - Add chokidar v3 dependency for filesystem watching
13+
14+ ### Documentation
15+
16+ - Add ` devw watch ` to README commands table
17+ - Add ` docs/commands/watch.mdx ` for Mintlify docs site
18+ - Register watch page in ` docs.json ` navigation
19+
20+ ### Landing
21+
22+ - Add watch tab to terminal demo section
23+ - Add global ` *:focus-visible ` with ` var(--accent) ` for consistent focus styling
24+ - Fix active tab border to use ` var(--accent) `
25+
326## 0.2.2
427
528### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " dev-workflows" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.3.0 " ,
44 "type" : " module" ,
55 "description" : " CLI that compiles developer rules into editor-specific config files" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments