mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
* feat(setup): write per-role llm model presets * feat(setup): remove llm model setup flag * chore(setup): update llm preset guidance * docs(setup): document llm model presets * chore(release): sync uv.lock to 0.9.0 * fix(cli): make sl query --execute work on secret-backed connections sl query --execute used a parallel SQL executor (createDefaultLocalQueryExecutor) that passed connection.url verbatim into pg, so file:/env: secret references failed with "SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a string". Collapse onto the connector-based executor already used by MCP and ingest (createKtxCliIngestQueryExecutor), which resolves secret references and supports every driver. Delete the now-dead local/postgres/sqlite query executors, their tests, and the orphaned hasLocalQueryExecutor driver flag. * docs(agents): require one implementation per capability Add a design-reasoning default and a matching self-check question telling agents to route callers through a single shared implementation of a capability rather than forking a parallel one, and to fix the shared layer rather than patch one branch. Encodes the lesson from a divergent SQL-execution-path bug, stated generally. CLAUDE.md is a symlink to AGENTS.md, so both agent-instruction files are covered. |
||
|---|---|---|
| .. | ||
| adapters | ||
| clustering | ||
| context-candidates | ||
| context-evidence | ||
| dbt-shared | ||
| historic-sql-probes | ||
| isolated-diff | ||
| memory-flow | ||
| page-triage | ||
| stages | ||
| tools | ||
| action-identity.test.ts | ||
| artifact-gates.test.ts | ||
| canonical-pins.test.ts | ||
| diff-set.service.test.ts | ||
| final-gate-repair.test.ts | ||
| finalization-scope.test.ts | ||
| historic-sql-probes.test.ts | ||
| ingest-bundle.runner.isolated-diff.test.ts | ||
| ingest-bundle.runner.test.ts | ||
| ingest-profile.test.ts | ||
| ingest-prompts.test.ts | ||
| ingest-runtime-assets.test.ts | ||
| ingest-trace.test.ts | ||
| local-adapters.test.ts | ||
| local-bundle-ingest.test.ts | ||
| local-bundle-runtime.test.ts | ||
| local-embedding-provider.integration.test.ts | ||
| local-mapping-reconcile.test.ts | ||
| local-metabase-ingest.test.ts | ||
| local-stage-ingest.test.ts | ||
| raw-sources-paths.test.ts | ||
| repo-fetch.test.ts | ||
| report-snapshot.test.ts | ||
| reports.test.ts | ||
| semantic-layer-target-policy.test.ts | ||
| source-adapter-registry.test.ts | ||
| sqlite-bundle-ingest-store.test.ts | ||
| sqlite-local-ingest-store.test.ts | ||
| wiki-body-refs.test.ts | ||
| wiki-sl-ref-repair.test.ts | ||