loop-converge
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseloop-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 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这是一个轻量创作入口。它绑定代码收敛包,启动负责人访谈,随后遵循的规则编译标准双节点运行实例(执行节点 + 监督节点)。它并非第三个运行时节点,也不附带第二套模板集。
loop-graphFit 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
调用步骤
- Inspect the workspace and the current host the same way loop-graph does. Never ask which client this is when context already identifies it.
- Read and bind . 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.
preset.md - 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.
- Read and follow from When called from a preset skill through generate and deliver. Compile only from loop-graph's
../loop-graph/SKILL.md. This skill never executes the generated nodes.templates/
- 按照loop-graph的方式检查工作区和当前宿主环境。如果上下文已经明确客户端身份,请勿再询问对应客户端。
- 读取并绑定。该包就是核心准则、监督节点要求、方法防护规则、参数覆盖配置、推荐形态以及检测器提示。请勿重新设计这些内容。
preset.md - 立即启动负责人访谈。绑定该包后,最多仅询问包中指定的三个问题——范围、权限、启动模式——每个问题都提供推荐的A/B(或A/B/C)选项。请勿询问核心目标,请勿提议省略监督节点。
- 读取并遵循中从预设技能调用时到生成与交付的全部流程。仅使用loop-graph的
../loop-graph/SKILL.md目录进行编译。本技能永远不会执行生成的节点。templates/