Merge pull request #419 from nrslib/release/v0.27.0

Release v0.27.0
This commit is contained in:
nrs 2026-02-28 08:52:14 +09:00 committed by GitHub
commit b6cd71e79d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 5 deletions

View File

@ -6,7 +6,7 @@ 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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [0.27.0-alpha.1] - 2026-02-27 ## [0.27.0] - 2026-02-28
### Added ### Added
@ -16,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Fixed ### Fixed
- Phase 1 が error または blocked を返した場合に Phase 2レポート出力をスキップするよう修正。Phase 1 失敗時に不要なレポート生成が実行される問題を解消 - Phase 1 が error または blocked を返した場合に Phase 2レポート出力をスキップするよう修正。Phase 1 失敗時に不要なレポート生成が実行される問題を解消
- Codex 互換性のため、runtime prepare で Gradle デーモンを無効化するよう修正
### Internal
- エージェント/カスタムペルソナのドキュメントを整合
## [0.26.0] - 2026-02-27 ## [0.26.0] - 2026-02-27

View File

@ -6,7 +6,7 @@
フォーマットは [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) に基づいています。 フォーマットは [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) に基づいています。
## [0.27.0-alpha.1] - 2026-02-27 ## [0.27.0] - 2026-02-28
### Added ### Added
@ -16,6 +16,11 @@
### Fixed ### Fixed
- Phase 1 が error または blocked を返した場合に Phase 2レポート出力をスキップするよう修正。Phase 1 失敗時に不要なレポート生成が実行される問題を解消 - Phase 1 が error または blocked を返した場合に Phase 2レポート出力をスキップするよう修正。Phase 1 失敗時に不要なレポート生成が実行される問題を解消
- Codex 互換性のため、runtime prepare で Gradle デーモンを無効化するよう修正
### Internal
- エージェント/カスタムペルソナのドキュメントを整合
## [0.26.0] - 2026-02-27 ## [0.26.0] - 2026-02-27

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "takt", "name": "takt",
"version": "0.27.0-alpha.1", "version": "0.27.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "takt", "name": "takt",
"version": "0.27.0-alpha.1", "version": "0.27.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.47", "@anthropic-ai/claude-agent-sdk": "^0.2.47",

View File

@ -1,6 +1,6 @@
{ {
"name": "takt", "name": "takt",
"version": "0.27.0-alpha.1", "version": "0.27.0",
"description": "TAKT: TAKT Agent Koordination Topology - AI Agent Piece Orchestration", "description": "TAKT: TAKT Agent Koordination Topology - AI Agent Piece Orchestration",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",