fix(cli): correct demo completion summary counts to match manifest

Hardcoded counts showed 45 semantic layer definitions and 32 knowledge
pages, but the manifest and actual asset files have 46 and 28.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Luca Martial 2026-05-11 22:03:12 -07:00
parent ebf475e4c1
commit 76f727511b

View file

@ -224,8 +224,8 @@ function renderDemoContextCompletionSummary(): string {
`${cyan('★')} KTX finished building context`,
'',
' KTX created:',
` ${cyan('📊')} 45 semantic layer definitions`,
` ${cyan('📝')} 32 knowledge pages`,
` ${cyan('📊')} 46 semantic layer definitions`,
` ${cyan('📝')} 28 knowledge pages`,
'',
` ${dim('Press Enter to continue, Escape to go back')}`,
'',