From 0bb67477e9385ebd8f2aa667032170de026a105e Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sun, 8 Feb 2026 00:10:50 +0900 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 4 ++++ README.md | 12 ++++++++++++ docs/README.ja.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301bcc5..62ab39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [0.8.0] - 2026-02-08 + +alpha.1 の内容を正式リリース。機能変更なし。 + ## [0.8.0-alpha.1] - 2026-02-07 ### Added diff --git a/README.md b/README.md index 4a8ea48..d5e1e28 100644 --- a/README.md +++ b/README.md @@ -456,10 +456,16 @@ Use `takt switch` to switch pieces. | **coder** | Feature implementation, bug fixing | | **ai-antipattern-reviewer** | AI-specific antipattern review (non-existent APIs, incorrect assumptions, scope creep) | | **architecture-reviewer** | Architecture and code quality review, spec compliance verification | +| **frontend-reviewer** | Frontend (React/Next.js) code quality and best practices review | +| **cqrs-es-reviewer** | CQRS+Event Sourcing architecture and implementation review | | **qa-reviewer** | Test coverage and quality assurance review | | **security-reviewer** | Security vulnerability assessment | | **conductor** | Phase 3 judgment specialist: reads reports/responses and outputs status tags | | **supervisor** | Final validation, approval | +| **expert-supervisor** | Expert-level final validation with comprehensive review integration | +| **research-planner** | Research task planning and scope definition | +| **research-digger** | Deep investigation and information gathering | +| **research-supervisor** | Research quality validation and completeness assessment | ## Custom Personas @@ -523,12 +529,18 @@ default_piece: default log_level: info provider: claude # Default provider: claude or codex model: sonnet # Default model (optional) +branch_name_strategy: romaji # Branch name generation: 'romaji' (fast) or 'ai' (slow) +prevent_sleep: false # Prevent macOS idle sleep during execution (caffeinate) # API Key configuration (optional) # Can be overridden by environment variables TAKT_ANTHROPIC_API_KEY / TAKT_OPENAI_API_KEY anthropic_api_key: sk-ant-... # For Claude (Anthropic) # openai_api_key: sk-... # For Codex (OpenAI) +# Builtin piece filtering (optional) +# builtin_pieces_enabled: true # Set false to disable all builtins +# disabled_builtins: [magi, passthrough] # Disable specific builtin pieces + # Pipeline execution configuration (optional) # Customize branch names, commit messages, and PR body. # pipeline: diff --git a/docs/README.ja.md b/docs/README.ja.md index 9e126e8..535e8ee 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -452,10 +452,16 @@ TAKTには複数のビルトインピースが同梱されています: | **coder** | 機能の実装、バグ修正 | | **ai-antipattern-reviewer** | AI特有のアンチパターンレビュー(存在しないAPI、誤った仮定、スコープクリープ) | | **architecture-reviewer** | アーキテクチャとコード品質のレビュー、仕様準拠の検証 | +| **frontend-reviewer** | フロントエンド(React/Next.js)のコード品質とベストプラクティスのレビュー | +| **cqrs-es-reviewer** | CQRS+Event Sourcingアーキテクチャと実装のレビュー | | **qa-reviewer** | テストカバレッジと品質保証のレビュー | | **security-reviewer** | セキュリティ脆弱性の評価 | | **conductor** | Phase 3 判定専用: レポートやレスポンスを読み取り、ステータスタグを出力 | | **supervisor** | 最終検証、バリデーション、承認 | +| **expert-supervisor** | 包括的なレビュー統合による専門レベルの最終検証 | +| **research-planner** | リサーチタスクの計画・スコープ定義 | +| **research-digger** | 深掘り調査と情報収集 | +| **research-supervisor** | リサーチ品質の検証と網羅性の評価 | ## カスタムペルソナ @@ -519,12 +525,18 @@ default_piece: default log_level: info provider: claude # デフォルトプロバイダー: claude または codex model: sonnet # デフォルトモデル(オプション) +branch_name_strategy: romaji # ブランチ名生成: 'romaji'(高速)または 'ai'(低速) +prevent_sleep: false # macOS の実行中スリープ防止(caffeinate) # API Key 設定(オプション) # 環境変数 TAKT_ANTHROPIC_API_KEY / TAKT_OPENAI_API_KEY で上書き可能 anthropic_api_key: sk-ant-... # Claude (Anthropic) を使う場合 # openai_api_key: sk-... # Codex (OpenAI) を使う場合 +# ビルトインピースのフィルタリング(オプション) +# builtin_pieces_enabled: true # false でビルトイン全体を無効化 +# disabled_builtins: [magi, passthrough] # 特定のビルトインピースを無効化 + # パイプライン実行設定(オプション) # ブランチ名、コミットメッセージ、PRの本文をカスタマイズできます。 # pipeline: diff --git a/package-lock.json b/package-lock.json index 6d9958b..f2620e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "takt", - "version": "0.8.0-alpha.1", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "takt", - "version": "0.8.0-alpha.1", + "version": "0.8.0", "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.34", diff --git a/package.json b/package.json index 3bbf577..4a01299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "takt", - "version": "0.8.0-alpha.1", + "version": "0.8.0", "description": "TAKT: Task Agent Koordination Tool - AI Agent Piece Orchestration", "main": "dist/index.js", "types": "dist/index.d.ts",