fix(workflow-generator): restrict coder to only touch target workflow dir

Prevents coder from modifying other workflow directories like
sense-generator when generating a new workflow.

小橘 🍊(NEKO Team)
This commit is contained in:
小橘 2026-04-25 06:19:18 +00:00
parent 714a320bdc
commit 024ddf0b8b

View File

@ -776,6 +776,9 @@ ${fixSection}
\`\`\`
Do not remove or overwrite unrelated senses, reflexes, or other workflow entries. Preserve valid YAML.
## CRITICAL constraints
- **ONLY touch files inside \`${WORKFLOWS_DIR}/${wfName}/\` and \`${NERVE_ROOT}/nerve.yaml\`.** Do NOT read, modify, or create files in any other workflow directory (e.g. \`sense-generator/\`, \`hello-world/\`). The reference code is provided inline above — you do not need to open it from disk.
## Implementation patterns (when applicable)
- \`resolveDashScopeProvider\`, \`nerveAgentContext\`, \`readNerveYaml\`, \`cursorAgent\`, \`llmExtract\`, \`spawnSafe\`, \`formatSpawnFailure\` from \`@uncaged/nerve-workflow-utils\` as in sense-generator.
- No dynamic \`import()\` in the new workflow code.