Document Git LFS runtime bundle workflow

This commit is contained in:
Thales Maciel 2026-03-07 17:14:52 -03:00
parent 1b19bff7b6
commit 227983a877
3 changed files with 36 additions and 0 deletions

View file

@ -7,6 +7,7 @@ Current state:
- the checked-in tracked files under `runtime_sources/linux-x86_64/` are build recipes and lock metadata, not the materialized binaries/images.
- `guest/pyro_guest_agent.py` is the guest agent source artifact that is installed into each built rootfs.
- real source materialization now writes into `build/runtime_sources/`, not back into the tracked placeholder files.
- the packaged runtime images under `src/pyro_mcp/runtime_bundle/` are stored via Git LFS, so contributor clones need `git lfs install` and LFS-enabled checkout.
Materialization workflow:
1. `make runtime-fetch-binaries`