Commit Graph

2 Commits

Author SHA1 Message Date
deviosyan
5a53d83ad5 fix: sync outdated stub docs + integrate LSP closeAllFiles with compact
- Remove redundant fork:true and run_in_background params in /fork command
- Integrate LSP closeAllFiles() into postCompactCleanup (memory leak #14)
- Update 10 docs files: mark implemented features no longer as stubs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-28 02:17:42 +08:00
claude-code-best
6a182e45b3 feat: 注册所有新命令到命令系统和工具注册表
- commands.ts: 注册所有新命令(memory-stores、vault、schedule 等),
  移除 require() 动态加载,统一为 ESM import
- tools.ts: 注册 LocalMemoryRecallTool、VaultHttpFetchTool
- 补充命令测试(bridge-kick、commit、commit-push-pr、init-verifiers)
- 补充工具测试(AgentTool、RemoteTrigger、SkillTool、WebFetch、WebSearch)
- 集成测试:autonomy-lifecycle-user-flow 更新
- 探测脚本和功能文档

Co-Authored-By: glm-5-turbo <zai-org@claude-code-best.win>
2026-05-09 23:04:39 +08:00