Metadata-Version: 2.4
Name: delimit
Version: 0.1.0
Summary: One workspace for every AI coding assistant. Governance, memory, and tasks across Claude Code, Codex, Cursor, and Gemini CLI.
Author-email: Delimit AI <hello@delimit.ai>
License: MIT
Project-URL: Homepage, https://delimit.ai
Project-URL: Documentation, https://delimit.ai/docs
Project-URL: Repository, https://github.com/delimit-ai/delimit
Project-URL: Bug Tracker, https://github.com/delimit-ai/delimit/issues
Project-URL: Changelog, https://github.com/delimit-ai/delimit/releases
Keywords: mcp,openapi,api-governance,breaking-changes,semver,claude-code,codex,cursor,gemini-cli,ai-governance,model-context-protocol,mcp-server,developer-tools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0
Requires-Dist: fastmcp>=2.0
Dynamic: license-file

# Delimit

**One workspace for every AI coding assistant.**

Governance, memory, and tasks that carry between Claude Code, Codex, Cursor, and Gemini CLI. Switch models, not context.

## Install

```bash
pip install delimit
```

Then set up your AI assistants:

```bash
npx delimit-cli setup
```

## What You Get

- **115 MCP tools** — governance, security, deploy, memory, secrets, tracing
- **API breaking change detection** — 27 types (17 breaking, 10 non-breaking)
- **Persistent ledger** — tasks survive across sessions and models
- **Multi-model deliberation** — AI models debate until consensus
- **Autonomous daemon** — processes ledger items without human prompting
- **Enterprise dashboard** — app.delimit.ai

## Quick Start

```python
from delimit import __version__
print(f"Delimit v{__version__}")
```

Run the MCP server:

```bash
python -m delimit.server
```

## Links

- Website: https://delimit.ai
- Docs: https://delimit.ai/docs
- Playground: https://delimit.ai/playground
- GitHub: https://github.com/delimit-ai/delimit
- npm: https://www.npmjs.com/package/delimit-cli
- Dashboard: https://app.delimit.ai

## License

MIT
