Merge remote-tracking branch 'origin/main' into drop-legacy-migration-code

# Conflicts:
#	packages/cli/src/sl.test.ts
This commit is contained in:
Andrey Avtomonov 2026-05-13 15:43:57 +02:00
commit d9c6a95cc0
19 changed files with 313 additions and 588 deletions

View file

@ -153,10 +153,9 @@ describe('standalone example docs', () => {
for (const command of [
'ktx status --json',
'ktx sl list --json',
'ktx sl read orders --json',
'ktx sl search "revenue" --json',
'ktx sl query --json',
'ktx wiki search "revenue recognition" --json',
'ktx wiki read order-status-definitions --json',
]) {
assert.match(servingAgents, new RegExp(command.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
}