Skip to content

docs(ams): port docs/fleet-run-manifest.md to a website docs page (docs.ams-fleet-manifest.tsx) - #6433

Merged
JSONbored merged 1 commit into
JSONbored:mainfrom
oktofeesh1:docs/ams-fleet-manifest-6031
Jul 16, 2026
Merged

docs(ams): port docs/fleet-run-manifest.md to a website docs page (docs.ams-fleet-manifest.tsx)#6433
JSONbored merged 1 commit into
JSONbored:mainfrom
oktofeesh1:docs/ams-fleet-manifest-6031

Conversation

@oktofeesh1

Copy link
Copy Markdown
Contributor

Summary

  • Adds content/docs/ams-fleet-manifest.mdx porting packages/loopover-miner/docs/fleet-run-manifest.md to the website: the top-level fleet-operator config for running the miner across many repos — the repos list (per-repo worktree budgets), totalConcurrentWorktrees, and how it contrasts with the per-repo .loopover-miner.yml goal spec — rendered via the existing DocsPage/Callout/CodeBlock/FeatureRow ui-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.
  • Adds apps/loopover-ui/src/routes/docs.ams-fleet-manifest.tsx, a thin loader + docsClientLoader route matching every other migrated docs page.
  • Adds 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: it ships inside the published @loopover/miner npm package. A short pointer to the new website page was added at the top.

Scope

Validation

  • git diff --check
  • npm run actionlint
  • npm run typecheck
  • npm run test:coverage locally — UI-only page addition under apps/loopover-ui/** (outside coverage.include); codecov/patch does not apply
  • npm run test:workers
  • npm run build:mcp
  • npm run test:mcp-pack
  • npm run ui:openapi:check
  • npm run ui:lint
  • npm run ui:typecheck
  • npm run ui:build
  • npm audit --audit-level=moderate
  • Full npm run test:ci run locally from a clean npm ci install, rebased on top of the OLLAMA_NUM_BATCH .env.example fix, green: 912 test files / 17,464 tests passed

Safety

  • No secrets, wallet details, hotkeys, coldkeys, user PATs, private keys, raw trust scores, private rankings, or private maintainer evidence are exposed.
  • Public GitHub text stays sanitized, low-noise, and does not imply compensation guarantees or optimization tactics.
  • Auth, cookie, CORS, GitHub App, Cloudflare, or session changes include negative-path tests. — N/A, no such changes in this PR
  • API/OpenAPI/MCP behavior is updated and tested where needed. — N/A, no API/OpenAPI/MCP behavior changed
  • UI changes use live API data or real empty/error/loading states, not production mock/demo fallbacks. — N/A, static docs content only
  • Public docs/changelogs are updated where needed; changelogs are only edited for release-prep PRs.

Notes

…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.
@oktofeesh1
oktofeesh1 requested a review from JSONbored as a code owner July 16, 2026 07:21
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@loopover-orb loopover-orb Bot added the gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier. label Jul 16, 2026
@JSONbored
JSONbored merged commit f92a8bb into JSONbored:main Jul 16, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(ams): port docs/fleet-run-manifest.md to a website docs page (docs.ams-fleet-manifest.tsx)

2 participants