MetaHuman EngineCapability Book
記事一覧

source-owned / 2026-07-21

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_DIR

canonical manifestとsource rootを解決し、Core / Expansion / Phase4を契約どおり実行してtree_boardを作る。

個別CLI

command用途
engine/run.shcore pipeline — SOURCE.txt|SOURCE.md [RUN_DIR] [--source-url URL]
engine/tree_run.shtree pipeline — SOURCE RUN_DIR [tree options]
engine/intake.pyintake — source --output MATERIAL [--source-url URL]
engine/fanout.pyfanout — --material --kernels-dir --run-dir [--model --effort --timeout-sec --max-attempts]
engine/assemble.pyassemble — --material --fanout-manifest --output-dir --stage interim
engine/integrate.pyintegrate — --board --material --kernels-dir --run-dir [--review-json]
engine/sim.pysim — --board --material --run-dir [--native-json]
engine/finalize.pyfinalize — --board --output-dir
engine/tree_engine.pytree audit — [--manifest --source-root --audit-json]
engine/tree_run.pytree run — source run_dir [--manifest --source-root --strict-missing]

失敗後

  • run directoryを消さない。
  • fanoutは完了jobをskipしてresumeする。
  • integration / SIMはattemptを追加する。
  • Native GUIはartifactからstageとfailureを読み直す。