.dwf/ directory structure with configuration and empty rule files.
Behavior
- Detects AI tools configured in the project (looks for
.cursor/,CLAUDE.md,GEMINI.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 - Adds
.dwf/.cache/to.gitignore
Generated Structure
Flags
| Flag | Description |
|---|---|
--tools claude,cursor,gemini | Skip interactive tool selection |
--mode copy|link | Skip interactive mode selection |
-y, --yes | Accept all defaults |