faf_init
Initialize a FAF project by creating the project.faf file, supporting directory paths, project names, and forced reinitialization.
Instructions
Create project.faf for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force reinitialize existing FAF context | |
| directory | No | Project directory path (supports ~ tilde expansion). Creates directory if it doesn't exist. | |
| path | No | Alias for directory parameter | |
| projectName | No | Project name for path inference (used with Projects convention) |