Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
## 1. Implementation
- [x] 1.1 Update `generate_ppt` to create outline-backed placeholder PPT frames without queuing image tasks.
- [x] 1.2 Add a lightweight UI event bridge for opening the project drawer on PPT editor outline mode.
- [x] 1.3 Add PPT editor view toggle and outline prompt editing UI.
- [x] 1.4 Add selected-slide generation with serial previous-slide reference and parallel concurrency limit of 5.
- [x] 1.5 Add `generate_ppt` to main-thread workflow tool routing.
- [x] 1.6 Update the built-in PPT Skill copy.
- [x] 1.7 Run targeted validation.