Metadata-Version: 2.4
Name: commandem
Version: 0.0.1
Summary: Commandem is a Go binary. This package reserves the name and points at the real installer (go install github.com/Scarcrux/commandem/cmd/commandem@latest).
Project-URL: Homepage, https://github.com/Scarcrux/commandem
Project-URL: Issues, https://github.com/Scarcrux/commandem/issues
Author: Scarcrux
License: MIT
Keywords: cli,coding-agents,command-center,commandem
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Go
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# commandem

**Commandem** is a local-first command center for coordinating coding agents
across many projects. It ships as a single **Go binary**, not a Python package.

This PyPI entry reserves the `commandem` name and points you at the real tool.

## Install

```bash
go install github.com/Scarcrux/commandem/cmd/commandem@latest
commandem status
```

See <https://github.com/Scarcrux/commandem> for the full command surface, the
macOS menu-bar app, and docs.

> `pip install commandem` currently installs only this pointer. A future
> release may become a thin installer that fetches the right prebuilt binary
> for your platform.
