#!/usr/bin/env bash
# BookTrans with the defaults of the "claude" agent.
#
# Загружает настройки из файла profiles/claude.conf.
#
# Явные ключи командной строки переопределяют настройки профиля:
#   ./bt_claude book.epub --to de --editor claude-sonnet-5
exec "$(dirname "$(readlink -f "$0")")/booktrans" --profile claude "$@"
