Release v0.7.0-alpha.1#115
Merged
Merged
Conversation
commit 2730269da717c78e90bc7d35ea6b2404f8e845f5
Author: nrslib <38722970+nrslib@users.noreply.github.com>
Date: Fri Feb 6 00:11:54 2026 +0900
takt: add-category-display-split
ユーザー/ビルトインの分離を廃止し、単一のカテゴリツリーに統一。 ~/.takt/preferences/piece-categories.yaml を唯一のソースとし、 ファイルがなければ builtin デフォルトから自動コピーする。 - builtinCategories 分離と「📂 Builtin/」フォルダ表示を廃止 - appendOthersCategory で同名カテゴリへの未分類 piece マージを修正 - takt reset categories コマンドを追加 - default-categories.yaml を piece-categories.yaml にリネーム
- SKILL.md: 疑似コードから命令形の手順1-8に書き換え、レポート抽出・Loop Monitor手順を追加
- engine.md: エージェント→チームメイト用語統一、yolo 権限キーワード対応
- takt-command.md: /takt {piece} [yolo] {task} 形式の引数パースを追加
- deploySkill.ts: cleanDir() で再デプロイ時の古いファイル残存を防止
- hybrid-codex ピース13点を en/ja に追加
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Added
passthroughピース: タスクをそのまま coder に渡す最小構成ピースtakt export-ccコマンド: ビルトインピース・エージェントを Claude Code Skill としてデプロイtakt listに delete アクション追加、non-interactive モード分離takt add/ インタラクティブモードで GitHub Issue 作成・タスクファイル保存が可能にCycleDetectorを追加 (ai_review ↔ ai_fix ループの健全性チェックと修正不要時の裁定ステップを追加 #102)Changed
default-categories.yamlをpiece-categories.yamlに統合し、自動コピー方式に変更Fixed
Internal
listコマンドのリファクタリングcycle-detector.tsを追加、PieceEngineにサイクル検出を統合Commits