agent-integration cannot execute agent-preflight.sh on native Windows
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 423
- Forks
- 53
- Avg merge
- 20h 26m
- Merged PRs (30d)
- 310
Description
The unchanged-head integration gate uv run scripts/agent-integration.py --base origin/main fails before repository checks on native Windows. scripts/agent-ready.py:145 passes scripts/agent-preflight.sh directly to subprocess, which raises OSError: [WinError 193] %1 is not a valid Win32 application.\n\nThis is a protocol/checker portability defect, not a DFlash2 model defect. Owner: ENG-RELEASE-WINDOWS. A repair needs its own spec or an existing Windows-release spec ## Owed, a red-before subprocess test, green-after evidence, and fresh review. The checker must invoke an available shell explicitly or provide a Windows-native entry point without weakening any preflight assertion.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with uv run scripts/agent-integration.py --base origin/main and inspect scripts/agent-ready.py:145, where scripts/agent-preflight.sh is passed to subprocess. Check the existing Windows-release spec ## Owed requirements, then add the red-before subprocess test and verify green-after evidence without weakening preflight assertions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- operating-systems, testing-qa, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100