faf_context
Sets or shows the active project path for subsequent tool calls, ensuring actions target the correct project.
Instructions
Set or show the active project path that subsequent faf_ calls resolve against. Returns the current context path. Call this once at the start of a session so the other tools target the right project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Set active project path. If omitted, shows current context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | Absolute path of the active project | |
| hasFaf | Yes | Whether a project.faf (or .faf) was found there | |
| changed | Yes | True if this call set a new context, false if it only reported | |
| filename | No | The .faf filename, if found |