loop-converge

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

loop-converge — a loop-graph preset for slimming code

loop-converge — 用于代码精简的loop-graph预设

A thin authoring entry. It binds a code-convergence pack, starts the owner interview, then follows
loop-graph
to compile a normal two-node run (executor + supervisor). It is not a third runtime node and it does not ship a second template set.
这是一个轻量创作入口。它绑定代码收敛包,启动负责人访谈,随后遵循
loop-graph
的规则编译标准双节点运行实例(执行节点 + 监督节点)。它并非第三个运行时节点,也不附带第二套模板集。

Fit check

适用判断

  • Use this when unused or duplicate code will take many verified rounds to remove, merge, or reuse, and an independent audit should keep the bar from sliding into a rewrite.
  • If the request is a one-shot tidy that fits a normal host task, say so and send the task directly. Do not wrap it in a graph.
  • 当无用或重复代码需要多轮验证才能完成删除、合并或复用,且需要独立审计以避免工作滑向完全重写时,使用本预设。
  • 如果请求是适合常规宿主任务的一次性整理,请直接说明并直接交由宿主处理,不要将其封装到graph中。

On invoke

调用步骤

  1. Inspect the workspace and the current host the same way loop-graph does. Never ask which client this is when context already identifies it.
  2. Read and bind
    preset.md
    . That pack is the North Star, the supervisor requirement, the method guards, the knob overrides, the recommended shape, and the detector hints. Do not redesign them.
  3. Start the owner interview immediately. With this pack bound, ask at most the three questions the pack names — scope, authority, launch mode — each as a recommended A/B (or A/B/C) choice. Do not ask for a North Star. Do not offer to omit the supervisor.
  4. Read and follow
    ../loop-graph/SKILL.md
    from When called from a preset skill through generate and deliver. Compile only from loop-graph's
    templates/
    . This skill never executes the generated nodes.
  1. 按照loop-graph的方式检查工作区和当前宿主环境。如果上下文已经明确客户端身份,请勿再询问对应客户端。
  2. 读取并绑定
    preset.md
    。该包就是核心准则、监督节点要求、方法防护规则、参数覆盖配置、推荐形态以及检测器提示。请勿重新设计这些内容。
  3. 立即启动负责人访谈。绑定该包后,最多仅询问包中指定的三个问题——范围权限启动模式——每个问题都提供推荐的A/B(或A/B/C)选项。请勿询问核心目标,请勿提议省略监督节点。
  4. 读取并遵循
    ../loop-graph/SKILL.md
    从预设技能调用时到生成与交付的全部流程。仅使用loop-graph的
    templates/
    目录进行编译。本技能永远不会执行生成的节点。