Add slash9494/ai-config-sync-manager to Cross-Agent Tools#29
Open
slash9494 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resource
slash9494/ai-config-sync-manager
Category
Cross-Agent Tools — bridges Codex CLI with Claude Code.
What it does
Bidirectional sync between Claude Code (
~/.claude) and Codex (~/.codex) configurations. Unlike one-way sync tools, it diffs both sides, then converts and merges:CLAUDE.md↔AGENTS.md)Designed around a YAML round-trip guarantee — frontmatter survives a pass through both the lenient Claude parser and the strict Codex (YAML 1.2) parser without field loss.
How it differs from existing entries
lbb00/ai-rules-sync: covers full config space (agents, MCP, hooks, settings), not just rules files. Bidirectional, not single-source.Leoyang183/sync-agents-settings: covers more than just MCP — full config diff/merge across both directions.josstei/maestro-orchestrate, etc.): not an orchestration platform; a focused config sync utility.Maintenance
Why it fits
The list already includes config-sync tools under Cross-Agent Tools. This one targets the Claude ↔ Codex direction specifically and handles a wider config surface than existing entries.