faf_init
Initialize a new project.faf file with name, goal, and language. Returns the file path and starting score without overwriting existing files unless forced.
Instructions
Create a new project.faf with a name, goal, and language. Returns the file path and starting score. Won't overwrite an existing file — use faf_auto to fill the stack from your manifests, or faf_go for the human 6Ws.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path or name. Smart resolution: "my-app" finds ~/Projects/my-app OR ~/Code/my-app. Full paths like ~/Projects/app or /Users/me/code/app work too. Omit to use current directory. | |
| force | No | Overwrite existing project.faf if it exists |