github abhigyanpatwari/GitNexus aptos-v1.6.10-aptos.0
gitnexus 1.6.10-aptos.0 (Aptos channel)

latest releases: v1.6.10-rc.94, rc/4f598313246f945500f5295dee37702d9ba80d13, v1.6.10-rc.93...
pre-release11 hours ago

First npm release of the Aptos / Move support channel.

Install

npm install -g gitnexus@aptos
# or
npx gitnexus@aptos analyze

What's in this channel

  • Move (Aptos) language support via compiler-first graph ingestion (#2524, #2601): functions, structs, enums, constants, modules, entry/view modifiers, acquires, attributes, and cross-module call resolution.
  • Analyze-time MoveFlow provisioning (#2622): the pinned MoveFlow compiler is downloaded on the first analyze of a repo containing Move.toml — checksum-verified over HTTPS, cross-process locked, cached under ~/.gitnexus/tools/move-flow. Air-gapped hosts: set MOVE_FLOW to a preinstalled binary or GITNEXUS_SKIP_MOVE_FLOW=1.
  • Compiler identity tracking: a changed or missing compiler forces a full rebuild instead of silently mixing facts; an unavailable compiler leaves an existing Move graph untouched.
  • Everything from stable gitnexus 1.6.9 plus the current main-line LadybugDB stability improvements (buffer-pool capping, incremental writeback ordering fixes).

Versioning

Aptos builds follow X.Y.Z-aptos.N and publish only to the aptos dist-tag — npm install gitnexus continues to serve the stable channel.

🤖 Generated with Claude Code

Don't miss a new GitNexus release

NewReleases is sending notifications on new releases.