Daedalai Sync Claude Md banner
clavaud clavaud

Daedalai Sync Claude Md

Git community

Description

--- description: "Reconcile the project's local CLAUDE.md with its canonical CLAUDE_MD document in DaedalAI — pull when remote is newer, push when local is newer, refuse to silently merge on divergence. Always shows the diff before overwriting." --- Invoke the `daedalai-sync-claude-md` skill. Probes drift via `da_check_claude_md_drift`, branches on the six drift states, and routes through `da_init_or_update_project` with `withClaudeMdPull` or `withClaudeMdPush` after explicit user confirmation.

Installation

Installs to ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-sync-claude-md/SKILL.md

Terminal
mkdir -p ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-sync-claude-md && curl -fsSL https://raw.githubusercontent.com/clavaud/daedalai-lifecycle/HEAD/commands/daedalai-sync-claude-md.md -o ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-sync-claude-md/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository