Enforce flat wiki keys

This commit is contained in:
Andrey Avtomonov 2026-05-12 16:53:12 +02:00
parent 45e5530a92
commit f138ead5be
21 changed files with 323 additions and 73 deletions

View file

@ -1,4 +1,11 @@
export { buildKnowledgeSearchText } from './knowledge-search-text.js';
export {
assertFlatWikiKey,
invalidFlatWikiKeyMessage,
isFlatWikiKey,
suggestFlatWikiKey,
validateFlatWikiKey,
} from './keys.js';
export { KnowledgeWikiService } from './knowledge-wiki.service.js';
export * from './local-knowledge.js';
export type {