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,6 @@
## 1. Implementation
- [x] 1.1 Add `llm-json-extractor` pure utility and unit tests.
- [x] 1.2 Migrate component-side AI JSON parsing entrances.
- [x] 1.3 Migrate service/tool-side AI JSON parsing entrances while preserving business fallbacks.
- [x] 1.4 Update focused regression tests.
- [x] 1.5 Run OpenSpec validation, targeted Vitest, and drawnix typecheck.