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:
@@ -30,10 +30,7 @@ const DEFAULT_SETTINGS_JSON =
|
|||||||
* host never overwrites any of these paths automatically — agents own them.
|
* host never overwrites any of these paths automatically — agents own them.
|
||||||
* To pull in upstream changes, use the host-mediated reset/refresh tools.
|
* To pull in upstream changes, use the host-mediated reset/refresh tools.
|
||||||
*/
|
*/
|
||||||
export function initGroupFilesystem(
|
export function initGroupFilesystem(group: AgentGroup, opts?: { instructions?: string }): void {
|
||||||
group: AgentGroup,
|
|
||||||
opts?: { instructions?: string },
|
|
||||||
): void {
|
|
||||||
const projectRoot = process.cwd();
|
const projectRoot = process.cwd();
|
||||||
const initialized: string[] = [];
|
const initialized: string[] = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user