ktx/examples/package-artifacts/README.md

18 lines
611 B
Markdown
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
# Package artifact smoke checks
The package artifact smoke checks create temporary projects instead of storing
2026-05-10 23:51:24 +02:00
sample projects in this directory. Run the checks from `ktx/`:
2026-05-10 23:12:26 +02:00
```bash
source .venv/bin/activate
pnpm run artifacts:check
```
2026-05-10 23:51:24 +02:00
The npm smoke project installs the generated `@ktx/context` and `@ktx/cli`
tarballs, imports public package entry points, and runs installed `ktx`
2026-05-10 23:12:26 +02:00
commands against a generated local project.
2026-05-10 23:51:24 +02:00
The Python smoke project installs `ktx-daemon` through the local artifact
directory, imports `semantic_layer` and `ktx_daemon`, and runs
`python -m ktx_daemon semantic-validate`.