ktx/packages/context
Andrey Avtomonov eff904b60d fix(sl): skip TS/Python schema contract test when uv is unavailable
The TypeScript checks CI job does not install uv or Python, so the
module-level `execFileSync('uv', ...)` in schemas.contract.test.ts threw
ENOENT and failed the suite. Wrap the schema dump in a try/catch and
guard the describe block with `describe.skipIf` so the test skips in
environments without uv. Local dev and any CI job that has uv on PATH
still runs the cross-language contract assertion.
2026-05-15 02:04:12 +02:00
..
prompts Polish documentation copy (#98) 2026-05-14 12:43:14 -04:00
scripts rename klo to ktx 2026-05-10 23:51:24 +02:00
skills Merge remote-tracking branch 'origin/main' into fix-sl-query-source-column-type 2026-05-15 01:43:02 +02:00
src fix(sl): skip TS/Python schema contract test when uv is unavailable 2026-05-15 02:04:12 +02:00
test/fixtures refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
package.json refactor(sl): split overlay columns from column_overrides and enforce TS/Python wire contract 2026-05-15 00:36:52 +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