commit
34ca4e4ba7
@ -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
|
||||
|
||||
12
README.md
12
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:
|
||||
|
||||
@ -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:
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user