First npm release of the Aptos / Move support channel.
Install
npm install -g gitnexus@aptos
# or
npx gitnexus@aptos analyzeWhat'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: setMOVE_FLOWto a preinstalled binary orGITNEXUS_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
gitnexus1.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