Skip to content

feat(app): Agentation 흐름 개선과 블로그 업데이트 - #83

Merged
dev-wooyeon merged 4 commits into
masterfrom
codex/ui-renewal-pr
Mar 13, 2026
Merged

feat(app): Agentation 흐름 개선과 블로그 업데이트#83
dev-wooyeon merged 4 commits into
masterfrom
codex/ui-renewal-pr

Conversation

@dev-wooyeon

Copy link
Copy Markdown
Owner
  • 필수 형식: {type}({domain}): {header}
  • 예시: feat(blog): 모바일 TOC 접근성 개선
  • header는 되도록 한글로 작성
  • Agentation 개발 환경용 same-origin 프록시와 webhook autorun 정리
  • 시리즈 허브 카드 UI를 다듬고 관련 컴포넌트 테스트 추가
  • AI 시대, 탑다운 방식으로 익히는 야생형 학습 글과 썸네일 추가
  • 저장소 작업 가이드와 .gitignore, 구조 리팩터링 계획 문서 업데이트
  • 개발 중 Agentation 연동을 더 안정적으로 다루고, 블로그 콘텐츠와 시리즈 탐색 경험을 함께 정리합니다.
  • next.config.mjs
  • src/app/api/agentation/webhook/route.ts
  • src/shared/devtools/AgentationOverlay.tsx
  • src/features/blog/ui/components/SeriesHubCard.tsx
  • posts/**
  • AGENTS.md, .gitignore, docs/**
  • npm run build
  • npx vitest run src/features/blog/ui/components/SeriesHubCard.test.tsx
  • 다크/라이트 모드 확인
  • 모바일/데스크톱 확인
  • 작업 단위 브랜치(codex/<task>)에서 진행함
  • 커밋 메시지 규칙(<type>: <한국어 설명>) 준수
  • 관련 이슈/PR 링크를 본문에 연결함

@vercel

vercel Bot commented Mar 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eunu-log Ready Ready Preview, Comment Mar 13, 2026 0:20am

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines +233 to +237
const activeLock = await readLockFile();
if (activeLock && isPidRunning(activeLock.pid)) {
return NextResponse.json({
ok: true,
triggered: false,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

네비게이션을 Engineering·Life·Resume 중심으로 정리했어요.
모바일 하단 네비 탭 구조와 터치 영역을 조정해서 탐색 안정성을 높였어요.

/engineering, /life 목록 진입점을 추가하고 /blog, /series 리다이렉트를 붙였어요.
Engineering 전용 목록 페이지와 타입 필터, 페이지네이션 동기화를 도입했어요.
@dev-wooyeon
dev-wooyeon force-pushed the codex/ui-renewal-pr branch from 5cf458d to 6c24599 Compare March 13, 2026 12:19
@dev-wooyeon
dev-wooyeon merged commit 878e3d6 into master Mar 13, 2026
2 of 3 checks passed
@dev-wooyeon
dev-wooyeon deleted the codex/ui-renewal-pr branch April 13, 2026 06:33
dev-wooyeon added a commit that referenced this pull request Jul 24, 2026
feat(app): Agentation 흐름 개선과 블로그 업데이트
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant