Merge pull request #280 from nrslib/release/v0.17.1

Release v0.17.1
This commit is contained in:
nrs 2026-02-15 12:19:01 +09:00 committed by GitHub
commit a955896f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 14 deletions

View File

@ -4,6 +4,12 @@ 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.17.1] - 2026-02-15
### Changed
- `.takt/.gitignore` テンプレートをホワイトリスト方式に変更 — デフォルトで全ファイルを無視し、`config.yaml` のみを追跡対象に。新しいファイルが追加されても ignore 漏れが発生しない
## [0.17.0] - 2026-02-15
### Added

View File

@ -1,11 +1,8 @@
# Temporary files
logs/
runs/
completed/
tasks/
worktrees/
worktree-meta/
clone-meta/
worktree-sessions/
agent_sessions.json
input_history
# Ignore everything by default
*
# This file itself
!.gitignore
# Project configuration
!config.yaml

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "takt",
"version": "0.17.0",
"version": "0.17.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "takt",
"version": "0.17.0",
"version": "0.17.1",
"license": "MIT",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.37",

View File

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