Skip to main content

long-task-watcher

Monitor long-running GEODE work, CI, audits, and training without losing output to buffering or confusing a watcher with the underlying state authority.

설치로 이동

소스 정보

저장소
mangowhoiscloud/geode
최근 소스 활동
2026년 8월 25일 07:06
감지된 SKILL.md 언어
영어
스타
14
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
long-task-watcher
description
Monitor long-running GEODE work, CI, audits, and training without losing output to buffering or confusing a watcher with the underlying state authority.
# Long-Task Watcher Scaffold 1. Read `.geode/skills/long-task-watcher/SKILL.md` for the runtime monitoring contract and pattern selection. 2. Treat the task, CI service, queue, or artifact store as authority. A watcher reports state; it does not manufacture progress or completion. 3. Prefer the product's bounded wait/status mechanism. If a local command owns a log, preserve it from process start and perform a final whole-file read after completion. 4. Use a hard deadline and surface task death, timeout, and unchanged state as distinct outcomes. Do not call unchanged state a blocker or green result. 5. Report the authoritative completion state, elapsed time, failed attempts, and the exact evidence locator. Archive durable evidence before cleanup. Do not duplicate polling frameworks, add a monitor-specific state store, or run live/paid work merely to test the watcher.
GitHub에서 보기