faf_sync
Synchronize project.faf context to CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md, and copilot instructions. Updates blocks in place without overwriting your custom content.
Instructions
Sync project.faf into CLAUDE.md as a faf-managed block, and optionally into AGENTS.md (agents), .cursorrules (cursor), GEMINI.md (gemini), and .github/copilot-instructions.md (copilot) — or all of them (all). Updates each block in place — it never overwrites your file. Use this after editing project.faf so every AI tool sees the latest context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Sync to ALL formats: CLAUDE.md + AGENTS.md + .cursorrules + GEMINI.md + .github/copilot-instructions.md | |
| path | No | Project path. Sets session context for subsequent calls. | |
| 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) | |
| copilot | No | Also sync to .github/copilot-instructions.md (GitHub Copilot) |