feat(app): Agentation 흐름 개선과 블로그 업데이트 - #83
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9de1b93207
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| const activeLock = await readLockFile(); | ||
| if (activeLock && isPidRunning(activeLock.pid)) { | ||
| return NextResponse.json({ | ||
| ok: true, | ||
| triggered: false, |
There was a problem hiding this comment.
Make autorun lock acquisition atomic
The lock check and process spawn are separated, so two webhook requests arriving at nearly the same time (for example annotation.add and submit) can both observe no active lock and each start a detached autorun process. Because the lock file is only written after runAutorunCommand, this race can launch multiple Codex runs concurrently against the same repo, which can conflict and corrupt the intended single-run workflow.
Useful? React with 👍 / 👎.
9de1b93 to
5cf458d
Compare
네비게이션을 Engineering·Life·Resume 중심으로 정리했어요. 모바일 하단 네비 탭 구조와 터치 영역을 조정해서 탐색 안정성을 높였어요. /engineering, /life 목록 진입점을 추가하고 /blog, /series 리다이렉트를 붙였어요. Engineering 전용 목록 페이지와 타입 필터, 페이지네이션 동기화를 도입했어요.
5cf458d to
6c24599
Compare
feat(app): Agentation 흐름 개선과 블로그 업데이트
{type}({domain}): {header}feat(blog): 모바일 TOC 접근성 개선AI 시대, 탑다운 방식으로 익히는 야생형 학습글과 썸네일 추가.gitignore, 구조 리팩터링 계획 문서 업데이트next.config.mjssrc/app/api/agentation/webhook/route.tssrc/shared/devtools/AgentationOverlay.tsxsrc/features/blog/ui/components/SeriesHubCard.tsxposts/**AGENTS.md,.gitignore,docs/**npm run buildnpx vitest run src/features/blog/ui/components/SeriesHubCard.test.tsxcodex/<task>)에서 진행함<type>: <한국어 설명>) 준수