YeonGyu-Kim
|
717c976c66
|
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
|
2026-04-07 15:11:29 +09:00 |
|
YeonGyu-Kim
|
598a4389d1
|
refactor(core): split index.ts and config-handler.ts into focused modules
Main entry point:
- create-hooks.ts, create-tools.ts, create-managers.ts
- plugin-interface.ts: plugin interface types
- plugin/ directory: plugin lifecycle modules
Config handler:
- agent-config-handler.ts, command-config-handler.ts
- tool-config-handler.ts, mcp-config-handler.ts
- provider-config-handler.ts, category-config-resolver.ts
- agent-priority-order.ts, prometheus-agent-config-builder.ts
- plugin-components-loader.ts
|
2026-02-08 16:25:25 +09:00 |
|