faf_sync
Propagate project.faf context updates to CLAUDE.md and other AI tool files. Use after editing project.faf so Claude, Copilot, Cursor, and other assistants receive the latest instructions.
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) |