faf_bi_sync
Synchronizes project.faf with AI context files like CLAUDE.md, AGENTS.md, .cursorrules, and GEMINI.md bidirectionally, keeping project settings aligned across AI prompts.
Instructions
Bi-directional sync between project.faf and CLAUDE.md. v4.5.0: Also sync to AGENTS.md, .cursorrules, GEMINI.md!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto | No | Enable automatic synchronization | |
| watch | No | Start real-time file watching for changes | |
| force | No | Force overwrite conflicting 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) | |
| all | No | Sync to ALL formats: CLAUDE.md + AGENTS.md + .cursorrules + GEMINI.md | |
| path | No | Project path. Sets session context for subsequent calls. |