| chore: bump version to 15.7.4
| 1 天前 |
| chore: bump version to 15.7.4
| 1 天前 |
| fix(task): 修复代码审查中发现的问题
1. 修复 dependency-manager.test.ts 测试逻辑不一致问题
- 更新测试名称以准确反映实际行为
- 使用临时目录确保测试隔离
2. 在 TaskManager 中添加依赖管理公共 API
- 添加 addDependency() 方法
- 添加 removeDependency() 方法
3. 优化 TaskGraphTool 代码
- 使用 TaskManager 公共 API,移除类型断言
- 删除未使用的 DependencyManager 导入
| 13 小时前 |
| chore: bump version to 15.7.4
| 1 天前 |
| chore: bump version to 15.7.4
| 1 天前 |
| chore: bump version to 15.7.4
| 1 天前 |
| chore: bump version to 15.7.4
| 1 天前 |
| chore: bump version to 15.7.4
| 1 天前 |
| chore: bump version to 15.7.4
| 1 天前 |
| chore: enabled parallel Bun test runs across package scripts
- Updated each package's test script to run bun test with the --parallel flag.
- Updated the tui package test command to preserve its test/*.test.ts file filter while enabling parallel execution.
| 1 天前 |
| chore: bump version to 15.7.4
| 1 天前 |
| refactor: restructured monorepo TypeScript config and build tasks for unified setup
- Migrated all package tsconfig files to extend tsconfig.workspace.json for unified TypeScript configuration across monorepo.
- Consolidated build and check scripts across 10+ packages to use biome for linting/formatting with separate type checking via tsgo.
- Renamed build scripts from build:native and build:binary to build for simplified command naming across packages/natives and packages/coding-agent.
- Refactored CI workflow to invoke bun tasks instead of inline shell scripts, reducing workflow complexity by 40+ lines.
- Removed sync-exports.ts and repro-stuck.ts scripts; deleted path aliases from tsconfig.base.json in favor of workspace-based configuration.
- Updated turbo.json with new task definitions (check:types, lint, fmt, fix) and removed build:native/embed:native tasks.
| 1 个月前 |