fix: use cargo stylus CLI instead of plain cargo check/build#8
Conversation
|
The fix should use
The root cause is that
This addresses the agent behavior without introducing commands that bypass the purpose-built tooling. |
cargo stylus CLI instead of plain cargo check/build
|
@dtr0x thank you for the review, it totally makes sense! Updated the PR with your suggestion. |
|
Hi @keruch, thanks a lot for the PR and sorry for the delay. In order for us to merge this, the commits need to be signed. Would you be able to sign and re-push your commits? |
After creating a project, AI tries to check if it compiles using
cargo checkwithout--target wasm32-unknown-unknown. Compilation fails, and AI falls into an infinite loop of resolving dependency issues.