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) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-13 14:17:55 +03:00
parent 2e6dc21748
commit af13c23a5a
+1 -4
View File
@@ -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[] = [];