nrslib
43c26d7547
docs: 古い用語・構造をコードベースの実態に合わせて修正
...
- step → movement, agent → persona に用語統一(CLAUDE.md, pieces.md, agents.md)
- Piece YAML Schema にセクションマップ(personas, policies, knowledge, instructions)を反映
- Directory Structure を facets/ 構造に更新
- README の YAML 例から架空の simple ピースを削除
- e2e.md から削除済み export-cc テスト記述を除去
2026-02-23 22:06:35 +09:00
nrslib
69a941ad30
Release v0.23.0
2026-02-23 15:38:07 +09:00
nrslib
dcf29a86c2
Merge remote-tracking branch 'origin/main' into release/v0.22.0
2026-02-22 12:15:07 +09:00
nrslib
c630d78806
refactor: rename ensemble to repertoire across codebase
2026-02-22 10:50:50 +09:00
nrslib
a59ad1d808
docs: add ensemble package documentation (en/ja)
2026-02-22 08:16:20 +09:00
nrslib
6a42bc79d1
fix: remove internal spec doc, add missing e2e tests
2026-02-22 08:14:37 +09:00
nrslib
3e9dee5779
Release v0.22.0
2026-02-22 08:07:54 +09:00
nrslib
9103a93fee
docs: add Discord community link to README
2026-02-21 22:10:30 +09:00
nrslib
4941f8eabf
README を大幅改訂し、詳細情報を docs/ に分離
...
README を約950行から約270行に圧縮し、詳細は個別ドキュメントに分離した。
コンセプトを実態に合わせて再定義(4軸: すぐ始められる・実用的・再現可能・マルチエージェント)し、
基本ユースケースを takt → takt run のフローに修正した。
英語版・日本語版の両方を対応し、日本語版はネイティブ日本語で記述。
2026-02-19 21:20:31 +09:00
nrslib
5f4ad753d8
feat: add takt reset config with backup restore
2026-02-19 11:59:42 +09:00
nrslib
6518faf72e
refactor: 設定の不要要素削除とconfigテンプレート刷新
2026-02-19 11:53:02 +09:00
nrslib
7e7a8671df
Release v0.19.0
2026-02-18 22:50:39 +09:00
nrslib
620e384251
interactiveモジュールの分割とタスク再キュー方式への移行
...
interactive.tsからsummary/runSelector/runSessionReader/selectorUtilsを分離し、
run session参照をrouting層からinstructMode層に移動。instructBranchで新タスク
作成の代わりに既存タスクのrequeueを使用する方式に変更。worktree確認プロンプトを
廃止し常時有効化。
2026-02-18 18:49:21 +09:00
nrslib
5f108b8cfd
Release v0.18.2
2026-02-18 11:35:33 +09:00
nrslib
e028af5043
Release v0.18.0
2026-02-17 23:43:22 +09:00
nrslib
b9e66a1166
Release v0.17.2
2026-02-15 12:46:16 +09:00
nrslib
05b893f720
Release v0.17.0
2026-02-15 12:00:21 +09:00
nrslib
def5f27309
Release v0.16.0
2026-02-15 07:10:44 +09:00
nrslib
7493b72c38
Release v0.15.0
2026-02-15 05:53:57 +09:00
nrslib
479ee7ec25
providerごとに通信を許可する
2026-02-13 16:37:07 +09:00
nrslib
73f0c0cb6d
Release v0.13.0-alpha.1
2026-02-13 07:30:44 +09:00
nrslib
fa3ac7437e
Rename TAKT from "Task Agent Koordination Tool" to "TAKT Agent Koordination Topology"
2026-02-11 21:03:58 +09:00
nrslib
21537a3214
Release v0.12.0
2026-02-11 15:44:26 +09:00
nrs
de6b5b5c2c
takt: github-issue-212-max-iteration-max-movement-ostinato ( #217 )
2026-02-10 23:43:29 +09:00
nrs
6e67f864f5
takt: github-issue-198-e2e-config-yaml ( #208 )
2026-02-10 20:03:17 +09:00
nrs
9c4408909d
takt: github-issue-207-previous-response-source-path ( #210 )
2026-02-10 16:33:38 +09:00
nrs
8cb3c87801
takt: github-issue-204-takt-tasks ( #205 )
2026-02-10 14:26:37 +09:00
nrs
ec88b90632
takt: github-issue-188 ( #190 )
2026-02-09 23:54:01 +09:00
nrslib
9ee3ecc7f9
Release v0.10.0
2026-02-09 19:12:50 +09:00
nrslib
fdcce2e425
実装周りをメモ
2026-02-09 15:29:25 +09:00
nrs
cdedb4326e
github-issue-157-takt-run-ni-p ( #160 )
...
* caffeinate に -d フラグを追加し、ディスプレイスリープ中の App Nap によるプロセス凍結を防止
* takt 対話モードの save_task を takt add と同じ worktree 設定フローに統一
takt 対話モードで Save Task を選択した際に worktree/branch/auto_pr の
設定プロンプトがスキップされ、takt run で clone なしに実行されて成果物が
消失するバグを修正。promptWorktreeSettings() を共通関数として抽出し、
saveTaskFromInteractive() と addTask() の両方から使用するようにした。
* Release v0.9.0
* takt: github-issue-157-takt-run-ni-p
2026-02-09 00:17:47 +09:00
nrslib
0bb67477e9
Release v0.8.0
2026-02-08 00:10:50 +09:00
nrslib
ad42c5bacd
Release v0.8.0-alpha.1
2026-02-07 22:59:18 +09:00
nrslib
9e50e9df4b
README刷新: agent→persona, セクションマップ導入, 制御・管理セクション追加
...
- ピース例・カスタムピース例にセクションマップ(personas/policies/knowledge)を追加
- agent: → persona: に全面置換、ディレクトリ構造も agents/ → personas/ に更新
- dist/resources/ → builtins/ に修正
- 「TAKTが制御・管理するもの」セクションを追加(制御: ルーティング・権限・記録、管理: ペルソナ・ポリシー・ナレッジ)
- ドキュメントファイル名を prompt-composition → faceted-prompting にリネーム
- Faceted Prompting ドキュメントの Policy 配置とエンジン説明を修正
- クローン作成時の進捗ログを追加
2026-02-07 21:58:42 +09:00
nrslib
2c7bd4834f
Faceted Prompting リネーム: stances→policies, report_formats→output_contracts
...
5つの関心を Persona, Policy, Instruction, Knowledge, Output Contract に統一。
ディレクトリ、YAMLキー、ソースコード、テンプレート、テスト、ドキュメントを全面更新。
2026-02-07 20:04:09 +09:00
nrslib
247b500449
Faceted Prompting 導入: knowledge セクション追加、スキルドキュメント刷新、コマンドファイル廃止
2026-02-07 17:53:39 +09:00
nrslib
093520ab65
README: coding ピース、新エージェント、未記載コマンド(prompt/reset categories/list non-interactive/eject --global)を追加
2026-02-06 14:20:29 +09:00
nrslib
9b747c3fdc
Release v0.7.0-alpha.1
2026-02-06 10:46:59 +09:00
nrslib
13fbc97314
update README
2026-02-05 19:38:18 +09:00
nrslib
0d36b08f96
Release v0.6.0-rc
2026-02-05 17:37:57 +09:00
nrs
8e509e13c6
Issue/90 fix windows ( #91 )
...
* Window対応および Codexが.gitを必要とする問題があるので.gitがみつからない場合はエラーとする fix #90
* 文字化け修正
2026-02-04 13:19:00 +09:00
nrslib
38d43f2168
pieceに完全移行
2026-02-04 11:07:41 +09:00
nrslib
7550b9ce17
update README for v0.4.0
2026-02-04 04:25:04 +09:00
nrslib
bed836f08b
update README
2026-02-03 19:50:03 +09:00
nrslib
4565263ca4
インタラクティブプロンプトの上書き機能を無効化
2026-02-03 17:21:58 +09:00
nrslib
ad28dc7438
takt のプロンプトをファイルに
2026-02-03 17:04:09 +09:00
nrslib
0e76f5b532
対話モードのブラッシュアップ
2026-02-03 15:23:46 +09:00
nrslib
18894e2587
feat: workflowにてagent未指定でも起動可能にする ( #71 )
...
- agent フィールドを optional に変更
- agent未指定時は instruction_template のみで実行(システムプロンプトなし)
- agentSpec文字列をインラインシステムプロンプトとして扱う機能を追加
- セッションキーを agent ?? step.name に変更してagent未指定に対応
- README/README.ja.mdにエージェントレスステップの説明を追加
2026-02-03 00:21:17 +09:00
nrslib
97d2dcc5fa
Update README: clarify CLI usage and add CI/CD section
...
- Remove multi-word direct task execution (unintended feature)
- Focus on interactive planning mode (takt/takt word)
- Clarify --pipeline flag usage for CI/CD
- Add CI/CD integration section with takt-action reference
- Add API cost warning for CI/CD usage
- Fix: Remove unnecessary quotes from takt #6 examples
2026-02-01 08:53:01 +09:00
nrslib
9e2fb10502
resolved #68
2026-01-31 21:34:51 +09:00