From af13c23a5aa16b35fa94b7248fa74092b31e1994 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Mon, 13 Apr 2026 14:17:55 +0300 Subject: [PATCH] style: format group-init.ts signature Prettier reformat applied by the format hook after the previous commit. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/group-init.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/group-init.ts b/src/group-init.ts index d2f6332..6419632 100644 --- a/src/group-init.ts +++ b/src/group-init.ts @@ -30,10 +30,7 @@ const DEFAULT_SETTINGS_JSON = * host never overwrites any of these paths automatically — agents own them. * To pull in upstream changes, use the host-mediated reset/refresh tools. */ -export function initGroupFilesystem( - group: AgentGroup, - opts?: { instructions?: string }, -): void { +export function initGroupFilesystem(group: AgentGroup, opts?: { instructions?: string }): void { const projectRoot = process.cwd(); const initialized: string[] = [];