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

pre-releaseone hour ago

Move ingest reliability release for the aptos channel.

Fixed

  • Unbuildable Move packages no longer abort the analyze. Test fixtures, examples, and fuzzer corpora that cannot compile standalone (aptos-core alone has 470+) are skipped per package with a persistent warning naming the package and the compiler's first diagnostic. GITNEXUS_MOVE_STRICT=1 restores the previous fail-fast behavior.
  • _ placeholder named addresses are caught pre-flight with an actionable message (set concrete addresses in Move.toml, or exclude the package via .gitnexusignore) instead of a guaranteed compile failure.
  • Degraded compiler facts are now surfaced. move-flow silently omits inferred acquires data from builds with compiler errors — which currently includes anything depending on present-day aptos-framework (its specs use pragmas newer than move-flow v2.0.0's compiler; upstream: aptos-labs/aptos-ai#18, aptos-labs/aptos-ai#19, tracking: #2659). Such packages are still ingested, now with a persistent "compiled with errors — compiler-inferred facts (acquires) may be incomplete" warning instead of implied full fidelity.

Docs

  • README: new Analyzing real-world Move repositories section (skip behavior, strict mode, .gitnexusignore scoping, GITNEXUS_MOVE_FLOW_TIMEOUT_MS for cold git-dependency builds).

Install: npm i -g gitnexus@aptos · npm dist-tag: aptos

🤖 Generated with Claude Code

Don't miss a new GitNexus release

NewReleases is sending notifications on new releases.