* takt: refactor-logging-config * fix: resolve merge conflicts * chore: trigger CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
48 lines
2.2 KiB
YAML
48 lines
2.2 KiB
YAML
# TAKT グローバル設定サンプル
|
||
# 配置場所: ~/.takt/config.yaml
|
||
|
||
# =====================================
|
||
# 通常設定(ピース非依存)
|
||
# =====================================
|
||
# 注意: このテンプレートは global 専用設定(~/.takt/config.yaml)だけを扱う
|
||
language: ja # 表示言語: ja | en
|
||
|
||
# 実行制御
|
||
# worktree_dir: ~/takt-worktrees # 共有clone作成先ディレクトリ
|
||
# prevent_sleep: false # macOS実行中のスリープ防止(caffeinate)
|
||
# auto_fetch: false # clone前にfetchして最新化するか
|
||
|
||
# 出力・通知
|
||
# notification_sound: true # 通知音全体のON/OFF
|
||
# notification_sound_events: # イベント別通知音(未指定はtrue扱い)
|
||
# iteration_limit: true
|
||
# piece_complete: true
|
||
# piece_abort: true
|
||
# run_complete: true
|
||
# run_abort: true
|
||
# verbose: false # ショートカット: trace/debug有効化 + logging.level=debug
|
||
# logging:
|
||
# level: info # ログレベル: debug | info | warn | error
|
||
# trace: true # trace.md 実行レポート生成
|
||
# debug: false # debug.log + prompts.jsonl を有効化
|
||
# provider_events: false # providerイベントログを記録
|
||
|
||
# 認証情報(環境変数優先)
|
||
# anthropic_api_key: "sk-ant-..." # Claude APIキー
|
||
# openai_api_key: "sk-..." # Codex APIキー
|
||
# gemini_api_key: "..." # Gemini APIキー
|
||
# google_api_key: "..." # Google APIキー
|
||
# groq_api_key: "..." # Groq APIキー
|
||
# openrouter_api_key: "..." # OpenRouter APIキー
|
||
# opencode_api_key: "..." # OpenCode APIキー
|
||
# codex_cli_path: "/absolute/path/to/codex" # Codex CLI絶対パス
|
||
|
||
# その他
|
||
# bookmarks_file: ~/.takt/preferences/bookmarks.yaml # ブックマーク保存先
|
||
|
||
# ピース一覧/カテゴリ
|
||
# enable_builtin_pieces: true # builtins/{lang}/pieces を有効化
|
||
# disabled_builtins:
|
||
# - magi # 無効化するビルトインピース名
|
||
# piece_categories_file: ~/.takt/preferences/piece-categories.yaml # カテゴリ定義ファイル
|