-
Notifications
You must be signed in to change notification settings - Fork 0
Development
범수 edited this page Sep 14, 2026
·
1 revision
corepack enable
pnpm install
pnpm test
pnpm typecheck
pnpm --filter @b-studio/studio lint
pnpm --filter @b-studio/studio buildDocker 관련 변경은 pnpm studio up examples/orders, 에이전트 게이트는 pnpm e2e:agent, Fleet는 pnpm e2e:fleet로 관련 흐름을 확인합니다.
-
packages/spec: 명세와 입력 검증 -
packages/sandbox: 실행 환경과 보안 경계 -
packages/agent: 모델, 제한된 도구, 검증과 체크포인트 -
apps/cli: 명령행 진입점 -
apps/studio: 세션 API와 웹 UI -
templates: 새 서비스 원본 -
examples/orders: 전체 통합 예제
- 성공 경로만큼 실패·취소·복구 경로를 테스트합니다.
- 보안 경계와 장기 제약을 바꾸면 새 ADR을 씁니다.
- 공개 명령이나 설정을 바꾸면 README,
docs/, Wiki를 함께 고칩니다. - 로그, fixture, 스크린샷, 커밋에 토큰과 개인정보를 넣지 않습니다.
- 실제로 실행하지 못한 검증은 PR에 명시합니다.
자세한 체크리스트는 CONTRIBUTING.md, 설계 근거는 ADR를 참고하세요.
b-studio 저장소 · 문서 · Issue