refactor: refactor by format

This commit is contained in:
本x 2025-09-02 10:21:02 +08:00
parent 18427b46c6
commit 45abe0f0cf
1 changed files with 1 additions and 8 deletions

View File

@ -491,14 +491,7 @@ class IdeSetup extends BaseIdeSetup {
return true;
}
async setupIFlowCliForPackage(
installDir,
packageName,
slashPrefix,
agentIds,
taskIds,
rootPath,
) {
async setupIFlowCliForPackage(installDir, packageName, slashPrefix, agentIds, taskIds, rootPath) {
const commandsBaseDir = path.join(installDir, '.iflow', 'commands', slashPrefix);
const agentsDir = path.join(commandsBaseDir, 'agents');
const tasksDir = path.join(commandsBaseDir, 'tasks');