Draft
Conversation
Owner
Author
Summary背景・目的現在の 要件1.
|
Owner
Author
Summary背景・目的現在の 要件1.
|
…t/366/implement-exceeded-requeue
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.
Summary
背景・目的
現在の
takt runでは、イテレーション上限に達すると追加イテレーションを求めるインタラクティブな対話が発生する。非同期実行では人間が監視していないためこの対話が機能しない。代わりにexceededステータスへ移行・停止し、takt listから再投入できる仕組みを実装する。要件
1.
exceededステータスの追加(優先度: 高)pendingなど)にexceededを追加するexceededステータスに移行して停止する2. イテレーションカウンターの継続(優先度: 高)
3. 再投入機能(優先度: 高)
takt listでexceededステータスのrunを確認・フィルタリングできるexceededのrunを再投入するコマンド/操作を実装する制約
pendingなど既存ステータスの挙動は変更しないOpen Questions
maxTurnsなど)はコードを調査して特定することExecution Report
Piece
default-test-first-minicompleted successfully.Closes #366