.dwf/ directory structure with configuration and empty rule files.
Behavior
- Detects AI tools configured in the project (looks for
.cursor/,CLAUDE.md,GEMINI.md,.windsurf/,.github/copilot-instructions.md) - Asks which tools to include (detected tools are pre-selected)
- Asks output mode:
copy(default) orlink - Generates
.dwf/config.yml+ empty rule files with example comments - Creates
.dwf/assets/directory for commands, templates, and hooks - Adds
.dwf/.cache/to.gitignore - If
--presetis specified, installs the preset after initialization
Generated Structure
Flags
| Flag | Description |
|---|---|
--tools claude,cursor,gemini | Skip interactive tool selection |
--mode copy|link | Skip interactive mode selection |
--preset <name> | Install a preset after initialization (e.g., spec-driven) |
-y, --yes | Accept all defaults |

