Releases: gpolanco/dev-workflows
Releases · gpolanco/dev-workflows
dev-workflows@0.6.0
Minor Changes
-
d58b03e: Add asset system for commands, templates, hooks, and presets
- Commands:
devw add command/specdownloads slash commands that deploy to.claude/commands/ - Templates:
devw add template/feature-specinstalls spec templates todocs/specs/ - Hooks:
devw add hook/auto-formatmerges editor hooks into.claude/settings.local.json - Presets:
devw add preset/spec-driveninstalls a full workflow bundle (rules + commands + templates + hooks) - Init with preset:
devw init --preset spec-drivenscaffolds a project with a complete workflow - Asset-aware commands:
list,remove,doctor,watch, andcompileall support the new asset types - 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)
- Commands:
dev-workflows@0.5.0
Minor Changes
-
5056547: Add asset system for commands, templates, hooks, and presets
- Commands:
devw add command/specdownloads slash commands that deploy to.claude/commands/ - Templates:
devw add template/feature-specinstalls spec templates todocs/specs/ - Hooks:
devw add hook/auto-formatmerges editor hooks into.claude/settings.local.json - Presets:
devw add preset/spec-driveninstalls a full workflow bundle (rules + commands + templates + hooks) - Init with preset:
devw init --preset spec-drivenscaffolds a project with a complete workflow - Asset-aware commands:
list,remove,doctor,watch, andcompileall support the new asset types - 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)
- Commands:
dev-workflows@0.4.0
Minor Changes
-
e9f1b09: ###
devw add— interactive registry flowdevw addwithout arguments opens an interactive flow: browse categories, multi-select rules, confirm, and install in one sessiondevw add <category>/<rule>installs a rule directly from the GitHub registrydevw add --listshows all available rules from the registry- Old block format (
devw add typescript-strict) is detected and shows a migration error
devw remove— pulled rulesdevw remove <category>/<rule>removes a pulled rule and updates configdevw removewithout arguments opens an interactive multi-select of installed rules
Removed
devw pullcommand (absorbed intodevw add)- Local blocks system (
blocks/registry,blocks/installer)
dev-workflows@0.3.0
Minor Changes
-
050eaae: ### CLI
- Add
devw watchcommand — watches.dwf/for YAML changes and recompiles automatically - Extract
executePipelinefrom compile with structured return types (BridgeResult,CompileResult) - Add
reloadicon to sharedICONSinutils/ui.ts - Add chokidar v3 dependency for filesystem watching
Documentation
- Add
devw watchto README commands table - Add
docs/commands/watch.mdxfor Mintlify docs site - Register watch page in
docs.jsonnavigation
Landing
- Add watch tab to terminal demo section
- Add global
*:focus-visiblewithvar(--accent)for consistent focus styling - Fix active tab border to use
var(--accent)
- Add
dev-workflows@0.2.2
Patch Changes
-
40ee29b: Landing page copy update and README refresh
- Update hero headline, subtitle, and CTA text
- Rewrite problem section heading and description
- Update block cards descriptions (typescript-strict, react-conventions, testing-basics)
- Add trajectory section with roadmap (v0.2, v0.3, v1.0)
- Update CTA section heading and install command description
- Update footer tagline
- Update README with new project description, commands table, rule blocks, and bridges
- Replace Amp bridge with VS Code Copilot in README bridges table
dev-workflows@0.2.1
Patch Changes
- 35672b2: UX polish: unified output module, improved feedback for all commands, interactive add/remove, compile shows file list and timing
dev-workflows@0.2.0
Minor Changes
- af87991: Add custom scopes (kind:name)
Add Windsurf and Copilot bridges
Add devw explain command
dev-workflows@0.1.4
Patch Changes
- 4bca317: add inquirer to select options
dev-workflows@0.1.3
Patch Changes
- e208a74: Improve README with problem statement, Node.js requirement, output example, and remove internal spec link.
dev-workflows@0.1.2
Patch Changes
- 7415823: Add npm metadata (license, author, repository, homepage, keywords, engines) and read version dynamically from package.json instead of hardcoding it.