fix(windows): merge startup and recovery hardening - #38
Merged
Conversation
Integrate the safe portions of the Windows Web/ACP and Doctor recovery work while keeping hot paths bounded. Preserve the mini front-door model, make prewarming explicit, bound failed startup waits, use lock-aware repair, and avoid repeated PowerShell polling for adopted teammates. Regenerate all release artifacts from the merged sources. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Let standalone bootstrap diagnostics use the current managed Python when a source checkout has no local .venv, matching CI and packaged installations while still verifying the Argus Core import. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…tabilization-argus # Conflicts: # argus_doctor.py # argus_skill/agent_cli/runner_backend.py # argus_skill/apps/cli/_core.py # argus_skill/apps/cli/_parser.py # argus_skill/core/runtime_env.py # argus_skill/daemon/_life_worker_boot.py # argus_skill/release_manifest.json # argus_skill/team/curator.py # argus_skill/team/task_board.py # argus_skill/tools/subagent/_experiment_preflight.py # argus_skill/tools/subagent/_registry.py # desktop/src/renderer/main.ts # frontend/core/src/release.generated.ts # frontend/tui/bundle/argus.mjs # frontend/web/dist/assets/ResearchWorkbenchPanel-BOPEGTC6.js # frontend/web/dist/assets/ResearchWorkbenchPanel-B_S8_hIy.js # frontend/web/dist/assets/ResearchWorkbenchPanel-D0ioPsHb.js # frontend/web/dist/assets/index-DYvAJ_cb.js # frontend/web/dist/assets/pdf-3Hzpt9_8.js # frontend/web/dist/assets/pdf-CTB8ZGev.js # frontend/web/dist/assets/pdf-Dzq_asqX.js # frontend/web/dist/index.html # tests/apps/test_cli_parser.py # tests/core/test_runtime_env.py # tests/test_bootstrap_doctor.py # tests/test_doctor.py
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
mainbehavior, including DSH resolution, parent-exit handling, and prompt interruptionPerformance and safety decisions
gpt-5.4-minifor the default front-door classifier; only lower its reasoning effortValidation
argus_doctor.py: passedCloses #34
Closes #35