ktx/packages/context/src/project
Andrey Avtomonov 2403f58eff fix(setup): unblock clean Linux installs and add enabled_tables allowlist
- Pin managed Python runtime to 3.13 via `uv venv --python 3.13` so installs
  don't pick the system 3.12 on Ubuntu 24.04 and fail at wheel install.
- Sanitize NO_PROXY/no_proxy for the daemon child process — drop IPv6 CIDR
  entries that httpx rejects with InvalidURL (OrbStack injects these by
  default).
- Add `enabled_tables` allowlist on warehouse connections (zod schema +
  live-database introspection filter) to scope ingest to specific tables.
- Add `getting-started/troubleshooting-linux` docs page covering the Python
  3.13 prerequisite, IPv6 proxy gotcha, and a minimal working recipe; link
  it from the quickstart troubleshooting table and the llms-docs map.
- Make docs-site origin overridable via `KTX_DOCS_ORIGIN` so local builds
  can serve under host.docker.internal.
2026-05-19 14:17:52 +02:00
..
config.test.ts feat: add claude-code llm backend with runtime port (#115) 2026-05-16 12:06:34 +02:00
config.ts feat: add claude-code llm backend with runtime port (#115) 2026-05-16 12:06:34 +02:00
driver-schemas.test.ts feat(context): add driver-discriminated connection schemas (#96) 2026-05-15 00:08:11 +02:00
driver-schemas.ts fix(setup): unblock clean Linux installs and add enabled_tables allowlist 2026-05-19 14:17:52 +02:00
index.ts feat(context): add driver-discriminated connection schemas (#96) 2026-05-15 00:08:11 +02:00
local-git-file-store.test.ts feat: rename project wiki directory (#66) 2026-05-13 16:05:58 +02:00
local-git-file-store.ts rename klo to ktx 2026-05-10 23:51:24 +02:00
local-state-db.ts rename klo to ktx 2026-05-10 23:51:24 +02:00
mappings-yaml-schema.test.ts feat(context): add driver-discriminated connection schemas (#96) 2026-05-15 00:08:11 +02:00
mappings-yaml-schema.ts feat(context): add driver-discriminated connection schemas (#96) 2026-05-15 00:08:11 +02:00
project.test.ts fix: remove project from ktx config (#95) 2026-05-14 17:39:31 +02:00
project.ts fix: remove project from ktx config (#95) 2026-05-14 17:39:31 +02:00
setup-config.test.ts fix: improve ingest runtime readiness (#124) 2026-05-17 10:27:29 +02:00
setup-config.ts fix: improve ingest runtime readiness (#124) 2026-05-17 10:27:29 +02:00