faf_status
Checks whether a project contains project.faf (AI-readability file) and returns its status.
Instructions
Check if your project has project.faf (project DNA for AI) - Shows AI-readability status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path. Sets session context for subsequent calls. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hasFaf | Yes | Whether a project.faf (or .faf) was found | |
| filename | No | The .faf filename, if found | |
| path | No | Absolute path to the .faf file, if found | |
| directory | Yes | Directory that was checked |