nrslib
|
bf4196d3b3
|
takt: github-issue-257
|
2026-02-12 13:32:28 +09:00 |
|
nrslib
|
be0f299727
|
バックエンドピース追加とアーキテクチャナレッジ改善
- backend / backend-cqrs ピースを en/ja で追加
- ピースカテゴリにバックエンドピースを登録
- アーキテクチャナレッジに「操作の一覧性」「パブリック API の公開範囲」を追加
- DRY 基準を回数ベースから本質的重複ベースに改善
|
2026-02-12 12:06:29 +09:00 |
|
nrs
|
c7f2670562
|
takt: github-issue-246-opencode-report-permission-deprecated-tools (#252)
|
2026-02-12 11:55:47 +09:00 |
|
nrslib
|
b54fbe32b2
|
clone時に既存ブランチのcheckoutが失敗する問題を修正
cloneAndIsolateがgit remote remove originした後、リモート追跡refが
全て消えるため、default以外の既存ブランチをcheckoutできなかった。
git clone --branchでclone時にローカルブランチを作成するように変更。
併せてブランチ名フォーマットからgit非互換の#を除去。
|
2026-02-12 11:52:43 +09:00 |
|
nrslib
|
0c9d7658f8
|
docs(frontend): add design token and theme-scope guidance
|
2026-02-12 11:52:42 +09:00 |
|
nrs
|
680f0a6df5
|
github-issue-237-fix-ctrl-c-provider-graceful-timeout-force (#253)
* dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策)
* takt run 実行時に蓋閉じスリープを抑制
* takt: github-issue-237-fix-ctrl-c-provider-graceful-timeout-force
|
2026-02-12 11:52:07 +09:00 |
|
nrs
|
39c587d67b
|
github-issue-245-report (#251)
* dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策)
* takt run 実行時に蓋閉じスリープを抑制
* takt: github-issue-245-report
|
2026-02-12 11:51:55 +09:00 |
|
nrs
|
a82d6d9d8a
|
github-issue-244 (#250)
* dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策)
* takt run 実行時に蓋閉じスリープを抑制
* takt: github-issue-244
* takt: #244/implement-parallel-subtasks
|
2026-02-12 11:51:34 +09:00 |
|
nrslib
|
41bde30adc
|
UnitTestとE2ETestをリファクタリング
|
2026-02-12 09:40:37 +09:00 |
|
nrs
|
5478d766cd
|
takt: takt (#248)
|
2026-02-12 08:50:17 +09:00 |
|
nrs
|
e1bfbbada1
|
takt: takt-e2e (#249)
|
2026-02-12 08:50:02 +09:00 |
|
nrslib
|
af4dc0722b
|
takt run 実行時に蓋閉じスリープを抑制
|
2026-02-11 22:56:41 +09:00 |
|
nrslib
|
a50687a055
|
dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策)
|
2026-02-11 22:48:56 +09:00 |
|
nrs
|
f8fe5f69d2
|
Merge pull request #247 from nrslib/release/v0.12.1
Release v0.12.1
v0.12.1
|
2026-02-11 22:48:12 +09:00 |
|
nrslib
|
3e8db0e050
|
Release v0.12.1
|
2026-02-11 22:47:32 +09:00 |
|
nrslib
|
0d73007c3f
|
セッションが見つからない場合に info メッセージを表示
|
2026-02-11 22:46:22 +09:00 |
|
nrslib
|
b4a224c0f0
|
opencode に対して report fase は deny
|
2026-02-11 22:35:19 +09:00 |
|
nrslib
|
ef0eeb057f
|
Skip copying tasks/ dir during project init (TASK-FORMAT is no longer needed)
|
2026-02-11 21:05:21 +09:00 |
|
nrslib
|
fa3ac7437e
|
Rename TAKT from "Task Agent Koordination Tool" to "TAKT Agent Koordination Topology"
|
2026-02-11 21:03:58 +09:00 |
|
nrs
|
a79196aa46
|
Fix capitalization in project description
|
2026-02-11 18:54:38 +09:00 |
|
nrs
|
86e80f33aa
|
Release v0.12.0 (#241)
* takt: github-issue-193-takt-add-issue (#199)
* 一時的に追加
* github-issue-200-arpeggio (#203)
* fix: stable release時にnext dist-tagを自動同期
* takt: github-issue-200-arpeggio
* github-issue-201-completetask-completed-tasks-yaml (#202)
* fix: stable release時にnext dist-tagを自動同期
* takt: github-issue-201-completetask-completed-tasks-yaml
* takt: github-issue-204-takt-tasks (#205)
* feat: frontend特化ピースを追加し並列arch-reviewを導入
* chore: pieceカテゴリのja/en並びと表記を整理
* takt: github-issue-207-previous-response-source-path (#210)
* fix: callAiJudgeをプロバイダーシステム経由に変更(Codex対応)
callAiJudgeがinfra/claude/にハードコードされており、Codexプロバイダー使用時に
judge評価が動作しなかった。agents/ai-judge.tsに移動し、runAgent経由で
プロバイダーを正しく解決するように修正。
* Release v0.11.1
* takt/#209/update review history logs (#213)
* fix: callAiJudgeをプロバイダーシステム経由に変更(Codex対応)
callAiJudgeがinfra/claude/にハードコードされており、Codexプロバイダー使用時に
judge評価が動作しなかった。agents/ai-judge.tsに移動し、runAgent経由で
プロバイダーを正しく解決するように修正。
* takt: github-issue-209
* takt: github-issue-198-e2e-config-yaml (#208)
* takt: github-issue-194-takt-add (#206)
* slug エージェントが暴走するのを対処
* 暴走抑止
* chore: add completion logs for branch and issue generation
* progressをわかりやすくする
* fix
* test: add withProgress mock in selectAndExecute autoPr test
* takt: github-issue-212-max-iteration-max-movement-ostinato (#217)
* takt: github-issue-180-ai (#219)
* takt: github-issue-163-report-phase-blocked (#218)
* Issue 作成時にタスクを積むかを確認
* takt: opencode (#222)
* takt: github-issue-192-e2e-test (#221)
* takt: issue (#220)
* ポート競合回避
* opencode 対応
* pass_previous_responseを復活
* takt: task-1770764964345 (#225)
* opencode でプロンプトがechoされる問題を修正
* opencode がハングする問題を修正
* worktreeにタスク指示書をコピー
* opencode の question を抑制
* Provider およびモデル名を出力
* fix: lint errors in merge/resolveTask/confirm
* fix: opencode permission and tool wiring for edit execution
* opencodeの終了判定が誤っていたので修正
* add e2e for opencode
* add test
* takt: github-issue-236-feat-claude-codex-opencode (#239)
* takt: slackweb (#234)
* takt: github-issue-238-fix-opencode (#240)
* Release v0.12.0
* provider event log default false
v0.12.0
|
2026-02-11 17:13:36 +09:00 |
|
nrslib
|
f4873306ad
|
Merge branch 'main' into release/v0.12.0
|
2026-02-11 17:12:36 +09:00 |
|
nrslib
|
1705a33a88
|
provider event log default false
|
2026-02-11 16:32:11 +09:00 |
|
nrslib
|
21537a3214
|
Release v0.12.0
|
2026-02-11 15:44:26 +09:00 |
|
nrs
|
9f1c7e6aff
|
takt: github-issue-238-fix-opencode (#240)
|
2026-02-11 15:26:12 +09:00 |
|
nrs
|
4fb058aa6a
|
takt: slackweb (#234)
|
2026-02-11 15:02:03 +09:00 |
|
nrs
|
a3555ebeb4
|
takt: github-issue-236-feat-claude-codex-opencode (#239)
|
2026-02-11 15:01:52 +09:00 |
|
nrslib
|
3ffae2ffc2
|
add test
|
2026-02-11 13:18:41 +09:00 |
|
nrslib
|
ee7f7365db
|
add e2e for opencode
|
2026-02-11 13:01:50 +09:00 |
|
nrslib
|
2a678f3a75
|
opencodeの終了判定が誤っていたので修正
|
2026-02-11 12:54:18 +09:00 |
|
nrslib
|
ccca0949ae
|
fix: opencode permission and tool wiring for edit execution
|
2026-02-11 11:31:38 +09:00 |
|
nrslib
|
15fc6875e2
|
fix: lint errors in merge/resolveTask/confirm
|
2026-02-11 11:03:00 +09:00 |
|
nrslib
|
69bd77ab62
|
Provider およびモデル名を出力
|
2026-02-11 10:38:03 +09:00 |
|
nrslib
|
fc1dfcc3c0
|
opencode の question を抑制
|
2026-02-11 10:08:23 +09:00 |
|
nrslib
|
77cd485c22
|
worktreeにタスク指示書をコピー
|
2026-02-11 10:03:30 +09:00 |
|
nrslib
|
c42799739e
|
opencode がハングする問題を修正
|
2026-02-11 09:48:05 +09:00 |
|
nrslib
|
1e4182b0eb
|
opencode でプロンプトがechoされる問題を修正
|
2026-02-11 08:47:46 +09:00 |
|
nrs
|
475da03d60
|
takt: task-1770764964345 (#225)
|
2026-02-11 08:41:38 +09:00 |
|
nrslib
|
addd7023cd
|
pass_previous_responseを復活
|
2026-02-11 08:11:05 +09:00 |
|
nrslib
|
4bc759c893
|
opencode 対応
|
2026-02-11 07:57:04 +09:00 |
|
nrslib
|
166d6d9b5c
|
ポート競合回避
|
2026-02-11 07:04:46 +09:00 |
|
nrs
|
36e77ae0fa
|
takt: issue (#220)
|
2026-02-11 06:37:06 +09:00 |
|
nrs
|
6bf495f417
|
takt: github-issue-192-e2e-test (#221)
|
2026-02-11 06:36:40 +09:00 |
|
nrs
|
b80f6d0aa0
|
takt: opencode (#222)
|
2026-02-11 06:35:50 +09:00 |
|
nrslib
|
dbc296e97a
|
Issue 作成時にタスクを積むかを確認
|
2026-02-10 23:52:52 +09:00 |
|
nrs
|
11045d1c57
|
takt: github-issue-163-report-phase-blocked (#218)
|
2026-02-10 23:44:41 +09:00 |
|
nrs
|
621b8bd507
|
takt: github-issue-180-ai (#219)
|
2026-02-10 23:44:03 +09:00 |
|
nrs
|
de6b5b5c2c
|
takt: github-issue-212-max-iteration-max-movement-ostinato (#217)
|
2026-02-10 23:43:29 +09:00 |
|
nrslib
|
0214f7f5e6
|
test: add withProgress mock in selectAndExecute autoPr test
|
2026-02-10 21:58:01 +09:00 |
|
nrslib
|
aeedf87a59
|
fix
|
2026-02-10 21:55:19 +09:00 |
|