feat(was-sys): update team contact info with full roster
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s

This commit is contained in:
jade
2026-08-18 21:20:27 +09:00
parent 6060eb9f93
commit bb98eac44c

View File

@@ -9,11 +9,12 @@ public class TeamContactUseCaseImpl implements TeamContactUseCase {
@Override
public String getTeamContactInfo() {
return "=================================================\n" +
"[ 팀 및 주요 시스템 담당자 안내 ]\n" +
"[ 신한라이프 AX HUB 팀 전체 인원 안내 ]\n" +
"=================================================\n" +
"- AX 팀 담당자: 박세진 프로\n" +
"- MCP 담당자: 고동연 수석 (고**)\n" +
"- Tool 담당자: 김형식 수석\n" +
"- AX 추진팀: 박세진 프로\n" +
"- MCP & TOOL 팀 담당자: 윤희준 이사\n" +
"- MCP 팀: 고석민 수석, 장효원 책임\n" +
"- TOOL 팀: 김형식 수석, 김영진 책임, 김도겸 대리, 이주희 선임, 문주현 선임, 이보람 대리, 박수빈 대리\n" +
"=================================================";
}
}