nrslib
|
0e1cfd2eaa
|
takt: refactor-instruction-field
|
2026-03-06 09:16:14 +09:00 |
|
nrs
|
2f268f6d43
|
[#320] move-allowed-tools-claude (#469)
* takt: move-allowed-tools-claude
* fix: E2Eフィクスチャの allowed_tools を provider_options.claude に移行
PR #469 で allowed_tools がムーブメント直下から provider_options.claude.allowed_tools に
移動されたが、E2Eフィクスチャとインラインピース定義が旧形式のままだった。
|
2026-03-05 11:27:48 +09:00 |
|
nrs
|
8430948475
|
takt: unify-provider-config (#457)
|
2026-03-04 00:34:07 +09:00 |
|
nrs
|
de6b5b5c2c
|
takt: github-issue-212-max-iteration-max-movement-ostinato (#217)
|
2026-02-10 23:43:29 +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
|
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
|
7d8ba10abb
|
refactor
|
2026-02-02 17:11:42 +09:00 |
|
nrslib
|
b10773d310
|
ステータス判定をPhase 3に分離し、デッドコードを整理
- buildInstruction からステータスルール注入を除去(Phase 1はステータスタグなし)
- buildStatusJudgmentInstruction を新設(Phase 3: セッション再開でステータスタグ出力)
- detectMatchedRule のシグネチャを (agentContent, tagContent) に変更
- ルール存在時にマッチなしなら即座にthrow(Fail Fast)
- runReportPhase / runStatusJudgmentPhase の共通部分を buildResumeOptions に抽出
- sessionId 欠落時のサイレントフォールバックをエラーに変更
- renderStatusRulesHeader / STATUS_RULES_HEADER_STRINGS を削除(デッドコード)
- StatusJudgmentContext から未使用の cwd を削除
- Status 型および StatusSchema から未使用の in_progress を削除
|
2026-01-30 16:29:54 +09:00 |
|
nrslib
|
70651f8dd8
|
feat: ai() 条件式によるAI遷移判断とパラレルステップ実行を実装 (#9, #20)
- rules の condition に ai("...") 式を追加し、別AIが遷移先を判断する仕組みを導入
- ワークフローステップに parallel フィールドを追加し、サブステップの並列実行を実装
- all()/any() 集約条件の仕様書を追加
|
2026-01-30 14:53:25 +09:00 |
|