Full CI/CD bootstrap, deploy scaffolding, diagnostics, and improved framework detection.
- kforge ci init — generate GitHub Actions and GitLab CI pipelines that install kforge, verify, build, and push
- kforge deploy init — scaffold docker-compose.yml, render.yaml, and fly.toml in one command
- kforge doctor — full environment diagnostics: Docker daemon, Buildx, QEMU, and active builder status
- kforge detect --json — structured JSON output for CI scripts and tooling integrations
- Framework detection now resolves exact runtime version from .nvmrc, pyproject.toml, .python-version, runtime.txt
- 5 progress display modes: spinner, bar, banner, dots, plain — configurable per build
- macOS DMG installer (.dmg) added alongside .tar.gz for GUI installation
- Release automation: GoReleaser + GitHub Actions macOS job now run in parallel, cutting release time in half
- macOS Gatekeeper quarantine xattr removal documented and included in all install guides
- CI workflow (ci.yml) now embeds commit SHA via ldflags and smoke-tests the docker-cli-plugin-metadata subcommand
- Release artifacts now include checksums.txt with SHA-256 for all 14 assets