Commit 5fd54b9
committed
refactor(src): 重构路径引用并重命名部分模块
- 统一调整内部模块导入路径,移除多余的 system 子目录
- 重命名 common/runtime/state.ts 为 common/state.ts 并同步更新相关引用
- 重命名 common/runtime/validate.ts 为 common/validate.ts 并同步更新相关引用
- 重命名 common/runtime/file-history.ts 为 common/file-history 并同步更新相关引用
- 更新测试文件和工具模块中对应的导入路径,确保一致性
- 保持代码逻辑不变,仅调整代码结构和模块路径优化维护性1 parent 192d02d commit 5fd54b9
25 files changed
Lines changed: 28 additions & 34 deletions
File tree
- src
- common
- mcp
- tests
- tools
- ui/views
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments