ktx/packages
Andrey Avtomonov 3b98faaf83 feat(cli): split ingest progress into per-phase rows, rename work units to tasks
Each database target in the unified ingest dashboard now renders one row per
real subprocess (Schema, then Query history when enabled) instead of a single
combined bar. Each phase has its own monotonic 0-100% bar so the progress
never snaps back to zero when historic-sql starts after scan completes.
Completed phases keep their final bar, summary, and elapsed time visible as
an inline audit trail; queued and skipped phases are shown explicitly.

Also rename user-facing "work units" / "Failed work units" to "tasks" /
"Failed tasks" in ingest output and parseIngestSummary. The parser still
accepts the legacy "Work units:" wording in captured output for backward
compat. Internal memory-flow event names and type fields are left alone.
2026-05-14 00:32:18 +02:00
..
cli feat(cli): split ingest progress into per-phase rows, rename work units to tasks 2026-05-14 00:32:18 +02:00
connector-bigquery Add connector table listing 2026-05-12 18:22:05 -07:00
connector-clickhouse Add connector table listing 2026-05-12 18:22:05 -07:00
connector-mysql Add connector table listing 2026-05-12 18:22:05 -07:00
connector-postgres Add connector table listing 2026-05-12 18:22:05 -07:00
connector-snowflake Add connector table listing 2026-05-12 18:22:05 -07:00
connector-sqlite chore(deps): refresh workspace dependencies (#43) 2026-05-13 01:15:35 +02:00
connector-sqlserver Add connector table listing 2026-05-12 18:22:05 -07:00
context Merge scan into ingest flow 2026-05-13 23:53:45 +02:00
llm feat(cli): clean up dev command surface (#57) 2026-05-13 12:00:08 +02:00