Skip to content

Reinstall @loopover/engine + @loopover/miner at real published versions on the AMS verification server (currently a hand-patched 3.1.1 + ancient 2.0.0) #7644

Description

@JSONbored

Problem

The AMS self-host verification server's globally-installed AMS packages are badly out of sync with what's actually published and merged:

Any AMS run on this server right now is testing an unversioned, hand-patched build that doesn't correspond to any real release, not the actual current state of the product.

Area

Infra / ops — this is a real server, not a GitHub-issue-shaped code change (per this repo's own "what's safe to unleash" test: live credential/deployment actions on a specific dedicated box are maintainer-executed ops, not contributor work).

Proposal

Reinstall both packages globally at their real latest published versions (npm install -g @loopover/engine@latest @loopover/miner@latest, or pin to the specific versions the maintainer wants to standardize on), removing the manually-patched dist files. Clean up the leftover debugging working directory afterward — it has stale build artifacts, diagnostic scripts, and old auth/credential artifacts from a prior session that shouldn't persist on the box; rotate/revoke any credentials found there before deleting, in case any of it is still live.

Once current, re-run the discover/plan/code loop against a real target to get a trustworthy signal — including specifically re-checking whether #6363-v2's target_not_found/issue_missing failure still reproduces on current code, since that's untracked and unconfirmed as a real bug vs. a version-staleness artifact.

Deliverables

  • @loopover/engine and @loopover/miner reinstalled at real, officially published versions.
  • Stale debugging artifacts cleaned up (credentials rotated first if live).
  • A fresh, current-code pilot run's outcome recorded (even just as a comment here), specifically noting whether target_not_found/issue_missing still reproduces.

Resources

Boundaries

Ops action on real infrastructure with real credentials — maintainer-only, not contributor-eligible. No server hostnames, usernames, file paths, or credential identifiers belong in this issue or its comments — this is a public repo.

maintainer-only — infra/ops, not a build task.

Metadata

Metadata

Assignees

Labels

maintainer-onlyOwner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions