Normalize semantic layer descriptions

This commit is contained in:
Luca Martial 2026-05-11 00:31:15 -07:00
parent c82989119b
commit 86c818a454
21 changed files with 498 additions and 37 deletions

View file

@ -22,7 +22,7 @@ export interface KtxCliPackageInfo {
}
export interface KtxCliIo {
stdout: { isTTY?: boolean; write(chunk: string): void };
stdout: { isTTY?: boolean; columns?: number; write(chunk: string): void };
stderr: { write(chunk: string): void };
}