Faf Init
faf_initCreate a starter .faf file with project name, goal, and language, writing a valid YAML with all required sections. Check with faf_discover first so an existing file is never overwritten.
Instructions
Create a starter .faf file with project name, goal, and language. Writes 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 | |||