diff --git a/.changepacks/changepack_log_truth_in_partial_results.json b/.changepacks/changepack_log_truth_in_partial_results.json deleted file mode 100644 index 41de61e2..00000000 --- a/.changepacks/changepack_log_truth_in_partial_results.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "changes": { - "crates/devup-mcp/Cargo.toml": "Patch", - "crates/devup-mcp-devup-ui/Cargo.toml": "Patch" - }, - "note": "R1 fixes contradictions in existing export results: hidden snapshot subtrees no longer emit asset references, and generated outputs that still require excluded assets are withheld with failures and partial status. Default projectionIssues expose approximation evidence and unclassified uncovered layout is lossy instead of exact. Asset quality describes binary collection consistently with assetSummary, whose statuses now have descriptions and an exclusion count. Budget recommendations are capped at three frames and hard maxFrameCount=6 is explicit. Patch: restores the existing truthfulness/completeness contract; adds compatible explanatory fields without adding a new capability or changing accepted request limits. Regression fixtures model paths confirmed from WQUW-118/119 reports; they are not claimed to replay missing source snapshots.", - "date": "2026-09-09T14:35:44+09:00" -} diff --git a/Cargo.toml b/Cargo.toml index f8ccb1d4..8c8cf259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "3" [workspace.package] -version = "0.4.0" +version = "0.4.1" edition = "2024" rust-version = "1.98" license = "MIT"