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