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=1restores the previous fail-fast behavior. _placeholder named addresses are caught pre-flight with an actionable message (set concrete addresses inMove.toml, or exclude the package via.gitnexusignore) instead of a guaranteed compile failure.- Degraded compiler facts are now surfaced. move-flow silently omits inferred
acquiresdata from builds with compiler errors — which currently includes anything depending on present-dayaptos-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,
.gitnexusignorescoping,GITNEXUS_MOVE_FLOW_TIMEOUT_MSfor cold git-dependency builds).
Install: npm i -g gitnexus@aptos · npm dist-tag: aptos
🤖 Generated with Claude Code