faf_init
Create a valid FAF YAML file for new projects, specifying name, goal, and language, without overwriting existing files.
Instructions
Create a starter .faf file with project name, goal, and language. Generates a valid FAF YAML file with all required sections. Will not overwrite an existing file — use faf_discover first to check. The path is confined to the project root (cwd / FAF_ALLOWED_ROOTS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| name | No | my-project | |
| path | No | project.faf | |
| language | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||