ファクトリー v2 §7 残タスク 2: God Mode AI ベンチ — スプライトレーン実施(6cr)・Spine レーンは認証壁で停止(オーナー判定をお願いします) - #120
ファクトリー v2 §7 残タスク 2: God Mode AI ベンチ — スプライトレーン実施(6cr)・Spine レーンは認証壁で停止(オーナー判定をお願いします)#120lightsound wants to merge 3 commits into
Conversation
- REST 直叩き(spike_pixellab 前例: state 永続化・再実行無課金・クレジット 予算停止・401/402 即停止)。残高 API が存在しないためローカル計測 - probe-spine: Spine レーンの認証壁(Web セッション専用・gmd_ 401)を証跡化 - refine_gait_period: シルエット半サイクル罠の RGB 全解像度補正(知見 36) - 判定材料は judgment_sheet 流用+並列ループ動画(drawtext の : エスケープ) Co-authored-by: しまぶー <lightsound@users.noreply.github.com>
- Spine レーン = API 非公開(セッション専用)で規律停止・スプライトレーン 6cr 実測(walk 2 テイク+carry プローブ+bg-removal 3) - carry 相当はカタログ不在+positive_prompt 無視で不成立 - 生成物 11 点 R2 保管・完全ハッシュを歩留まり行に記録 Co-authored-by: しまぶー <lightsound@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Half-cycle refine silently skipped
- refine_gait_period now clamps the RGB wrap-check anchor to min(start, len - 1 - 2 * period), so the half-cycle correction always runs for loops returned by measure_loop (which guarantees len >= 2 * period + 1) instead of being silently skipped when best_loop_start returns start == len - 2 * period.
You can send follow-ups to the cloud agent here.
Reviewed by Cursor Bugbot for commit 505c80e. Configure here.
| at_2p = rgb_wrap_difference(frame_paths, start, 2 * period) | ||
| if at_2p < at_p * 0.8: | ||
| gait = 2 * period | ||
| return {**loop, "gaitPeriod": gait} |
There was a problem hiding this comment.
Half-cycle refine silently skipped
Medium Severity
refine_gait_period only runs the RGB wrap check when start + 2 * period is strictly inside the clip. best_loop_start often returns start == len - 2 * period, so that guard fails and gaitPeriod stays the silhouette half-cycle. take_cells then samples that half period and can fabricate the one-leg skip this helper was added to prevent, contaminating judgment materials again.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 505c80e. Configure here.


God Mode AI ベンチ(§7 残タスク 2・オーナー承認 2026-08-16)
ゲート一点判定「変形ベースの歩きが、採用済みの動画清書マスター(walk/boy ea621ba6…)よりかわいいか」の判定材料を揃えました。最終判定はオーナー目視(運転知見 14)でお願いします。
結論サマリ
/api/spine-pipeline/*は Web セッション(Supabase)専用で gmd_ API トークンは全ルート 401。公開 REST 面(405 走査)は sprite/bg-removal/files/actions/models のみ・公式 MCP にも spine ツールなし。規律(401/402 即停止・運転知見 30)どおり停止・本報告判定材料
判定シート(第 1 行 = 元画像・各行にモデル/入力/実測クレジット焼き込み — 運転知見 34)
God Mode walk 判定シート
並列ループ動画(基準: 採用マスター vs God Mode walk_t1 / walk_t2 / carry_t1・100ms/コマ)
loops_master_vs_godmode_walk_final.mp4
carry プローブの連続コマ(positive_prompt のポーズ指示が無視され通常歩行)
carry プローブ連続コマ
スプライトレーンの実測
prepareが決定論生成)。refine_gait_periodを実装(運転知見 36)。クレジット消費実測
⚠ God Mode には残高 API が存在しません(ダッシュボードはセッション専用 — 運転知見 35)。上記はローカル計測(公表単価: sprite 1cr・bg-removal 1cr)なので、ダッシュボードで残 14cr を照合お願いします。
Spine 出力(資産価値)の評価
取得不能のため未評価です。Spine zip(skeleton.json 一式)・リグ化 4〜5cr・クリップ 1cr の本命レーンは Web アプリからしか操作できず、gmd_ API トークンでは 401(証跡:
spike_godmode.py probe-spine/ R2 判定材料)。評価を続けるには:なお、スプライトレーンの挙動(テンプレロック・輪郭ブレゼロ)から God Mode の動きは Spine レーンと同じテンプレリターゲット系と推定され、歩様の質(足滑り・行進調)はスプライトレーンの実測が Spine レーンの下見になっていると読めます。
次ステップの推奨
生成物(R2 originals・完全ハッシュ)
6ef20831…/ シートf0f85301…/ clean9e809003…2a2aea26…/ シート33854952…/ cleand33b9fda…e464c237…/ シート29524b35…/ clean9e19bb24…bbc9100c…/ 並列ループ7e7a8f0b…(完全ハッシュはdocs/factory-yield.md2026-08-16 行)検証
python3 scripts/factory/test_factory.py58 テスト OKpnpm lint(biome+import-lint)greenpnpm test:coverage412 テスト pass →pnpm exec fallow health単独 exit 0・fallow/fallow securityexit 0To show artifacts inline, enable in settings.