P2.
New editor panel that wraps git/gh to drive developer-initiated releases without leaving the editor — the "CI-trigger surface" half of the epic.
Scope:
- Tag-and-push: bump from
project.ini, create annotated tag, push (triggers tag-driven CI)
workflow_dispatch trigger for ad-hoc builds
- Run watch: poll
gh run list/view, stream status + conclusion, surface artifact download links on success
- PATH-detect
gh + auth check; one-click hint if missing/unauthenticated
All shell-outs go through the #46 spawn wrapper. Companion to #44 (ShippingV1 release pipeline).
Depends on #46 (spawn), #10 workflow refactor (#... S10 — scaffolded scripts so local/CI/editor agree). Parent: #45.
P2.
New editor panel that wraps
git/ghto drive developer-initiated releases without leaving the editor — the "CI-trigger surface" half of the epic.Scope:
project.ini, create annotated tag, push (triggers tag-driven CI)workflow_dispatchtrigger for ad-hoc buildsgh run list/view, stream status + conclusion, surface artifact download links on successgh+ auth check; one-click hint if missing/unauthenticatedAll shell-outs go through the #46 spawn wrapper. Companion to #44 (ShippingV1 release pipeline).
Depends on #46 (spawn), #10 workflow refactor (#... S10 — scaffolded scripts so local/CI/editor agree). Parent: #45.