Release v0.6.0-rc1

This commit is contained in:
nrslib 2026-02-05 22:32:49 +09:00
parent 108a72d52b
commit 653b55a034
3 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,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/).
## [0.6.0-rc2] - 2026-02-05
## [0.6.0-rc1] - 2026-02-05
### Fixed
@ -21,7 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Internal
- auto-tag ワークフローを release/ ブランチからのマージのみに制限
- auto-tag ワークフローを release/ ブランチからのマージのみに制限し、publish ジョブを統合GITHUB_TOKEN 制約による連鎖トリガー不発を解消)
- postversion フック削除release ブランチフローと競合するため)
- テスト更新: security-reviewer → qa-reviewer の変更に対応
## [0.6.0-rc] - 2026-02-05

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "takt",
"version": "0.6.0-rc2",
"version": "0.6.0-rc1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "takt",
"version": "0.6.0-rc2",
"version": "0.6.0-rc1",
"license": "MIT",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.19",

View File

@ -1,6 +1,6 @@
{
"name": "takt",
"version": "0.6.0-rc2",
"version": "0.6.0-rc1",
"description": "TAKT: Task Agent Koordination Tool - AI Agent Piece Orchestration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -23,7 +23,7 @@
"test:e2e:claude": "npm run test:e2e:provider:claude",
"test:e2e:codex": "npm run test:e2e:provider:codex",
"lint": "eslint src/",
"prepublishOnly": "npm run lint && npm run build && npm run test",
"prepublishOnly": "npm run lint && npm run build && npm run test"
},
"keywords": [
"claude",