fix: clean up ktx yaml config parameters (#75)

* fix: clean up ktx yaml config parameters

* fix: align ci smoke checks with status output

* test: update artifact smoke status assertion
This commit is contained in:
Andrey Avtomonov 2026-05-14 01:27:31 +02:00 committed by GitHub
parent 339bc39de8
commit 1a472cf3ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 425 additions and 70 deletions

View file

@ -252,6 +252,7 @@ describe('setup sources step', () => {
max_knowledge_creates_per_run: 25,
max_knowledge_updates_per_run: 20,
});
expect((await readConfig()).connections['notion-main']?.last_successful_cursor).toBeUndefined();
});
it('uses selected Notion roots when root page ids are provided even if crawl mode says all accessible', async () => {