faf_init
Initialize a .faf project file by creating a starter YAML template with project name, goal, and language specifications for AI platform configuration.
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.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | my-project | |
| goal | No | ||
| language | No | ||
| path | No | project.faf |