gflow-cli 0.44.0__tar.gz → 0.46.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.codex-plugin/plugin.json +1 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.env.template +27 -3
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.pre-commit-config.yaml +3 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/AGENTS.md +17 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/CHANGELOG.md +137 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/CONFIGURATION.md +3 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/KNOWN_ISSUES.md +28 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/PKG-INFO +2 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/PLAN.md +1 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/CHARACTER_RECON.md +70 -0
- {gflow_cli-0.44.0/website → gflow_cli-0.46.0}/docs/CONFIGURATION.md +98 -28
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/INDEX.md +3 -1
- gflow_cli-0.46.0/docs/LIVE_VERIFICATION_v0.45.0.md +138 -0
- gflow_cli-0.46.0/docs/LIVE_VERIFICATION_v0.46.0.md +135 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/MOVIE.md +6 -3
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/PROJECT_STATUS.md +8 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/PROMPT_EXPANSION.md +35 -18
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/SECURITY.md +2 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/TOOLS.md +8 -8
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/USAGE.md +14 -11
- gflow_cli-0.46.0/docs/superpowers/plans/2026-07-26-character-prompt-polishing/PLAN.md +130 -0
- gflow_cli-0.46.0/docs/superpowers/plans/2026-07-26-self-documenting-errors/PLAN.md +126 -0
- gflow_cli-0.46.0/docs/superpowers/plans/2026-07-27-overlay-banner-dismissal/PLAN.md +49 -0
- gflow_cli-0.46.0/docs/superpowers/plans/2026-07-27-tier-aware-credit-confirmations/PLAN.md +198 -0
- gflow_cli-0.46.0/docs/superpowers/plans/2026-07-27-tier-aware-credit-confirmations/SCENARIO.md +90 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/pyproject.toml +3 -3
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/ci/generate_website_docs.py +31 -6
- gflow_cli-0.46.0/scripts/dev/spike_character_prompt_format.py +121 -0
- gflow_cli-0.46.0/scripts/diag/spike_387_openai_compat.py +200 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/check/SKILL.md +8 -3
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/doc-review/SKILL.md +28 -14
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/gflow-cli/SKILL.md +2 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/__init__.py +1 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/_cli_helpers.py +31 -4
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/client.py +85 -10
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/ui_automation.py +183 -4
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli.py +16 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_character.py +14 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_image.py +52 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_movie.py +17 -12
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_video.py +24 -27
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/config.py +114 -6
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/errors.py +22 -19
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/mcp/tools.py +25 -3
- gflow_cli-0.46.0/src/gflow_cli/redaction.py +14 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/services/character_create.py +6 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/builtin/creative-director.toml +1 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/builtin/reverse-engineer.toml +1 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/builtin/storyboard.toml +1 -2
- gflow_cli-0.46.0/src/gflow_cli/tools/expander.py +491 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/invocation.py +14 -3
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/runtime.py +16 -3
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/spec.py +6 -1
- gflow_cli-0.46.0/tests/api/test_client_errors.py +113 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_generate_character.py +14 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_ui_character_editor.py +199 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_character_create.py +51 -0
- gflow_cli-0.46.0/tests/cli/test_cli_image_uuid_ref_enrichment.py +218 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_movie.py +51 -8
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_tools.py +7 -6
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_video_chain.py +166 -7
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_error_handling.py +2 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_helpers.py +27 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_chain_e2e.py +4 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_character_create_e2e.py +84 -0
- gflow_cli-0.46.0/tests/e2e/test_image_uuid_ref_e2e.py +207 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_tools_e2e.py +38 -15
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_video_agent_ui_steps.py +15 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_video_chain_steps.py +54 -6
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/video_chain.feature +12 -2
- gflow_cli-0.46.0/tests/integration/test_expander_gateway.py +205 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/test_tools_helpers.py +34 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_generate_website_docs.py +27 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/test_character_create_saga.py +34 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/test_character_gen_no_direct_post.py +1 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_config.py +116 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_errors.py +69 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_json_output.py +2 -0
- gflow_cli-0.46.0/tests/test_overlay_banner_dismissal.py +174 -0
- gflow_cli-0.46.0/tests/test_self_documenting_errors.py +114 -0
- gflow_cli-0.46.0/tests/tools/test_expander.py +685 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/tools/test_loader.py +1 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/tools/test_runtime.py +4 -4
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/tools/test_spec.py +1 -1
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/uv.lock +25 -25
- {gflow_cli-0.44.0 → gflow_cli-0.46.0/website}/docs/CONFIGURATION.md +98 -28
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/KNOWN_ISSUES.md +28 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/MOVIE.md +6 -3
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/PROMPT_EXPANSION.md +35 -18
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/SECURITY.md +2 -2
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/TOOLS.md +8 -8
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/USAGE.md +14 -11
- gflow_cli-0.44.0/src/gflow_cli/tools/expander.py +0 -365
- gflow_cli-0.44.0/tests/tools/test_expander.py +0 -384
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.agents/plugins/marketplace.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/README.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/active.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/branch-review.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/changelog.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/check.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/doc-review.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/issue-assessment.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/issue-resolve.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/known-issues.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/live-verify.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/llm-council.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/next.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/plan.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/pr-council-review.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/predict.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/release.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/scenario.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/sonar.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.claude/commands/gflow/status.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.gitattributes +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/CODEOWNERS +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/copilot-instructions.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/dependabot.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/workflows/ci.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/workflows/external-pr-triage.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/workflows/governance-advisory.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/workflows/governance-benchmark.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/workflows/main-base-guard.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/workflows/pages.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.github/workflows/release.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.gitignore +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.gitleaks.toml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/.secrets.baseline +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/CLAUDE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/CONTRIBUTING.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/DISCLAIMER.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/LICENSE +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/README.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/RELEASE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/ROADMAP.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/conftest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/deploy/PR-TRIAGE-AUTOPILOT-OPS.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docker-compose.yml +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/AGENT_GUIDE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/AGENT_UI_E2E.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/AGENT_UI_RECON.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/ARCHITECTURE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/ASSET_TAGGING_RECON.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/AUTHENTICATION.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/CHARACTER.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/DATA_LAYER.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/DEBUGGING.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/DEMOS.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/DEVELOPMENT.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/E2E_TESTING.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/EXTERNAL_STORAGE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/GITHUB.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/GOVERNANCE_BENCHMARK.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/IMAGE_UPSCALE_RECON.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/INSTRUCTIONS.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_data_layer.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_image_batch.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.10.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.11.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.12.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.13.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.16.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.17.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.18.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.19.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.20.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.20.1.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.21.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.22.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.23.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.24.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.25.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.26.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.27.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.27.1.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.28.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.29.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.30.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.31.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.32.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.32.1.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.33.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.34.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.35.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.36.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.37.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.38.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.38.1.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.39.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.40.0-production-readiness.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.40.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.41.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.42.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.43.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.44.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.7.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.8.1.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.9.0.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_v0.9.1.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/LIVE_VERIFICATION_video_download.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/MCP.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/REFERENCE_STRATEGIES.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/USER_GUIDE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/assets/demo-split-pf.gif +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/assets/example-run.gif +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/assets/examples.webp +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/medium_tutorial.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/schemas/movie-handoff.schema.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/sonar-cleanup-tracker.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-12-issue-174-library-ui-attach/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-22-mcp-server/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-22-mcp-server/PREDICT.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-22-mcp-server/SCENARIO.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-22-prompt-expansion/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-22-prompt-expansion/PREDICT.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-22-prompt-expansion/SCENARIO.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-24-gflow-studio-scaffold/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-24-rest-api-layer/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-06-26-mcp-e2e-test/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-08-pr-triage-autopilot/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-09-camoufox-adoption/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-14-storyboarding-and-visual-curation/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-18-asset-tagging/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-19-live-verify/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-19-production-readiness-browser-lifecycle.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-19-production-readiness-driver-cdp-verification.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-19-production-readiness-public-truth.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-19-production-readiness-queue-safety.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/plans/2026-07-26-project-name-management/PLAN.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/research/2026-06-27-tool-abstraction-evaluation.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/specs/2026-06-29-issue-assessment-workflow-design.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/specs/2026-07-04-pr-triage-autopilot-design.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/specs/2026-07-18-asset-tagging-design.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/specs/2026-07-19-live-verify-design.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/specs/2026-07-19-production-readiness-hardening-design.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/spikes/2026-07-09-camoufox-waf-403.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/spikes/2026-07-12-ui-cohort-backend-config.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/docs/superpowers/spikes/2026-07-17-production-readiness-assessment.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/eval/pr_triage_eval.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/eval/pr_triage_fixtures.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/examples/README.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/examples/batch_from_config.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/examples/multi_prompt_t2i.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/examples/sample_config.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/examples/sample_prompts.txt +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/examples/single_image_t2i.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/examples/workflow_chain.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/index.html +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/llms.txt +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/README.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/01_upload_image.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/02_batchAsyncGenerateVideoText.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/03_batchCheckAsyncVideoGenerationStatus.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/04_archive_workflow.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/05_createProject.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/06_batchGenerateImages.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/07_batchGenerateImages_seeded.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/08_batchAsyncGenerateVideoStartAndEndImage.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/09_batchAsyncGenerateVideoReferenceImages.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/10_batchCheckAsyncVideoGenerationStatus_successful.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/11_batchCheckAsyncVideoGenerationStatus_failed.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/12_create_scene.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/13_sceneWorkflows_update.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/14_get_scene_workflows.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/samples/captured/15_commit_flowWorkflow.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/autopilot/Dockerfile.triage +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/autopilot/entrypoint.sh +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/autopilot/pr_triage_autopilot.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/autopilot/pr_triage_gate.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/autopilot/run_sandboxed_review.sh +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/ci/check_doc_links.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/ci/check_materiality.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/ci/check_release_artifacts.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/ci/check_repo_hygiene.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/ci/check_website_docs_pii.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/debug_editor.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/debug_gen_settings.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/debug_settings.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/_recording_client.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/_spike_common.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/active_plan.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/analyze_agent_ui_capture.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/capture_i2v_frame_slots_dom.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/capture_i2v_intercept_submit.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/capture_i2v_model_select_repro.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/capture_i2v_post_bind_state.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/capture_image_add_media_dom.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/capture_locale_invariants.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/cdp_drive_and_probe.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/character_create_spike.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/character_create_spike_v2.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/dump_character_selectors.js +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/incident_bundle_quality.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/make_project.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/materiality_backtest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/monitor_pr_38.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/patch_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/skillopt/README.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/skillopt/harness.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/skillopt/tasks.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/sonar-local-scan.sh +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/sonar-pre-push-gate.sh +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_char_editor_dom.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_char_gen_capture.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_image_upscale_capture.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_image_upscale_drive.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_image_upscale_recaptcha_action.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_image_upscale_rest_probe.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_incident_live.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_issue170_picker_locale_recon.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_issue174_library_ui_recon.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_issue313_agent_mode_controls.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_issue314_picker_filename_search.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_mode_roundtrip.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_mode_switch_agentic_to_classic.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_movie_attach_payload.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_movie_entity_recon.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_movie_gen_capture.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_movie_picker_select.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_movie_voice_list.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_patch_entity.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/dev/spike_patchright.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/diag/README.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/diag/capture_flow_traffic.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/diag/memory_profile.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/diag/recaptcha_mint.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/e2e/agentic_image_e2e.ps1 +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/e2e/capture_agent_toggle.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/record_demo.ps1 +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/smoke_image.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/smoke_video_editor.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/smoke_worker_style.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/spike_waf_camoufox.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/scripts/verify_chrome_auth_viability.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/README.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/changelog/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/issue-assessment/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/issue-resolve/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/known-issues/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/live-verify/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/llm-council/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/plan/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/pr-council-review/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/predict/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/release/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/scenario/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/sonar/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/skills/status/SKILL.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/sonar-project.properties +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/__main__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/_engine.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/_retry.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/_sapisidhash.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/dto.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/image.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/image_upscale.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/recaptcha.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/routes.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/scene.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/_common.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/_fingerprint.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/base.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/drivers/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/drivers/agentic.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/drivers/base.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/drivers/classic.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/drivers/factory.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/experimental/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/experimental/bearer.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/experimental/evaluate_fetch.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/experimental/sapisidhash.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/mode_control.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/transports/ui_automation_video.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/api/video.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/base.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/cookies.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/factory.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/internal_chromium.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/real_chrome.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/strategies.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/auth/verification.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/browser_manager.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/chain.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/chain_manifest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_data.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_instructions.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_models.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_project.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_run.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_scene.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/cli_tools.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/composition.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/chain_repo.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0001_initial.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0002_add_cloud_storage.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0003_add_scene_tables.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0004_add_scene_output_path.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0005_add_chain_links.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0006_add_operations_metadata.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0007_queue.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0008_add_operation_expanded_prompt.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/0009_queue_claims.sql +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/migrations/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/models.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/queries.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/recorder.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/redaction.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/repository.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/data/store.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/diagnostics.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/exceptions.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/image_batch.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/json_output.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/mcp/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/mcp/prompts.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/mcp/resources.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/mcp/server.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/media.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/movie_manifest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/observability.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/paths.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/profile_lease.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/profile_store.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/services/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/services/mentions.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/storage.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/banned.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/builtin/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/loader.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/tools/registry.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/ui/app.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/ui/server.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/worker/codec.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/worker/daemon.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/src/gflow_cli/worker/queue.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tasks/lessons.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/test_assets/sample_batch.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/test_assets/sample_batch.tsv +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/test_assets/sample_batch_invalid.tsv +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/fixtures/character_gen_response.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/fixtures/patch_entity_response.json +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_aisandbox_auth_error.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_aisandbox_auth_headers.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_bearer_redaction.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_delete_characters.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_image.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_incidents.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_launch_kwargs.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_patch_entity.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_scene.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_client_upscale.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_concurrency.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_dto.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_engine.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_image.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_image_dto.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_image_upscale.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_post_json_aisandbox_auth.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_recaptcha.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_retry.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_routes.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_routes_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_routes_scene.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_sapisidhash_helper.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_scene_models.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_video.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/test_video_request.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/conftest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/drivers/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/drivers/test_agentic.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/drivers/test_classic.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/drivers/test_factory.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/drivers/test_ui_mode.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_agentic_cohort_detection.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_base.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_bearer.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_common.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_evaluate_fetch.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_factory.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_fingerprint.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_mode_control.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_sapisidhash.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_selector_symmetry.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_transport_timeout.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_ui_automation.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_ui_automation_batch.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_ui_automation_image_mode.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/api/transports/test_ui_automation_video.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/auth/strategies/test_factory.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/auth/strategies/test_strategies.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/auth/test_cookies.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/auth/test_real_chrome.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/auth/test_verification.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/autopilot/test_pr_triage_autopilot.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_auth_list.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_data.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_data_errors.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_data_errors_retention.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_image.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_image_seed_removed.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_image_selector_drift.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_image_upscale.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_instructions.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_models.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_run.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_scene.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_cli_video.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_failure_funnel.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_incident_output.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_movie_manifest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_movie_manifest_style_variants.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_settings_validation.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/cli/test_t2i_multi_prompt.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/composition/test_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/composition/test_compose_prompt.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/composition/test_handoff.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/composition/test_style_variants.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/composition/test_style_variants_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/conftest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_chain_repo.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_failure_recording.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_find_incomplete_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_models.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_packaging.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_recorder.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_recorder_character.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_redaction.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_repository.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_scene_persistence.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_settings_and_errors.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/data/test_store_migrations.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/dev/test_recording_client.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/conftest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_agentic_count_enforcement_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_aisandbox_auth_live.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_asset_tagging_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_auth_verification_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_cancellation_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_crash_recovery_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_daemon_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_data_layer_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_entity_smuggling_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_i2v_flags_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_image_batch_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_image_i2i_ref_cap_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_incident_quality_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_json_output_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_live_agentic_instructions.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_locale_selectors_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_project_naming_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_scene_compose_live.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_transports_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_video_r2v_ref_cap_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/e2e/test_video_t2v_e2e.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/asset_tagging.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/auth.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/auth_login.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/character_create.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/character_read.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/conftest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/image.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/image_upscale.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/incident_diagnostics.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/instructions.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/locale_picker_include.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_asset_tagging_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_auth_login_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_auth_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_character_create_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_character_read_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_image_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_image_upscale_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_incident_diagnostics_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_instructions_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_locale_picker_include_steps.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/test_step_collision_guard.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/features/video_agent_ui.feature +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/fixtures/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/fixtures/seeded_catalog.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/image_batch/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/image_batch/test_image_manifest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/image_batch/test_jitter_config.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/image_batch/test_observability_events.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/integration/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/integration/conftest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/integration/constants.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/integration/test_storage_gcs.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/integration/test_storage_s3.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/conftest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/test_cli_parity.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/test_server.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/test_stdio_transport.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/test_tools_instructions.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/mcp/test_tools_wired.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_analyze_agent_ui_capture.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_capture_locale_invariants.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_check_materiality.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_check_release_artifacts.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_check_repo_hygiene.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_check_website_docs_pii.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_codex_plugin.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_incident_bundle_quality.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/scripts/test_materiality_backtest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/test_character_create_redaction.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/test_mentions_observability.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/test_mentions_parse.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/test_mentions_resolve.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/services/test_resolve_and_apply.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/smoke/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/smoke/test_profile_account_smoke.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/smoke/test_real_flow.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_auth.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_browser_manager.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_chain.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_chain_manifest.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_cli_data.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_cli_project.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_conftest_isolation.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_data_queries.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_diagnostics_bundle.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_diagnostics_events.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_diagnostics_journal.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_diagnostics_recorder.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_diagnostics_retention.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_diagnostics_sanitize.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_documentation_gate.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_errors_classification.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_marker_registry.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_media.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_observability.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_paths.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_profile_lease.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_profile_lease_subprocess.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_profile_store.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/test_smoke.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/tools/__init__.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/tools/test_banned.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/tools/test_invocation.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/tools/test_registry.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/ui/test_app.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/worker/test_codec.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/worker/test_daemon.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/worker/test_mcp_daemon_race.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/worker/test_queue.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/worker/test_queue_multiprocess.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/tests/worker/test_queue_reconciliation.py +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/ARCHITECTURE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/AUTHENTICATION.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/CHARACTER.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/DATA_LAYER.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/DEBUGGING.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/DEVELOPMENT.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/E2E_TESTING.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/EXTERNAL_STORAGE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/INSTRUCTIONS.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/MCP.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/USER_GUIDE.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/agents.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/index.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/installation.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/onboarding-mockup.html +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/onboarding.md +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/docs/stylesheets/extra.css +0 -0
- {gflow_cli-0.44.0 → gflow_cli-0.46.0}/website/mkdocs.yml +0 -0
|
@@ -56,9 +56,33 @@
|
|
|
56
56
|
# official - official Veo SDK (planned for v0.5+, requires Gemini API key)
|
|
57
57
|
# GFLOW_CLI_PROVIDER=flow
|
|
58
58
|
|
|
59
|
-
#
|
|
60
|
-
#
|
|
61
|
-
#
|
|
59
|
+
# -----------------------------------------------------------------------------
|
|
60
|
+
# Prompt tools LLM (--tool creative-director / reverse-engineer / storyboard)
|
|
61
|
+
#
|
|
62
|
+
# Any OpenAI-compatible Chat Completions endpoint: OpenAI, OpenRouter, a
|
|
63
|
+
# corporate gateway, a local proxy, Ollama, or Google's compat endpoint.
|
|
64
|
+
# Provider keys stay with your gateway — gflow only holds the one credential it
|
|
65
|
+
# presents to the endpoint below.
|
|
66
|
+
#
|
|
67
|
+
# NOTE: GFLOW_CLI_GEMINI_API_KEY / GFLOW_CLI_GEMINI_MODEL were REMOVED in
|
|
68
|
+
# v0.46.0 and are not forwarded. Use GFLOW_CLI_LLM_API_KEY — an existing Google
|
|
69
|
+
# AIza… key still works, since the default endpoint is Google's compat surface.
|
|
70
|
+
# -----------------------------------------------------------------------------
|
|
71
|
+
|
|
72
|
+
# Endpoint. This is the on/off switch for the prompt tools.
|
|
73
|
+
# https only, except loopback (127.0.0.1 / localhost / ::1) which may use http.
|
|
74
|
+
# Use 127.0.0.1 rather than localhost — gateways often bind IPv4 only and
|
|
75
|
+
# Windows resolves ::1 first, which stalls.
|
|
76
|
+
# GFLOW_CLI_LLM_BASE_URL=https://generativelanguage.googleapis.com/v1beta/openai
|
|
77
|
+
|
|
78
|
+
# Credential for that endpoint (Authorization: Bearer). OPTIONAL — omit it for a
|
|
79
|
+
# keyless local gateway and no header is sent at all.
|
|
80
|
+
# Google key: https://aistudio.google.com/apikey
|
|
81
|
+
# GFLOW_CLI_LLM_API_KEY=
|
|
82
|
+
|
|
83
|
+
# Model, which is also the provider selector since gateways route on it
|
|
84
|
+
# (e.g. openai/gpt-4o-mini). Unset = the gateway chooses.
|
|
85
|
+
# GFLOW_CLI_LLM_MODEL=
|
|
62
86
|
|
|
63
87
|
# -----------------------------------------------------------------------------
|
|
64
88
|
# Cloud storage
|
|
@@ -23,8 +23,10 @@
|
|
|
23
23
|
default_stages: [pre-commit]
|
|
24
24
|
|
|
25
25
|
repos:
|
|
26
|
+
# Keep this rev in lockstep with the `ruff==` pin in pyproject.toml. A hook that
|
|
27
|
+
# formats with an older ruff than CI checks with will fight CI on every commit.
|
|
26
28
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
27
|
-
rev: v0.
|
|
29
|
+
rev: v0.16.0
|
|
28
30
|
hooks:
|
|
29
31
|
- id: ruff
|
|
30
32
|
args: [--fix]
|
|
@@ -81,6 +81,23 @@ These rules exist because docs alone don't bind under momentum: a "check open PR
|
|
|
81
81
|
- **If a claim can't be verified in the current environment, it's LIKELY — not CONFIRMED.** Keep the issue open, reference it with `Refs #N` (not `Closes #N`), and ship diagnostics rather than a blind fix. When you can't reproduce it, hand the fix to whoever can.
|
|
82
82
|
- **This project reverse-engineers a blackbox.** gflow-cli doesn't own Google Flow — it drives real Flow through inspected HAR/DOM/browser-log behavior. Offline checks (types, lint, unit/BDD tests) verify *our* code does what we think it does; they cannot verify Flow still behaves the way we captured it. Every feature that touches a generation path is **live-verified**, not just offline-tested, before it's called done — see `/gflow:live-verify`.
|
|
83
83
|
|
|
84
|
+
## Standard Workflow Sequence
|
|
85
|
+
|
|
86
|
+
All AI agents and harnesses working on `gflow-cli` follow this standard 10-phase pipeline from issue discovery to public release:
|
|
87
|
+
|
|
88
|
+
| Phase | Skill / Command | Purpose | Output Artifact |
|
|
89
|
+
|---|---|---|---|
|
|
90
|
+
| 1. Triage | `/gflow:issue-assessment <N>` | Read-only issue analysis & root cause hypothesis | `issue_assessment_<N>.md` |
|
|
91
|
+
| 2. Pre-Implementation | `/gflow:predict <proposal>` | Adversarial audit (D14 YAGNI, security, risks) | GO / CAUTION / STOP verdict |
|
|
92
|
+
| 3. BDD Scaffolding | `/gflow:scenario <feature>` | Edge-case explorer & BDD Gherkin spec | `Scenario:` blocks & test scaffold |
|
|
93
|
+
| 4. Implementation Plan | `/gflow:plan <feature>` | Task-by-task atomic implementation plan | `docs/superpowers/plans/<date>-<slug>/PLAN.md` |
|
|
94
|
+
| 5. Council Review | `/gflow:pr-council-review` / `llm-council` | Multi-dimensional audit across 6 core dimensions | Consensus verdict report |
|
|
95
|
+
| 6. Task Execution | `/gflow:status` | Track unchecked tasks during TDD execution | Next unchecked task |
|
|
96
|
+
| 7. Pre-Commit Quality | `/gflow:check` | The Impeccable Routine (hygiene, ruff, pyright, pytest) | All green local checks |
|
|
97
|
+
| 8. Live Verification | `/gflow:live-verify` | 5-layer proof against real Flow transport | `docs/LIVE_VERIFICATION_vX.Y.Z.md` |
|
|
98
|
+
| 9. PR & Issue Close | `/gflow:issue-resolve <N>` | PR, SonarCloud 0-issue gate, merge to develop | Closed GitHub issue |
|
|
99
|
+
| 10. Release Pipeline | `/gflow:release` | Version bump, signed tag (`git tag -s`), PyPI publish | Shipped release & back-merge |
|
|
100
|
+
|
|
84
101
|
## Skills reference (cross-tool)
|
|
85
102
|
|
|
86
103
|
The `skills/` directory ships installable agent skill docs in plain Markdown with YAML frontmatter. Any agent can consume them directly:
|
|
@@ -7,6 +7,140 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.46.0] — 2026-07-28
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING — the prompt tools now drive any OpenAI-compatible endpoint (#387).**
|
|
15
|
+
`--tool creative-director` / `reverse-engineer` / `storyboard` were hardwired to
|
|
16
|
+
Google's native Gemini API, so an OpenAI-compatible gateway key could not be
|
|
17
|
+
used at all. The transport now speaks **OpenAI Chat Completions**, which
|
|
18
|
+
OpenAI, gateways/proxies (OpenRouter, LiteLLM, freellmapi), local runtimes
|
|
19
|
+
(Ollama, LM Studio) and Google's own compatibility endpoint all accept.
|
|
20
|
+
- New config: `GFLOW_CLI_LLM_BASE_URL` (the on/off switch; defaults to
|
|
21
|
+
Google's compat endpoint), `GFLOW_CLI_LLM_API_KEY` (**optional** — omitted
|
|
22
|
+
from the request entirely when unset, so keyless local gateways work), and
|
|
23
|
+
`GFLOW_CLI_LLM_MODEL` (also the provider selector, since gateways route on
|
|
24
|
+
the model string).
|
|
25
|
+
- Provider keys stay with your gateway. gflow only ever holds the single
|
|
26
|
+
credential it presents to the endpoint you point it at.
|
|
27
|
+
- The three builtin tools no longer pin `model = "gemini-2.5-flash"`. That pin
|
|
28
|
+
was sent unconditionally, so any gateway not serving that exact name
|
|
29
|
+
answered 400 — silently, because the prompt tools never fail a run.
|
|
30
|
+
|
|
31
|
+
### Removed
|
|
32
|
+
|
|
33
|
+
- **BREAKING — `GFLOW_CLI_GEMINI_API_KEY` and `GFLOW_CLI_GEMINI_MODEL` (#387).**
|
|
34
|
+
Set `GFLOW_CLI_LLM_API_KEY` instead; an existing Google `AIza…` key keeps
|
|
35
|
+
working unchanged, because the default endpoint is Google's OpenAI-compatible
|
|
36
|
+
surface. gflow prints a one-time warning if it sees the old variable — the old
|
|
37
|
+
value is never forwarded. The warning exists because the prompt tools never
|
|
38
|
+
fail a run: without it, prompts would quietly stop being rewritten while
|
|
39
|
+
generations still billed in full.
|
|
40
|
+
`GFLOW_CLI_GEMINI_MODEL` had in fact never had a live code path — its only
|
|
41
|
+
reader was an uncalled helper — despite being documented as a global override.
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
|
|
45
|
+
- **`reverse-engineer` no longer expands a file path as if it were a prompt (#387).**
|
|
46
|
+
When multimodal analysis of a URL, video, or image failed, the runtime fell
|
|
47
|
+
through to text expansion of the *path string*, returning a confident but
|
|
48
|
+
useless prompt that still billed a full generation. It now degrades to the
|
|
49
|
+
original input.
|
|
50
|
+
|
|
51
|
+
### Security
|
|
52
|
+
|
|
53
|
+
- **The prompt-tools endpoint is treated as a trust boundary (#387).** `base_url`
|
|
54
|
+
is user-supplied now, so: redirects are declined (`urllib` re-sends the
|
|
55
|
+
`Authorization` header to whatever host a 302 names, which would have leaked
|
|
56
|
+
the key to a hostile gateway); `base_url` is validated to `https`, or `http`
|
|
57
|
+
for loopback only, with credentials-in-URL rejected; error-response bodies are
|
|
58
|
+
redacted before logging, since a gateway can echo the bearer token back; and
|
|
59
|
+
the resolved destination host is logged once, giving an audit trail for where
|
|
60
|
+
prompts and base64 image bytes were sent.
|
|
61
|
+
|
|
62
|
+
## [0.45.0] — 2026-07-28
|
|
63
|
+
|
|
64
|
+
### Fixed
|
|
65
|
+
|
|
66
|
+
- **`gflow character create` binds portraits to the character again (#395).**
|
|
67
|
+
Two independent defects made every character generation land as a plain
|
|
68
|
+
project image, leaving the character empty:
|
|
69
|
+
1. **Overlay dismissal Escaped Flow's own UI.** `[role='dialog']` and
|
|
70
|
+
`[role='alert']` had been added to the overlay detector, but Flow's
|
|
71
|
+
character composer (and the media picker) carry those roles — so gflow
|
|
72
|
+
pressed Escape on the app itself, the generation went out without
|
|
73
|
+
`entityContext`, and Flow filed the image against the project with no
|
|
74
|
+
`parentEntityId`. Those two selectors are removed; `[role='banner']` and
|
|
75
|
+
the announcement matcher remain, so the original banner-dismissal intent
|
|
76
|
+
is intact.
|
|
77
|
+
2. **The character route could bounce back to the project page.** Flow
|
|
78
|
+
redirects `/project/{id}/character/{entityId}` when the entity is not yet
|
|
79
|
+
queryable — a race gflow loses by navigating immediately after
|
|
80
|
+
`flow.createEntity`. Because the project page also mounts a prompt box,
|
|
81
|
+
the old readiness check was satisfied on the wrong surface and the prompt
|
|
82
|
+
was typed into the **project** composer. gflow now verifies it actually
|
|
83
|
+
came to rest on the character route, re-navigating a few times and failing
|
|
84
|
+
loudly rather than generating on the wrong surface.
|
|
85
|
+
|
|
86
|
+
Verified live 2026-07-28 in both directions on the same account, plus a
|
|
87
|
+
read-back showing the character carrying its name and `thumbnail_media_id`.
|
|
88
|
+
The wire contract is documented in
|
|
89
|
+
[CHARACTER_RECON](docs/CHARACTER_RECON.md#entity-binding-entitycontext-captured-live-2026-07-28).
|
|
90
|
+
|
|
91
|
+
- **`gflow image i2i --ref <UUID>` no longer fails when the asset is out of the
|
|
92
|
+
picker's reach (#393).** Flow's media picker is scoped to the active project
|
|
93
|
+
and its search does **not** index media UUIDs (confirmed live 2026-07-27:
|
|
94
|
+
both UUID search tiers returned zero tiles), so a `--ref` pointing at an asset
|
|
95
|
+
in another project — or buried deep in a virtualised grid — could not be
|
|
96
|
+
selected, and a bare `--ref <uuid>` carried no local file to fall back on. The
|
|
97
|
+
CLI now resolves each UUID ref against the local catalog and attaches its
|
|
98
|
+
recorded file, so the transport uploads those exact bytes instead of failing
|
|
99
|
+
the run. Verified live as a controlled A/B on identical input: exit 9 before,
|
|
100
|
+
exit 0 with the upload fallback after. Enrichment is best-effort (unknown
|
|
101
|
+
asset, unavailable catalog, or deleted file leaves the ref untouched) and the
|
|
102
|
+
**fail-loud contract is unchanged** — a reference that cannot be bound still
|
|
103
|
+
aborts the generation rather than silently producing an unreferenced image.
|
|
104
|
+
- **A Flow web-app crash on the character-editor route is now reported as
|
|
105
|
+
such.** `gflow character create` surfaced Flow's client-side crash as
|
|
106
|
+
`RuntimeError: Character editor not ready: prompt textbox not visible`, which
|
|
107
|
+
blames a selector that was never on the page. The existing crash classifier is
|
|
108
|
+
now consulted at that gate too, yielding the typed, retryable `FlowAppError`
|
|
109
|
+
(exit 31). Observed live 2026-07-27 via the incident bundle's `ui.json`
|
|
110
|
+
(`title.category: flow_app_crash`).
|
|
111
|
+
- **Character binding failures say what actually happened.** When Flow returns a
|
|
112
|
+
workflow that is not bound to the character entity, the error read "Unexpected
|
|
113
|
+
response shape from Flow", sending readers after a wire-format bug. It now
|
|
114
|
+
states that Flow filed the image as a plain project image and the character
|
|
115
|
+
has no portrait. The guard remains strict — verified live that unbound runs
|
|
116
|
+
leave the entity as "Untitled Character" with a null thumbnail.
|
|
117
|
+
- **Tier-aware credit confirmations:** `gflow video chain` and `gflow movie run`
|
|
118
|
+
no longer present pending work as an exact one-credit-per-link/scene charge.
|
|
119
|
+
Plans, confirmation prompts, `--dry-run` output, Click help, and current docs
|
|
120
|
+
now report the count of *pending video operations* and direct operators to
|
|
121
|
+
Google Flow for current model/duration/tier pricing, which varies by account
|
|
122
|
+
tier and Flow policy. Execution, resume/stale accounting, `--yes`, JSON
|
|
123
|
+
output, flags, and exit codes are unchanged.
|
|
124
|
+
|
|
125
|
+
### Added
|
|
126
|
+
|
|
127
|
+
- **Top Banner & Modal Dismissal (#369):** Expanded `_detect_overlay` and
|
|
128
|
+
`_dismiss_blocking_overlays` in `ui_automation.py` to detect top banners,
|
|
129
|
+
alert bars, and announcement dialogs (`[role='banner']`, `[role='alert']`,
|
|
130
|
+
`[role='dialog']`, `div:has-text('What\'s new')`), force-clicking locale-stable
|
|
131
|
+
close/clear/Got-it buttons and falling back to Escape before automation tasks.
|
|
132
|
+
- **`gflow character create --format-prompt` (#383):** Opt-in flag that clicks
|
|
133
|
+
Flow's in-editor **Format** button before submitting, letting Flow rewrite the
|
|
134
|
+
prompt into its character prompt-engineering shape. Applies to both the face and
|
|
135
|
+
body slots. Best-effort by design — if the button is not found the prompt is
|
|
136
|
+
submitted as typed rather than failing the generation. The selector cascade is
|
|
137
|
+
anchored on the locale-stable `personal_recommendations` Material Symbols
|
|
138
|
+
ligature (confirmed against live DOM 2026-07-27), not the "Format" label, which
|
|
139
|
+
Flow localises to the Chrome profile language. Flow ships the button `disabled`
|
|
140
|
+
on an empty prompt, so the driver checks enabled-ness — a disabled button is
|
|
141
|
+
still *visible*, and clicking one would stall on Playwright's actionability wait.
|
|
142
|
+
- **Self-documenting error remediation & provider message pass-through (#380):** Added default `remediation_hint` strings across domain exception classes (`WireFormatError`, `ContentPolicyError`, `RateLimitError`, `DataStoreError`, `SceneConcatError`, `FrameExtractionError`), extracted and sanitized provider error messages from Google Flow tRPC/REST responses, and enriched MCP tool error envelopes and Rich CLI error displays with actionable recovery guidance at failure time.
|
|
143
|
+
|
|
10
144
|
## [0.44.0] — 2026-07-26
|
|
11
145
|
|
|
12
146
|
### Added
|
|
@@ -2384,7 +2518,9 @@ shell-script template that branches on these codes.
|
|
|
2384
2518
|
|
|
2385
2519
|
First skeleton. Not functional end-to-end yet.
|
|
2386
2520
|
|
|
2387
|
-
[Unreleased]: https://github.com/ffroliva/gflow-cli/compare/v0.
|
|
2521
|
+
[Unreleased]: https://github.com/ffroliva/gflow-cli/compare/v0.46.0...HEAD
|
|
2522
|
+
[0.46.0]: https://github.com/ffroliva/gflow-cli/compare/v0.45.0...v0.46.0
|
|
2523
|
+
[0.45.0]: https://github.com/ffroliva/gflow-cli/compare/v0.44.0...v0.45.0
|
|
2388
2524
|
[0.44.0]: https://github.com/ffroliva/gflow-cli/compare/v0.43.0...v0.44.0
|
|
2389
2525
|
[0.43.0]: https://github.com/ffroliva/gflow-cli/compare/v0.42.0...v0.43.0
|
|
2390
2526
|
[0.42.0]: https://github.com/ffroliva/gflow-cli/compare/v0.41.0...v0.42.0
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
| `GFLOW_CLI_OUTPUT_DIR` | `~/Downloads/gflow-cli` | Where generated images and videos are saved. |
|
|
9
9
|
| `CHROME_BINARY` | (autodetect) | Override Chrome binary path. Falls back to platform-standard locations. |
|
|
10
10
|
| `GFLOW_CLI_CONCURRENCY` | `4` | Maximum parallel API requests per batch. |
|
|
11
|
-
| `
|
|
12
|
-
| `
|
|
11
|
+
| `GFLOW_CLI_LLM_BASE_URL` | Google compat endpoint | OpenAI-compatible endpoint for the prompt tools (`--tool`). The on/off switch. |
|
|
12
|
+
| `GFLOW_CLI_LLM_API_KEY` | _(unset)_ | Credential for that endpoint. Optional — omit for a keyless local gateway. [Google key](https://aistudio.google.com/apikey). |
|
|
13
|
+
| `GFLOW_CLI_LLM_MODEL` | _(unset)_ | Model, and therefore the provider selector. Unset = the gateway chooses. |
|
|
13
14
|
| `GFLOW_LIVE` | _(unset)_ | Set to `1` to enable live-API test markers (`@pytest.mark.live`). |
|
|
14
15
|
|
|
15
16
|
---
|
|
@@ -824,6 +824,34 @@ gflow image batch ./batch-b.tsv --profile personal
|
|
|
824
824
|
|
|
825
825
|
## Resolved
|
|
826
826
|
|
|
827
|
+
### `character create` generated portraits that never bound to the character — RESOLVED in v0.45.0
|
|
828
|
+
|
|
829
|
+
- **Status:** Resolved ([#395](https://github.com/ffroliva/gflow-cli/issues/395)) · **Severity:** Was-High · **Was-affecting:** v0.44.0 and unreleased `develop` · **Fixed in:** v0.45.0
|
|
830
|
+
|
|
831
|
+
Every `gflow character create` spent an Imagen credit, produced an image, and
|
|
832
|
+
left the character empty ("Untitled Character", null thumbnail). Flow filed the
|
|
833
|
+
generation as an ordinary project image because the request carried no
|
|
834
|
+
`entityContext`. Two independent gflow defects caused it:
|
|
835
|
+
|
|
836
|
+
1. **Overlay dismissal Escaped Flow's own UI.** `[role='dialog']` and
|
|
837
|
+
`[role='alert']` had been added to the overlay detector, but Flow's character
|
|
838
|
+
composer — and the media picker — carry those roles. gflow pressed Escape on
|
|
839
|
+
the app itself and the submit lost its entity context.
|
|
840
|
+
2. **The character route could bounce to the project page.** Flow redirects
|
|
841
|
+
`/project/{id}/character/{entityId}` while the entity is not yet queryable
|
|
842
|
+
(gflow navigates immediately after `flow.createEntity`). The project page
|
|
843
|
+
also mounts a prompt box, so the readiness gate passed on the wrong surface
|
|
844
|
+
and the prompt was typed into the **project** composer.
|
|
845
|
+
|
|
846
|
+
Both are fixed: the two over-broad selectors are gone (banner detection intact),
|
|
847
|
+
and the transport now verifies it came to rest on the character route,
|
|
848
|
+
re-navigating and then failing loudly instead of generating on the wrong
|
|
849
|
+
surface. The `parentEntityId` guard that surfaced this was correct throughout —
|
|
850
|
+
it refused to report a portrait-less character as success.
|
|
851
|
+
|
|
852
|
+
Wire contract: [CHARACTER_RECON § entity binding](docs/CHARACTER_RECON.md#entity-binding-entitycontext-captured-live-2026-07-28).
|
|
853
|
+
Evidence: [LIVE_VERIFICATION_v0.45.0 §2](docs/LIVE_VERIFICATION_v0.45.0.md).
|
|
854
|
+
|
|
827
855
|
### `gflow video`'s manifest-driven batch subcommand didn't skip already-completed entries — RESOLVED as obsolete
|
|
828
856
|
|
|
829
857
|
- **Status:** Resolved (obsolete) · **Severity:** Was-Medium · **Was-affecting:** v0.2.0a1 through the command's removal · **Fixed in:** n/a — removed in production-readiness hardening (see `fix: remove nonfunctional video batch command`)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gflow-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.46.0
|
|
4
4
|
Summary: Unofficial CLI for Google Flow — drive Veo image-to-video generations from the terminal.
|
|
5
5
|
Project-URL: Homepage, https://github.com/ffroliva/gflow-cli
|
|
6
6
|
Project-URL: Issues, https://github.com/ffroliva/gflow-cli/issues
|
|
@@ -58,7 +58,7 @@ Requires-Dist: numpy>=1.24; extra == 'dev'
|
|
|
58
58
|
Requires-Dist: pyright>=1.1.0; extra == 'dev'
|
|
59
59
|
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
|
|
60
60
|
Requires-Dist: pytest>=8.0.0; extra == 'dev'
|
|
61
|
-
Requires-Dist: ruff==0.
|
|
61
|
+
Requires-Dist: ruff==0.16.0; extra == 'dev'
|
|
62
62
|
Provides-Extra: gcs
|
|
63
63
|
Requires-Dist: gcsfs>=2024.2.0; extra == 'gcs'
|
|
64
64
|
Requires-Dist: universal-pathlib>=0.2.5; extra == 'gcs'
|
|
@@ -115,7 +115,7 @@ src/gflow_cli/
|
|
|
115
115
|
|
|
116
116
|
Documented in [docs/CONFIGURATION.md](docs/CONFIGURATION.md) and [.env.template](.env.template). Variables:
|
|
117
117
|
|
|
118
|
-
`GFLOW_CLI_HOME`, `GFLOW_CLI_OUTPUT_DIR`, `GFLOW_CLI_PROFILE`, `GFLOW_CLI_PROVIDER`, `
|
|
118
|
+
`GFLOW_CLI_HOME`, `GFLOW_CLI_OUTPUT_DIR`, `GFLOW_CLI_PROFILE`, `GFLOW_CLI_PROVIDER`, `GFLOW_CLI_LLM_BASE_URL`, `GFLOW_CLI_LLM_API_KEY`, `GFLOW_CLI_LLM_MODEL`, `GFLOW_CLI_TIMEOUT_SECONDS`, `GFLOW_CLI_LOG_LEVEL`, `GFLOW_CLI_LOG_FORMAT`, `GFLOW_CLI_CONCURRENCY`, `GFLOW_CLI_DB_PATH`, `GFLOW_CLI_HISTORY_PROMPTS`.
|
|
119
119
|
|
|
120
120
|
Default paths via `platformdirs`:
|
|
121
121
|
|
|
@@ -82,6 +82,76 @@ calls on the same `workflowId`, chaining `imageInputs` (BASE_IMAGE = prior outpu
|
|
|
82
82
|
This is the SAME endpoint family gflow's existing image transport already drives — the new bits are
|
|
83
83
|
`tool:"PINHOLE"`, `imageInputs` types, and the `parentEntityId`/workflow binding.
|
|
84
84
|
|
|
85
|
+
## Entity binding: `entityContext` (captured live 2026-07-28)
|
|
86
|
+
|
|
87
|
+
**The generation request must carry `entityContext`, or Flow files the image as a
|
|
88
|
+
plain project image and the character stays empty.** Captured from Flow's own UI
|
|
89
|
+
via a CDP-attached real Chrome (`gflow-agent-browser-spike`, `navigator.webdriver:
|
|
90
|
+
false`) while driving the plain **New Character** flow.
|
|
91
|
+
|
|
92
|
+
`POST /v1/projects/{projectId}/flowMedia:batchGenerateImages`
|
|
93
|
+
|
|
94
|
+
```jsonc
|
|
95
|
+
{
|
|
96
|
+
"clientContext": { "projectId": "…", "tool": "PINHOLE", "sessionId": "…" },
|
|
97
|
+
"mediaGenerationContext": {
|
|
98
|
+
"batchId": "…",
|
|
99
|
+
"entityContext": {
|
|
100
|
+
"entityId": "1e6c558e-87be-4aa7-8a21-ffb7efa43bbd",
|
|
101
|
+
"characterSlot": { "imageReferenceIndex": 0 } // 0 = portrait/face, 1 = body
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"useNewMedia": true,
|
|
105
|
+
"requests": [ { "imageModelName": "NARWHAL", "structuredPrompt": {…}, "seed": …, "imageInputs": [] } ]
|
|
106
|
+
}
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Response — bound on the first try:
|
|
110
|
+
|
|
111
|
+
```jsonc
|
|
112
|
+
"workflows": [ { "name": "30551aa7-…", "projectId": "…", "parentEntityId": "1e6c558e-…" } ]
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### Which surface produces it
|
|
116
|
+
|
|
117
|
+
The composer Flow renders depends on whether the character already HAS a
|
|
118
|
+
portrait, not on which URL you arrived by:
|
|
119
|
+
|
|
120
|
+
| Character state | Composer placeholder | Sends `entityContext`? |
|
|
121
|
+
|---|---|---|
|
|
122
|
+
| Empty (no portrait yet) | *"Describe your character…"* | **Yes** — this is the creation composer, on `/characters` **and** on `/character/{entityId}` |
|
|
123
|
+
| Populated (portrait exists) | *"What do you want to change?"* | Edit surface — refines the existing portrait |
|
|
124
|
+
|
|
125
|
+
Both entry points reach the creation composer for an empty character, and both
|
|
126
|
+
bind. Verified live 2026-07-28: driving `/project/{id}/character/{entityId}` for
|
|
127
|
+
a pre-created empty entity produced `entityContext` in the request and
|
|
128
|
+
`parentEntityId` in the response — including for an entity gflow itself had
|
|
129
|
+
created minutes earlier. Entity age is not a factor.
|
|
130
|
+
|
|
131
|
+
`flow.createEntity` may be called by Flow (the **New Character** flow does it
|
|
132
|
+
itself, returning `displayName: "Untitled Character"`) or by the client
|
|
133
|
+
beforehand; gflow pre-creates and deep-links, which is fine. After the
|
|
134
|
+
generation Flow issues `PATCH /v1/flowWorkflows/{id}` twice
|
|
135
|
+
(`metadata.displayName`, then `metadata.primaryMediaId`) — the same commit gflow
|
|
136
|
+
already performs. Flow never asks for a name up front: the user renames
|
|
137
|
+
afterwards via the ✏️ next to the title, and "Character Info (optional)"
|
|
138
|
+
(*"Describe how your character acts…"*) is a separate free-text field.
|
|
139
|
+
|
|
140
|
+
**What actually broke gflow (#395)** was therefore NOT the choice of entry
|
|
141
|
+
point. Two client-side defects suppressed `entityContext` on a surface that
|
|
142
|
+
would otherwise have sent it:
|
|
143
|
+
|
|
144
|
+
1. **Overlay dismissal pressed Escape on the composer.** `[role='dialog']` and
|
|
145
|
+
`[role='alert']` in the overlay detector matched Flow's own character
|
|
146
|
+
composer (and the media picker), so gflow dismissed the app itself.
|
|
147
|
+
2. **The character route could bounce back to the project page** while the
|
|
148
|
+
entity was not yet queryable. The project page also mounts a prompt box, so
|
|
149
|
+
the readiness gate passed on the wrong surface and the prompt was typed into
|
|
150
|
+
the **project** composer.
|
|
151
|
+
|
|
152
|
+
With both fixed, the deep-linked editor binds reliably. See
|
|
153
|
+
[LIVE_VERIFICATION_v0.45.0 §2](LIVE_VERIFICATION_v0.45.0.md).
|
|
154
|
+
|
|
85
155
|
## Gaps
|
|
86
156
|
|
|
87
157
|
1. ✅ **RESOLVED — Entity create.** `POST /fx/api/trpc/flow.createEntity` `{json:{projectId}}` →
|
|
@@ -113,27 +113,97 @@ Deep setup, verification, and security notes live in
|
|
|
113
113
|
**Default:** `flow`
|
|
114
114
|
**CLI override:** none yet — set the env var to switch backends once `official` is wired.
|
|
115
115
|
|
|
116
|
-
### `
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
(
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
**
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
**Default:** `
|
|
135
|
-
**
|
|
136
|
-
`
|
|
116
|
+
### Prompt-tools LLM: `GFLOW_CLI_LLM_*`
|
|
117
|
+
|
|
118
|
+
The prompt tools (`--tool creative-director` / `reverse-engineer` / `storyboard`, see
|
|
119
|
+
[TOOLS.md](TOOLS.md) and [PROMPT_EXPANSION.md](PROMPT_EXPANSION.md)) talk to any endpoint
|
|
120
|
+
speaking the **OpenAI Chat Completions API** — OpenAI, OpenRouter, a corporate gateway, a
|
|
121
|
+
self-hosted proxy, a local Ollama/LM Studio, or Google's own compatibility endpoint.
|
|
122
|
+
|
|
123
|
+
> **Removed in v0.46.0:** `GFLOW_CLI_GEMINI_API_KEY` and `GFLOW_CLI_GEMINI_MODEL` are no
|
|
124
|
+
> longer read and are **not** forwarded. Set `GFLOW_CLI_LLM_API_KEY` instead — an existing
|
|
125
|
+
> Google `AIza…` key keeps working unchanged, because the default endpoint is Google's
|
|
126
|
+
> OpenAI-compatible surface. gflow prints a one-time warning if it sees the old variable,
|
|
127
|
+
> because the prompt tools never fail a run: without the warning your prompts would quietly
|
|
128
|
+
> stop being rewritten while generations still billed in full.
|
|
129
|
+
|
|
130
|
+
#### `GFLOW_CLI_LLM_BASE_URL`
|
|
131
|
+
|
|
132
|
+
**What:** Base URL of an OpenAI-compatible endpoint. This is the on/off switch for the
|
|
133
|
+
prompt tools.
|
|
134
|
+
**Default:** `https://generativelanguage.googleapis.com/v1beta/openai` (Google)
|
|
135
|
+
**Validated:** `https` only — plus plain `http` for loopback (`127.0.0.1`, `localhost`,
|
|
136
|
+
`::1`), since a local gateway never puts your key on the wire. Credentials embedded in the
|
|
137
|
+
URL (`https://user:pass@host`) are rejected; pass the credential via
|
|
138
|
+
`GFLOW_CLI_LLM_API_KEY`. Redirects are never followed, because `urllib` would re-send your
|
|
139
|
+
`Authorization` header to whatever host a redirect names.
|
|
140
|
+
|
|
141
|
+
#### `GFLOW_CLI_LLM_API_KEY`
|
|
142
|
+
|
|
143
|
+
**What:** The credential gflow presents to that endpoint, as `Authorization: Bearer`.
|
|
144
|
+
**Default:** unset — and **optional**. When unset the header is omitted entirely, which is
|
|
145
|
+
what a keyless local gateway expects.
|
|
146
|
+
**Note:** this is the *only* key gflow holds. Provider keys (OpenAI, Anthropic, Google…)
|
|
147
|
+
stay with your gateway; gflow never sees them.
|
|
148
|
+
|
|
149
|
+
#### `GFLOW_CLI_LLM_MODEL`
|
|
150
|
+
|
|
151
|
+
**What:** Model to request. Because gateways route on the model string, this doubles as the
|
|
152
|
+
provider selector (e.g. `openai/gpt-4o-mini`, `google/gemini-2.5-flash`).
|
|
153
|
+
**Default:** unset.
|
|
154
|
+
**Precedence:** a tool's TOML `config.model` pin > `GFLOW_CLI_LLM_MODEL` > the default
|
|
155
|
+
endpoint's own default > omitted, letting the gateway choose. The builtin tools pin
|
|
156
|
+
nothing on purpose: a hardcoded vendor model name is rejected by any gateway that does not
|
|
157
|
+
serve it. Note Google's compat endpoint has **no** server-side default and answers
|
|
158
|
+
`400 "model is not specified"`, so the default endpoint ships a matching default model.
|
|
159
|
+
|
|
160
|
+
#### When is the tool active?
|
|
161
|
+
|
|
162
|
+
Set **either** a key or a base URL and the tools run. Set neither and they are a silent
|
|
163
|
+
no-op: gflow logs an `INFO` notice, makes no network call, and generates from your original
|
|
164
|
+
prompt. It never fails the run — API errors (rate limit, network, a model the gateway does
|
|
165
|
+
not serve) fall back the same way after a short exponential-backoff retry bounded by an
|
|
166
|
+
overall ~60 s wall-clock budget per call. A fallback prints one line to stderr so a
|
|
167
|
+
misconfiguration is not invisible.
|
|
168
|
+
|
|
169
|
+
#### Examples
|
|
170
|
+
|
|
171
|
+
```bash
|
|
172
|
+
# Google (default endpoint) — an existing AIza… key, nothing else to set
|
|
173
|
+
export GFLOW_CLI_LLM_API_KEY="AIza..."
|
|
174
|
+
|
|
175
|
+
# OpenRouter, or any hosted OpenAI-compatible gateway
|
|
176
|
+
export GFLOW_CLI_LLM_BASE_URL="https://openrouter.ai/api/v1"
|
|
177
|
+
export GFLOW_CLI_LLM_API_KEY="sk-or-..."
|
|
178
|
+
export GFLOW_CLI_LLM_MODEL="google/gemini-2.5-flash"
|
|
179
|
+
|
|
180
|
+
# A local proxy in Docker — one entrypoint across many providers, keys held by
|
|
181
|
+
# the gateway. freellmapi (https://github.com/tashfeenahmed/freellmapi) is one
|
|
182
|
+
# such proxy; anything OpenAI-compatible works.
|
|
183
|
+
export GFLOW_CLI_LLM_BASE_URL="http://127.0.0.1:3001/v1"
|
|
184
|
+
export GFLOW_CLI_LLM_API_KEY="<the gateway's own unified key>"
|
|
185
|
+
|
|
186
|
+
# A keyless local runtime (Ollama) — no credential at all
|
|
187
|
+
export GFLOW_CLI_LLM_BASE_URL="http://127.0.0.1:11434/v1"
|
|
188
|
+
export GFLOW_CLI_LLM_MODEL="llama3"
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
Verify without spending generation credits:
|
|
192
|
+
|
|
193
|
+
```bash
|
|
194
|
+
gflow tools run creative-director "cat in space" --json # check "was_expanded": true
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
#### Gotchas
|
|
198
|
+
|
|
199
|
+
- **Use `127.0.0.1`, not `localhost`.** Gateways commonly bind IPv4 only, and Windows'
|
|
200
|
+
dual-stack resolver tries `::1` first, which stalls until it times out.
|
|
201
|
+
- **Include the version path.** Most gateways serve `/v1`; gflow appends
|
|
202
|
+
`/chat/completions` to whatever you give it.
|
|
203
|
+
- **`HTTP_PROXY` / `HTTPS_PROXY` / `NO_PROXY` apply implicitly.** Python's `urllib` honours
|
|
204
|
+
them, and on Windows it also picks up the system proxy configured in Settings even with
|
|
205
|
+
no env var set. If a corporate proxy is configured, add your local gateway to `NO_PROXY`
|
|
206
|
+
or its traffic will be routed through the proxy and fail non-obviously.
|
|
137
207
|
|
|
138
208
|
### `GFLOW_CLI_AUTH_LOGIN_TIMEOUT`
|
|
139
209
|
|
|
@@ -343,9 +413,9 @@ each link in turn, so total wallclock is the sum of all link waits).
|
|
|
343
413
|
|---|---|---|
|
|
344
414
|
| `--model` | `veo-lite` | `veo-lite` / `veo-fast` / `veo-quality` / `veo-lite-lp`. `omni-flash` is rejected — it can't seed i2v links (issue #125). |
|
|
345
415
|
| `--max-links N` | unset | Cap link count; exit 11 (`ConfigurationError`) if the manifest has more. A spend guardrail. |
|
|
346
|
-
| `-y` / `--yes` | off | Skip the
|
|
347
|
-
| `--dry-run` | off | Print the
|
|
348
|
-
| `--resume-from CHAIN_ID` | unset | Resume a prior chain by its id; already-
|
|
416
|
+
| `-y` / `--yes` | off | Skip the pending video operation confirmation prompt. |
|
|
417
|
+
| `--dry-run` | off | Print the pending video operation plan and submit nothing. |
|
|
418
|
+
| `--resume-from CHAIN_ID` | unset | Resume a prior chain by its id; already-completed links are skipped (not regenerated). |
|
|
349
419
|
| `--jitter F` | `0.0` | Random `0..F` second pause **between** links (anti-bot cadence; never before link 0). |
|
|
350
420
|
| `--seed-offset MS` | `0` | Extract the seed frame this many ms before EOF (fade-to-black guard). |
|
|
351
421
|
| `--aspect` | `9:16` | `9:16` / `16:9`. Applied uniformly to every link (continuity requirement). |
|
|
@@ -412,12 +482,12 @@ gflow image batch ./manifest.tsv
|
|
|
412
482
|
### "I want to test against the official Veo SDK"
|
|
413
483
|
|
|
414
484
|
```bash
|
|
415
|
-
GFLOW_CLI_PROVIDER=official
|
|
416
|
-
GFLOW_CLI_GEMINI_API_KEY=AIza... \
|
|
417
|
-
gflow video t2v "test"
|
|
485
|
+
GFLOW_CLI_PROVIDER=official gflow video t2v "test"
|
|
418
486
|
```
|
|
419
487
|
|
|
420
|
-
(planned v0.5+ — current scaffold accepts but ignores `GFLOW_CLI_PROVIDER=official`.
|
|
488
|
+
(planned v0.5+ — the current scaffold accepts but ignores `GFLOW_CLI_PROVIDER=official`. It will
|
|
489
|
+
need its own Google credential when implemented; `GFLOW_CLI_LLM_API_KEY` is for the prompt tools
|
|
490
|
+
only and is not used for generation.)
|
|
421
491
|
|
|
422
492
|
### "I want a sandbox profile that doesn't pollute my main one"
|
|
423
493
|
|
|
@@ -55,6 +55,8 @@ Welcome to the `gflow-cli` documentation. This index is the routing layer: it te
|
|
|
55
55
|
| [docs/superpowers/plans/2026-07-18-asset-tagging/PLAN.md](superpowers/plans/2026-07-18-asset-tagging/PLAN.md) | Task-by-task implementation plan for asset tagging (spike gate → resolver → CLI/MCP → live e2e) | Tracking task-by-task execution of the `@`-mention feature |
|
|
56
56
|
| [docs/superpowers/specs/2026-07-19-live-verify-design.md](superpowers/specs/2026-07-19-live-verify-design.md) | `/gflow:live-verify` design spec: pre-flight state check + per-feature live-verification gate generalizing release step 4b, council-reviewed | Reviewing or implementing the live-verification enforcement skill |
|
|
57
57
|
| [docs/superpowers/plans/2026-07-19-live-verify/PLAN.md](superpowers/plans/2026-07-19-live-verify/PLAN.md) | Task-by-task implementation plan for `/gflow:live-verify` (skill file → AGENTS.md/check.md wiring → INDEX row) | Tracking task-by-task execution of the live-verify skill |
|
|
58
|
+
| [docs/superpowers/plans/2026-07-27-tier-aware-credit-confirmations/SCENARIO.md](superpowers/plans/2026-07-27-tier-aware-credit-confirmations/SCENARIO.md) | Edge-case matrix for replacing fixed chain/movie credit estimates with truthful pending-operation guidance | Reviewing the financial-safety, resume, dry-run, and compatibility scenarios |
|
|
59
|
+
| [docs/superpowers/plans/2026-07-27-tier-aware-credit-confirmations/PLAN.md](superpowers/plans/2026-07-27-tier-aware-credit-confirmations/PLAN.md) | TDD implementation plan for tier-aware chain/movie planning and confirmation output | Tracking the isolated runtime pricing-guidance bugfix |
|
|
58
60
|
|
|
59
61
|
## Agent commands
|
|
60
62
|
|
|
@@ -133,7 +135,7 @@ Slash commands for Claude Code, stored in `.claude/commands/gflow/`. All prefixe
|
|
|
133
135
|
**"A command failed — where is the incident bundle and what's in it?"** → [DEBUGGING § Automatic incident bundles](DEBUGGING.md#automatic-incident-bundles) (layout, triggers, review-before-sharing); privacy boundaries: [SECURITY § Automatic incident bundles](SECURITY.md#automatic-incident-bundles-gflow_cli_incident_capture-default-on); disable via [CONFIGURATION § GFLOW_CLI_INCIDENT_CAPTURE](CONFIGURATION.md#gflow_cli_incident_capture)
|
|
134
136
|
**"Flow's UI broke a selector — how do I diagnose it?"** → [DEBUGGING § Inspecting Flow's live UI](DEBUGGING.md#inspecting-flows-live-ui)
|
|
135
137
|
**"What does each `ui_automation.*` log event mean?"** → [DEBUGGING § Listener & HTTP-layer debugging](DEBUGGING.md#listener--http-layer-debugging)
|
|
136
|
-
**What was actually live-verified for the latest release?** → latest: [LIVE_VERIFICATION_v0.44.0](LIVE_VERIFICATION_v0.44.0.md) (**#381 dual-side project management & Playwright Chromium transport live-verified 2026-07-26** — real-editor project creation + rename tRPC server/DOM sync, prompt slugging, `gflow project` subcommand family, HTTP 429 adaptive backoff, and full E2E test suite). Prior: [v0.43.0](LIVE_VERIFICATION_v0.43.0.md) (**private incident diagnostics live-verified 2026-07-23, 1 Veo credit**). Prior: [v0.42.0](LIVE_VERIFICATION_v0.42.0.md) (**#361 production-readiness live-gaps confirmed live 2026-07-21, 1 Veo credit** — a real `veo-lite` t2v through the worker path persisted a real `remote_started` checkpoint [observer→checkpoint→DB chain confirmed], crash-recovery classified the task `indeterminate` without resubmitting, and mid-launch cancellation released the `ProfileLease` credit-free; full evidence in [v0.40.0-production-readiness § "2026-07-21 live follow-up"](LIVE_VERIFICATION_v0.40.0-production-readiness.md#2026-07-21-live-follow-up-0420-cycle); #359 content-safety `400`→`ContentPolicyError` classification is unit-covered, not live-triggered [would require a deliberate policy violation]; #360/#362 are docs-only, verified by the documentation gates). Prior: [v0.41.0](LIVE_VERIFICATION_v0.41.0.md) (**#357 production-readiness hardening — stale-session fail-fast, free image gen, paid veo-lite T2V all proven live**). Prior: [v0.40.0](LIVE_VERIFICATION_v0.40.0.md) (**#344 `@`-mention asset-tagging resolution proven live e2e, ~2 Imagen credits** — `gflow character create` staged a real taggable character [bound reference images, `has_reference_images` guard], the e2e test's documented propagation wait cleared Flow's `projectInitialData` lag, and `gflow image t2i "@Zoro …"` passed with returncode 0, a real generated image, and the correctly de-tagged prompt in the catalog — no code changes needed, `resolve_and_apply` as merged in #344 already works end-to-end; pre-existing unrelated issue #174 [Flow media-library A/B flake] can still intermittently block generation regardless of this feature — recorded, not omitted). Prior: [v0.39.0](LIVE_VERIFICATION_v0.39.0.md) (**#341 failed-generation persistence proven live** — a real `image t2i` on denon82 failed at the wire [`batchGenerateImages` HTTP 400 → `WireFormatError`] and the record-on-catch funnel wrote the **first-ever `failed` row** into the production catalog [`error_type=wire-format`, redacted `error_detail`, browsable via `gflow data list errors`], **$0**; the remaining paid paths [video/chain/batch/movie/worker] are funnel-regression-tested, not force-failed live [would cost credits], and the status-aware `succeeded=false` video-poll fix is unit-locked — recorded, not omitted). Prior: [v0.38.1](LIVE_VERIFICATION_v0.38.1.md) (**#338 agentic-pin recovery proven live ON the pinned account** — run 1 caught the composer-render race the unit suite could not [`ensure_media_incomplete` +115 ms, toggle never reached]; the readiness-wait fix landed and run 2 recovered classic on denon82 after ~2h of pin [`ui_driver.bound mode=classic`, real 768×1376 JPEG, exact prompt adherence]; reload branch unit-locked, live trigger not observed this cycle — recorded, not omitted). Prior: [v0.38.0](LIVE_VERIFICATION_v0.38.0.md) (**#332 mode control + #314 i2i ref dedup proven live e2e** — `image t2i --ui-mode classic` recovered agentic→classic in a real run [`ui_mode.attempt_exit_agent` → full classic chain, 1376×768 JPEG]; two identical `image i2i` runs proved the dedup contract [run 1: picker miss → `image_uploaded`; run 2: `reference_deduped_by_filename`, ZERO uploads]; `video t2v` veo-fast [`MEDIA_GENERATION_STATUS_SUCCESSFUL`, 15.2 MB `ftyp` mp4]; autopilot #333 recorded deferred-with-reason [hermes-ops deployment staged separately]). Prior: [v0.37.0](LIVE_VERIFICATION_v0.37.0.md) (**viewport 1920×1080 + agentic count enforcement + FIPS-safe SAPISIDHASH proven live e2e** — `image t2i` [classic cohort, real 1376×768 JPEG] and `video t2v` veo-fast [`MEDIA_GENERATION_STATUS_SUCCESSFUL`, 11.5 MB `ftyp` mp4] both succeeded end-to-end at the new 1920×1080 viewport with every selector resolving [no drift]; SAPISIDHASH digest verified byte-identical [FIPS-safe `usedforsecurity=False`], auth unchanged). Prior: [v0.36.0](LIVE_VERIFICATION_v0.36.0.md) (**#316 diagnostic tooling live-verified against real Flow traffic** — `GFLOW_CLI_HAR_PATH` captured a real 54-entry HAR [real Flow domains, 34× 200s, and a genuine 401 the tool exists to diagnose]; `GFLOW_CLI_DEBUG_TRACEBACK`'s typed-error scoping confirmed live [console output identical with/without the flag on a `GFlowError`]; unhandled-path behavior covered by 6 new tests (30 total across both files) + SDD task review; #312 reference-entity-smuggling fix covered by its own dedicated e2e test). Prior: [v0.35.0](LIVE_VERIFICATION_v0.35.0.md) (**#305-follow-up multimodal reverse-engineering & storyboard tool proven live e2e** — `gflow tools run storyboard` successfully deconstructed a cyberpunk scene into a cohesive 4-panel sequence; `reverse-engineer` tool extracts frames from video streams/URLs using `claude-video`'s `watch.py` and produces structured prompt components using Gemini multimodal models; dynamic token budgeting and strict Pyright types verified via test suite). Prior: [v0.34.0](LIVE_VERIFICATION_v0.34.0.md) (**#299 `--ui-mode` gate proven live, ZERO credits** — drove `get_ui_driver` directly over 4 real editor loads, never generated: bidirectional switch works [classic→agentic via `_force_agent_mode`, agentic→classic via `_exit_agent_mode`, each DOM-reverified], `agentic`-when-already-agentic is idempotent, and a timed-out toggle → **exit-28 fail-fast before submission**; deprecation behavior-change [`prefer_classic`→exit 28] confirmed). Prior: [v0.33.0](LIVE_VERIFICATION_v0.33.0.md) (**#287-follow-up picker fix proven live on the original repro** — the v0.32.1-failing `i2v <uuid> --project <crowded>` command now exits 0 with a real 3.0 MB `ftyp` mp4, `frame_ref_attached` + `video_saved`, zero uploads; **#241 jitter live-verified on both paths** — flag `--jitter 4-6` → `batch_jitter_sleep seconds=4.98`, and the new 0.5–1.5 s default → `seconds=1.47`, each firing exactly once between two t2i submissions; environment note: the denon82 cohort is now natively agentic and round-2 generations hit the pre-existing #281 `MediaAttributionError`, not a regression). Prior: [v0.32.1](LIVE_VERIFICATION_v0.32.1.md) (**#293 teardown fix live-verified credit-free** — error-path aborts leave ZERO chrome.exe holding the profile [3× leak reproduced pre-fix same day]; force-close fallback + ProfileLockedError translation unit-pinned; #283 wave logic fixes mock-verified to exact call counts). Prior: [v0.32.0](LIVE_VERIFICATION_v0.32.0.md) (**#287 UUID i2v frames proven live e2e** — an in-project asset selected by media UUID in the frame-slot dialog [frame_ref_attached, startImage bound on the wire, ZERO upload events] produced a real 720×1280 interpolation, resolving the #237 negative prior; foreign UUID → exit 9 pre-generation with screenshot; **#288 duration fail-fast proven live** — exit 23 pre-submit saved a 10-credit generation, and the debug screenshot confirmed the duration control is ABSENT from the cohort's settings popover [locale hypothesis refuted]; upload-400 exit-27 repro deferred-with-reason — the original rejected JPEG no longer exists). Prior: [v0.31.0](LIVE_VERIFICATION_v0.31.0.md) (**#281 wrong-media defenses live-verified in BOTH directions, credit-free** — correct attribution downloads with real wire metadata [seed, 768×1376]; the incident-class lazy-render ambiguity reproduced live and hard-stopped with `MediaAttributionError` exit 26 naming every candidate UUID, no file written; **#282 two-UUID-ref i2i proven e2e** — both freshly generated portrait UUIDs picker-selected into one scene with both canonical identities visually transferred). Prior: [v0.30.0](LIVE_VERIFICATION_v0.30.0.md) (**agentic-cohort image path + both fixes live-verified credit-free** — native 768×1376 stills, i2i-chain + canonical-ref identity hold; the character-create `DataIntegrityError` and the `prefer_classic` WARNING were observed live then fixed [recorder idempotent + INFO log]; MCP video-param feature deferred-with-reason on Veo credits, per the stills-only goal). Prior: [v0.29.0](LIVE_VERIFICATION_v0.29.0.md) (**persistent `gflow instructions` CRUD proven live e2e GREEN, credit-free** — 11-command sequence on a fresh project: add incl. `--ref <image-UUID>` attach, list/enable/disable, master toggle both ways, TOML `apply` destructive full-sync with `enabled=false` honored, `rm` with server card-id preserved across mutations; movie brief-sync code-path-verified via the same primitives, deferred-with-reason on credits; MCP `gflow_instructions_*` tools are thin adapters over the live-verified primitives). Prior: [v0.28.0](LIVE_VERIFICATION_v0.28.0.md) (**agent instructions `-i` now steer agentic generation — crayon e2e GREEN**: a style-neutral prompt + an enabled "crayon" card produced an unmistakable crayon drawing through the real transport; root causes were conversational phrasing + the `project_brief.enabled` master switch). Prior: [v0.27.1](LIVE_VERIFICATION_v0.27.1.md) (**v0.27.0 release follow-up fixes and documentation sync**). Prior: [v0.27.0](LIVE_VERIFICATION_v0.27.0.md) (**`[style]` block with named variants + prompt-aware resume — credit-free CLI verification**: real `movie run --dry-run` 3-way ledger proving resolved-style display, `skip (done)` on matching `style_hash`, and `re-run (style changed)` after a style edit; composition is local, wire path untouched, so no Veo credits spent — first credited styled run will confirm visually). Prior: [v0.26.0](LIVE_VERIFICATION_v0.26.0.md) (**image i2i by generated-image UUID proven live e2e GREEN** — the existing asset is *selected in place* by its media UUID, no duplicate upload, producing an i2i output that references it; plus generated-image `display_name` capture, credited @C1ph3r404). Prior: [v0.25.0](LIVE_VERIFICATION_v0.25.0.md) (**#237 remote-UUID i2v proven live e2e GREEN** — a real 8s 720×1280 interpolation from a generated image's UUID, after the picker-search attach was reworked to local upload; #240 home-`.env` matrix live; plus two silent-failure guards root-caused live: video-as-image download rejection and rejected-upload fail-loud). Prior: [v0.24.0](LIVE_VERIFICATION_v0.24.0.md) (--project parity across CLI + MCP — automated coverage; live gen auth-gated). Prior: [v0.23.0](LIVE_VERIFICATION_v0.23.0.md) (MCP generation wiring proven live end-to-end — tool→worker→real Flow REST→structured-error translation; final image-write blocked by an expired session, environmental. #222 macOS fix reporter-verified e2e on Apple Silicon). Prior: [v0.22.0](LIVE_VERIFICATION_v0.22.0.md) (Tools framework — automated/CI coverage complete; credit/key-gated live feature run is a pending owner gate, see the doc) · [v0.21.0](LIVE_VERIFICATION_v0.21.0.md) (MCP server over stdio + HTTP/SSE — credit-free protocol handshake; 4 tools / 2 prompts / 3 resources confirmed on stdout) · [v0.20.1](LIVE_VERIFICATION_v0.20.1.md) · [v0.20.0](LIVE_VERIFICATION_v0.20.0.md) · [v0.19.0](LIVE_VERIFICATION_v0.19.0.md) · [v0.18.0](LIVE_VERIFICATION_v0.18.0.md) · [v0.17.0](LIVE_VERIFICATION_v0.17.0.md) · [v0.16.0](LIVE_VERIFICATION_v0.16.0.md) · [v0.13.0](LIVE_VERIFICATION_v0.13.0.md) · [v0.12.0](LIVE_VERIFICATION_v0.12.0.md) · [v0.11.0](LIVE_VERIFICATION_v0.11.0.md) · [v0.10.0](LIVE_VERIFICATION_v0.10.0.md) · [v0.9.1](LIVE_VERIFICATION_v0.9.1.md) · [v0.9.0](LIVE_VERIFICATION_v0.9.0.md) · [v0.8.1](LIVE_VERIFICATION_v0.8.1.md) · [v0.7.0](LIVE_VERIFICATION_v0.7.0.md)
|
|
138
|
+
**What was actually live-verified for the latest release?** → latest: [LIVE_VERIFICATION_v0.46.0](LIVE_VERIFICATION_v0.46.0.md) (**#387 provider-agnostic prompt-tools transport live-verified 2026-07-28, ZERO credits** — a four-probe capability spike passed 4/4 against BOTH a non-Google gateway and Google's OpenAI-compat endpoint, including a *semantic* multimodal check [a generated solid-red JPEG round-tripped and the model answered 'Red'], which is what proved the native Gemini `inlineData` path could be deleted outright rather than kept as a fallback; the real CLI then returned `was_expanded: true` on gateway/gateway-no-model/Google-default, emitted the loud one-time notice + no-op for the removed `GFLOW_CLI_GEMINI_API_KEY`, and made NO network call when unconfigured. Live verification caught two defects a fully green 2849-test offline suite missed: Google's compat endpoint has no server-side default model [`400 "model is not specified"`, silently no-oping the DEFAULT configuration], and the first redirect guard did not actually work because `build_opener()` installs its default handlers regardless of arguments, so `Authorization` would still have been replayed cross-host. `/code-review high` is recorded as NOT run — it is user-triggered only). Prior: [v0.45.0](LIVE_VERIFICATION_v0.45.0.md) (**#393 UUID `--ref` binding + #395 character-entity binding live-verified 2026-07-27/28** — a controlled A/B on identical input flipped `--ref` from exit 9 to exit 0 via the catalog-backed upload fallback, with the anti-silence guard [an unbindable ref aborts non-zero and writes no image] pinned by a live e2e; picker DOM + HAR showed Flow indexes a short auto-caption, NOT the prompt, so a prompt-derived search hint was dropped rather than shipped on assumption; a CDP spike against Flow's own character flow then captured the `entityContext` contract that gflow's generations were missing, root-causing #395 to two gflow defects [overlay dismissal Escaping Flow's own composer, and a character-route bounce that sent the prompt to the project composer] — both fixed, both character e2e tests now pass live, including `--format-prompt` [#383], with a read-back confirming the character carries its name and `thumbnail_media_id`). Prior: [v0.44.0](LIVE_VERIFICATION_v0.44.0.md) (**#381 dual-side project management & Playwright Chromium transport live-verified 2026-07-26** — real-editor project creation + rename tRPC server/DOM sync, prompt slugging, `gflow project` subcommand family, HTTP 429 adaptive backoff, and full E2E test suite). Prior: [v0.43.0](LIVE_VERIFICATION_v0.43.0.md) (**private incident diagnostics live-verified 2026-07-23, 1 Veo credit**). Prior: [v0.42.0](LIVE_VERIFICATION_v0.42.0.md) (**#361 production-readiness live-gaps confirmed live 2026-07-21, 1 Veo credit** — a real `veo-lite` t2v through the worker path persisted a real `remote_started` checkpoint [observer→checkpoint→DB chain confirmed], crash-recovery classified the task `indeterminate` without resubmitting, and mid-launch cancellation released the `ProfileLease` credit-free; full evidence in [v0.40.0-production-readiness § "2026-07-21 live follow-up"](LIVE_VERIFICATION_v0.40.0-production-readiness.md#2026-07-21-live-follow-up-0420-cycle); #359 content-safety `400`→`ContentPolicyError` classification is unit-covered, not live-triggered [would require a deliberate policy violation]; #360/#362 are docs-only, verified by the documentation gates). Prior: [v0.41.0](LIVE_VERIFICATION_v0.41.0.md) (**#357 production-readiness hardening — stale-session fail-fast, free image gen, paid veo-lite T2V all proven live**). Prior: [v0.40.0](LIVE_VERIFICATION_v0.40.0.md) (**#344 `@`-mention asset-tagging resolution proven live e2e, ~2 Imagen credits** — `gflow character create` staged a real taggable character [bound reference images, `has_reference_images` guard], the e2e test's documented propagation wait cleared Flow's `projectInitialData` lag, and `gflow image t2i "@Zoro …"` passed with returncode 0, a real generated image, and the correctly de-tagged prompt in the catalog — no code changes needed, `resolve_and_apply` as merged in #344 already works end-to-end; pre-existing unrelated issue #174 [Flow media-library A/B flake] can still intermittently block generation regardless of this feature — recorded, not omitted). Prior: [v0.39.0](LIVE_VERIFICATION_v0.39.0.md) (**#341 failed-generation persistence proven live** — a real `image t2i` on denon82 failed at the wire [`batchGenerateImages` HTTP 400 → `WireFormatError`] and the record-on-catch funnel wrote the **first-ever `failed` row** into the production catalog [`error_type=wire-format`, redacted `error_detail`, browsable via `gflow data list errors`], **$0**; the remaining paid paths [video/chain/batch/movie/worker] are funnel-regression-tested, not force-failed live [would cost credits], and the status-aware `succeeded=false` video-poll fix is unit-locked — recorded, not omitted). Prior: [v0.38.1](LIVE_VERIFICATION_v0.38.1.md) (**#338 agentic-pin recovery proven live ON the pinned account** — run 1 caught the composer-render race the unit suite could not [`ensure_media_incomplete` +115 ms, toggle never reached]; the readiness-wait fix landed and run 2 recovered classic on denon82 after ~2h of pin [`ui_driver.bound mode=classic`, real 768×1376 JPEG, exact prompt adherence]; reload branch unit-locked, live trigger not observed this cycle — recorded, not omitted). Prior: [v0.38.0](LIVE_VERIFICATION_v0.38.0.md) (**#332 mode control + #314 i2i ref dedup proven live e2e** — `image t2i --ui-mode classic` recovered agentic→classic in a real run [`ui_mode.attempt_exit_agent` → full classic chain, 1376×768 JPEG]; two identical `image i2i` runs proved the dedup contract [run 1: picker miss → `image_uploaded`; run 2: `reference_deduped_by_filename`, ZERO uploads]; `video t2v` veo-fast [`MEDIA_GENERATION_STATUS_SUCCESSFUL`, 15.2 MB `ftyp` mp4]; autopilot #333 recorded deferred-with-reason [hermes-ops deployment staged separately]). Prior: [v0.37.0](LIVE_VERIFICATION_v0.37.0.md) (**viewport 1920×1080 + agentic count enforcement + FIPS-safe SAPISIDHASH proven live e2e** — `image t2i` [classic cohort, real 1376×768 JPEG] and `video t2v` veo-fast [`MEDIA_GENERATION_STATUS_SUCCESSFUL`, 11.5 MB `ftyp` mp4] both succeeded end-to-end at the new 1920×1080 viewport with every selector resolving [no drift]; SAPISIDHASH digest verified byte-identical [FIPS-safe `usedforsecurity=False`], auth unchanged). Prior: [v0.36.0](LIVE_VERIFICATION_v0.36.0.md) (**#316 diagnostic tooling live-verified against real Flow traffic** — `GFLOW_CLI_HAR_PATH` captured a real 54-entry HAR [real Flow domains, 34× 200s, and a genuine 401 the tool exists to diagnose]; `GFLOW_CLI_DEBUG_TRACEBACK`'s typed-error scoping confirmed live [console output identical with/without the flag on a `GFlowError`]; unhandled-path behavior covered by 6 new tests (30 total across both files) + SDD task review; #312 reference-entity-smuggling fix covered by its own dedicated e2e test). Prior: [v0.35.0](LIVE_VERIFICATION_v0.35.0.md) (**#305-follow-up multimodal reverse-engineering & storyboard tool proven live e2e** — `gflow tools run storyboard` successfully deconstructed a cyberpunk scene into a cohesive 4-panel sequence; `reverse-engineer` tool extracts frames from video streams/URLs using `claude-video`'s `watch.py` and produces structured prompt components using Gemini multimodal models; dynamic token budgeting and strict Pyright types verified via test suite). Prior: [v0.34.0](LIVE_VERIFICATION_v0.34.0.md) (**#299 `--ui-mode` gate proven live, ZERO credits** — drove `get_ui_driver` directly over 4 real editor loads, never generated: bidirectional switch works [classic→agentic via `_force_agent_mode`, agentic→classic via `_exit_agent_mode`, each DOM-reverified], `agentic`-when-already-agentic is idempotent, and a timed-out toggle → **exit-28 fail-fast before submission**; deprecation behavior-change [`prefer_classic`→exit 28] confirmed). Prior: [v0.33.0](LIVE_VERIFICATION_v0.33.0.md) (**#287-follow-up picker fix proven live on the original repro** — the v0.32.1-failing `i2v <uuid> --project <crowded>` command now exits 0 with a real 3.0 MB `ftyp` mp4, `frame_ref_attached` + `video_saved`, zero uploads; **#241 jitter live-verified on both paths** — flag `--jitter 4-6` → `batch_jitter_sleep seconds=4.98`, and the new 0.5–1.5 s default → `seconds=1.47`, each firing exactly once between two t2i submissions; environment note: the denon82 cohort is now natively agentic and round-2 generations hit the pre-existing #281 `MediaAttributionError`, not a regression). Prior: [v0.32.1](LIVE_VERIFICATION_v0.32.1.md) (**#293 teardown fix live-verified credit-free** — error-path aborts leave ZERO chrome.exe holding the profile [3× leak reproduced pre-fix same day]; force-close fallback + ProfileLockedError translation unit-pinned; #283 wave logic fixes mock-verified to exact call counts). Prior: [v0.32.0](LIVE_VERIFICATION_v0.32.0.md) (**#287 UUID i2v frames proven live e2e** — an in-project asset selected by media UUID in the frame-slot dialog [frame_ref_attached, startImage bound on the wire, ZERO upload events] produced a real 720×1280 interpolation, resolving the #237 negative prior; foreign UUID → exit 9 pre-generation with screenshot; **#288 duration fail-fast proven live** — exit 23 pre-submit saved a 10-credit generation, and the debug screenshot confirmed the duration control is ABSENT from the cohort's settings popover [locale hypothesis refuted]; upload-400 exit-27 repro deferred-with-reason — the original rejected JPEG no longer exists). Prior: [v0.31.0](LIVE_VERIFICATION_v0.31.0.md) (**#281 wrong-media defenses live-verified in BOTH directions, credit-free** — correct attribution downloads with real wire metadata [seed, 768×1376]; the incident-class lazy-render ambiguity reproduced live and hard-stopped with `MediaAttributionError` exit 26 naming every candidate UUID, no file written; **#282 two-UUID-ref i2i proven e2e** — both freshly generated portrait UUIDs picker-selected into one scene with both canonical identities visually transferred). Prior: [v0.30.0](LIVE_VERIFICATION_v0.30.0.md) (**agentic-cohort image path + both fixes live-verified credit-free** — native 768×1376 stills, i2i-chain + canonical-ref identity hold; the character-create `DataIntegrityError` and the `prefer_classic` WARNING were observed live then fixed [recorder idempotent + INFO log]; MCP video-param feature deferred-with-reason on Veo credits, per the stills-only goal). Prior: [v0.29.0](LIVE_VERIFICATION_v0.29.0.md) (**persistent `gflow instructions` CRUD proven live e2e GREEN, credit-free** — 11-command sequence on a fresh project: add incl. `--ref <image-UUID>` attach, list/enable/disable, master toggle both ways, TOML `apply` destructive full-sync with `enabled=false` honored, `rm` with server card-id preserved across mutations; movie brief-sync code-path-verified via the same primitives, deferred-with-reason on credits; MCP `gflow_instructions_*` tools are thin adapters over the live-verified primitives). Prior: [v0.28.0](LIVE_VERIFICATION_v0.28.0.md) (**agent instructions `-i` now steer agentic generation — crayon e2e GREEN**: a style-neutral prompt + an enabled "crayon" card produced an unmistakable crayon drawing through the real transport; root causes were conversational phrasing + the `project_brief.enabled` master switch). Prior: [v0.27.1](LIVE_VERIFICATION_v0.27.1.md) (**v0.27.0 release follow-up fixes and documentation sync**). Prior: [v0.27.0](LIVE_VERIFICATION_v0.27.0.md) (**`[style]` block with named variants + prompt-aware resume — credit-free CLI verification**: real `movie run --dry-run` 3-way ledger proving resolved-style display, `skip (done)` on matching `style_hash`, and `re-run (style changed)` after a style edit; composition is local, wire path untouched, so no Veo credits spent — first credited styled run will confirm visually). Prior: [v0.26.0](LIVE_VERIFICATION_v0.26.0.md) (**image i2i by generated-image UUID proven live e2e GREEN** — the existing asset is *selected in place* by its media UUID, no duplicate upload, producing an i2i output that references it; plus generated-image `display_name` capture, credited @C1ph3r404). Prior: [v0.25.0](LIVE_VERIFICATION_v0.25.0.md) (**#237 remote-UUID i2v proven live e2e GREEN** — a real 8s 720×1280 interpolation from a generated image's UUID, after the picker-search attach was reworked to local upload; #240 home-`.env` matrix live; plus two silent-failure guards root-caused live: video-as-image download rejection and rejected-upload fail-loud). Prior: [v0.24.0](LIVE_VERIFICATION_v0.24.0.md) (--project parity across CLI + MCP — automated coverage; live gen auth-gated). Prior: [v0.23.0](LIVE_VERIFICATION_v0.23.0.md) (MCP generation wiring proven live end-to-end — tool→worker→real Flow REST→structured-error translation; final image-write blocked by an expired session, environmental. #222 macOS fix reporter-verified e2e on Apple Silicon). Prior: [v0.22.0](LIVE_VERIFICATION_v0.22.0.md) (Tools framework — automated/CI coverage complete; credit/key-gated live feature run is a pending owner gate, see the doc) · [v0.21.0](LIVE_VERIFICATION_v0.21.0.md) (MCP server over stdio + HTTP/SSE — credit-free protocol handshake; 4 tools / 2 prompts / 3 resources confirmed on stdout) · [v0.20.1](LIVE_VERIFICATION_v0.20.1.md) · [v0.20.0](LIVE_VERIFICATION_v0.20.0.md) · [v0.19.0](LIVE_VERIFICATION_v0.19.0.md) · [v0.18.0](LIVE_VERIFICATION_v0.18.0.md) · [v0.17.0](LIVE_VERIFICATION_v0.17.0.md) · [v0.16.0](LIVE_VERIFICATION_v0.16.0.md) · [v0.13.0](LIVE_VERIFICATION_v0.13.0.md) · [v0.12.0](LIVE_VERIFICATION_v0.12.0.md) · [v0.11.0](LIVE_VERIFICATION_v0.11.0.md) · [v0.10.0](LIVE_VERIFICATION_v0.10.0.md) · [v0.9.1](LIVE_VERIFICATION_v0.9.1.md) · [v0.9.0](LIVE_VERIFICATION_v0.9.0.md) · [v0.8.1](LIVE_VERIFICATION_v0.8.1.md) · [v0.7.0](LIVE_VERIFICATION_v0.7.0.md)
|
|
137
139
|
**"Where is the reverse-engineered wire protocol for a feature?"** → the `*_RECON.md` design docs: [CHARACTER_RECON](CHARACTER_RECON.md) (Flow character entity protocol), [IMAGE_UPSCALE_RECON](IMAGE_UPSCALE_RECON.md) (`/v1/flow/upsampleImage` wire). Naming convention: one `<FEATURE>_RECON.md` per reverse-engineered surface, kept as the durable spec after the feature ships. Pre-capture research recons: [ASSET_TAGGING_RECON](ASSET_TAGGING_RECON.md) (`@`-mention asset tagging — shipped in v0.40.0, see [LIVE_VERIFICATION_v0.40.0](LIVE_VERIFICATION_v0.40.0.md)).
|
|
138
140
|
**"What was live-verified for the data layer (PR #58)?"** → [LIVE_VERIFICATION_data_layer](LIVE_VERIFICATION_data_layer.md) — 1 Imagen + 1 Veo credit on denon82, 6-layer ledger (file + magic + Pillow + DB rows + CLI round-trip + structlog)
|
|
139
141
|
**"What was live-verified for the video-download feature (#29)?"** → [LIVE_VERIFICATION_video_download](LIVE_VERIFICATION_video_download.md)
|