@exaudeus/workrail 0.2.5-beta.1 → 0.2.5-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"If at any point you determine that a crucial piece of information is missing, you must pause and ask the user to provide it.",
|
|
21
21
|
"Auto-advance: after completing each step, immediately get the next step; only pause for explicit requireConfirmation or missing critical inputs.",
|
|
22
22
|
"FunctionReferences are mandatory. When a step lists functionReferences, execute each in the listed order before producing chat output.",
|
|
23
|
+
"FunctionReferences are conceptual (not MCP tools). ‘Execute’ means: read the function’s definition and perform those actions using your available tools; do not look for tools with the same names.",
|
|
23
24
|
"Use each function's definition as the authoritative checklist for how to perform the step and what to produce (doc updates, context vars).",
|
|
24
25
|
"Document I/O: create/update the file at reviewDocPath using file-writing tools. If the agent cannot write files, output the exact doc content with the intended path so the user can save it.",
|
|
25
26
|
"If a function requires inputs that are missing, state exactly what is missing and pause. Otherwise, do not ask for confirmation.",
|