ktx/packages/cli/test/context/ingest/adapters/historic-sql
Andrey Avtomonov 1071f9d1c9
fix(ingest): attribute historic-sql evidence writes in bundle report (#220)
The emit_historic_sql_evidence tool took rawPath as LLM-supplied input,
so projection actions frequently lacked defensible raw paths and every
row in bundle_ingest_reports fell through as actionType: 'skipped' with
null artifact metadata, hiding the wiki pages and SL merges the run had
actually produced (KLO-698).

The tool now reads the work unit's rawFiles from session.allowedRawPaths
and stores them on the evidence envelope; the projection emits actions
with those paths, and stale/archive actions are anchored to manifest.json
so they also surface as non-skipped provenance rows.
2026-05-26 12:21:53 +02:00
..
bigquery-query-history-reader.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
buckets.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
chunk-unified.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
connection-dialect.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
detect.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
evidence-tool.test.ts fix(ingest): attribute historic-sql evidence writes in bundle report (#220) 2026-05-26 12:21:53 +02:00
evidence.test.ts fix(ingest): attribute historic-sql evidence writes in bundle report (#220) 2026-05-26 12:21:53 +02:00
historic-sql.adapter.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
local-ingest-acceptance.test.ts fix(ingest): attribute historic-sql evidence writes in bundle report (#220) 2026-05-26 12:21:53 +02:00
pattern-inputs.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
postgres-pgss-reader.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
projection.test.ts fix(ingest): attribute historic-sql evidence writes in bundle report (#220) 2026-05-26 12:21:53 +02:00
redaction.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
skill-schemas.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
snowflake-query-history-reader.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
stage-unified.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
types.test.ts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00