chore: add --verbose near-miss reporting to eligible_backlog.py - #529
Open
essentialbit wants to merge 9 commits into
Open
chore: add --verbose near-miss reporting to eligible_backlog.py#529essentialbit wants to merge 9 commits into
essentialbit wants to merge 9 commits into
Conversation
Eligible backlog has printed [] for 6+ cycles running with zero visibility into why (below-threshold consensus vs risk:high vs already-referenced) — each cycle re-derived that reasoning by hand instead of a quick check. --verbose now surfaces the non-risk:high, unreferenced candidates sorted by consensus descending. Default (no flag) output is unchanged.
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
eligible_backlog.pyhas printed[]for 6+ cycles with no visibility into why (below-threshold consensus / risk:high / already-referenced) — self-directed tooling gap, not tied to any FSI feature proposal (precedent in fredai memory: this class doesn't need consensus/outcome-recording).--verboseflag returns{"eligible": [...], "near_misses": [...]}, where near_misses are non-risk:high, unreferenced proposals sorted by consensus descending. Default (no flag) behavior/output unchanged.Test plan
ast.parsesyntax checkpython3 scripts/eligible_backlog.py(no flag) still returns[], matching pre-change behaviorpython3 scripts/eligible_backlog.py --verbosereturns real near-miss data from the live open-proposal backlog