chore(FN-4223): add changeset and polish research description test
Fusion-Task-Id: FN-4223 Fusion-Task-Lineage: bc114ff2-ee0f-4e96-b1d2-6ba3112a48e4
This commit is contained in:
10
.changeset/FN-4223-research-naming-clarification.md
Normal file
10
.changeset/FN-4223-research-naming-clarification.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Clarify Fusion Research subsystem positioning vs upstream pi-autoresearch.
|
||||
Tightens user-facing copy on fn_research_* tool descriptions, the fn
|
||||
research CLI help, and the dashboard Research view to remove false-friend
|
||||
expectations with the autonomous experiment loop. No tool, type, table,
|
||||
route, or schema renames. No behavior changes. Adds a naming decision
|
||||
record at docs/research/naming-decision-2026-05.md.
|
||||
@@ -1981,9 +1981,6 @@ describe("fn pi extension (runnable structured-output regression slice)", () =>
|
||||
const tool = api.tools.get(toolName)!;
|
||||
expect(tool.description).toMatch(/cited-research pipeline/i);
|
||||
expect(tool.description).not.toMatch(/\bautonomous experiment loop\b/i);
|
||||
if (/experiment loop/i.test(tool.description)) {
|
||||
expect(tool.description).toMatch(/not\s+an?\s+.*experiment loop/i);
|
||||
}
|
||||
});
|
||||
|
||||
it("fn_research_run treats builtin as configured when no provider is explicitly set", async () => {
|
||||
|
||||
Reference in New Issue
Block a user