ktx/docs-site/content/docs
Andrey Avtomonov dd68aadb35 Merge origin/main into ingest-ignores-auto-commit-config
Resolve git.service.ts conflict: both branches independently fixed the
"ktx adopts an enclosing git repo when the project dir is nested" bug.

main (#282) used checkIsRepo(IS_REPO_ROOT) to init a dedicated repo unless
the project dir is already a repo root. This branch's repo-ownership model
(classifyKtxRepoOwnership) reads only <dir>/.git and never walks up, so it
already handles the nested case (no local .git -> unowned -> dedicated init)
and additionally rejects foreign repos via a ktx.managed marker. Kept the
ownership model and dropped the now-unused CheckRepoActions import; #282's
regression tests (reindex.nested-git-root, project nested-repo) pass against it.
2026-06-10 01:16:01 +02:00
..
cli-reference fix(cli): clear error when ktx setup has no LLM backend under --no-input (#281) 2026-06-09 17:11:39 +00:00
community docs: consolidate AI Resources into a single page (#274) 2026-06-09 00:28:56 -04:00
concepts docs: standardize fanout terminology (#218) 2026-05-25 11:09:33 -04:00
configuration docs: document isolated ktx project repos 2026-06-09 23:01:46 +02:00
getting-started fix(cli): guide setup away from foreign repos at the project dir 2026-06-09 23:38:01 +02:00
guides docs: document isolated ktx project repos 2026-06-09 23:01:46 +02:00
integrations feat(cli)!: remove fast mode; ktx ingest always builds enriched context (KLO-721) (#237) 2026-05-29 17:41:04 +02:00
meta.json docs: consolidate AI Resources into a single page (#274) 2026-06-09 00:28:56 -04:00