feat(miner): generated env-var reference with CI drift check (#5179)#5295
Conversation
|
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 #5295 +/- ##
=======================================
Coverage 94.36% 94.36%
=======================================
Files 474 474
Lines 40124 40124
Branches 14629 14629
=======================================
Hits 37865 37865
Misses 1583 1583
Partials 676 676
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…Nbored#5179) Mirror the selfhost env-reference generator for packages/gittensory-miner: scan GITTENSORY_MINER_* and MINER_* reads, emit docs/env-reference.md, and fail CI when stale. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-12 13:31:33 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 6 non-blocking
Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory 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://gittensory.aethereal.dev/docs/gittensory-commands 🟩 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.
|
Summary
packages/gittensory-miner/scripts/generate-env-reference.mjsscanningbin/,lib/, andscripts/forGITTENSORY_MINER_*/MINER_*env reads (includingresolveLocalStoreDbPathliterals)packages/gittensory-miner/docs/env-reference.mdvianpm run miner:env-referenceminer:env-reference:checkintotest:ciso stale docs fail the buildpackages/gittensory-miner/README.mdCloses #5179
Test plan
npm run miner:env-reference:checknpx vitest run test/unit/miner-env-reference-script.test.ts(determinism + stale-doc regression)