ktx/scripts
Andrey Avtomonov 56a967278a
chore(docs-site): add dev shortcut and fix hero heading clipping (#190)
* chore(docs-site): add dev shortcut and fix hero heading clipping

- Add `pnpm docs` script that frees port 3000 then runs the docs-site
  dev server, so the docs preview is one command away.
- Bump hero heading line-height to 1.2 and add 0.15em bottom padding
  so the gradient text-clip no longer cuts off descenders.
- Sync auto-generated next-env.d.ts to the current Next types path.

* 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.

* fix ci release version fixtures
2026-05-21 01:30:45 +02:00
..
acquire-public-benchmark-fixtures.mjs Initial open-source release 2026-05-10 23:12:26 +02:00
acquire-public-benchmark-fixtures.test.mjs rename klo to ktx 2026-05-10 23:51:24 +02:00
adventureworks-oltp-source.json Initial open-source release 2026-05-10 23:12:26 +02:00
adventureworks-oltp-source.test.mjs Initial open-source release 2026-05-10 23:12:26 +02:00
anti-fixture-conditional.test.mjs rename klo to ktx 2026-05-10 23:51:24 +02:00
build-adventureworks-oltp-fixture.mjs fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
build-benchmark-snapshot.mjs Initial open-source release 2026-05-10 23:12:26 +02:00
build-benchmark-snapshot.test.mjs [codex] Add Conductor workspace scripts (#2) 2026-05-11 09:55:42 +02:00
build-evidence-fusion-adversarial-fixtures.mjs refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
build-public-npm-package.mjs fix: align release provenance metadata 2026-05-19 16:10:30 +02:00
build-public-npm-package.test.mjs docs(concepts): add Wiki retrieval pillar page (#191) 2026-05-21 01:26:58 +02:00
build-python-runtime-wheel.mjs fix: improve setup wizard behavior (#127) 2026-05-17 19:15:09 +02:00
build-python-runtime-wheel.test.mjs docs(concepts): add Wiki retrieval pillar page (#191) 2026-05-21 01:26:58 +02:00
check-boundaries.mjs fix(ci): publish the pre-built tarball instead of re-packing (#159) 2026-05-20 00:55:15 +02:00
check-boundaries.test.mjs fix(ci): publish the pre-built tarball instead of re-packing (#159) 2026-05-20 00:55:15 +02:00
ci-artifact-upload.test.mjs ci: parallelize KTX CI checks 2026-05-12 01:44:15 +02:00
conductor-run.sh [codex] Add Conductor workspace scripts (#2) 2026-05-11 09:55:42 +02:00
conductor-scripts.test.mjs perf(setup): speed up conductor setup and make it rerun-safe (#107) 2026-05-15 12:06:37 +02:00
conductor-setup.sh chore: preserve superpowers docs symlink in worktrees (#158) 2026-05-20 00:11:38 +02:00
examples-docs.test.mjs feat(cli): smart defaults and flatter command surface for ktx (#177) 2026-05-20 01:52:37 +02:00
installed-live-database-smoke.mjs feat(cli): add ktx admin reindex (#160) 2026-05-20 01:36:54 +02:00
installed-live-database-smoke.test.mjs fix: remove project from ktx config (#95) 2026-05-14 17:39:31 +02:00
link-dev-cli.mjs rename klo to ktx 2026-05-10 23:51:24 +02:00
link-dev-cli.test.mjs rename klo to ktx 2026-05-10 23:51:24 +02:00
local-embeddings-runtime-smoke.mjs refactor(release): drop release-policy.json runtime dep and next branch (#180) 2026-05-20 13:53:14 +02:00
local-embeddings-runtime-smoke.test.mjs chore(docs-site): add dev shortcut and fix hero heading clipping (#190) 2026-05-21 01:30:45 +02:00
normalize-lcov-paths.mjs ci: configure Codecov coverage uploads (#150) 2026-05-19 16:56:48 +02:00
normalize-lcov-paths.test.mjs ci: configure Codecov coverage uploads (#150) 2026-05-19 16:56:48 +02:00
package-artifacts.mjs refactor(release): drop release-policy.json runtime dep and next branch (#180) 2026-05-20 13:53:14 +02:00
package-artifacts.test.mjs docs(concepts): add Wiki retrieval pillar page (#191) 2026-05-21 01:26:58 +02:00
prepare-cli-bin.mjs rename klo to ktx 2026-05-10 23:51:24 +02:00
public-benchmark-manifest.json ci: run pre-commit checks in CI (#74) 2026-05-13 19:49:25 +02:00
public-npm-release-metadata.mjs feat(release): one version everywhere via @semantic-release/git (#186) 2026-05-20 17:01:26 +02:00
public-npm-release-metadata.test.mjs feat(release): one version everywhere via @semantic-release/git (#186) 2026-05-20 17:01:26 +02:00
published-package-smoke-config.mjs fix(cli): remove ktx setup subcommands (#42) 2026-05-13 00:38:26 +02:00
published-package-smoke.mjs fix(release): repair next npm release workflow (#122) 2026-05-17 01:41:07 +02:00
published-package-smoke.test.mjs fix(release): repair next npm release workflow (#122) 2026-05-17 01:41:07 +02:00
relationship-orbit-verification.mjs feat: merge ingest and scan 2026-05-14 01:43:06 +02:00
relationship-orbit-verification.test.mjs feat: merge ingest and scan 2026-05-14 01:43:06 +02:00
release-readiness.mjs feat: add claude-code llm backend with runtime port (#115) 2026-05-16 12:06:34 +02:00
release-readiness.test.mjs docs(concepts): add Wiki retrieval pillar page (#191) 2026-05-21 01:26:58 +02:00
release-workflow.test.mjs ci(release): restore RELEASE_PAT for branch push (#189) 2026-05-20 17:57:35 +02:00
run-ktx.mjs perf(cli): cache pnpm run ktx builds against a stamp file (#113) 2026-05-15 15:49:39 +02:00
run-ktx.test.mjs perf(cli): cache pnpm run ktx builds against a stamp file (#113) 2026-05-15 15:49:39 +02:00
semantic-release-config.cjs feat(release): one version everywhere via @semantic-release/git (#186) 2026-05-20 17:01:26 +02:00
semantic-release-config.test.mjs feat(release): one version everywhere via @semantic-release/git (#186) 2026-05-20 17:01:26 +02:00
setup-dev.mjs fix(cli): build runtime assets during dev setup (#121) 2026-05-17 01:04:44 +02:00
setup-dev.test.mjs fix(cli): build runtime assets during dev setup (#121) 2026-05-17 01:04:44 +02:00
standalone-ci-workflow.test.mjs ci: run pre-commit checks in CI (#74) 2026-05-13 19:49:25 +02:00
test-tiering.test.mjs [codex] Add Conductor workspace scripts (#2) 2026-05-11 09:55:42 +02:00
update-public-release-version.mjs feat(release): one version everywhere via @semantic-release/git (#186) 2026-05-20 17:01:26 +02:00
update-public-release-version.test.mjs feat(release): one version everywhere via @semantic-release/git (#186) 2026-05-20 17:01:26 +02:00
validate-llm-debug-jsonl.mjs rename klo to ktx 2026-05-10 23:51:24 +02:00
validate-llm-debug-jsonl.test.mjs rename klo to ktx 2026-05-10 23:51:24 +02:00