Release v0.11.0#197
Merged
Merged
Conversation
…refs refactor-builtin-pieces
#177 マージ後の補完。instruction_template が instruction と同じ 参照解決ルートを使うようになったことをスキルリファレンスに反映。
アシスタントが「仕様確定まで?実装まで?」のようなスコープ判断を Open Questionsに含めていた問題を修正。指示書は常にピース実行用であり、 ゴールは実装であることを大前提として明記。
blocked はユーザー入力で解決可能な状態、error はプロバイダー障害として意味を明確化。 PieceEngine で error ステータスを検知して即座に abort する。 Codex クライアントにトランジェントエラー(stream disconnected, transport error 等)の 指数バックオフリトライ(最大3回)を追加。
This was referenced Feb 9, 2026
Closed
Closed
Closed
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
e2e-testビルトインピース: E2Eテスト特化のピースを新規追加 — E2E分析 → E2E実装 → レビュー → 修正のフロー(VitestベースのE2Eテスト向け)errorステータス: プロバイダーエラーをblockedから分離し、エラー状態を明確に区別可能に。Codex にリトライ機構を追加tasks.yamlに統合。TaskRecordSchemaによる構造化されたタスクライフサイクル管理(pending/running/completed/failed)Changed
policies/personas/knowledge/instructions/report_formats宣言を削除し、名前ベースの暗黙的解決に移行takt listの優先度・参照改善: ブランチ解決のパフォーマンス最適化 (optimize-base-commit-cache #186, github-issue-191-takt-list-priority-refs-ref #195, github-issue-189 #196)Fixed
Internal
Commits