Files
nexus-terminal/.helloagents/modules/_index.md
T
yinjianm c7a73e3715 【HelloAGENTS】- ~init:完成
已完成当前仓库知识库初始化,已创建 .helloagents/ 目录骨架和首批文档,覆盖根工作区、前端、后端、远程桌面网关四个模块。

已生成入口与上下文文档:INDEX.md、context.md、CHANGELOG.md
已生成模块文档:workspace-root.md、frontend.md、backend.md、remote-gateway.md
已创建空目录:plan/、user/
验收结果:核心文件存在且非空,目录结构完整,未残留模板级占位骨架
未执行项:configure_codex.py 因当前环境不可用 Python 解释器而跳过,这不影响本次知识库初始化
提示:当前 .gitignore 还没有 .helloagents/ 条目;按 ~init 规则,我只提示,不自动修改
2026-03-25 03:20:36 +08:00

907 B

模块索引

通过此文件快速定位模块文档

模块清单

模块 职责 状态 文档
workspace-root 管理 monorepo 工作区、共享依赖、补丁与部署编排 workspace-root.md
frontend 提供终端工作区、设置页和连接管理等 Web 界面 frontend.md
backend 提供认证、连接管理、SFTP、通知与 WebSocket 服务 backend.md
remote-gateway 生成远程桌面令牌并桥接 guacd remote-gateway.md

模块依赖关系

workspace-root → frontend
workspace-root → backend
workspace-root → remote-gateway
frontend → backend
frontend → remote-gateway
remote-gateway → guacd
backend → data(volume)

状态说明

  • 稳定
  • 🚧 开发中
  • 📝 规划中