[GH#584] Fix MVP runtime blockers #27

Open
Max wants to merge 2 commits from codex/mvp-runtime-blockers into main
Owner

Migrated from GitHub PR #584

Summary

  • Apply StrategyRateHz to actual runtime strategy evaluation with critical bypasses and diagnostics for dropped strategy frames.
  • Wire RaceBehavior pit/fuel thresholds into the strategy evaluator and make missing or reset fuel data non-aggressive.
  • Keep storage write volume bounded by recording strategy state only on actual strategy evaluations and covering default SQLite sampling.
  • Replace the Settings placeholder with the real settings form, embed built web assets, and harden overlay layout persistence against local concurrent reads/writes.

Verification

  • go test ./...
  • npm run build
  • wails build

Closes

Closes #548
Closes #549
Closes #550
Closes #561

Migrated from [GitHub PR #584](https://github.com/Bio1988/strategy-desktop/pull/584) ## Summary - Apply `StrategyRateHz` to actual runtime strategy evaluation with critical bypasses and diagnostics for dropped strategy frames. - Wire RaceBehavior pit/fuel thresholds into the strategy evaluator and make missing or reset fuel data non-aggressive. - Keep storage write volume bounded by recording strategy state only on actual strategy evaluations and covering default SQLite sampling. - Replace the Settings placeholder with the real settings form, embed built web assets, and harden overlay layout persistence against local concurrent reads/writes. ## Verification - `go test ./...` - `npm run build` - `wails build` ## Closes Closes #548 Closes #549 Closes #550 Closes #561
Align TeamManager connector endpoints
Some checks failed
04-ci / Select Windows runner (pull_request) Has been cancelled
04-ci / Lint & Static Analysis (pull_request) Has been cancelled
04-ci / Security Scan (pull_request) Has been cancelled
04-ci / Test (race detection) (pull_request) Has been cancelled
04-ci / Build Windows (smoke test) (pull_request) Has been cancelled
c73a2bd9fd
Some checks failed
04-ci / Select Windows runner (pull_request) Has been cancelled
04-ci / Lint & Static Analysis (pull_request) Has been cancelled
04-ci / Security Scan (pull_request) Has been cancelled
04-ci / Test (race detection) (pull_request) Has been cancelled
04-ci / Build Windows (smoke test) (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin codex/mvp-runtime-blockers:codex/mvp-runtime-blockers
git switch codex/mvp-runtime-blockers

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff codex/mvp-runtime-blockers
git switch codex/mvp-runtime-blockers
git rebase main
git switch main
git merge --ff-only codex/mvp-runtime-blockers
git switch codex/mvp-runtime-blockers
git rebase main
git switch main
git merge --no-ff codex/mvp-runtime-blockers
git switch main
git merge --squash codex/mvp-runtime-blockers
git switch main
git merge --ff-only codex/mvp-runtime-blockers
git switch main
git merge codex/mvp-runtime-blockers
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Max/strategy-desktop!27
No description provided.