fix(signals): render discouragedPaths in onboarding-pack preview markdown - #9336
Conversation
…down buildPreviewMarkdown dropped the sanitized discouragedPaths lane field, rendering only preferredPaths, validationExpectations, and publicNotes. Add the missing appendNestedList call so contributors see discouraged paths that the underlying lane data already carries.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9336 +/- ##
==========================================
+ Coverage 75.38% 75.41% +0.03%
==========================================
Files 275 276 +1
Lines 58023 58115 +92
Branches 6181 6203 +22
==========================================
+ Hits 43739 43830 +91
Misses 14014 14014
- Partials 270 271 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-27 13:30:52 UTC
Review summary Nits — 2 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
fix(signals): render discouragedPaths in onboarding-pack preview markdown
buildPreviewMarkdown dropped the sanitized discouragedPaths lane field,
rendering only preferredPaths, validationExpectations, and publicNotes.
Add the missing appendNestedList call so contributors see discouraged
paths that the underlying lane data already carries.
Closes #9286
Validation
Verified locally on this branch before opening:
npm run typechecknpx turbo run build:tsc build:verifynpm run test:coverage— patch coverage 100.0% of changed lines