nrslib
|
6b425d64fc
|
refactor: piece系設定解決をresolveConfigValueへ統一
|
2026-02-19 10:57:07 +09:00 |
|
nrslib
|
cbde7ac654
|
refactor: 設定参照をresolveConfigValueへ統一
|
2026-02-19 10:55:03 +09:00 |
|
nrslib
|
05b893f720
|
Release v0.17.0
|
2026-02-15 12:00:21 +09:00 |
|
nrs
|
de6b5b5c2c
|
takt: github-issue-212-max-iteration-max-movement-ostinato (#217)
|
2026-02-10 23:43:29 +09:00 |
|
nrs
|
ec88b90632
|
takt: github-issue-188 (#190)
|
2026-02-09 23:54:01 +09:00 |
|
nrs
|
cc63f4769d
|
desu-e2etesuto-nopiisu-wo-shim (#149)
* takt: desu-e2etesuto-nopiisu-wo-shim
* 動的にbuiltinを処理
|
2026-02-09 00:32:49 +09:00 |
|
nrs
|
b5eef8d3fa
|
takt: desu-koremadee2etesuto-tesuto (#150)
|
2026-02-09 00:25:53 +09:00 |
|
nrs
|
ffc151cd8d
|
takt: github-issue-125-claude-agent (#133)
|
2026-02-08 08:11:05 +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 |
|