hermes - 💡(How to fix) Fix 예약 작업 실행 카드의 원문 안내 문구 제거

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

배경

예약 작업 실행 카드/상세 표면에 원본 요청 내용은 ... 같은 원문 안내가 노출되면 카드가 길어지고, 사용자가 한눈에 결과만 보기 어렵습니다. 이 문구는 기본 카드 표면에는 과합니다.

현재 실행 결과 delivery는 cron/scheduler.py에서 래퍼 텍스트를 붙여 보내는 구조라, 이 원문 안내를 기본 delivery 문구에서 정리할 필요가 있습니다.

구현 목표

예약 작업 실행 결과 카드의 기본 표면에서 원본 요청 내용은 ... 문구를 제거합니다.

제안 구현

  • cron/scheduler.py의 결과 래퍼 문구를 정리합니다.
  • 카드/요약 표면에는 아래 정도만 보여줍니다.
    • 예약된 작업 실행됨
    • 작업명
    • 실행 결과 요약
    • 필요하면 상세 보기 링크
  • 원문 요청/프롬프트는 상세 화면의 접힘 영역 또는 고급 정보로 이동합니다.

완료 기준

  • 예약 작업 실행 결과 카드에서 원본 요청 내용은 ... 문구가 보이지 않는다.
  • 기본 카드 표면은 짧고 결과 중심이다.
  • 원문 요청은 상세에서만 확인 가능하다.
  • npm run typecheck가 통과한다.

참고 파일

  • cron/scheduler.py
  • gateway/platforms/slack.py
  • web/src/pages/CronPage.tsx

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix 예약 작업 실행 카드의 원문 안내 문구 제거