refactor(workspace): fold internal packages into cli

This commit is contained in:
Andrey Avtomonov 2026-05-21 03:27:33 +02:00
parent 8c2333cc15
commit ac3885b652
945 changed files with 517 additions and 2686 deletions

View file

@ -24,10 +24,8 @@ describe('standalone KTX CI workflow', () => {
'name: Pre-commit checks',
'typescript-checks:',
'name: TypeScript checks',
'slow-context-tests:',
'name: Slow context tests',
'slow-cli-tests:',
'name: Slow CLI tests',
'name: Slow TypeScript tests',
'cli-smoke-tests:',
'name: CLI smoke tests',
'python-checks:',
@ -42,7 +40,6 @@ describe('standalone KTX CI workflow', () => {
'pnpm install --frozen-lockfile',
'pnpm run check',
'pnpm run build',
'pnpm --filter @ktx/context run test:slow',
'pnpm --filter @ktx/cli run test:slow',
'pnpm run smoke',
'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405',