Skip to content

Releases: gpolanco/dev-workflows

dev-workflows@0.6.0

07 Mar 10:55
717ac38

Choose a tag to compare

Minor Changes

  • d58b03e: Add asset system for commands, templates, hooks, and presets

    • Commands: devw add command/spec downloads slash commands that deploy to .claude/commands/
    • Templates: devw add template/feature-spec installs spec templates to docs/specs/
    • Hooks: devw add hook/auto-format merges editor hooks into .claude/settings.local.json
    • Presets: devw add preset/spec-driven installs a full workflow bundle (rules + commands + templates + hooks)
    • Init with preset: devw init --preset spec-driven scaffolds a project with a complete workflow
    • Asset-aware commands: list, remove, doctor, watch, and compile all 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)

dev-workflows@0.5.0

20 Feb 18:29
044588d

Choose a tag to compare

Minor Changes

  • 5056547: Add asset system for commands, templates, hooks, and presets

    • Commands: devw add command/spec downloads slash commands that deploy to .claude/commands/
    • Templates: devw add template/feature-spec installs spec templates to docs/specs/
    • Hooks: devw add hook/auto-format merges editor hooks into .claude/settings.local.json
    • Presets: devw add preset/spec-driven installs a full workflow bundle (rules + commands + templates + hooks)
    • Init with preset: devw init --preset spec-driven scaffolds a project with a complete workflow
    • Asset-aware commands: list, remove, doctor, watch, and compile all 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)

dev-workflows@0.4.0

12 Feb 00:38
6652907

Choose a tag to compare

Minor Changes

  • e9f1b09: ### devw add — interactive registry flow

    • devw add without arguments opens an interactive flow: browse categories, multi-select rules, confirm, and install in one session
    • devw add <category>/<rule> installs a rule directly from the GitHub registry
    • devw add --list shows all available rules from the registry
    • Old block format (devw add typescript-strict) is detected and shows a migration error

    devw remove — pulled rules

    • devw remove <category>/<rule> removes a pulled rule and updates config
    • devw remove without arguments opens an interactive multi-select of installed rules

    Removed

    • devw pull command (absorbed into devw add)
    • Local blocks system (blocks/registry, blocks/installer)

dev-workflows@0.3.0

10 Feb 16:18
c7a9b4f

Choose a tag to compare

Minor Changes

  • 050eaae: ### CLI

    • Add devw watch command — watches .dwf/ for YAML changes and recompiles automatically
    • Extract executePipeline from compile with structured return types (BridgeResult, CompileResult)
    • Add reload icon to shared ICONS in utils/ui.ts
    • Add chokidar v3 dependency for filesystem watching

    Documentation

    • Add devw watch to README commands table
    • Add docs/commands/watch.mdx for Mintlify docs site
    • Register watch page in docs.json navigation

    Landing

    • Add watch tab to terminal demo section
    • Add global *:focus-visible with var(--accent) for consistent focus styling
    • Fix active tab border to use var(--accent)

dev-workflows@0.2.2

10 Feb 00:14
18e54d5

Choose a tag to compare

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

08 Feb 21:16
a44ccd1

Choose a tag to compare

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

08 Feb 18:52
9c23a5b

Choose a tag to compare

Minor Changes

  • af87991: Add custom scopes (kind:name)
    Add Windsurf and Copilot bridges
    Add devw explain command

dev-workflows@0.1.4

07 Feb 20:14
5c9fa30

Choose a tag to compare

Patch Changes

  • 4bca317: add inquirer to select options

dev-workflows@0.1.3

07 Feb 16:52
3949ba3

Choose a tag to compare

Patch Changes

  • e208a74: Improve README with problem statement, Node.js requirement, output example, and remove internal spec link.

dev-workflows@0.1.2

07 Feb 16:19
95d6a17

Choose a tag to compare

Patch Changes

  • 7415823: Add npm metadata (license, author, repository, homepage, keywords, engines) and read version dynamically from package.json instead of hardcoding it.