mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
1
src/commands/agents-platform/index.js
Normal file
1
src/commands/agents-platform/index.js
Normal file
@@ -0,0 +1 @@
|
||||
export default { name: 'agents-platform', type: 'local', isEnabled: () => false }
|
||||
4
src/commands/assistant/assistant.ts
Normal file
4
src/commands/assistant/assistant.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const NewInstallWizard: any = (() => {}) as any;
|
||||
export const computeDefaultInstallDir: any = (() => {}) as any;
|
||||
3
src/commands/buddy/index.ts
Normal file
3
src/commands/buddy/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
const _default: any = (() => {}) as any;
|
||||
export default _default;
|
||||
2
src/commands/compact/src/bootstrap/state.ts
Normal file
2
src/commands/compact/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type markPostCompaction = any;
|
||||
3
src/commands/fork/index.ts
Normal file
3
src/commands/fork/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
const _default: any = (() => {}) as any;
|
||||
export default _default;
|
||||
2
src/commands/ide/src/services/analytics/index.ts
Normal file
2
src/commands/ide/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Select = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
2
src/commands/install-github-app/src/utils/config.ts
Normal file
2
src/commands/install-github-app/src/utils/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type saveGlobalConfig = any;
|
||||
4
src/commands/install-github-app/types.ts
Normal file
4
src/commands/install-github-app/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type Workflow = any;
|
||||
export type State = any;
|
||||
export type Warning = any;
|
||||
3
src/commands/peers/index.ts
Normal file
3
src/commands/peers/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
const _default: any = (() => {}) as any;
|
||||
export default _default;
|
||||
3
src/commands/plugin/src/services/analytics/index.ts
Normal file
3
src/commands/plugin/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
3
src/commands/plugin/types.ts
Normal file
3
src/commands/plugin/types.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type ViewState = any;
|
||||
export type PluginSettingsProps = any;
|
||||
2
src/commands/plugin/unifiedTypes.ts
Normal file
2
src/commands/plugin/unifiedTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type UnifiedInstalledItem = any;
|
||||
3
src/commands/reset-limits/index.ts
Normal file
3
src/commands/reset-limits/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type resetLimits = any;
|
||||
export type resetLimitsNonInteractive = any;
|
||||
2
src/commands/src/commands.ts
Normal file
2
src/commands/src/commands.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CommandResultDisplay = any;
|
||||
2
src/commands/src/services/analytics/index.ts
Normal file
2
src/commands/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
2
src/commands/terminalSetup/src/utils/theme.ts
Normal file
2
src/commands/terminalSetup/src/utils/theme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ThemeName = any;
|
||||
3
src/commands/workflows/index.ts
Normal file
3
src/commands/workflows/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
const _default: any = (() => {}) as any;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user