ktx/packages/context
Andrey Avtomonov 0ecea6e548 fix(scan): bind connector sample methods and add duckdb aggregate dialect
description-generation extracted sampleTable/sampleColumn as bare locals and
called them without `this`, crashing every class-based connector with
"Cannot read properties of undefined (reading 'assertConnection')" during
deep ingest. Binding restores method context.

relationship-profiling fell back to SQLite-flavored GROUP_CONCAT for any
driver without an explicit branch, breaking DuckDB statistical validation
with a parser error and stranding all proposals in review. Added a duckdb
branch using STRING_AGG/CHR(31).
2026-05-18 18:12:31 +02:00
..
prompts docs(ingest): align WorkUnit prompts with isolated diffs 2026-05-18 03:04:48 +02:00
scripts rename klo to ktx 2026-05-10 23:51:24 +02:00
skills docs(ingest): align WorkUnit prompts with isolated diffs 2026-05-18 03:04:48 +02:00
src fix(scan): bind connector sample methods and add duckdb aggregate dialect 2026-05-18 18:12:31 +02:00
test/fixtures refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
package.json feat: add claude-code llm backend with runtime port (#115) 2026-05-16 12:06:34 +02:00
tsconfig.json Initial open-source release 2026-05-10 23:12:26 +02:00
vitest.config.ts Initial open-source release 2026-05-10 23:12:26 +02:00