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,11 @@
## 1. Implementation
- [x] 1.1 Add prompt lineage metadata to task parameters.
- [x] 1.2 Add lightweight task summary reading for prompt history.
- [x] 1.3 Add prompt history aggregation and preview mapping.
- [x] 1.4 Add built-in toolbox prompt history tool.
- [x] 1.5 Extend prompt list hover details without changing existing select behavior.
- [x] 1.6 Propagate prompt lineage metadata from AI input workflow steps.
## 2. Verification
- [x] 2.1 Add focused unit tests for title/category/preview compatibility.
- [x] 2.2 Run targeted tests and type checks.