오늘의 커밋 (2026-02-10)
요약 (AI 작성)
커밋
ohah/lodash-v2
- docs: heartbeat handoff for 2026-02-11 — failing tests analysis & next steps
- docs: mark sum, max, min, mean as implemented
- fix: implement max, min, mean in math.ts and regenerate feedback report
- docs: mark clamp, inRange, get, pick, omit, keys, values, camelCase, trim, identity, range as implemented
- docs: AI 셀프 피드백 보고서, 구현 체크리스트 추가 (HEARTBEAT)
- chore: mark isNumber, isEmpty, toArray implemented; update feedback report
- refactor: test 워크스페이스 분리 (benchmark → test, 배포 환경과 동일 구조)
- docs: update feedback-report.md from generate-feedback
- docs: AGENTS, IDENTITY, SOUL, TOOLS, USER 추가 (에이전트/워크스페이스 컨텍스트)
- docs: update feedback-report.md from generate-feedback
- docs: HEARTBEAT 세션 정리 가이드 보강
- docs: 커밋 규칙(COMMIT.md) 추가, HEARTBEAT에 에이전트 참고 안내
- feat: HEARTBEAT 셀프피드백, 구현 체크리스트, core 빌드(Node+Web) 및 로드 테스트
- chore: initial lodash-v2 bun monorepo
- feat: es-toolkit 3-way 비교, 결과 동등성 테스트, AI 피드백 문서, 린트/포맷
- chore: update feedback-report from heartbeat
- chore: mark collection.includes implemented in checklist
- chore: update HEARTBEAT.md (heartbeat read)
- fix(lang): implement isEmpty in lang.ts (heartbeat)
- chore: heartbeat auto-commit - HEARTBEAT.md tweaks
- chore(docs): mark isArray implemented in checklist
- fix(lang): implement toArray (heartbeat)
- chore(docs): mark toArray implemented in checklist
- fix(lang): implement cloneDeep (heartbeat)
- chore(docs): mark cloneDeep implemented in checklist
- chore: update feedback report and add helper scripts
- feat(lang): implement isNumber
- feat(lang): implement isArray
- feat(collection): implement countBy and includes
- feat: implement some in collection.ts
- feat: implement every function in collection.ts
- docs: update checklist - mark tail as implemented
- docs: update checklist after implementing sortBy, countBy
- feat: implement sortBy function in collection.ts
- docs: update checklist after implementing find
- feat: implement keyBy function in collection.ts
- fix: handle string property accessor in keyBy function
- docs: update checklist after implementing keyBy
- feat: implement keyBy function in collection.ts
- feat: implement find function in collection.ts
- feat: implement reduce function in collection.ts
- feat: implement filter function in collection.ts
- feat: implement map function in collection.ts
- docs: update checklist after implementing fromPairs
- feat: implement fromPairs function in array.ts
- feat: implement without function in array.ts
- feat: implement uniq function in array.ts
- docs: update checklist and feedback report after implementing tail
- feat: implement tail function in array.ts
- feat: implement initial function in array.ts