README.md
트리거
Run this from the project root once Claude Code is ready.
/schema-deploy {schemaFile}파이프라인
트리거를 실행할 때 에이전트들이 어떻게 순차적으로 작동하는지 보여줍니다.
실행 예시
/schema-deploy studio/schemas/playbook.ts출력 샘플
textDiff: 2 additive fields, 1 rename (heroImage → cover). Migration: 412 docs touched, dry-run clean. Deployed. Verifier: 10/10 OK.
Related reading
apis
REST vs GraphQL: When to Use Each
A practical guide to choosing between REST and GraphQL for your API, based on real-world use cases and trade-offs.
tutorials
How to Build a REST API with Node.js and Express
A comprehensive guide to building production-ready REST APIs with Node.js, Express, and best practices for error handling and validation.