Feat/code quality capability metrics - #30
Merged
Merged
Conversation
…style comparative matrix
… for reliability comparison matrix
…nscripts, add task completion success metrics
…ckend, Testing, Docs, Research)
… and comment-to-code ratio
contactacefleetdev
pushed a commit
that referenced
this pull request
Aug 28, 2026
One conflict, in dashboard_render.py: both sides added functions at the same point and both carried a _fleet definition. Resolved by keeping both feature sets. main's _fleet is byte-identical to the merge base -- it was never edited there -- so it is superseded by this branch's, which takes the reference map. main's _quality is kept in full and ordered ahead of it, because _fleet's signature has to stay adjacent to a body that lives outside the conflict region. Verified after resolving: the mode toggle, reference badges and per-metric counterfactual render alongside main's quality section, and the suite is green at 114 including main's nine new quality tests. Note: PR #30 carried an older duplicate of this branch's lever work, swept in by a parallel session. d2618af removed it before merge, so main has no levers and there was no conflict over them. It also means main still carries the silent-telemetry bug this branch fixes -- usage_to_request_log raising on every turn into the except that protects the response.
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.
Description
Summarize the changes made in this Pull Request and the problem being solved.
Type of Change
Verification
Describe the tests and checks performed to verify changes:
pytestpasses cleanly.python -m buildandtwine check dist/*pass.scripts/e2e_test.pypasses.Checklist
CHANGELOG.mdwith my changes.