Conversation
added 30 commits
June 5, 2026 13:18
Expand the host docs IA mockup with populated setup, verification, pricing, operations, and common-question pages. Add local-only review helpers for change review and old-content lineage highlighting. These review helpers are for the fork/demo branch and should be removed before a production docs PR.
…-mockup # Conflicts: # host/payment.mdx
Publish the reviewed Host Docs corrections, exact-passage proof bindings, shareable report, and retained failure/retest history for PR185. Record 194 PASS, 149 citation FAIL, 23 BLOCKED, 4 N/A, and 1635 UNVALIDATED claims. Preserve the 186 Python and 97 reviewer test results and bounded machine150296 SSH/Jupyter/self-test-preflight observations. Keep runtime/operator and Product/Finance/Legal/source-owner work separate and open. Preserve hash-pinned evidence formatting; no merge or human acceptance is implied.
This branch has not been deployed
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.
Current Host Docs review update — 14 September 2026
For CON-1518, this update publishes the accumulated Host Docs source/citation corrections, clearer per-passage reviewer controls, and refreshed handoff.
The current inventory covers 44 Host pages, with 18 CLI and 15 SDK support references kept separate from Host workflows. It records 319 scoped PASS / 26 FAIL / 23 BLOCKED / 87 not applicable / 1,558 UNVALIDATED passages. These are passage counts, not unique product facts or an acceptance score.
Validation for this publication: 93 current-Host Python tests and 68 reviewer JavaScript tests passed; the final publication-copy change is separately retested. Prior retained checks cover all 38 payout-page passage locators and exact source controls in both reviewers. The generated HTML is checked against its export manifest. No new Host/API, account, payment or paid operation was performed for this publication.
Runtime/operator work and source/owner confirmation remain separate and open. This update does not request automatic merge or record human acceptance.
Important
Reviewer focus: use the eight shared decisions in REVIEW-QUESTIONS.md plus the page-specific Jira gates shown by the local port 4000 review panel. Start with CON-1187 and CON-1509.
1 · IA approval · 2 · Review mechanics · 3 · Pricing · 4 · Machine errors · 5 · Installer screenshot · 6 · Supported Hardware · 7 · Host Teams · 8 · Persona scope
Summary
vastai dump-logs, the B300/very-high-VRAM cap, and older-GPU CUDA image selection.Corrected Jira traceability
Full evidence matrix and the CON-1519 bundle-ownership decisions: REVIEW-TRACEABILITY.md.
0cb28ffis in PR 185 and distributed the human-reviewed common-host answers across 33 canonical Host pages./host/common-host-questionsis intentionally a routing index, not the full source-review artifact.scripts/generate_self_test_reference.pyand.github/workflows/self-test-reference.ymlprovide generation and drift detection. The passingverify-self-test-referencecheck proves the repository can read the privatevast-ai/self-testsource.dump-logsand opt-in host-local artifacts, the rebuilt image/platform matrix, and pre-Volta/Volta image-selection rules.Remaining Jira gates
The port 4000 panel is the page-by-page source of truth. The highest-impact remaining questions are:
undefinedinstall-command, earnings/payout, andbilling_readbehavior (CON-1581).Stack context
This PR includes the stacked work from:
Because the upstream repository does not expose PR #156's head as an available upstream base branch, this PR targets
main. The narrow CON-1584-only comparison remains available in the fork stack at jjziets#2.Earlier validation (historical)
npm run test-review-context— 9/9 passing, including multi-reviewer JSON round-trip, newest-item-wins, anchor preservation, and atomic invalid-import rejectionnpm run check-persona-chips— 39 authored Host pages in syncvast-ai/vast-cli@d4316fbandvast-ai/self-test@6f93fc4sources — byte-for-byte idempotentactionlint .github/workflows/self-test-reference.ymlnode --check review-server.mjsgit diff --checklocalhost:3000/host/self-test-reference: generated content and legacy anchors render; no review overlaylocalhost:4000/host/self-test-reference: Jira issues render and only the authoritative queue/wait-time question remainsmint broken-linksstill reports the branch's existing 100 API-reference/notification links; none are introduced by the changed filesReview locally with inline commenting
Use Git, the GitHub CLI and Node.js 24. The current preview was checked on macOS; a fresh clone/install and Linux/Windows setup were not re-executed for this publication. Compare the fetched checkout and report digest as described in the standalone HTML.
1. Clone and prepare the PR
Use Terminal on macOS/Linux or PowerShell/Windows Terminal on Windows:
2. Start the plain docs preview — terminal 1
Open a terminal in the parent folder:
Leave it running. It serves the plain docs preview on port 3000.
3. Start the review overlay — terminal 2
Open a second terminal in the same parent folder:
Leave it running. It serves the review tool on port 4000.
Open http://localhost:4000/host/hosting-overview.
review-feedback/inside the checkout.If Mintlify selects port 3001 because port 3000 is occupied, start the review server with
node review-server.mjs --target http://localhost:3001.