CLI / Operations / METAHUMAN ENGINE / SOURCE MAP
Stem/Tree実行と途中再開
通常は一コマンドでrunを作る。診断・再開・検収ではstageごとのCLIを使い、同じrun directoryと成果物境界を保つ。
Stem pipeline
cd "/Users/k/Desktop/GPT/Magic station/MetaHuman Engine"
./engine/run.sh SOURCE.txt RUN_DIR [--source-url URL]IntakeからFinalizeまでを固定順序で実行する。source URLは取得せずmetadataとして保存する。
Canonical tree
./engine/tree_run.sh SOURCE.txt RUN_DIRcanonical manifestとsource rootを解決し、Core / Expansion / Phase4を契約どおり実行してtree_boardを作る。
個別CLI
| command | 用途 |
|---|---|
engine/run.sh | core pipeline — SOURCE.txt|SOURCE.md [RUN_DIR] [--source-url URL] |
engine/tree_run.sh | tree pipeline — SOURCE RUN_DIR [tree options] |
engine/intake.py | intake — source --output MATERIAL [--source-url URL] |
engine/fanout.py | fanout — --material --kernels-dir --run-dir [--model --effort --timeout-sec --max-attempts] |
engine/assemble.py | assemble — --material --fanout-manifest --output-dir --stage interim |
engine/integrate.py | integrate — --board --material --kernels-dir --run-dir [--review-json] |
engine/sim.py | sim — --board --material --run-dir [--native-json] |
engine/finalize.py | finalize — --board --output-dir |
engine/tree_engine.py | tree audit — [--manifest --source-root --audit-json] |
engine/tree_run.py | tree run — source run_dir [--manifest --source-root --strict-missing] |
失敗後
- run directoryを消さない。
- fanoutは完了jobをskipしてresumeする。
- integration / SIMはattemptを追加する。
- Native GUIはartifactからstageとfailureを読み直す。