chore: release v0.8.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jim Liu 宝玉
2026-01-17 16:44:50 -06:00
parent a701be873b
commit 688d1760ed
9 changed files with 146 additions and 36 deletions
+15 -8
View File
@@ -89,18 +89,21 @@ This deck is designed for **reading and sharing**, not live presentation:
```
content-dir/
├── source-content.md
└── slide-deck/
── outline.md
├── prompts/
── 01-slide-cover.md, 02-slide-{slug}.md, ...
── 01-slide-cover.png, 02-slide-{slug}.png, ...
├── {topic-slug}.pptx
── {topic-slug}.pdf
└── source-content/
── slide-deck/
├── outline.md
── prompts/
│ └── 01-slide-cover.md, 02-slide-{slug}.md, ...
├── 01-slide-cover.png, 02-slide-{slug}.png, ...
── {topic-slug}.pptx
└── {topic-slug}.pdf
```
Example: `/posts/ai-intro.md``/posts/ai-intro/slide-deck/`
### Without Content Path (Pasted Content)
```
slide-outputs/YYYY-MM-DD/{topic-slug}/
slide-deck/{topic-slug}/
├── source.md
├── outline.md
├── prompts/
@@ -109,6 +112,10 @@ slide-outputs/YYYY-MM-DD/{topic-slug}/
└── {topic-slug}.pdf
```
### Directory Backup
If target directory exists, rename existing to `<dirname>-backup-YYYYMMDD-HHMMSS`
## Workflow
### Step 1: Analyze Content