ktx/packages/cli/test/context
Andrey Avtomonov ca231df5fe
fix(gdrive): validate folder access, run config test, harden Drive API (#321)
* fix(gdrive): validate folder access, run config test, harden Drive API

Connection test and setup validation now verify folder_id resolves to an accessible Drive folder before counting Docs, via a shared verifyGdriveFolderAndCountDocs helper, so a wrong or unshared folder fails instead of passing with 0 docs.

Move gdrive-config.test.ts under test/ so Vitest's test/** glob actually runs it; escape folder_id in the Drive query; add retry/backoff on transient Google API responses; and record skipped non-Google-Doc files in the staged manifest.

* chore: sync uv.lock to ktx-daemon/ktx-sl 0.13.1
2026-06-28 01:02:37 +02:00
..
connections fix(gdrive): validate folder access, run config test, harden Drive API (#321) 2026-06-28 01:02:37 +02:00
core fix(git): disable gpg signing for ktx's own commits (#299) 2026-06-15 14:02:26 +02:00
daemon test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
index-sync fix: read semantic sources safely (#284) 2026-06-10 14:06:13 +02:00
ingest fix(gdrive): validate folder access, run config test, harden Drive API (#321) 2026-06-28 01:02:37 +02:00
llm fix(cli): stop framing Claude Code session limits as auth failures (KLO-734) (#300) 2026-06-15 14:58:03 +02:00
mcp feat(duckdb): cross-database federation via derived DuckDB connection (#295) 2026-06-15 15:01:39 +00:00
memory Add gdrive context source adapter (#209) 2026-06-27 23:41:32 +02:00
project Add gdrive context source adapter (#209) 2026-06-27 23:41:32 +02:00
prompts test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
scan fix(sqlserver): hoist leading CTEs out of row-limit derived-table wrap (#311) 2026-06-23 13:03:46 +00:00
search fix: read semantic sources safely (#284) 2026-06-10 14:06:13 +02:00
skills test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
sl feat(duckdb): cross-database federation via derived DuckDB connection (#295) 2026-06-15 15:01:39 +00:00
sql-analysis fix: read semantic sources safely (#284) 2026-06-10 14:06:13 +02:00
test refactor: enforce ktx naming and AGENTS.md compliance sweep (#289) 2026-06-11 13:49:45 +02:00
tools test: split cli tests from source tree (#216) 2026-05-26 08:49:05 +02:00
wiki feat(cli): shell completion for commands, flags, and entity names (#244) 2026-05-31 23:44:33 +02:00