faf_bi_sync
Bi-directionally sync a project's .faf context file with CLAUDE.md and other AI tool formats, resolving conflicts to keep all AI assistant context aligned.
Instructions
Bi-directionally sync a project.faf with CLAUDE.md and, with the format flags or all, also AGENTS.md, .cursorrules, and GEMINI.md. Returns the formats written and any conflicts. Use this to keep every AI tool context file aligned from the single .faf source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Sync to ALL formats: CLAUDE.md + AGENTS.md + .cursorrules + GEMINI.md | |
| auto | No | Enable automatic synchronization | |
| path | No | Project path. Sets session context for subsequent calls. | |
| force | No | Force overwrite conflicting changes | |
| watch | No | Start real-time file watching for changes | |
| agents | No | Also sync to AGENTS.md (OpenAI/Codex format) | |
| cursor | No | Also sync to .cursorrules (Cursor IDE format) | |
| gemini | No | Also sync to GEMINI.md (Google Gemini format) |