fix: reconcile governance scaffold follow-up

This commit is contained in:
Eyejoker
2026-03-29 01:38:30 +09:00
parent dc8dd98e84
commit c76ed1d10a
9 changed files with 38 additions and 26 deletions

View File

@@ -93,7 +93,9 @@ describe('isSessionCommandControlMessage', () => {
it('matches multiline review snapshot output', () => {
expect(
isSessionCommandControlMessage('Review snapshot updated.\n- Task: task-1'),
isSessionCommandControlMessage(
'Review snapshot updated.\n- Task: task-1',
),
).toBe(true);
});