بنقرة واحدة
build-sdk
Build SDK packages in the correct dependency order
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build SDK packages in the correct dependency order
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Yellow Network Protocol app sessions for AI agents - a shared room where several agents pool funds, reallocate off-chain at machine speed, and settle one final split. Use for multiparty settlement among agents. Covers connecting, the funded-account prerequisite, creating a session with participants + weights + quorum, deposit, operate, withdraw, close, and the trust boundary. Grounded in the official @yellow-org/sdk lifecycle example.
Run tests for a specific module or the whole project
Run linters and formatters for the appropriate language
Thorough code review of current changes or a specific PR
Run TypeScript type checking across SDK packages
| name | build-sdk |
| description | Build SDK packages in the correct dependency order |
| allowed-tools | Bash, Read |
Build SDK packages for: $ARGUMENTS
Important: sdk/ts-compat depends on sdk/ts via "@yellow-org/sdk": "file:../ts". Always respect build order.
If $ARGUMENTS is "all" or empty, build everything in order:
cd sdk/ts && npm run build (this runs tests then tsc)cd sdk/ts-compat && npm run buildgo build ./sdk/go/...If $ARGUMENTS specifies a single package, build just that:
cd sdk/ts && npm run buildcd sdk/ts-compat && npm run buildgo build ./sdk/go/...Report build success/failure for each package with any error details.