Skip to content

Commit 295a1bd

Browse files
committed
Fix prettier formatting in director tool-sets
1 parent 03b6b4f commit 295a1bd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/agent/directors/tool-sets.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ export const DOCS_TOOLS = [
5959
export const REVIEW_TOOLS = [...READ_TOOLS, ...PRODUCT_WRITE_TOOLS] as const;
6060

6161
/** Mechanical intern: shell-first + path writes when the brief requires them. */
62-
export const INTERN_TOOLS = [
63-
"run_shell",
64-
"read_file",
65-
"list_dir",
66-
...PRODUCT_WRITE_TOOLS,
67-
] as const;
62+
export const INTERN_TOOLS = ["run_shell", "read_file", "list_dir", ...PRODUCT_WRITE_TOOLS] as const;
6863

6964
/** Nested orchestrator surface (greybeard / package filter): dispatch + path writes. */
7065
export const ORCHESTRATOR_TOOLS = [

0 commit comments

Comments
 (0)