feat(KB-141): fix workspace type resolution and add clean-checkout typecheck tests
- Remove dist-dependent workspace type resolution from all tsconfig files - Add clean-checkout typecheck regression test to CI suite - Update package.json type definitions for core, engine, dashboard, and cli packages - Update README with typecheck testing documentation - Clean up unused test files and component dependencies
This commit is contained in:
10
README.md
10
README.md
@@ -163,6 +163,16 @@ pnpm dev dashboard # Board + AI engine
|
||||
pnpm dev task list # CLI commands
|
||||
```
|
||||
|
||||
### Type Checking
|
||||
|
||||
The workspace supports clean-checkout type checking — no build artifacts required:
|
||||
|
||||
```bash
|
||||
pnpm typecheck # Type-check all packages
|
||||
```
|
||||
|
||||
This command validates TypeScript across all packages using source file resolution, without requiring `dist/` output from prior builds. Run it after cloning or before committing to catch type errors early.
|
||||
|
||||
## Building a standalone executable
|
||||
|
||||
You can build a single self-contained `kb` binary using [Bun](https://bun.sh/):
|
||||
|
||||
Reference in New Issue
Block a user