From 152037ad7b1abb95f9d29b0c98f1b27392a2dc06 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 3 Nov 2025 20:49:16 +0800 Subject: [PATCH] fix: correct relative path in skill-memory SKILL.md template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update documentation path references from ../../ to ../../../: - From: .claude/skills/{project_name}/SKILL.md - To: .workflow/docs/{project_name}/ - Correct path depth: ../../../.workflow/docs/ Fixed paths: - Documentation root reference - Level 0: README.md link - Level 2: ARCHITECTURE.md link - Level 3: EXAMPLES.md link 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/memory/skill-memory.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude/commands/memory/skill-memory.md b/.claude/commands/memory/skill-memory.md index 15eb063c..c41ed1ab 100644 --- a/.claude/commands/memory/skill-memory.md +++ b/.claude/commands/memory/skill-memory.md @@ -214,17 +214,17 @@ version: 1.0.0 --- # {Project Name} SKILL Package -## Documentation: `../../.workflow/docs/{project_name}/` +## Documentation: `../../../.workflow/docs/{project_name}/` ## Progressive Loading ### Level 0: Quick Start (~2K) -- [README](../../.workflow/docs/{project_name}/README.md) +- [README](../../../.workflow/docs/{project_name}/README.md) ### Level 1: Core Modules (~8K) {Module READMEs} ### Level 2: Complete (~25K) -All modules + [Architecture](../../.workflow/docs/{project_name}/ARCHITECTURE.md) +All modules + [Architecture](../../../.workflow/docs/{project_name}/ARCHITECTURE.md) ### Level 3: Deep Dive (~40K) -Everything + [Examples](../../.workflow/docs/{project_name}/EXAMPLES.md) +Everything + [Examples](../../../.workflow/docs/{project_name}/EXAMPLES.md) ``` **Completion Criteria**: