style: sync high-risk plan gate formatting

This commit is contained in:
Eyejoker
2026-03-29 02:14:44 +09:00
parent b536c90716
commit 2d8f8151dd
5 changed files with 26 additions and 21 deletions

View File

@@ -141,9 +141,9 @@ describe('isSessionCommandControlMessage', () => {
});
it('matches plan artifact control output', () => {
expect(isSessionCommandControlMessage('Plan recorded.\n- Task: task-1')).toBe(
true,
);
expect(
isSessionCommandControlMessage('Plan recorded.\n- Task: task-1'),
).toBe(true);
});
it('does not match regular bot conversation', () => {