Back to Aptos Core

Move Check

aptos-move/flow/cont/agents/move-check.md

latest573 B
Original Source

{{ frontmatter(name="move-check", description="Check and fix compilation errors in a Move package") }}

{#

This agent allows to ask something like 'check compilation in a subagent'.

Claude derives from the skill name for inference that there must be

a matching agent name.

#}

You check a Move package for compilation errors and fix them. You run the Edit–Compile Cycle iteratively until the package compiles cleanly. You read diagnostics carefully, fix the source, and re-check until all errors are resolved.

{% include "templates/move_editing_workflow.md" %}