Release v0.13.0-alpha.1#260
Merged
Merged
Conversation
* dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策) * takt run 実行時に蓋閉じスリープを抑制 * takt: github-issue-244 * takt: #244/implement-parallel-subtasks
* dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策) * takt run 実行時に蓋閉じスリープを抑制 * takt: github-issue-245-report
* dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策) * takt run 実行時に蓋閉じスリープを抑制 * takt: github-issue-237-fix-ctrl-c-provider-graceful-timeout-force
cloneAndIsolateがgit remote remove originした後、リモート追跡refが 全て消えるため、default以外の既存ブランチをcheckoutできなかった。 git clone --branchでclone時にローカルブランチを作成するように変更。 併せてブランチ名フォーマットからgit非互換の#を除去。
- backend / backend-cqrs ピースを en/ja で追加 - ピースカテゴリにバックエンドピースを登録 - アーキテクチャナレッジに「操作の一覧性」「パブリック API の公開範囲」を追加 - DRY 基準を回数ベースから本質的重複ベースに改善
- backend / backend-cqrs ピースを en/ja で追加 - ピースカテゴリにバックエンドピースを登録 - アーキテクチャナレッジに「操作の一覧性」「パブリック API の公開範囲」を追加 - DRY 基準を回数ベースから本質的重複ベースに改善
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Added
team_leader設定(persona, maxParts, timeoutMs, partPersona, partEdit, partPermissionMode)をサポート (# ムーブメントチームリーダーエージェントによるタスク並列化実装 #244)builtins/schemas/に追加。Claude / Codex 両プロバイダーで対応 (エージェント呼び出しのユースケース一覧化と構造化出力の導入 #257)backendビルトインピース: バックエンド開発特化のピースを新規追加 — バックエンド、セキュリティ、QA の並列専門家レビュー対応backend-cqrsビルトインピース: CQRS+ES 特化のバックエンド開発ピースを新規追加 — CQRS+ES、セキュリティ、QA の並列専門家レビュー対応agent-usecases.tsにエージェント呼び出しのユースケースを集約し、構造化出力の注入を一元管理Changed
src/index.tsの公開 API を大幅に絞り込み — 内部実装の詳細を非公開化し、安定した最小限の API サーフェスに (エージェント呼び出しのユースケース一覧化と構造化出力の導入 #257)JudgmentDetector/FallbackStrategyを廃止し、構造化出力ベースのstatus-judgment-phase.tsに統合 (エージェント呼び出しのユースケース一覧化と構造化出力の導入 #257)sigintHandler.tsを廃止しShutdownManagerに統合 — グレースフル → タイムアウト → 強制終了の3段階制御 (fix: Ctrl+C 停止制御を全Providerで共通化(graceful + timeout + force kill) #237)Fixed
#を除去Internal
judgment/ディレクトリを削除Commits
Closes
Closes #237
Closes #244
Closes #245
Closes #246
Closes #257