v0.1.2
Distribution-channel additions. No changes to the CLI surface; the binaries themselves are bit-identical to v0.1.1 (modulo the embedded version string).
Added
- Per-platform archives alongside the individual binaries on each GitHub Release:
podium-<os>-<arch>.tar.gz(Linux + macOS) andpodium-windows-amd64.zip, each containingpodium,podium-server, andpodium-mcpwith their canonical un-suffixed names. The individual binaries are still attached; the archives are additive for package-manager consumers. - Homebrew tap and Scoop bucket update job in
release.yml. On each tag push, the workflow patchesFormula/podium.rbinlennylabs/homebrew-tapandbucket/podium.jsoninlennylabs/scoop-bucketsobrew install podium/scoop install podiumtrack the latest release. Both auxiliary repos are org-wide — one repo per package manager, one file per Lenny Labs project. TAP_BUCKET_TOKENrepo secret requirement, documented in OPERATIONS.md.