KD/AICS 강의 팀 프로젝트 운영 도구 클라이언트입니다. 1차 앱은 OOP 강의용 apps/oop이며, 이후 다른 강의 앱이 실제로 필요해질 때 apps/{course} 단위로 확장합니다.
이 레포는 LMS 대체 프로젝트가 아닙니다. 강의 안에서 팀 프로젝트를 운영하는 흐름을 돕는 것이 목적입니다.
Course → Section → Team → Project → Milestone → Submission → Review
apps/
oop/
packages/
ui/
core/
api-client/
team-project-kit/
configs/
typescript/
.agent/
pnpm install
pnpm devpnpm lint
pnpm build- Notion ticket is the planning source of truth.
- Branch convention:
<type>/ATP-<number>such aschore/ATP-1. - PR title convention:
[ATP-<number>] 작업명.