Changelog
Cross-platform support: compiles for Claude Code, Codex, and Gemini.
Dual platform support: syncs CLAUDE.md + AGENTS.md automatically.
Initial release as a core skill.
How it works
1
Fast-forward pull
Runs git pull --ff-only origin main - safe, no merge conflicts
2
Handle divergence
If history has diverged, shows the status and asks how to proceed - never force-pulls or resets
3
Report
Shows the last 5 commits so you can see what changed
Details
- Safe by default - fast-forward only, no destructive operations
- Pair with /push for the full sync workflow