<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Contributing :: Go Kure — Launcher</title><link>https://www.gokure.dev/launcher/dev/contributing/index.html</link><description>How to develop, test, and ship changes to launcher, plus the CI/CD workflows.</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.gokure.dev/launcher/dev/contributing/index.xml" rel="self" type="application/rss+xml"/><item><title>Development Guide</title><link>https://www.gokure.dev/launcher/dev/contributing/guide/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.gokure.dev/launcher/dev/contributing/guide/index.html</guid><description>Development Guide This guide covers development workflows and tooling for the Launcher project.
Quick Start # Get help with all available commands make help # Quick development cycle make check Prerequisites mise — tool version manager Go 1.26.2 (managed by mise) golangci-lint 2.10.1 (managed by mise) # Install mise, then: mise install Contributing Workflow The main branch is protected — all changes must go through pull requests.</description></item><item><title>GitHub Workflows</title><link>https://www.gokure.dev/launcher/dev/contributing/github-workflows/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.gokure.dev/launcher/dev/contributing/github-workflows/index.html</guid><description>GitHub Workflows Documentation This document provides an overview of all GitHub Actions workflows used in the launcher project.
Last Updated: 2026-06-02
Workflow Summary Workflow File Triggers Purpose CI ci.yml push, PR, merge_group, schedule, manual Testing, linting, building, cross-platform binaries Deploy Docs deploy-docs.yml push to main (docs paths), workflow_dispatch Multi-version docs deployment Release release.yml version tags Release with GoReleaser, SBOM, docs deploy Create Release release-create.yml workflow_dispatch Pre-release test gate + tag creation PR Review pr-review.yml pull_request Two-pass AI code review via claude-max-proxy Claude claude.yml PR/issue/comment events @claude AI assistant The last five workflows are thin callers that delegate to reusable workflows in go-kure/.github. See go-kure/.github AGENTS.md for their full documentation.</description></item></channel></rss>