mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
feat: 更新工作流路径至用户主目录,优化文件引用
This commit is contained in:
@@ -130,7 +130,7 @@ function scanDirectoryStructure(targetPath, strategy) {
|
||||
function loadTemplate() {
|
||||
const templatePath = join(
|
||||
process.env.HOME || process.env.USERPROFILE,
|
||||
'.claude/workflows/cli-templates/prompts/memory/02-document-module-structure.txt'
|
||||
'~/.ccw/workflows/cli-templates/prompts/memory/02-document-module-structure.txt'
|
||||
);
|
||||
|
||||
if (existsSync(templatePath)) {
|
||||
|
||||
Reference in New Issue
Block a user