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:
4
src/utils/permissions/src/Tool.ts
Normal file
4
src/utils/permissions/src/Tool.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ToolPermissionContext = any;
|
||||
export type Tool = any;
|
||||
export type ToolUseContext = any;
|
||||
3
src/utils/permissions/src/memdir/paths.ts
Normal file
3
src/utils/permissions/src/memdir/paths.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasAutoMemPathOverride = any;
|
||||
export type isAutoMemPath = any;
|
||||
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type checkSecurityRestrictionGate = any;
|
||||
export type checkStatsigFeatureGate_CACHED_MAY_BE_STALE = any;
|
||||
export type getDynamicConfig_BLOCKS_ON_INIT = any;
|
||||
export type getFeatureValue_CACHED_MAY_BE_STALE = any;
|
||||
5
src/utils/permissions/src/state/AppState.ts
Normal file
5
src/utils/permissions/src/state/AppState.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
export type useAppState = any;
|
||||
export type useAppStateStore = any;
|
||||
export type useSetAppState = any;
|
||||
2
src/utils/permissions/src/tools/AgentTool/agentMemory.ts
Normal file
2
src/utils/permissions/src/tools/AgentTool/agentMemory.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isAgentMemoryPath = any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CLAUDE_FOLDER_PERMISSION_PATTERN = any;
|
||||
export type FILE_EDIT_TOOL_NAME = any;
|
||||
export type GLOBAL_CLAUDE_FOLDER_PERMISSION_PATTERN = any;
|
||||
Reference in New Issue
Block a user