Bug Description
Aperant v2.8.0-beta.6 on Windows does not include the Python backend required for autonomous task execution. The app references runners/spec_runner.py, run.py, and requirements.txt extensively in the codebase (65+ references to autoBuildPath, 32+ to pythonPath, 7+ to spec_runner), but these files are not bundled with the installer.
Environment
- OS: Windows 11
- Aperant version: 2.8.0-beta.6
- Python: 3.14 installed at
C:\Python314\python.exe
- Claude CLI: installed and authenticated
- Git: installed
Steps to Reproduce
- Install Aperant v2.8.0-beta.6 on Windows
- Open Settings > Paths
- The "Aperant Path" field points to
resources/prompts (markdown templates, not the backend)
- Clear the field to trigger auto-detection
- Auto-detection fails - no
runners/spec_runner.py found anywhere
- Try to create a task → Error: "Auto-build source path not found"
Expected Behavior
The Python backend should be either:
- Bundled with the installer (as
extraResources/backend)
- Available in the GitHub repo with setup instructions
- Documented as a separate installation step
Actual Behavior
C:\Users\Alex\AppData\Local\Programs\aperant\resources\ contains only prompts/ (no backend/)
- GitHub repo
AndyMik90/Aperant (develop branch) has no apps/backend/ directory
- The old
AndyMik90/Auto-Claude repo structure had apps/backend/ but appears removed/restructured
- Features affected: Tasks, Changelog, Insights, Ideation, Roadmap
Additional Context
The package.json build config does not include a backend directory in extraResources. The electron.vite.config.ts and electron-builder config only bundle prompts/ and resources/. This suggests the backend was either removed during the Aperant rebrand or is hosted separately.
Bug Description
Aperant v2.8.0-beta.6 on Windows does not include the Python backend required for autonomous task execution. The app references
runners/spec_runner.py,run.py, andrequirements.txtextensively in the codebase (65+ references toautoBuildPath, 32+ topythonPath, 7+ tospec_runner), but these files are not bundled with the installer.Environment
C:\Python314\python.exeSteps to Reproduce
resources/prompts(markdown templates, not the backend)runners/spec_runner.pyfound anywhereExpected Behavior
The Python backend should be either:
extraResources/backend)Actual Behavior
C:\Users\Alex\AppData\Local\Programs\aperant\resources\contains onlyprompts/(nobackend/)AndyMik90/Aperant(develop branch) has noapps/backend/directoryAndyMik90/Auto-Clauderepo structure hadapps/backend/but appears removed/restructuredAdditional Context
The
package.jsonbuild config does not include abackenddirectory inextraResources. Theelectron.vite.config.tsandelectron-builderconfig only bundleprompts/andresources/. This suggests the backend was either removed during the Aperant rebrand or is hosted separately.