mx 0.1.200

A Swiss army knife for Claude Code and multi-agent toolkits
1
2
3
4
5
6
7
8
9
10
11
.PHONY: build test deploy

build:
	cargo build --release

test:
	cargo test

deploy: build
	cp target/release/mx /tmp/mx-deploy-staging
	sudo /home/gabaum10/.soren/bin/deploy-mx