ktx/packages/context
Andrey Avtomonov 488b955024
fix: surface silent failures in SL, wiki, and embedding wiring (#195)
* fix: surface silent failures in SL, wiki, and embedding wiring

- require non-empty `vertex.location` in the project schema instead of defaulting
  to an empty string with a description that promised SDK fallback the resolver
  never honored
- log YAML parse failures from `SemanticLayerService.loadSource` and
  `KnowledgeWikiService.readPage` so corrupted overlays aren't silently treated
  as "does not exist" by ingest/agent tools
- push directory-listing errors in `loadAllSources` and `listPageKeys` into the
  load-error / log path instead of returning empty success
- accept an `embeddingProvider` in `createLocalProjectMemoryIngest` and plumb the
  resolved CLI provider through `mcp-server-factory`; warn in both the memory
  and bundle runtimes when they fall back to `NoopEmbeddingPort` while the
  project config requests an active embedding backend
- clarify `embeddings.dimensions` description as a placeholder valid only with
  `backend: none`, and tighten the sentence-transformers `base_url` description
  to call out that managed-daemon resolution is CLI-only

* test: improve PR coverage
2026-05-21 10:38:23 +02:00
..
prompts feat(ingest): default local ingest to isolated diffs (#128) 2026-05-18 13:38:06 +02:00
scripts rename klo to ktx 2026-05-10 23:51:24 +02:00
skills feat(ingest): default local ingest to isolated diffs (#128) 2026-05-18 13:38:06 +02:00
src fix: surface silent failures in SL, wiki, and embedding wiring (#195) 2026-05-21 10:38:23 +02:00
test/fixtures refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
package.json feat(cli): add ktx admin reindex (#160) 2026-05-20 01:36:54 +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