BKAMPBKAMP
  • 홈
  • 뉴스
  • 쇼케이스
  • 커뮤니티
  • 바이브 로그my
BKAMPBKAMP

AI 바이버들의 놀이터
만들고 공유하고 세상에 퍼뜨리세요

서비스

  • 쇼케이스
  • 레시피
  • 커뮤니티

법적고지

  • 이용약관
  • 개인정보처리방침

© 2026 POPUP STUDIO PTE. LTD. All rights reserved.

BKAMPBKAMP
  • 홈
  • 뉴스
  • 쇼케이스
  • 커뮤니티
  • 바이브 로그my
BKAMPBKAMP

AI 바이버들의 놀이터
만들고 공유하고 세상에 퍼뜨리세요

서비스

  • 쇼케이스
  • 레시피
  • 커뮤니티

법적고지

  • 이용약관
  • 개인정보처리방침

© 2026 POPUP STUDIO PTE. LTD. All rights reserved.

레시피 목록
개발

Claude Code loop, run cron constantly

Claude Code v2.1.71 added loop execution features (`/loop`, `cron`). These are useful for deployment monitoring, periodic status checks, etc., but they have a **fatal limitation: they disappear when the session is closed**. This problem can be solved by using `screen`, and `tmux`, which operates on the same principle, is actually the technology used in Claude Desktop's Cowork.

2322026. 4. 17.
1

/loop and cron — A brief introduction

#Claude Code
#cron
#loop
2

Limitation — Ends when session is turned off

3

Solution — Keep it always displayed on screen

4

Side Note — Cowork follows the same principle.

5

organize

Step Roadmap

T
TaeKim

2026년 바이브코딩 세상이 열리는 순간을 bkamper 여러분과 함께 하고 싶은 1인입니다.

댓글 3개

댓글을 작성하려면 로그인이 필요합니다.

레시피 목록
개발

Claude Code loop, run cron constantly

Claude Code v2.1.71 added loop execution features (`/loop`, `cron`). These are useful for deployment monitoring, periodic status checks, etc., but they have a **fatal limitation: they disappear when the session is closed**. This problem can be solved by using `screen`, and `tmux`, which operates on the same principle, is actually the technology used in Claude Desktop's Cowork.

2322026. 4. 17.
1

/loop and cron — A brief introduction

#Claude Code
#cron
#loop
2

Limitation — Ends when session is turned off

3

Solution — Keep it always displayed on screen

4

Side Note — Cowork follows the same principle.

5

organize

Step Roadmap

T
TaeKim

2026년 바이브코딩 세상이 열리는 순간을 bkamper 여러분과 함께 하고 싶은 1인입니다.

댓글 3개

댓글을 작성하려면 로그인이 필요합니다.