Something went wrong. Try again.
WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
Something went wrong. Try again.
Include tests in TypeScript type-checking master
Fix issue where test files were excluded from TypeScript compilation, causing VS Code to catch type errors that npm run typecheck missed. Changes: - Add "tests/**/*" to include array in tsconfig.json - Remove "tests/**/*" from exclude array - Tests are now type-checked by both build and typecheck scripts - Tests are emitted to dist/tests/ (harmless locally, can exclude from npm publish later) This ensures type errors in tests are caught by: - npm run typecheck (local development) - npm run build (before commits) - CI pipeline (prevents broken tests from being merged) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Author Mark Bennett Co-author Claude Sonnet 4.5 Date (Feb 10, 2026, 12:34 AM UTC) Commit 46b15dbe 46b15dbec5f54c8cb16c6f513ee566bb766a2950 Parent c1c606b4 c1c606b46f6ce7989e980e67fa36ea9a07b59b5f