diff --git a/services/minecraft/src/cognitive/container.ts b/services/minecraft/src/cognitive/container.ts index a2be2306e..bde89a575 100644 --- a/services/minecraft/src/cognitive/container.ts +++ b/services/minecraft/src/cognitive/container.ts @@ -62,7 +62,7 @@ export function createAgentContainer(options: { eventBus, logger: useLogg('ruleEngine').useGlobalConfig(), config: { - rulesDir: new URL('../rules', import.meta.url).pathname, + rulesDir: new URL('./rules', import.meta.url).pathname, slotMs: 20, }, })