Extend the cross-ecosystem develop-secure-contracts skill (openzeppelin-skills) with Sui Move — delivering the "library integration" capability for Sui (consistent with other ecosystems; no separate integrate-* skill exists).
- add
.move to the file-glob language detection + dependency resolution (Move.toml → r.mvr = "@openzeppelin-move/...")
- add a Sui directory-structure / patterns section
- add Move syntax patterns (capability-based access, receiver syntax, module layout) sourced from audited
examples/ + doc-comments
- no
@openzeppelin/contracts-cli for Sui → replace generate-compare-apply with "inspect the installed library + examples + docs"
Part of #377; depends on metadata #375 (done).
Extend the cross-ecosystem
develop-secure-contractsskill (openzeppelin-skills) with Sui Move — delivering the "library integration" capability for Sui (consistent with other ecosystems; no separate integrate-* skill exists)..moveto the file-glob language detection + dependency resolution (Move.toml→r.mvr = "@openzeppelin-move/...")examples/+ doc-comments@openzeppelin/contracts-clifor Sui → replace generate-compare-apply with "inspect the installed library + examples + docs"Part of #377; depends on metadata #375 (done).