faf_init
Initialize a project.faf file to make any project instantly AI-readable, returning its location and starting score.
Instructions
Create a project.faf for a project, making it instantly AI-readable. Returns the new file location and starting score. Accepts a path or bare project name (e.g. ~/Projects/my-app, my-app) and omitting it uses the current directory.
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 |