Cross-Tool Transform
Inspect synced Codex or Claude bundles through one normalized Conversation IR model and re-emit readable JSONL across tools.
Tool Commands
Use tool commands when you want to inspect a synced Codex or Claude bundle through one normalized conversation model:
bash
git agent-sync tool inspect --session <bundle-id>
git agent-sync tool convert --session <bundle-id> --to ir --json
git agent-sync tool export --session <bundle-id> --to claude --mode readableinspectprints a short summary of the source agent, title, event count, and tool-call count.convertemits Agent-Sync Conversation IR, preserving the original vendor JSONL under provenance/vendor fields while normalizing messages, tool calls, tool results, project identity, runtime provider, and dependency hints.export --mode readablewrites JSONL that another surface can display or archive; if--mode resumableis requested before a target adapter can safely continue the session, the export header recordsrequestedMode: "resumable", keepsmode: "readable", setsresumable: false, and includes a readable-only reason.