feat(FN-2615): merge fusion/fn-2615 (auto-resolved)

- fix(FN-2615): restore workspace lint and test stability
This commit is contained in:
Fusion
2026-04-26 15:16:22 -07:00
committed by gsxdsm
parent 48401f321f
commit ed2df90df6
10 changed files with 46 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ import {
import { createFnAgent as engineCreateFnAgent } from "@fusion/engine";
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let createFnAgent: any = engineCreateFnAgent;
const createFnAgent: any = engineCreateFnAgent;
/**
* Shared diagnostics helper for the subtask-breakdown module.