Andrey Avtomonov
4c71ff545f
fix(ci): unblock CI on docs-font branch
...
- Add lsof to knip ignoreBinaries so the new `pnpm docs` script
(which uses `lsof -ti:3000` to free port 3000) does not trip
the Unlisted binaries check.
- Make CLI version assertions read @ktx/cli/package.json at runtime
instead of hardcoding 0.0.0-private. The 0.4.0 release commit on
main bumped the package version, breaking 18 hardcoded test cases
in index.test.ts and admin-reindex.test.ts; reading the version
dynamically keeps the suite green across future version bumps.
2026-05-21 00:37:38 +02:00
Andrey Avtomonov
9c07038368
ci: simplify ktx release flow ( #149 )
2026-05-19 16:40:23 +02:00
Andrey Avtomonov
b565e44a22
feat: add claude-code llm backend with runtime port ( #115 )
...
* docs: revise claude-code ingest backend spec
* docs: keep claude-code spec focused on ingest
* docs: expand claude-code spec to full llm parity
* Refine claude-code backend spec after adversarial review iteration 1
* Refine claude-code backend spec after adversarial review iteration 2
* Refine claude-code backend spec after adversarial review iteration 3
* feat: recognize claude-code llm backend
* feat: add ktx llm runtime port
* feat: add claude-code llm runtime
* feat: route non-agent llm calls through runtime
* feat: run ingest agents through llm runtime
* feat: support claude-code setup and status
* test: verify claude-code backend runtime
* docs: add claude-code backend v1 runtime plan
* fix: close claude-code runtime isolation checks
* fix: warn on claude-code prompt caching during setup
* chore: verify claude-code v1 closure
* docs: add claude-code backend v1 isolation closure plan
* fix: update claude-code ingest setup guidance
* docs: add claude-code backend v1 ingest guidance closure plan
* docs: align claude-code isolation spec with sdk metadata
* test: cover claude-code host discovery metadata
* fix: tolerate claude-code host discovery metadata
* docs: clarify claude-code host discovery metadata
* docs: add claude-code auth-probe isolation fix plan
* chore: prepare kaelio ktx rc1 release
* chore: add semantic release workflow
* fix: unblock ci checks
* chore(release): 0.1.0-rc.1
* feat: add Claude Code model selection to setup
* fix: keep git maintenance attached in local repos
2026-05-16 12:06:34 +02:00
Andrey Avtomonov
0a261fe8a4
ci: add codecov coverage reporting ( #82 )
...
* ci: add codecov coverage reporting
* ci: fix codecov and secret scan checks
* ci: fix smoke and artifact checks
2026-05-14 01:13:31 +02:00
Andrey Avtomonov
bcb0d2f8f7
chore: add TypeScript dead-code checks ( #60 )
...
* chore: add TypeScript dead-code checks
* chore: trim stale Knip ignores
* Fix CI smoke and artifact checks
2026-05-13 13:33:28 +02:00