refactor: apply repository naming contract

Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
This commit is contained in:
Tianyi Cui
2026-08-13 00:36:22 +08:00
parent 101df7cf58
commit a2d0f7f411
3281 changed files with 21730 additions and 21592 deletions

View File

@@ -270,7 +270,7 @@ const subsystemGroups = [
['session-projection.md', '会话投影', 'Session projections'],
['persistence.md', '会话持久化', 'Session persistence'],
['spill.md', 'Spill 存储', 'Spill storage'],
['telemetry.md', '遥测', 'Telemetry'],
['session-telemetry.md', '遥测', 'SessionTelemetryBackend'],
]],
['模型与上下文', 'Model and context', [
['llm-streaming.md', 'LLM 流式响应', 'LLM streaming'],
@@ -280,10 +280,10 @@ const subsystemGroups = [
]],
['执行与工具', 'Execution and tools', [
['tools.md', '工具', 'Tools'],
['bash.md', 'Bash 执行', 'Bash execution'],
['shell.md', 'Bash 执行', 'Bash execution'],
['subprocess.md', '子进程', 'Subprocesses'],
['pty.md', 'PTY 会话', 'PTY sessions'],
['tasks.md', '后台任务', 'Background tasks'],
['terminal.md', 'PTY 会话', 'PTY sessions'],
['jobs.md', '后台任务', 'Background jobs'],
['filesystem.md', '文件系统', 'Filesystem'],
['lsp.md', 'LSP 导航', 'LSP navigation'],
['code-runtime.md', '代码运行时', 'Code runtime'],
@@ -294,17 +294,17 @@ const subsystemGroups = [
]],
['策略与交互', 'Policy and interaction', [
['approval.md', '审批', 'Approvals'],
['permission.md', '权限预设', 'Permission presets'],
['permission-presets.md', '权限预设', 'Permission presets'],
['sandbox.md', '沙箱', 'Sandboxing'],
['plan.md', '计划模式', 'Plan mode'],
['user-interaction.md', '用户交互', 'User interaction'],
['user-questions.md', '用户交互', 'User interaction'],
['commands.md', '命令', 'Human commands'],
['goal.md', '目标', 'Goals'],
['schedule.md', '定时提醒', 'Scheduled reminders'],
]],
['平台与接入', 'Platform and access', [
['http-server.md', 'HTTP 服务器', 'HTTP server'],
['typert.md', 'TypeRT', 'TypeRT'],
['web-server.md', 'HTTP 服务器', 'HTTP server'],
['typert.md', 'Typert', 'Typert'],
['client-modules.md', '客户端模块', 'Client modules'],
['storage.md', '存储', 'Storage'],
['workspace.md', '工作区', 'Workspaces'],