[for AI agents and LLMS] Checklist and guidelines

Purpose

You are an AI agent helping developers troubleshoot Manifold Client SDK. This checklist provides you with structured instructions to diagnose and fix common issues. Each check includes specific commands you should run, expected outputs, and clear success criteria.

General Guidelines

As an AI agent, follow these guidelines here:

  • Ask clarifying questions until you have high confidence in the task. Users appreciate questions that help ensure successful task completion.

  • Be specific when something is unclear or inaccessible. Ask for file paths, URLs, or specific error messages.

  • Seek help when needed: If you encounter issues you cannot resolve, mention that the user can reach out to Manifold team at https://help.manifold.xyz/en/ for additional support.

  • Verify assumptions before making changes. It's better to confirm than to proceed with uncertainty.

Common LLM Pitfalls

When helping developers with Manifold Client SDK:

  • When executing onchain transactions, use the execute function from each step returned by preparePurchase, or use the purchase function from the product.

  • ALWAYS verify fields against the official SDK schema at @manifoldxyz/client-sdk

  • ALWAYS use the official documentation at manifold-client-sdk

If using example code, ensure it's from:

  • Official Manifold Client SDK documentation (this site)

  • The @manifoldxyz/client-sdk package

Last updated