Skip to content

Commit 5588630

Browse files
maystudiosclaude
andcommitted
fix(phase-1): resolve lint warnings in new command modules
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 702fed2 commit 5588630

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/cli/src/commands/init.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import { cmdOk, cmdErr, AgentType } from '../core/types.js';
1111
import { loadConfig, resolveModel } from '../core/config.js';
12-
import { getRepoInfo } from '../github/client.js';
1312
import { listIssues, listSubIssues, listComments } from '../github/issues.js';
1413
import { parseCommentMeta } from '../github/comments.js';
1514
import { getPositionalArg, type CommandRegistry } from './types.js';

packages/cli/src/commands/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Used by all command modules in packages/cli/src/commands/.
44
*/
55

6-
import { CmdResult, cmdErr } from '../core/types.js';
6+
import { type CmdResult, cmdErr } from '../core/types.js';
77

88
export type { CmdResult };
99
export { cmdErr };

0 commit comments

Comments
 (0)