Metadata-Version: 2.4
Name: cofound
Version: 0.1.0
Summary: An AI cofounder in your terminal — leads, plans, and writes to a local canvas. Built on Claude.
Project-URL: Homepage, https://github.com/imoukhs/cofound
Project-URL: Repository, https://github.com/imoukhs/cofound
Project-URL: Issues, https://github.com/imoukhs/cofound/issues
Author: Cofound
License: MIT
License-File: LICENSE
Keywords: agent,ai,claude,cofounder,textual,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Requires-Python: >=3.12
Requires-Dist: claude-agent-sdk>=0.1.0
Requires-Dist: pydantic>=2.7
Requires-Dist: textual>=0.80
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# Cofound

> An AI cofounder in your terminal. It leads the conversation, plans strategically,
> and writes everything to a local file-based canvas. Built on Claude.

Runs on **your own Claude subscription login** — no API key required.

> ⚠️ Work in progress. This README is a placeholder; the full setup guide,
> prerequisites, and credit notes are written in STEP 6.

## Prerequisites (short version)

1. Install **Claude Code** and run `claude` once to log in to your Pro/Max
   (or Team/Enterprise) plan.
2. Install [`uv`](https://docs.astral.sh/uv/).

## Quick start

```bash
uv sync
uv run python smoke_test.py   # one cheap call to confirm auth + streaming
cofound doctor                # no-cost environment check
```
