Changes the default bd sync behavior to export-only per the spec: - bd sync: Export to JSONL (no staging/committing) - bd sync --import: Import from JSONL (shorthand for --import-only) - bd sync --status: Show sync state (mode, last export, pending changes, conflicts) - bd sync --resolve: Resolve conflicts with strategies (newest/ours/theirs) - bd sync --force: Force full export/import (skip incremental) - bd sync --full: Full sync (legacy pull→merge→export→commit→push behavior) The new --status output format shows: - Sync mode: git-portable - Last export: timestamp (commit hash) - Pending changes: N issues modified since last export - Import branch: name or none - Conflicts: count or none Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
33 KiB
33 KiB