feature(okayJing): add jing-bridge pipeline post#21
Conversation
- rename: forum-tickets-hermes-gateway-clab-apply → forum-tickets-hermes-gateway - fix: remove blank line in tags array Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
seojing | 4448c6d | Commit Preview URL Branch Preview URL |
May 13 2026, 08:18 AM |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
워크쓰루세 개의 MDX 문서를 추가하여 다중 에이전트 조율 아키텍처와 두 가지 워크플로우 구현(Discord 포럼 티켓 기반 및 디렉토리 기반 파이프라인)을 문서화합니다. 티켓 기반 구조 선택의 배경, 운영 흐름, 한계와 향후 개선 계획을 설명합니다. 변경 사항다중 에이전트 조율 아키텍처 및 워크플로우 설계
예상 코드 리뷰 노력🎯 2 (Simple) | ⏱️ ~10분 관련 가능성이 있는 PR
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (2)
apps/web/content/okayJing/jing-bridge-pipeline.mdx (1)
1-108:⚠️ Potential issue | 🔴 Critical | ⚡ Quick winPrettier 포맷팅 오류를 수정해야 합니다.
CI 파이프라인에서 Prettier 검사가 실패했습니다. 파일 끝에 개행 문자가 누락된 것으로 보입니다.
다음 명령어로 수정할 수 있습니다:
prettier --write apps/web/content/okayJing/jing-bridge-pipeline.mdx🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@apps/web/content/okayJing/jing-bridge-pipeline.mdx` around lines 1 - 108, The Prettier CI failed because the MDX file jing-bridge-pipeline.mdx is missing a trailing newline at EOF; fix by formatting the file so it ends with a newline — either run the suggested command (prettier --write apps/web/content/okayJing/jing-bridge-pipeline.mdx) or manually add a newline at the end of the file (the file titled "채팅 없이 돌아가는 에이전트 — jing-bridge 파이프라인") and recommit so Prettier check passes.apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx (1)
1-123:⚠️ Potential issue | 🔴 Critical | ⚡ Quick winPrettier 포맷팅 오류를 수정해야 합니다.
CI 파이프라인에서 Prettier 검사가 실패했습니다. 파일 끝에 개행 문자가 누락된 것으로 보입니다.
다음 명령어로 수정할 수 있습니다:
prettier --write apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx` around lines 1 - 123, CI fails because Prettier reports a formatting error due to a missing trailing newline at the end of the MDX file; open the MDX that ends with the final </Paragraph> (after the last paragraph about following a ticket cycle) and add a single newline at EOF or run the provided formatting command (prettier --write apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx) to fix whitespace so the file ends with a newline.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx`:
- Around line 14-21: The two docs present conflicting "today" changes (one shows
Discord gateway added in Subtitle/Paragraph and the other shows Discord removed
in jing-bridge-pipeline.mdx), so update this document to clarify the
relationship: in the intro (around the Subtitle level={2} "0. 오늘 바뀐 것" and the
following Paragraph) explicitly state whether the Hermes Discord gateway and the
jing-bridge pipeline are alternative workflows or are targeted to different
contexts, or replace "오늘" language with a purpose/tradeoffs description;
reference and link the other doc (jing-bridge-pipeline.mdx) and indicate for
which use-cases each approach (Discord gateway via Hermes vs non-Discord
jing-bridge pipeline) should be used to remove ambiguity.
In `@apps/web/content/okayJing/jing-bridge-pipeline.mdx`:
- Around line 14-28: The heading and language in Subtitle ("0. 오늘 바뀐 것") and the
Paragraph that states "<strong>Discord를 경유하지 않습니다.</strong>" are written as if
this is the default/only change; update the copy to present this as an
alternative/experimental directory-based pipeline: rename the subtitle to "대안적
구조" or "실험적 접근법", change declarative phrases (e.g., "오늘부터 구조가 바뀝니다") to
conditional/alternative wording (e.g., "디렉토리 기반 파이프라인 대안"), and add one short
paragraph explaining this approach is an alternative to the Discord workflow
(referencing the forum-tickets-hermes-gateway.mdx doc) plus 2–3 bullet/one-line
criteria when to use the directory-based pipeline vs the Discord gateway (e.g.,
reliable async tasks, reduced chat-dependency vs real-time interactive tasks).
---
Outside diff comments:
In `@apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx`:
- Around line 1-123: CI fails because Prettier reports a formatting error due to
a missing trailing newline at the end of the MDX file; open the MDX that ends
with the final </Paragraph> (after the last paragraph about following a ticket
cycle) and add a single newline at EOF or run the provided formatting command
(prettier --write apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx) to
fix whitespace so the file ends with a newline.
In `@apps/web/content/okayJing/jing-bridge-pipeline.mdx`:
- Around line 1-108: The Prettier CI failed because the MDX file
jing-bridge-pipeline.mdx is missing a trailing newline at EOF; fix by formatting
the file so it ends with a newline — either run the suggested command (prettier
--write apps/web/content/okayJing/jing-bridge-pipeline.mdx) or manually add a
newline at the end of the file (the file titled "채팅 없이 돌아가는 에이전트 — jing-bridge
파이프라인") and recommit so Prettier check passes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: e212bb84-d8b3-495a-9550-49ed196f53e3
📒 Files selected for processing (3)
apps/web/content/okayJing/forum-tickets-hermes-gateway.mdxapps/web/content/okayJing/jing-bridge-pipeline.mdxapps/web/content/okayJing/multi-agent-ticket-structure.mdx
| <Subtitle level={2}>0. 오늘 바뀐 것</Subtitle> | ||
|
|
||
| <Paragraph> | ||
| 오늘 두 가지가 바뀌었습니다. 헤르메스의 Discord 게이트웨이 직접 연결, 그리고 | ||
| 작업 흐름이 채팅에서 포럼 티켓으로 넘어간 것입니다. 따로 보면 각각 작은 | ||
| 변경이지만, 묶어보면 방향이 있습니다. 에이전트 팀이 좀 더 독립적으로 돌아가는 | ||
| 구조를 향해 한 걸음씩 나아가고 있습니다. | ||
| </Paragraph> |
There was a problem hiding this comment.
두 문서 간의 관계를 명확히 해야 합니다.
이 문서는 Discord 게이트웨이 연결과 포럼 티켓 도입을 "오늘 바뀐 것"으로 설명하는데, 같은 날짜로 작성된 jing-bridge-pipeline.mdx 문서는 "Discord를 경유하지 않는" 구조로의 전환을 설명합니다. 두 문서가 모두 "오늘부터"라는 표현을 사용하면서 상반된 방향(Discord 도입 vs Discord 제거)을 제시하여 혼란을 줄 수 있습니다.
스택 컨텍스트에서는 jing-bridge가 "대안" 파이프라인으로 명시되어 있으나, 문서 본문에서는 이러한 관계가 명확하지 않습니다.
다음 중 하나를 권장합니다:
- 두 워크플로우가 대안적 접근법임을 도입부에 명시
- 각각의 사용 컨텍스트나 적용 범위를 구분하여 설명
- "오늘" 표현 대신 각 접근법의 목적과 트레이드오프를 중심으로 서술
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@apps/web/content/okayJing/forum-tickets-hermes-gateway.mdx` around lines 14 -
21, The two docs present conflicting "today" changes (one shows Discord gateway
added in Subtitle/Paragraph and the other shows Discord removed in
jing-bridge-pipeline.mdx), so update this document to clarify the relationship:
in the intro (around the Subtitle level={2} "0. 오늘 바뀐 것" and the following
Paragraph) explicitly state whether the Hermes Discord gateway and the
jing-bridge pipeline are alternative workflows or are targeted to different
contexts, or replace "오늘" language with a purpose/tradeoffs description;
reference and link the other doc (jing-bridge-pipeline.mdx) and indicate for
which use-cases each approach (Discord gateway via Hermes vs non-Discord
jing-bridge pipeline) should be used to remove ambiguity.
| <Subtitle level={2}>0. 오늘 바뀐 것</Subtitle> | ||
|
|
||
| <Paragraph> | ||
| 지금까지 헤르메스에게 작업을 위임하는 방식은 Discord를 경유했습니다. 오케이징이 | ||
| 프롬프트를 정리해서 Discord 헤르메스 봇 채널에 메시지를 보내면, 헤르메스가 | ||
| 그걸 받아 실행하는 구조입니다. 그런데 이 방식에는 묶임이 있었습니다. 에이전트 | ||
| 간 통신이 Discord 채널에 종속됩니다. 메시지가 오가지 않으면 작업도 없고, | ||
| 채팅이 길어지면 어느 작업이 어느 상태인지 파악이 어려워집니다. | ||
| </Paragraph> | ||
|
|
||
| <Paragraph> | ||
| 오늘부터 구조가 바뀝니다. <strong>Discord를 경유하지 않습니다.</strong> 오케이징이 | ||
| task md 파일을 만들면 hermes-worker가 그걸 감지해서 실행하고, 완료되면 낫징이 | ||
| 자동으로 리뷰합니다. 채팅은 알림 채널로만 씁니다. | ||
| </Paragraph> |
There was a problem hiding this comment.
문서 간 일관성 문제가 있습니다.
이 문서는 "오늘부터 구조가 바뀝니다. Discord를 경유하지 않습니다"라고 설명하는데, 같은 날짜의 forum-tickets-hermes-gateway.mdx는 "오늘부터 헤르메스가 Discord 게이트웨이에 직접 연결됐습니다"라고 설명합니다. 두 문서가 상반된 방향을 제시하여 실제로 어떤 구조가 현재 운영되는지 혼란을 줍니다.
스택 컨텍스트를 보면 이 파일은 "디렉토리 기반 파이프라인 대안"을 문서화하는 것으로 보이나, 본문에서는 이것이 대안임을 명시하지 않고 "오늘부터 바뀝니다"라는 단정적 표현을 사용합니다.
다음을 권장합니다:
- 이 접근법이 Discord 기반 워크플로우의 대안임을 명시
- "오늘 바뀐 것" 대신 "대안적 구조" 또는 "실험적 접근법"으로 프레이밍
- 두 접근법의 선택 기준이나 사용 시나리오를 구분하여 설명
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@apps/web/content/okayJing/jing-bridge-pipeline.mdx` around lines 14 - 28, The
heading and language in Subtitle ("0. 오늘 바뀐 것") and the Paragraph that states
"<strong>Discord를 경유하지 않습니다.</strong>" are written as if this is the
default/only change; update the copy to present this as an
alternative/experimental directory-based pipeline: rename the subtitle to "대안적
구조" or "실험적 접근법", change declarative phrases (e.g., "오늘부터 구조가 바뀝니다") to
conditional/alternative wording (e.g., "디렉토리 기반 파이프라인 대안"), and add one short
paragraph explaining this approach is an alternative to the Discord workflow
(referencing the forum-tickets-hermes-gateway.mdx doc) plus 2–3 bullet/one-line
criteria when to use the directory-based pipeline vs the Discord gateway (e.g.,
reliable async tasks, reduced chat-dependency vs real-time interactive tasks).
Summary
Test plan
/okayJing/jing-bridge-pipeline페이지 렌더링 확인🤖 Generated with Claude Code
Summary by CodeRabbit
릴리스 노트