Track bundled vendor runtime sources
Some checks failed
CI / main (push) Has been cancelled
CI / release-e2e (push) Has been cancelled

This commit is contained in:
2026-07-07 10:05:50 +08:00
parent fbe179ab53
commit 52636c91ae
2111 changed files with 1850012 additions and 14 deletions

21
vendor/README.md vendored
View File

@@ -1,13 +1,14 @@
# Local Runtime Vendors
# Vendored Runtime Source
This directory is intentionally excluded from Git except for this note.
TrueGrowth keeps selected third-party runtime source under this directory so a
fresh checkout has the local bridges expected by the desktop app and local API.
TrueGrowth may install or register local third-party runtimes here during
development or desktop usage, such as ComfyUI, FunClip, social-auto-upload,
Agent-Reach, and model download tools. Those folders can contain cloned
repositories, Python or Node dependencies, generated logs, cookies, downloaded
models, media outputs, and other machine-local state.
Git tracks source files for runtimes such as ComfyUI, FunClip,
social-auto-upload, AIGCPanel, and Agent-Reach. Git does not track machine-local
state such as nested `.git` directories, Python or Node dependencies, logs,
cookies, databases, account files, generated media, demo screenshots/videos,
ComfyUI models, or downloaded model files.
Keep those runtime folders out of the source repository. Reinstall, clone, or
register them on each developer machine through the TrueGrowth local runtime
setup flow or the matching script.
After cloning, install each runtime's dependencies or use the TrueGrowth local
runtime setup flow. Download large AI models on each machine instead of
committing them to the repository.