Metadata-Version: 2.4
Name: kansei
Version: 0.1.0
Summary: Private local control plane for AI-assisted research operations
Author: Kansei contributors
License: MIT
Requires-Python: >=3.11
Requires-Dist: jinja2>=3.1
Requires-Dist: jsonschema>=4.0
Requires-Dist: mcp[cli]>=1.0
Requires-Dist: pydantic>=2.0
Requires-Dist: rich>=13.0
Requires-Dist: tomli-w>=1.0
Requires-Dist: tomlkit>=0.13
Requires-Dist: typer>=0.12
Requires-Dist: tzdata>=2025.2; platform_system == 'Windows'
Provides-Extra: dev
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Description-Content-Type: text/markdown

# Kansei

Kansei is a private local control plane for AI-assisted research operations. It
keeps project registries, provider configuration, dashboards, knowledge, and MCP
access in one local instance while leaving each target project in its own
repository or remote environment.

```powershell
uv run kansei init .tmp/kansei-demo --git --with-codex --with-mcp
uv run kansei version
```

The CLI is the source of truth for local state changes. MCP tools and Codex
instructions are an interface over that state, with read and plan operations kept
separate from apply operations.
