docs(ams): port docs/fleet-run-manifest.md to a website docs page (docs.ams-fleet-manifest.tsx) - #6433
Merged
JSONbored merged 1 commit intoJul 16, 2026
Conversation
…cs.ams-fleet-manifest.tsx) Add content/docs/ams-fleet-manifest.mdx covering the top-level fleet-operator config for running the miner across many repos -- the repos list, per-repo and total worktree/concurrency budgets, and how it contrasts with the per-repo .loopover-miner.yml goal spec -- rendered via the existing DocsPage/Callout/CodeBlock/FeatureRow primitives. Add the page to docs-nav.tsx's "AMS: deployment" subgroup and to docs.index.tsx's Maintainers audience card. packages/loopover-miner/docs/fleet-run-manifest.md stays as the canonical source (ships inside the published @loopover/miner package) with a short pointer added to the new website page.
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
JSONbored
approved these changes
Jul 16, 2026
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.
Summary
content/docs/ams-fleet-manifest.mdxportingpackages/loopover-miner/docs/fleet-run-manifest.mdto the website: the top-level fleet-operator config for running the miner across many repos — thereposlist (per-repo worktree budgets),totalConcurrentWorktrees, and how it contrasts with the per-repo.loopover-miner.ymlgoal spec — rendered via the existingDocsPage/Callout/CodeBlock/FeatureRowui-kit primitives, following the pattern set in docs(ams): port DEPLOYMENT.md to a website docs page (docs.ams-deployment.tsx) #6022-docs(ams): port docs/miner-goal-spec.md to a website docs page (docs.ams-goal-spec.tsx) #6030.apps/loopover-ui/src/routes/docs.ams-fleet-manifest.tsx, a thin loader +docsClientLoaderroute matching every other migrated docs page.docs-nav.tsx's "AMS: deployment" subgroup and todocs.index.tsx's Maintainers audience card.packages/loopover-miner/docs/fleet-run-manifest.mdstays as the canonical source: it ships inside the published@loopover/minernpm package. 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/fleet-run-manifest.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, rebased on top of theOLLAMA_NUM_BATCH.env.examplefix, green: 912 test files / 17,464 tests passedSafety
Notes