@balexda/march
v0.1.1
Published
CLI for the March agentic-development workflow: snapshot a worktree, dispatch a sandboxed spawn, and deploy the March skills for Claude Code.
Downloads
259
Readme
March CLI
CLI for the March agentic-development workflow. March deploys a small set of Claude Code skills, then takes a worktree of your repo, snapshots it into a Docker image, and dispatches a sandboxed spawn for an agent to work inside.
Installation
You can run March directly via npx (recommended):
npx @balexda/march initOr install it globally:
npm install -g @balexda/march
march initRequires Node 20 or 22. march spawn dispatch additionally requires git and docker on PATH. march legate init requires git, agent-deck, and Python 3.9+ for agent-deck's conductor bridge.
Supported AI Assistants
- Claude:
march initdeploys placeholder skill files into~/.claude/commands/and~/.claude/prompts/for use within your Claude Code workflows.
Commands
| Command | Purpose |
| :--- | :--- |
| march init | Initialize the March environment (manifest at ~/.march/march-manifest.json + Claude skills under ~/.claude/). |
| march update | Update an existing March installation; prompts on downgrade unless --yes. |
| march spawn dispatch | Create a worktree, snapshot it as a Docker build context, build march-spawn-<id>, and record the spawn. |
| march legate init | Set up a per-repo mini-legate conductor (Smithy plan→PR→fix loop) on top of agent-deck. |
| march version | Print the installed CLI version. |
| march help [command] | Show help for a command. |
See CONTRIBUTING.md for development setup, testing strategy, and pre-release checklist.
