MVP alpha.11: Beta readiness hardening - #66
Merged
ZebulonRouseFrantzich merged 11 commits intoMay 8, 2026
Merged
Conversation
…ct-polish change docs Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
…I polish). Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
ZebulonRouseFrantzich
changed the base branch from
main
to
mvp/beta_close_gaps_and_polish
May 8, 2026 00:23
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 131 out of 131 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (1)
internal/perfcontracts/evaluate.go:76
- evaluateExactMetric now uses almostEqual(..., 1e-9) instead of strict equality. For metrics using the "exact" budget class / "exact_match" comparison method, this changes the contract semantics by allowing mismatches within the tolerance to pass (and the tolerance is also absolute rather than relative-to-magnitude). If the intent is truly exact (e.g., invariant counts), keep strict equality; if the intent is to allow measurement noise, consider using an absolute/regression budget class or a comparison method that encodes an explicit tolerance in the contract instead of hard-coding one here.
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
Signed-off-by: Zebulon Rouse-Frantzich <zeb@runecode.org>
ZebulonRouseFrantzich
merged commit May 8, 2026
0fde44c
into
mvp/beta_close_gaps_and_polish
6 checks passed
ZebulonRouseFrantzich
deleted the
change/beta_readiness_hardening_product_polish
branch
May 8, 2026 14:18
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.
This pull request introduces several improvements and refinements across the CLI, TUI, documentation, and test suites, focusing on clarifying the default workflow operation for session execution triggers, enhancing audit evidence bundle test coverage, and improving the inspection and explanation of broker posture and attestation states.
Session Workflow Defaults and Documentation:
change_draftinstead ofdraft_promote_apply, with updated help text and tests to clarify this behavior. [1] [2] [3] [4] [5]Audit Evidence Bundle Command Testing:
Run Inspector and Attestation Posture Explanation:
Test and Internal Improvements:
These changes collectively improve usability, correctness, and clarity for both end-users and developers interacting with the system.