docs(ams): port docs/operations-runbook.md to a website docs page (docs.ams-operations-runbook.tsx) - #6318
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
…cs.ams-operations-runbook.tsx) Add content/docs/ams-operations-runbook.mdx covering SQLite concurrency guarantees, the two-miners-collided and ledger-corruption recovery scenarios, backup/restore tooling, and post-upgrade schema migration -- rendered via the existing DocsPage/Callout/CodeBlock/FeatureRow primitives. Add the page to docs-nav.tsx's "AMS: deployment" subgroup (alongside the deployment guide) and to docs.index.tsx's Maintainers audience card. packages/loopover-miner/docs/operations-runbook.md stays as the canonical source (ships inside the published @loopover/miner package; its content is asserted by miner-operations-runbook.test.ts) with a short pointer added to the new website page.
f5086c0 to
97bcf06
Compare
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-16 01:41:53 UTC
Review summary Nits — 6 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionNot yet addressed 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://gittensory.aethereal.dev/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.
|
Summary
content/docs/ams-operations-runbook.mdxportingpackages/loopover-miner/docs/operations-runbook.mdto the website: SQLite concurrency guarantees (busy_timeout), the two-miners-collided and ledger-corruption recovery scenarios, backup/restore tooling, and post-upgrade schema migration — rendered via the existingDocsPage/Callout/CodeBlock/FeatureRowui-kit primitives, following the pattern set in PR #6312 (docs(ams): port DEPLOYMENT.md to a website docs page (docs.ams-deployment.tsx) #6022).apps/loopover-ui/src/routes/docs.ams-operations-runbook.tsx, a thin loader +docsClientLoaderroute matching every other migrated docs page.docs-nav.tsx's "AMS: deployment" subgroup (alongside the deployment guide) and todocs.index.tsx's Maintainers audience card.packages/loopover-miner/docs/operations-runbook.mdstays as the canonical source: it ships inside the published@loopover/minernpm package (check-miner-package.test.tsrequires everydocs/*.md) and its content is directly asserted byminer-operations-runbook.test.ts. A short pointer to the new website page was added at the top.Scope
type(scope): short summaryConventional Commit format.apps/loopover-ui/**, plus a documentation pointer inpackages/loopover-miner/docs/operations-runbook.md.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally — UI-only page addition underapps/loopover-ui/**(outsidecoverage.include);codecov/patchdoes not applynpm run test:workersnpm run build:mcpnpm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderatenpm run test:cirun locally from a cleannpm ciinstall (verifying the fumadocs-mdxpostinstallfix from fix(ui): generate fumadocs-mdx collections/* via postinstall #6310 holds), green: 894 test files / 17,168 tests passedminer-operations-runbook.test.tsandcheck-miner-package.test.ts— pass unchangedSafety
Notes