ktx/packages
Luca Martial ed690ef60c
feat(cli): redesign ktx status output UX (#80)
* feat(cli): redesign ktx status output with grouped checks and color

Replace flat PASS/FAIL/WARN text output with a grouped, symbol-based
layout (Environment, Project, Semantic search, Query history). Passing
groups collapse to a single summary line; failing groups expand to show
individual checks with fix hints. Adds --verbose flag to show all checks
including passing ones, color support for TTY terminals, a dedicated
setup-mode report that guides users toward `ktx setup`, and timing info.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* refactor(cli): extract project checks and historic SQL doctor into status-project

Move project-level doctor checks, semantic search embedding checks, and
historic SQL doctor logic from doctor.ts into a dedicated status-project.ts
module. Removes historic-sql-doctor.ts and its test file, consolidating
everything into the new module with its own tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-13 18:47:58 -04:00
..
cli feat(cli): redesign ktx status output UX (#80) 2026-05-13 18:47:58 -04:00
connector-bigquery fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
connector-clickhouse fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
connector-mysql fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
connector-postgres fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
connector-snowflake fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
connector-sqlite fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
connector-sqlserver fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
context ci: run pre-commit checks in CI (#74) 2026-05-13 19:49:25 +02:00
llm ci: run pre-commit checks in CI (#74) 2026-05-13 19:49:25 +02:00