Metadata-Version: 2.4
Name: xone-cli
Version: 0.1.0
Summary: Unified CLI entry point for X-One Agent Evidence Loop workflows.
Author: X-One-AI
License-Expression: MIT
Project-URL: Homepage, https://github.com/X-One-AI/xone-cli
Project-URL: Repository, https://github.com/X-One-AI/xone-cli
Project-URL: Issues, https://github.com/X-One-AI/xone-cli/issues
Keywords: ai,agents,devsecops,mcp,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: build>=1.2.2; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# xone-cli

Languages: English | [中文](./README.zh-CN.md)

`xone-cli` is the unified local entry point for X-One Agent Evidence Loop workflows.

It helps developers move from scattered tools to one clear path:

```text
collect PR evidence
-> decide handoff
-> create failure packet when needed
-> attach MCP risk context when useful
-> run safe-local training scenarios
```

## Install

```bash
python -m pip install xone-cli
xone --version
xone doctor
```

## First Run

```bash
xone doctor
xone runbook --base main --head HEAD --dry-run
```

`xone-cli` orchestrates these X-One tools:

- `agent-pr-evidence`
- `agent-failure-packet`
- `mcp-risk-index`
- `ai-incident-lab`

## Boundary

- It does not replace the underlying tools.
- It does not post GitHub comments.
- It does not modify repositories automatically.
- It does not make allow/deny runtime enforcement decisions.
- It does not make hidden network calls.

## Docs

- [Product Foundation](./docs/product-foundation.md)
- [Install](./docs/install.md)
- [Release](./docs/release.md)
- [Open-source Feedback Ledger](./docs/feedback/open-source-feedback-ledger.md)
