mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
Improve Notion ingest UX
This commit is contained in:
parent
d0f650f44a
commit
9a9e40939a
20 changed files with 615 additions and 279 deletions
|
|
@ -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'/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue