Skip to content

Commit 9f2cb30

Browse files
authored
style(agent): format APPENDED_INSTRUCTIONS after merge with SHELL_EFFICIENCY
The rebase onto main combined the SHELL_EFFICIENCY and SPOKEN_NARRATION sections into a single APPENDED_INSTRUCTIONS expression that exceeded Biome's line width. Wrap the concatenation across lines to satisfy `biome ci`. Generated-By: PostHog Code Task-Id: bba17b19-40ca-46ea-b07e-a4b834799275
1 parent 1a35a95 commit 9f2cb30

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/agent/src/adapters/claude/session/instructions.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,9 @@ How to phrase the line:
6464
`;
6565

6666
export const APPENDED_INSTRUCTIONS =
67-
BRANCH_NAMING + PULL_REQUEST_LINKS + PLAN_MODE + MCP_TOOLS + SHELL_EFFICIENCY + SPOKEN_NARRATION;
67+
BRANCH_NAMING +
68+
PULL_REQUEST_LINKS +
69+
PLAN_MODE +
70+
MCP_TOOLS +
71+
SHELL_EFFICIENCY +
72+
SPOKEN_NARRATION;

0 commit comments

Comments
 (0)