rename docs/guide.md to docs/standard.md, update all references

This commit is contained in:
lyn
2026-04-17 14:18:23 +00:00
parent bec308fd06
commit db3539917c
5 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Used when you notice patterns or workflows that could improve efficiency but hav
Not every repetitive task needs to become a skill. Ask first: is this pattern general enough to warrant abstraction?
> See `{baseDir}/docs/guide.md` for skill structure and writing requirements.
> See `{baseDir}/docs/standard.md` for skill structure and writing requirements.
## Process

View File

@@ -6,7 +6,7 @@ Used when a skill or its scripts fail to produce expected results, or throw erro
**Do not resort to workarounds lightly.** Identify the root cause first, then fix properly.
> See `{baseDir}/docs/guide.md` for skill structure and writing requirements.
> See `{baseDir}/docs/standard.md` for skill structure and writing requirements.
## Process

View File

@@ -17,7 +17,7 @@ Improvement is better than workaround. Fix problems when you find them, so other
- Improving or correcting existing skills
- Any other documentation within skills
> See `{baseDir}/docs/guide.md` for skill structure and writing requirements.
> See `{baseDir}/docs/standard.md` for skill structure and writing requirements.
## Process