mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-02 15:23:19 +08:00
feat: 更新工作流路径至用户主目录,优化文件引用
This commit is contained in:
@@ -31,7 +31,7 @@ const DEFAULT_MODELS: Record<string, string> = {
|
||||
};
|
||||
|
||||
// Template paths (relative to user home directory)
|
||||
const TEMPLATE_BASE = '.claude/workflows/cli-templates/prompts/documentation';
|
||||
const TEMPLATE_BASE = '~/.ccw/workflows/cli-templates/prompts/documentation';
|
||||
|
||||
// Define Zod schema for validation
|
||||
const ParamsSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user