fix(selfhost): stop embedding line numbers in the generated env-reference doc - #3676
Conversation
…ence doc firstReference embedded exact file:line, so any unrelated line shift in a scanned source file made the generated doc go stale -- two concurrent PRs touching the same file produced conflicting regenerations and collided on rebase (3+ past reactive regeneration commits, most recently PR #3625). Drop the line number; the file path alone is stable across unrelated edits and only changes when a read is actually added, removed, or relocated.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | a20e0be | Commit Preview URL Branch Preview URL |
Jul 06 2026, 01:11 AM |
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ Gittensory review result - approve/merge recommendedReview updated: 2026-07-06 01:16:09 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 3 non-blocking
Review context
Contributor next steps
Signal definitions
🟩 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 Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3676 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 314 314
Lines 32058 32058
Branches 11749 11749
=======================================
Hits 29907 29907
Misses 1517 1517
Partials 634 634 🚀 New features to boost your workflow:
|
Summary
Closes #3675
Scope
Validation
Safety