Skip to content

feat(blog): 부재중 전화 일곱 통 글 추가와 dev 흐름 정리 - #85

Merged
dev-wooyeon merged 2 commits into
masterfrom
codex/seven-missed-calls-agentation-dev
Mar 16, 2026
Merged

feat(blog): 부재중 전화 일곱 통 글 추가와 dev 흐름 정리#85
dev-wooyeon merged 2 commits into
masterfrom
codex/seven-missed-calls-agentation-dev

Conversation

@dev-wooyeon

@dev-wooyeon dev-wooyeon commented Mar 16, 2026

Copy link
Copy Markdown
Owner

변경 내용

  • Life 카테고리에 부재중 전화 일곱 통 글을 추가했어요.
  • 셀프 피드백을 반영해 날짜를 2026년 3월 12일 목요일로 맞추고, 집 장면과 잠들기 전 생각을 보강했어요.
  • Agentation 오버레이가 health 응답이 있을 때만 보이도록 정리하고, npm run dev에서 Agentation 서버를 함께 띄우도록 맞췄어요.
  • Agentation 개발 가이드와 health check 테스트를 추가했어요.

의도

  • 개인 기록 성격의 Life 글을 블로그에 추가해 게시 가능한 상태로 정리하려고 했어요.
  • 개발 중 Agentation 4747 health 프록시 에러를 줄이고, 로컬 실행 흐름을 단순하게 만들고 싶었어요.

영향 범위

  • /blog/seven-missed-calls 새 글 추가
  • Agentation dev overlay / health route / dev script 동작 변경
  • Agentation 작업 가이드 문서 반영

검증

  • npm run build
  • (필요 시) npm test
  • 다크/라이트 모드 확인
  • 모바일/데스크톱 확인
  • 추가 검증: npx vitest run src/shared/devtools/AgentationOverlay.test.tsx

체크리스트

  • 작업 단위 브랜치(codex/<task>)에서 진행함
  • 커밋 메시지 규칙(<type>: <한국어 설명>) 준수
  • 관련 이슈/PR 링크를 본문에 연결함
  • 관련 이슈/PR: 없음

외할아버지의 장례를 지나며 남은 장면과 생각을
Life 카테고리 글로 정리했어요.
오버레이가 health 응답이 있을 때만 노출되도록 정리하고
npm run dev에서 Agentation 서버를 함께 띄우도록 맞췄어요.
@vercel

vercel Bot commented Mar 16, 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 16, 2026 6: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: eb5912fedc

ℹ️ 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".

env: process.env,
});
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Forward npm dev CLI args to Next process

The wrapper script hardcodes ['dev', '--webpack'] when spawning Next, so arguments passed via npm run dev -- ... are dropped. Before this change, those flags were forwarded directly to next dev; now options like --port, --hostname, or other debugging flags are ignored, which can break local workflows (for example, trying to avoid a port conflict by specifying a custom port).

Useful? React with 👍 / 👎.

@dev-wooyeon
dev-wooyeon merged commit 7b61f72 into master Mar 16, 2026
4 checks passed
@dev-wooyeon
dev-wooyeon deleted the codex/seven-missed-calls-agentation-dev branch April 13, 2026 06:33
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