forge-texture / common /README.md
jkorstad's picture
Update forge-texture from local forge-bricks (with vendored common)
8ee370d verified
|
Raw
History Blame Contribute Delete
520 Bytes
# forge-bricks-common
Shared utilities used by all Forge Bricks:
- `manifest.py``AssetManifest` + `create_manifest()` (lineage, provenance, commercial license flags, game-asset friendly metadata)
- `health.py``SpaceHealth` background monitor (adapted from 3d-creator-suite) for robust fallback behavior when calling other HF Spaces
This package is installed in editable mode when you run the root `install.sh`.
It is a dependency of the individual bricks via their `pyproject.toml` workspace configuration.