- 7-8월 초기 구축 문서 12개를 _archive/troubleshooting/2025_07-08_initial_setup/로 이동 - book/300_architecture/390_human_in_the_loop_intent_learning.md를 journey/research/intent_classification/로 이동 (개발 여정 문서) - 빈 폴더 제거 (journey/assets/*)
docker logs rb8001 2>&1 | grep -c "Mistral API error: 429" # 결과: 1 docker logs rb8001 --since "2025-09-29T00:00:00" | grep -c "Mistral API error: 429" # 결과: 0 (오늘 로그에는 없음) docker logs rb8001 --since "2025-09-28T00:00:00" | grep -c "Mistral API error: 429" # 결과: 0 (어제도 없음)