Skip to content

Commit 0b50a6b

Browse files
jesseturner21claude
andcommitted
style: rename TuiSession.ts to kebab-case tui-session.ts
Aligns with the kebab-case convention used by other files in src/tui-harness/lib/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3e0471b commit 0b50a6b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/tui-harness/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
// --- Core session class ---
13-
export { TuiSession } from './lib/TuiSession.js';
13+
export { TuiSession } from './lib/tui-session.js';
1414

1515
// --- Types and error classes ---
1616
export type { LaunchOptions, ScreenState, ReadOptions, CloseResult, SessionInfo } from './lib/types.js';

0 commit comments

Comments
 (0)