create_config
Generate a config.toml file for Devpipe by auto-detecting project technologies and creating tasks automatically.
Instructions
Create a complete config.toml file from scratch with auto-detected tasks based on project technologies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to project directory (defaults to current directory) | |
| includeDefaults | No | Include [defaults] section with recommended settings (default: true) | |
| autoDetect | No | Auto-detect technologies and generate tasks (default: true) |