Conversation
- Extend execute sync characterization to assert per-sprint mode leaves lane metadata drift. - Add task_spec unit tests for auto/group mode classification and anchor expectations. - Add ignored target assertions for future single-lane canonicalization invariants.
CoverageTotal line coverage: 86.35% (58130/67316 lines hit). |
- Add sprint3 delivery characterization for auto single-lane artifact mismatches. - Add sprint4 delivery characterization for live start-sprint issue-row overwrite drift. - Lock task-spec, prompt, comment, and issue-table drift assertions for follow-on refactors.
- Allow dead_code on shared integration test helper used only by some test targets. - Allow too_many_arguments on task_spec unit-test fixture helper to satisfy -D warnings.
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
s1-auto-g2for Plan: plan-issue-cli Task Decomposition runtime-truth refactor #250 now includes S1T2 + S1T3 characterization coverage.start-sprintoverwrite behavior.Scope
execute.rs/task_spec.rs): strengthen auto single-lane drift assertions and add ignored future canonicalization targets.tests/sprint3_delivery.rs): characterize localstart-plan/start-sprintartifact mismatch for auto single-lane (Task Decompositionvs task-spec/prompt/comment semantics).tests/sprint4_delivery.rs): characterize livestart-sprintsync path overwriting issue rows from recomputed task-spec rows (usingghstub).Testing
cargo test -p nils-plan-issue-cli sync_issue_rows_from_task_spec_auto_single_group_uses_per_sprint_mode -- --exact(pass; package-level exact filter matched 0 tests in current target layout)cargo test -p nils-plan-issue-cli task_spec::tests::execution_mode_by_task_auto_single_lane_uses_per_sprint -- --exact(pass)cargo test -p nils-plan-issue-cli --lib execute::tests::sync_issue_rows_from_task_spec_auto_single_group_uses_per_sprint_mode -- --exact(pass)cargo test -p nils-plan-issue-cli --lib task_spec::tests:: -- --nocapture(pass; 4 passed, 1 ignored)cargo test -p nils-plan-issue-cli --test sprint3_delivery(pass)cargo test -p nils-plan-issue-cli --test sprint4_delivery(pass)cargo test -p nils-plan-issue-cli --test task_spec_flow(pass)cargo fmt -p nils-plan-issue-cli -- --check(pass)Issue
s1-auto-g2(shared-pr-anchor=S1T2)