fix(miner): wire deployment-docs audit into real CI execution - #6465
fix(miner): wire deployment-docs audit into real CI execution#6465bohdansolovie wants to merge 1 commit into
Conversation
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
deployment-docs-audit.js claimed stale DEPLOYMENT.md docs would fail CI, but the audit had no runtime caller. Add a real checker script, run it in CI's miner lane, and cover the script with a focused unit test. Closes JSONbored#6158 Co-authored-by: Cursor <cursoragent@cursor.com>
486be7d to
0ddf1e5
Compare
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-16 10:07:00 UTC
Review summary Nits — 1 non-blocking
CI checks failing
Flagged checks (non-blocking)
Decision drivers
Context & advisory signals — never blocks the verdict
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.
|
|
LoopOver is closing this pull request on the maintainer's behalf (CI is failing (validate, validate-tests (5), validate-tests (6), validate-tests (2), validate-code)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
packages/loopover-miner/scripts/check-deployment-docs-audit.mjs) that runs the existing deployment-docs audit against the live miner tree.validate-codeminer lane) via a new npm script so deployment-doc drift can actually fail CI as documented.test/unit/miner-deployment-docs-audit-script.test.ts) for both pass and fail paths.Closes #6158
Scope
lib/deployment-docs-audit.jsunchangedValidation
node packages/loopover-miner/scripts/check-deployment-docs-audit.mjsnpm run test -- test/unit/miner-deployment-docs-audit-script.test.tsSafety
Made with Cursor