feat: add run-on-exe-dev repo-local skill #5

Merged
addison merged 4 commits from feat/run-on-exe-dev-skill into main 2026-07-03 06:42:56 -04:00
Collaborator

Adds a repo-local Shelley skill (skills/run-on-exe-dev/SKILL.md) documenting how to set up, build, and run Shed Ledger on a headless exe.dev VM:

  • apt packages needed (just, pkg-config, gcc, libgtk-4-dev, libwebkitgtk-6.0-dev, xvfb) — no nix required
  • the frontend-must-build-first gotcha (main.go embeds frontend/build)
  • running Wails dev mode under Xvfb in a tmux session, with readiness cues and the port 9245 URL

Also gitignores the shed-ledger binary that wails3 dev writes into the repo root.

Adds a repo-local Shelley skill (`skills/run-on-exe-dev/SKILL.md`) documenting how to set up, build, and run Shed Ledger on a headless exe.dev VM: - apt packages needed (`just`, `pkg-config`, `gcc`, `libgtk-4-dev`, `libwebkitgtk-6.0-dev`, `xvfb`) — no nix required - the frontend-must-build-first gotcha (`main.go` embeds `frontend/build`) - running Wails dev mode under Xvfb in a tmux session, with readiness cues and the port 9245 URL Also gitignores the `shed-ledger` binary that `wails3 dev` writes into the repo root.
Documents how to set up, build, and run the Wails app on a headless
exe.dev VM: apt deps, frontend-first build order, and running dev mode
under Xvfb in tmux. Also gitignores the dev-mode shed-ledger binary.

Co-authored-by: Shelley <[email protected]>
Add setup-debian, build-frontend, dev-headless, and dev-stop recipes so
agents and developers run one just command instead of raw apt/npm/tmux
incantations. Slim the run-on-exe-dev skill down to point at them.

Co-authored-by: Shelley <[email protected]>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kwila/shed-ledger!5
No description provided.