Metadata-Version: 2.4
Name: commensa
Version: 0.1.0rc2
Summary: Verified installer and stable command router for Commensa
Author: Commensa LLC
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://commensa.ai/
Project-URL: Documentation, https://commensa.ai/docs
Project-URL: Installation, https://commensa.ai/install
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Commensa bootstrap

This small public package installs verified Commensa releases and keeps one
stable `commensa` command in front of them. It does not contain the private
Report, Cockpit, Project X-Ray, commensa me tracking, or Commensa Manager
runtimes.

Install the free Core:

```bash
pipx install commensa
commensa install core
```

After purchasing an entitled product on `commensa.ai`, install the matching
capability. Commensa privately asks first for the secure access link in the
delivery email, then for the activation key. Neither belongs in a shell command.

```bash
commensa install report
commensa install cockpit
commensa install xray
commensa install me
```

For example, a new Report customer can use one shell line:

```bash
pipx install commensa && commensa install report
```

Approved Manager beta operators can install Manager into selected AI
interfaces:

```bash
commensa install manager --interface codex --interface claude-code
```

Normal product commands continue through the verified local runtime:

```bash
commensa capabilities --json
commensa privacy --json
commensa doctor --json
```

## Current platform boundary

The release candidate supports the same command-line installation flow on
macOS, Linux, and native Windows 11. On Windows, `pipx` supplies the isolated
Python runtime and Commensa creates managed `.cmd` launchers; PowerShell or
Command Prompt can run the same `commensa install ...` commands. WSL remains a
separate Linux route.

The Windows route has automated contract coverage but still requires its first
acceptance pass on a physical Windows 11 x64 host before it can be described as
host-verified. It is not the separately signed Windows desktop installer.

Signed native installers remain the intended nontechnical customer route. This
package is the interim cross-platform command-line route.
