Improve Notion ingest UX

This commit is contained in:
Andrey Avtomonov 2026-05-12 16:21:05 +02:00
parent d0f650f44a
commit 9a9e40939a
20 changed files with 615 additions and 279 deletions

View file

@ -517,7 +517,7 @@ describe('verification snippets', () => {
assert.match(source, /Mode: seeded/);
assert.match(source, /Source: packaged demo project/);
assert.match(source, /LLM calls: none/);
assert.match(source, /ktx serve --mcp stdio/);
assert.match(source, /ktx agent context --json/);
assert.doesNotMatch(source, new RegExp(["'demo'", "'--mode'", "'deterministic'"].join(', ')));
assert.match(source, /'dev', 'doctor', 'setup', '--no-input'/);
assert.match(source, /'--plain'/);