check-in(broken)

This commit is contained in:
Your Name
2026-04-08 22:46:27 +00:00
parent aa71d592f9
commit fd5a703684
10 changed files with 77 additions and 187 deletions
@@ -123,7 +123,7 @@ export function createMockEnvironment(
eventBus: new ContextEventBus(),
tracer: new ContextTracer({ targetDir: '/tmp', sessionId: 'mock-session' }),
charsPerToken: 1,
tokenCalculator: new ContextTokenCalculator(1),
tokenCalculator: new ContextTokenCalculator(1, registry),
fileSystem: new InMemoryFileSystem(),
idGenerator: new DeterministicIdGenerator('mock-uuid-'),
behaviorRegistry: registry,