fix(keyword-detector): start ralph-loop when ulw keyword detected (#3113)

Plain 'ulw' keyword now starts the continuation loop via
ralphLoop.startLoop(), matching README promise. Wired through
create-core-hooks.ts and create-transform-hooks.ts.

TDD: 40 keyword-detector tests pass, 1239 hook tests pass, tsc clean.

Closes #3113
This commit is contained in:
YeonGyu-Kim
2026-04-07 15:10:43 +09:00
parent 3e8fd5ff18
commit 717c976c66
4 changed files with 251 additions and 3 deletions
+1
View File
@@ -36,6 +36,7 @@ export function createCoreHooks(args: {
pluginConfig,
isHookEnabled: (name) => isHookEnabled(name as HookName),
safeHookEnabled,
ralphLoop: session.ralphLoop,
})
return {