悟空工作区路径包含动态 ID,并且自带 Node.js 运行时。OpenYida 会通过当前环境自动识别悟空,但执行 shell 命令时仍需要注意 Node.js 路径。Documentation Index
Fetch the complete documentation index at: https://openyida.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
工作区识别
悟空工作区通常类似:AGENT_WORK_ROOT 时,OpenYida 会直接读取它作为工作区根目录。
Node.js 路径
在悟空里执行node、npm、npx 前,建议把悟空自带 Node.js 放到 PATH 最前面。
macOS/Linux:
初始化工作区
openyida copy 会把 project/ 模板内容直接铺到工作区,不额外创建一层嵌套的 project/ 目录。
技能包
悟空使用手动上传的技能包。请在 OpenYida 仓库中构建:SKILL.md,子技能文档会转换到 references/subskills/。