feat: add Linux support and fix detached script launcher for dashboard - #9
Open
Sittichai9680 wants to merge 2 commits into
Open
feat: add Linux support and fix detached script launcher for dashboard#9Sittichai9680 wants to merge 2 commits into
Sittichai9680 wants to merge 2 commits into
Conversation
added 2 commits
July 24, 2026 07:58
…atus_output, host detection)
Replace subprocess.run with nohup + start_new_session for the Linux status runner so long-lived processes don't block the dashboard. Added launch_runner to profile mapping and use it when available.
alptekinkekilli
pushed a commit
to alptekinkekilli/Auto-Company
that referenced
this pull request
Jul 24, 2026
5-cycle framework-gated experiment (107-111, coverage met) showed candidates die overwhelmingly at native/platform substitute + two-sided/trust cold-start, before economics (0 ECONOMIC PASS). Verdict: bottleneck is the opportunity space, not the margin math. Reviewed by 2 in-house adversarial passes + a high model (REVISE->final). - PROMPT.md: new SEARCH REGIME block (single source of truth) — generation prior (buyer already pays a human), bias axes (observable budget, accretive asset the work builds, price tolerance, existing paid-rail channel, repeat=tie-breaker), early substitute/cold-start kill before deep research, kill-reason-specific falsifiable wedge gate (channel/budget can't override substitute dominance), and a Strategic search prior toward asset-bootstrapping productized services. - CLAUDE.md: Decision Principle MaxMiksa#9 (pointer). Framework: madde 11 (pointer). - Governs newly-proposed axes only; never retro-kills MaxMiksa#4/MaxMiksa#12; WTP HARD STOP intact. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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\n\n- Linux dashboard support: added
scripts/linux/status-linux.shand parsing logic indashboard/server.pyto detect and run on Linux hosts.\n- Detach long-running scripts: use detached nohup launcher to preventTimeoutExpired(120s) on Linux when status scripts run > 2 minutes.\n\nFixes 120s TimeoutExpired on Linux by detaching status script execution.\nAdds native Linux host detection viastatus-linux.sh.