Conversation
Add non-counted strategy dispatcher/runners, memory packet bridge, strategy mode UI, strategy ablation docs, validators, and Android emulator QA evidence.
P6.0-P6.2 runtime benchmark contract scaffold
P6.3 Android phone-use runtime lane
docs: record v0.1.76 release evidence
security: harden public mobile release credentials
docs: record v0.1.77 release evidence
feat: activate verified MobileCore Omni runtime
…ction-link feat: fail closed on MobileCore background restriction
release: MobileCode v0.1.78 background-safe MobileCore linkage
ci: distinguish System UI ANR from MobileCode failure
Harden MobileCore v2 model switching
Record v0.1.78 published verification
ci: close v0.1.78 release races
Pin final v0.1.78 asset evidence
docs: record v0.1.78 iOS build evidence
test: make physical MobileCore QA fail closed
docs: record fail-closed dual-app regression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR promotes the Mobile Harness strategy layer to release-readiness for non-counted app-side dry traces.
It is non-counted strategy release-readiness, not a formal benchmark result. All dry trace outputs remain gated with
counts_as_experiment=false/ non-counted status, and real provider/tool/device callback promotion remains blocked until explicit evidence requirements are met.What Changed
StrategyDispatcherstrategy_runners.dartmemory_packet_service.dartStrategyModeCardto the Home Tools page for:Android Emulator QA
Android emulator QA passed for the latest release APK.
docs/mobile-harness-benchmark/strategy-ablation/evidence/android-strategy-qa-20260620/apk-sha256.txt.install.txtrecordsSuccess.launch.txtrecordsStatus: okforcom.mobilecode.app/.MainActivity.FATAL EXCEPTION,E/flutter,ANR, orMissingPluginException.CI / Local Verification
flutter test test/services/ test/widgets/strategy_mode_card_test.dart: 307 passedflutter analyze lib/widgets/strategy_mode_card.dart: No issues foundpython3 -m py_compile scripts/run_mobile_harness_strategy_ablation.py scripts/validate_mobile_harness_strategy_ablation.py scripts/generate_mobile_harness_strategy_callback_pilot.py: passedr1-scaffoldandp4c-callback-pilot: passedgit diff --check: passed200Review Focus
Please focus review on:
mobile_agent/lib/services/strategy_dispatcher.dartmobile_agent/lib/services/strategy_runners.dartmobile_agent/lib/services/memory_packet_service.dartmobile_agent/lib/widgets/strategy_mode_card.dartdocs/mobile-harness-benchmark/strategy-ablation/release-readiness-2026-06-20.mddocs/mobile-harness-benchmark/strategy-ablation/evidence/android-strategy-qa-20260620/Merge Checklist
Before merge, confirm:
.envvalues are included.counts_as_experiment=falseand non-counted strategy boundaries are preserved.experimental_strategy_disabledunless explicitly enabled in a later phase.After Merge
After merge, release/tag or GitHub Pages/README link updates should be handled as a separate release step.
Not Included
The local worktree still contains unrelated dirty/untracked work that is intentionally not included here, including local model runtime work, architecture assets, zip review packs, and snake workspace files.