전화, 오프라인 미팅, 이메일, 캘린더 4개 소스에서 give/take 업무 약속을 자동 수집·구조화해 Supabase에 손실 없이 적재하는 Android 앱.
- 타겟 유저: 한국 B2B 비즈니스맨, 삼성 Android 전용 MVP
- MVP 성공 지표: 수집 이벤트 100% Supabase 도달 (raw 손실 0)
- MVP boundary: docs/becalm-mvp-boundary.md
- 개발 규율: docs/android-tdd-sdd-bible.md (binding, 2026-04-22)
becalm-android/
├── android/ # Jetpack Compose app (Kotlin, Hilt, Room, WorkManager)
├── supabase/ # migrations, RLS policies, edge functions
├── .spec/ # spec contracts (data, API, UI) — source of truth
├── .pipeline/ # zero-to-deploy orchestrator config + adapters
├── .github/workflows/ # CI/CD (Android tests, deterministic gates, AI review)
├── docs/ # engineering docs + CTO design
└── tools/ # branch protection, env setup helpers
This repo was bootstrapped by the zero-to-deploy skill
(.claude/skills/zero-to-deploy, platform version v0.1.0-alpha).
App source code is generated by Layer 0 on a feature branch — the initial
main commit is CI/governance scaffold only.