# 2026-02-19 Daily Memory

## 활동 요약
- **OpenClaw 업데이트 및 복구**: 2026.2.2-3 버전을 2026.2.17(최신)로 업데이트 완료. 업데이트 과정 중 `config.apply` 실수로 날아간 모델 리스트, 노션 API 키, 메모리 검색 설정을 `exec` 권한 확보 후 수동으로 전량 복구함.
- **인증 및 게이트웨이 이슈 해결**: `device token mismatch` 에러로 인한 브라우저 툴 중단 문제를 디바이스 토큰 rotate 및 `device-auth.json` 동기화, 게이트웨이 서비스(systemd) 재시작을 통해 최종 해결.
- **Microsoft Teams 연동 시도 및 중단**:
    - Azure Bot 자격 증명을 노션에서 확보하여 설정 적용.
    - `@openclaw/msteams` 플러그인의 의존성 문제(`@microsoft/agents-hosting` 누락)를 `package.json` 수정 및 재설치로 해결.
    - `ngrok` 터널을 통해 3978 포트를 외부로 노출하여 테스트 환경 구축.
    - **중요 결론**: 개인용 Teams 계정은 정책상 커스텀 봇(Azure Bot) 설치 및 사이드로드가 불가능함을 확인하고 연동 작업을 중단함.
- **쿠팡 주문 확인 및 작업**: 최근 2년간 샴푸 주문 내역을 분석하고 미쟝센 샴푸를 장바구니에 담음.
- **Notion 정리**: "Teams 연동 중단" 관련 투두 카드와 메모 섹션을 생성했다가 라군 요청에 따라 삭제(archived) 처리함.
- **리마인더 로직 개선**: 리마인더 설정을 인간 친화적인 **크론 표현식(`expr`)** 방식으로 단순화하고 가이드 업데이트.

## 결정 사항
- 리마인더 설정 시 `atMs` 대신 `"분 시 일 월 *"` 형식의 크론 표현식을 기본으로 사용.
- Teams 연동은 향후 **Microsoft 365 Developer Tenant**를 생성하여 조직용 Teams 환경에서 재시도하기로 함.
- 웹 자동화는 관리 브라우저 프로필 `openclaw`를 기본으로 사용하며, 서드파티 쿠키 등은 현재 허용 상태임.

## 차후 과제
- Microsoft 365 Developer Program 가입 및 Dev Tenant 생성 (필요 시).
- 복구된 설정(모델 리스트 등)의 안정성 지속 모니터링.

## Auto-summary 2026-02-19 20:00 KST
- What happened: Continued Coupang order-history analysis around "샴푸" purchases across multiple years (2026, 2025, 2024) using the managed browser; verified which orders contained shampoo-related items and captured that 2024 searches returned no matching shampoo orders.
- Decisions / stable facts: Confirmed that for Coupang order history, the year filter can be used to bound searches, and that for the term "샴푸" there are no 2024 results, while 2025 includes several shampoo-related items.
- Next actions / blockers: None explicitly defined; current work appears to be one-off analysis that can be reused later if similar historical purchase lookups are needed.
- Links/IDs: Relevant activity used the managed `browser` tool against Coupang MY page; no new Notion ids or cron job ids were created in this window.

## Day recap 2026-02-19
- What happened: Upgraded OpenClaw to 2026.2.17 and fully restored lost configuration (model list, Notion API key, memory search settings); resolved a `device token mismatch` that had broken the browser tool; attempted Microsoft Teams integration via Azure Bot and ngrok but ultimately confirmed it is blocked on personal Teams accounts; analyzed recent years of Coupang shampoo orders and added a specific shampoo item to the cart; cleaned up Notion todos/notes related to the Teams integration decision; and simplified reminder handling to use human-readable cron expressions.
- Decisions / stable facts: Established cron-expression–based reminders (`"분 시 일 월 *"`) as the default pattern; decided to pause Teams integration until a Microsoft 365 Developer Tenant (org Teams) is available; confirmed that the recovered gateway/tooling configuration is now the new baseline; and verified that Coupang order history searches for "샴푸" have no 2024 hits but several 2025 entries.
- Next actions / blockers: Future work depends on creating or obtaining a Microsoft 365 Developer Tenant to revisit Teams integration; continue light monitoring of the restored OpenClaw configuration for stability; no immediate follow-up required on the Coupang order analysis unless a new purchase-related request comes in.
- Links/IDs: No new Notion database/page ids or cron job ids introduced in this recap window; work primarily touched existing OpenClaw gateway config, the Coupang MY page via the managed `openclaw` browser profile, and internal Notion todo/memo structures.
