Skip to main content
Reads your .dwf/ rules and generates output for each configured tool using the appropriate bridge. Also deploys installed assets (commands, templates, hooks).

Output by Tool

Asset Deployment

During compilation, installed assets are also deployed:

Flags

Markers

When compiling to markdown-based outputs (CLAUDE.md, GEMINI.md, .github/copilot-instructions.md), the generated content is wrapped in <!-- BEGIN dev-workflows --> and <!-- END dev-workflows --> markers. This means you can have manual content in your CLAUDE.md and dev-workflows will only replace the section between markers. Your hand-written rules are preserved.

Examples