Export world-entry bringup refresh subgraph

This commit is contained in:
Jan Petykiewicz 2026-04-19 10:30:27 -07:00
commit b2cc64bae4
4 changed files with 3039 additions and 0 deletions

View file

@ -198,3 +198,25 @@ python3 tools/py/export_function_subgraph.py \
--depth 5 \
--title "Startup Kind-8 Runtime Effect Subgraph"
```
There is now also a smaller bringup-refresh export centered on the owner above that lane:
- artifact:
- `artifacts/exports/rt3-1.06/world-entry-bringup-refresh-subgraph.{dot,md}`
- seeds:
- `0x00443a50`
- depth:
- `3`
- current size:
- `343` nodes / `989` edges
Generate it with:
```bash
python3 tools/py/export_function_subgraph.py \
artifacts/exports/rt3-1.06/function-map.csv \
artifacts/exports/rt3-1.06/world-entry-bringup-refresh-subgraph \
--seed 0x00443a50 \
--depth 3 \
--title "World Entry Bringup Refresh Subgraph"
```