一键导入
repoloopwatch
Public HoverNet v1.5 research-loop watcher. Scans a local .hovernet workspace for bus signals, inbox briefs, and ready research artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Public HoverNet v1.5 research-loop watcher. Scans a local .hovernet workspace for bus signals, inbox briefs, and ready research artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | RepoLoopWatch |
| description | Public HoverNet v1.5 research-loop watcher. Scans a local .hovernet workspace for bus signals, inbox briefs, and ready research artifacts. |
Use this after every Research loop handoff, or whenever a research agent has no immediate work.
This public skill is read-only. It does not write artifacts or advance cursors. It reports the next event the agent should handle:
NEW_BUSNEW_BRIEFREADY_WORKIDLEhover-loop-watch \
--root "<workspace-root>" \
--loop-name "research" \
--loop-type research \
--agent "proposer" \
--once \
--json
Agent aliases are accepted:
RepoProposer -> proposerRepoCritic -> criticRepoSynthesizer -> synthesizerUse this only when your harness supports a persistent watch task:
hover-loop-watch \
--root "<workspace-root>" \
--loop-name "research" \
--loop-type research \
--agent "proposer" \
--watch \
--poll-sec 30 \
--json \
--quiet-idle
Replace proposer with critic or synthesizer.
NEW_BUS: read the emitted .signal, process exactly that signal, write the
required artifact, then ack the cursor after proof exists.
NEW_BRIEF: create or ingest one new active thread from the emitted inbox file.
Keep inbox intake single-threaded.
READY_WORK: write the emitted expected_output inside the emitted
round_dir, then write completion proof before handoff.
IDLE: no actionable work was found.
The watcher detects work. It does not replace the role's reasoning and it does not manufacture proof.
基于 SOC 职业分类