2 Commits

Author SHA1 Message Date
Alejandro Gutiérrez
b4703a482d feat(cli): bump to alpha.30 + channel message polish
Some checks failed
CI / Lint (push) Has been cancelled
CI / Typecheck (push) Has been cancelled
CI / Broker tests (Postgres) (push) Has been cancelled
CI / Docker build (linux/amd64) (push) Has been cancelled
Channel messages now render as '<sender>: <body>' with priority
+ broadcast badges in Claude Code's <channel> reminders, so the inbox
reads as a chat thread rather than bare lines.

[URGENT] alice: deploy is blocking release
bob (broadcast): team sync 15min
charlie: pr #42 lgtm

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 02:54:53 +01:00
Alejandro Gutiérrez
29f546abcf fix(ci): skip smoke tests for cross-compiled binaries
macos-latest = ARM64, ubuntu-latest = x64. Only darwin-arm64 and
linux-x64 binaries can execute on their build host; the others are
cross-compiled and will Exec format error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 02:51:25 +01:00
2 changed files with 6 additions and 3 deletions

View File

@@ -57,8 +57,11 @@ jobs:
src/entrypoints/cli.ts \
--outfile dist/bin/claudemesh-${{ matrix.target }}${{ matrix.ext }}
- name: Smoke test (non-Windows)
if: matrix.target != 'windows-x64'
# Smoke test only on native arch. macos-latest runners are ARM64 (Apple
# Silicon); ubuntu-latest is x64. Cross-compiled binaries can't execute
# on the build host, so skip them.
- name: Smoke test (native only)
if: matrix.target == 'darwin-arm64' || matrix.target == 'linux-x64'
working-directory: apps/cli-v2
run: |
./dist/bin/claudemesh-${{ matrix.target }} --version

View File

@@ -1,6 +1,6 @@
{
"name": "claudemesh-cli-v2",
"version": "1.0.0-alpha.29",
"version": "1.0.0-alpha.30",
"description": "Peer mesh for Claude Code sessions — CLI + MCP server.",
"keywords": [
"claude-code",