[planner] 読取りVerifyと出力担当を分けて元義務を保持する - #491
Merged
Merged
Conversation
Kewton
marked this pull request as ready for review
September 17, 2026 13:47
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.
Tracks #490
問題と変更
同じpackage.jsonを読むVerifyが追加されると、要求保持判定が両方を出力担当として数え、元の検査が残っている計画まで拒否していました。裏付けのある読取り検査は、一つの元義務を一つの対応Verifyへ結び付けて保持するように変更します。
検証
cargo fmt --all -- --check、cargo clippy --offline --all-targets -- -D warnings、cargo test成功。全体は2,994 passed、0 failed、既存の42 ignored。適用範囲は上記の検査形式です。元build検査のpreset変換での喪失は別の既知課題として診断を残しています。実モデルによるアプリ生成・GUIの改善は今回の確認範囲に含みません。