Sync AI Context
A CLI tool that keeps AI agent context files in sync across Claude, Gemini, and other providers using a single AGENTS.md source of truth.
Project Overview
Managing AI context files across multiple providers (Claude, Gemini) is repetitive and error-prone. This CLI reads a single AGENTS.md source file and syncs it to the correct format and location for each configured provider.
Key Features
- Single source of truth: One
AGENTS.mddrives all provider-specific files. - Multi-provider: Supports Claude (
CLAUDE.md), Gemini, and Gemini Markdown formats. - Configurable: Driven by a
.ai-context-configrcfile per project. - Monorepo-aware: Works across workspace packages with independent configs.