From a2fc8b8adf8cb9f876ecc51cb5918b8a0d5a9d7f Mon Sep 17 00:00:00 2001 From: Jari Mustonen Date: Wed, 15 Apr 2026 09:43:20 +0300 Subject: [PATCH] context-engine: fix imprecise backward-compat comment --- src/context-engine/registry.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/context-engine/registry.ts b/src/context-engine/registry.ts index 3ebd1023df49..04eacf829a81 100644 --- a/src/context-engine/registry.ts +++ b/src/context-engine/registry.ts @@ -489,9 +489,9 @@ export type ResolveContextEngineOptions = { * 2. Default slot value ("legacy") * * When `config` is provided it is forwarded to the factory as part of a - * {@link ContextEngineFactoryContext}. Additional runtime paths - * can be supplied via `options`. No-arg factories still work — the context - * parameter is silently ignored by factories that don't declare it. + * {@link ContextEngineFactoryContext}. Additional runtime paths can be + * supplied via `options`. Existing no-arg factories continue to work + * because JavaScript permits extra arguments at call sites. * * Non-default engines that fail (unregistered, factory throw, or contract * violation) are logged and silently replaced by the default engine.