This repository has been archived on 2026-06-08 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
fix/type-errors-and-tsbuildinfo
- Add bun-types and @types/xxhashjs to root devDependencies, remove @types/node - Add types: ['bun-types'] to root and package tsconfigs - Fix AST Node type narrowing in bundle-validator.ts with AcornNode type and narrowNode helper - Fix generic ThreadContext variance in create-role-moderator.ts - Add explicit parameter types in worker.ts - Fix ChildProcess type in worker-spawn.ts to match spawn() stdio config - Fix mock fetch type casts in test files (bun-types preconnect) - Fix RequestInfo → Request | string | URL in llm-extract test - Fix ThreadContext generic cast in solve-issue-template test - Add typecheck script (bunx tsc --build) to package.json - Update check script to run typecheck before biome - Remove all tsconfig.tsbuildinfo from git tracking - Add tsconfig.tsbuildinfo to .gitignore
Description
Languages
TypeScript
96.8%
JavaScript
1.5%
Shell
1.1%
CSS
0.5%