mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
feat: 完成stub
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CLAUDE_CODE_GUIDE_AGENT_TYPE = any;
|
||||
2
src/skills/bundled/src/utils/claudeInChrome/setup.ts
Normal file
2
src/skills/bundled/src/utils/claudeInChrome/setup.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type shouldAutoEnableClaudeInChrome = any;
|
||||
2
src/skills/bundled/src/utils/settings/settings.ts
Normal file
2
src/skills/bundled/src/utils/settings/settings.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSettingsFilePathForSource = any;
|
||||
1
src/skills/bundled/verify/SKILL.md
Normal file
1
src/skills/bundled/verify/SKILL.md
Normal file
@@ -0,0 +1 @@
|
||||
# Skill
|
||||
1
src/skills/bundled/verify/examples/cli.md
Normal file
1
src/skills/bundled/verify/examples/cli.md
Normal file
@@ -0,0 +1 @@
|
||||
# CLI
|
||||
1
src/skills/bundled/verify/examples/server.md
Normal file
1
src/skills/bundled/verify/examples/server.md
Normal file
@@ -0,0 +1 @@
|
||||
# Server
|
||||
3
src/skills/mcpSkills.ts
Normal file
3
src/skills/mcpSkills.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const fetchMcpSkillsForClient: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user