nrs
|
4f02c20c1d
|
Merge pull request #465 from nrslib/takt/420/remove-default-piece-switch
feat: デフォルトピースの概念と takt switch コマンドを削除
|
2026-03-04 18:02:28 +09:00 |
|
nrslib
|
47612d9dcc
|
refactor: agent-usecases / schema-loader の移動と pieceExecution の責務分割
- agent-usecases.ts を core/piece/ → agents/ へ移動
- schema-loader.ts を core/piece/ → infra/resources/ へ移動
- interactive-summary-types.ts を分離、shared/types/ ディレクトリを追加
- pieceExecution.ts を abortHandler / analyticsEmitter / iterationLimitHandler / outputFns / runMeta / sessionLogger に分割
- buildMergeFn を async → sync に変更(custom merge の file 戦略を削除)
- cleanupOrphanedClone にパストラバーサル保護を追加
- review-fix / frontend-review-fix ピースの IT テストを追加
|
2026-03-02 21:20:50 +09:00 |
|
nrs
|
dec77e069e
|
add-model-to-persona-providers (#324)
* takt: add-model-to-persona-providers
* refactor: loadConfigを廃止しresolveConfigValueにキー単位解決を一元化
loadConfig()による一括マージを廃止し、resolveConfigValue()でキーごとに
global/project/piece/envの優先順位を宣言的に解決する方式に移行。
providerOptionsの優先順位をglobal < piece < project < envに修正し、
sourceトラッキングでOptionsBuilderのマージ方向を制御する。
|
2026-02-20 11:12:46 +09:00 |
|
nrslib
|
6518faf72e
|
refactor: 設定の不要要素削除とconfigテンプレート刷新
|
2026-02-19 11:53:02 +09:00 |
|
nrslib
|
5dc79946f2
|
refactor: 設定解決をloadConfigへ統一し不要設定を削除
|
2026-02-19 10:32:59 +09:00 |
|
nrslib
|
7d20c016c7
|
無用なexportを排除
|
2026-02-12 17:33:39 +09:00 |
|
nrslib
|
cbed66a9ba
|
takt: 257/add-agent-usecase-structured-o
|
2026-02-12 15:26:32 +09:00 |
|
nrslib
|
bcf38a5530
|
takt: 257/add-agent-usecase-structured-o
|
2026-02-12 15:03:28 +09:00 |
|
nrslib
|
bf4196d3b3
|
takt: github-issue-257
|
2026-02-12 13:32:28 +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
|
89f2b635cf
|
fix: callAiJudgeをプロバイダーシステム経由に変更(Codex対応)
callAiJudgeがinfra/claude/にハードコードされており、Codexプロバイダー使用時に
judge評価が動作しなかった。agents/ai-judge.tsに移動し、runAgent経由で
プロバイダーを正しく解決するように修正。
|
2026-02-10 16:31:03 +09:00 |
|
nrslib
|
7ae4a78831
|
Output Contracts と Quality Gates の実装 + 未使用コード検出ポリシー厳格化
Output Contracts を report 配下のネスト構造に変更し、Quality Gates をスキーマ・パーサーに追加。
未使用コード検出ポリシーから公開API例外ルールを削除し、AIが未使用コードを許容する抜け道を塞ぐ。
|
2026-02-07 22:26:50 +09:00 |
|
nrslib
|
1466a7176d
|
takt: # タスク指示書: Output Contracts と Quality Gates の実装
## 概要
仕様ドキュメント `/Users/m_naruse/work/git/takt/task_planning/output-contracts-and-quality-gates.md` に基づき、YAML構造の変更を実装する。
---
## タスク一覧
### 【高】トップレベル構造の変更
- 現在の `output_contracts` を `report_formats` にリネーム
- レポートテンプレート定義として機能させる
### 【高】Movement内の output_contracts 構造変更
- 各 movement の `output_contracts` が直接レポート配列を持つ構造に変更
- `output_contracts.report` の `report` キーを廃止
**変更後の構造:**
```yaml
report_formats: # トップレベル(テンプレート定義)
plan: ...
movements:
- name: plan
output_contracts: # 直接配列(reportキー不要)
- name: 00-plan.md
format: plan
```
### 【中】quality_gates の実装
- エージェントへの通達として機能させる(自動検証は将来実装)
- Movement完了時にエージェントが参照できる形式で定義
---
## 制約(ユーザー明示)
- 後方互換性は不要
---
## 確認方法
- 既存のピース定義YAMLが新構造でパースできること
- テストが通ること
|
2026-02-07 22:03:43 +09:00 |
|
nrslib
|
6f94681359
|
change agent to persona
|
2026-02-07 08:52:37 +09:00 |
|
nrslib
|
38d43f2168
|
pieceに完全移行
|
2026-02-04 11:07:41 +09:00 |
|
nrslib
|
887365c4eb
|
無用な後方互換削除
|
2026-02-04 04:04:56 +09:00 |
|
nrslib
|
6378ee6174
|
プロンプトを見通しやすく変更
|
2026-02-04 03:33:48 +09:00 |
|
nrslib
|
b944349d8f
|
refacotr
|
2026-02-02 21:52:40 +09:00 |
|
nrslib
|
7d8ba10abb
|
refactor
|
2026-02-02 17:11:42 +09:00 |
|
nrslib
|
c1fccaaf37
|
support for codex
|
2026-01-26 16:24:50 +09:00 |
|
nrslib
|
ffe8776437
|
first commit:
|
2026-01-25 15:16:27 +09:00 |
|