claude-code-best/src
yhangf 1f768d682a refactor(agents): 3层架构重构 StrictSpec 工作流
- SpecPlan 合并 PlanManager/SpecPlan/PlanApply 为统一 Layer 2 协调者
- StrictSpec Stage 4 直接调用 SpecPlan,移除中间层 PlanManager
- SpecPlan 支持 SubCoding 串行(模式A)和 teammates 并行(模式B),自动降级
- builtInAgents.ts 移除 PLAN_MANAGER_AGENT 注册(不再是 StrictSpec 链路必需)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 20:52:41 +08:00
..
__tests__ test: 添加一大堆测试文件 2026-04-02 20:28:08 +08:00
assistant feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
bootstrap feat: 问就是封包 2026-03-31 23:32:58 +08:00
bridge rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
buddy Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
cli rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
commands rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
components rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
constants rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
context Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
coordinator feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
costrict refactor(agents): 3层架构重构 StrictSpec 工作流 2026-04-09 20:52:41 +08:00
daemon rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
entrypoints rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
environment-runner feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
hooks rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
jobs feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
keybindings rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
memdir feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
migrations feat: 完成stub 2026-03-31 20:40:16 +08:00
moreright 更新大量 tsx 原始文件; 已经迁移 login panel; 部分 (#121) 2026-04-04 23:24:27 +08:00
native-ts fix: 修复 @ typeahead 文件搜索无结果的问题 2026-04-01 17:11:09 +08:00
outputStyles feat: build 2026-03-31 19:22:47 +08:00
plugins feat: build 2026-03-31 19:22:47 +08:00
proactive feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
query feat: 完成第二版类型清理 2026-03-31 23:03:47 +08:00
remote feat: 完成第二版类型清理 2026-03-31 23:03:47 +08:00
schemas feat: 完成stub 2026-03-31 20:40:16 +08:00
screens rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
self-hosted-runner feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
server feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
services rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
skills Merge pull request #10 from y574444354/feat/rebrand-claude-code-to-costrict 2026-04-09 17:23:27 +08:00
ssh feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
state 更新大量 tsx 原始文件; 已经迁移 login panel; 部分 (#121) 2026-04-04 23:24:27 +08:00
tasks rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
tools refactor(agents): 3层架构重构 StrictSpec 工作流 2026-04-09 20:52:41 +08:00
types Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
upstreamproxy feat: 问就是封包 2026-03-31 23:32:58 +08:00
utils rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
vim feat: build 2026-03-31 19:22:47 +08:00
voice feat: build 2026-03-31 19:22:47 +08:00
commands.ts rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
context.ts feat: build 2026-03-31 19:22:47 +08:00
cost-tracker.ts feat: build 2026-03-31 19:22:47 +08:00
costHook.ts feat: build 2026-03-31 19:22:47 +08:00
dialogLaunchers.tsx fix: 修复 -r 模式下键盘输入无响应 2026-04-07 23:54:09 +08:00
history.ts feat: build 2026-03-31 19:22:47 +08:00
interactiveHelpers.tsx Merge pull request #3 from Askhz/fix/setup-dialogs 2026-04-09 14:15:27 +08:00
main.tsx rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
projectOnboardingState.ts feat: build 2026-03-31 19:22:47 +08:00
query.ts feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
QueryEngine.ts feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
replLauncher.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
setup.ts rebrand: 将 Claude Code 品牌改为 CoStrict 2026-04-09 17:14:39 +08:00
Task.ts feat: build 2026-03-31 19:22:47 +08:00
tasks.ts feat: build 2026-03-31 19:22:47 +08:00
Tool.ts feat: 完成第二版类型清理 2026-03-31 23:03:47 +08:00
tools.ts fix: 彻底移除 /loop 及 cron 工具的 feature('AGENT_TRIGGERS') gate 2026-04-01 11:57:16 +08:00