published: true
tags: ai, devtools, gemini, claude
faf-cli v3.4.7 brings bidirectional interoperability between Claude and Gemini ecosystems.
If you've ever wished your Claude context files worked with Gemini (or vice versa), that's now a single command away.
## The Problem
Every AI assistant has its own context format:
- Claude uses
CLAUDE.md - Gemini uses
GEMINI.md - Cursor, Windsurf, others have their own conventions
You maintain multiple files saying the same thing. When your project changes, you update one and forget the others. Your AI assistants diverge.
## The Solution: One Format, Every AI
The .faf format (Foundational AI-context Format) acts as a universal hub. One source of truth. Automatic sync. Every AI stays current.
## How It Works
bash
faf gemini export
That's it. Your .faf context becomes a native GEMINI.md that Gemini CLI understands.
Why This Matters
Switch AIs without losing context. Start in Claude Code. Continue in Gemini CLI. Your project DNA follows you.
Team flexibility. Some prefer Claude. Others use Gemini. Everyone shares context through .faf.
Future-proof. When the next AI launches, adding support is one export target away.
Get Started
npm install -g faf-cli
faf init
faf gemini export
npm: https://www.npmjs.com/package/faf-cli
Docs: https://faf.one
Blog: https://www.faf.one/blog/google-gemini-edition
---
The .faf format is IANA-registered and part of the official Claude MCP ecosystem (#2759).


Top comments (0)