chore: release v0.9.0

This commit is contained in:
Jim Liu 宝玉
2026-01-17 22:02:40 -06:00
parent 3b13b25f1a
commit 9a9f6a42cd
13 changed files with 118 additions and 1 deletions
+18
View File
@@ -188,3 +188,21 @@ Image filenames MUST include meaningful slugs for readability:
- Pass parameters exactly as documented in the skill
- Handle failures gracefully with retry logic
- Provide clear progress feedback to user
## Extension Support
Every SKILL.md MUST include an Extension Support section at the end:
```markdown
## Extension Support
Custom styles and configurations via EXTEND.md.
**Check paths** (priority order):
1. `.baoyu-skills/<skill-name>/EXTEND.md` (project)
2. `~/.baoyu-skills/<skill-name>/EXTEND.md` (user)
If found, load before Step 1. Extension content overrides defaults.
```
Replace `<skill-name>` with the actual skill name (e.g., `baoyu-cover-image`).