setup.sh skips agent self-name + session-pulse wiring on Windows (python3 not on git-bash PATH) #171
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptom — On the Windows host (git-bash),
agentic-os/setup.shprintsskipped agent self-name + session-pulse wiring (python3 not on PATH)andagentic_os.agent_composenever runs, becausepython3is absent from the git-bash PATH even though interpreters exist (C:\PythonNN\python.exe, chocolatey, uv-managed).uvitself is on PATH.This is the sibling-repo half of coilyco-bridge/agentic-os-kai#451, which fixed the same gap in
agentic-os-kai/setup.shby adding aresolve_pythonhelper that probespython3 -> python -> py -3 -> uv run --python 3.13 pythonand invokes scripts through$PYTHONinstead of the bare#!/usr/bin/env python3shebang.Fix idea — Port the same
resolve_pythonhelper intoagentic-os/setup.shand gate theinstall-agent-name.py/install-session-pulse.py/agent_composeblock on$PYTHONinstead ofcommand -v python3. Theagent_composestep needs PyYAML, so preferuv run --with pyyaml python -m agentic_os.agent_composewhen uv is present (mirroring the capability-pull step in agentic-os-kai), falling back to$PYTHONotherwise.See the agentic-os-kai fix commit for the helper shape.
Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.