Update CCIP skill guidance#37
Conversation
|
👋 thodges-gh, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
9305c32 to
aa4ee54
Compare
|
Validation run:
The new guardrails still preserve the useful safe workflow surface: discovery, status lookup, fee estimation, route/token checks, command templates, unsigned transaction construction, and code generation. The main behavior change is correctly shifting side-effecting work from “agent executes after approval” to “agent prepares user-run artifacts.” The only meaningful follow-up I found is eval drift: several rubrics/cases still encode the old approval and second-confirmation model, so those should be updated to match the new non-custodial boundary. |
Updates the Chainlink CCIP skill guidance to clarify non-custodial workflows across CLI, SDK, MCP, CCT, monitoring, and non-EVM references. The skill now consistently prepares user-run commands, unsigned transaction data, and implementation guidance while keeping signing and broadcasting in the user’s own wallet-controlled environment.