Conversation
…son (#411) The tracker already carried a lane-other label with nothing in .oss.json declaring it, which the triage step reported as #411. And with no curate_route_threshold set, next_action.py could never check trap.d/ and kept reporting curate as not-configured rather than due or not-due. Both values are the ones oss:doctor measured on 2026-09-17; the threshold of 15 is the same decision the oss plugin's own repository made. Split out of that doctor run's larger scaffold refresh, which is a separate review. Closes #411 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Two keys
oss:doctormeasured on 2026-09-17, split out of its larger scaffold refresh so they can land on their own.labels.lane_other: "lane-other". The label already exists on the tracker; the config never declared it, which the triage step filed as triage: lane-other label exists on the tracker but .oss.json never declares labels.lane_other #411.curate_route_threshold: 15. Without it,next_action.pyreports curate asnot-configuredevery call and never checkstrap.d/. 15 is the same decision the oss plugin's own repository made.oss_config.py --validatepasses. No code change.Closes #411
🤖 Generated with Claude Code
[AI-generated]