Metadata-Version: 2.4
Name: anvil-state
Version: 0.1.1
Summary: Local-first project state engine: turn rough ideas and PRDs into reviewed, lockable, evidence-backed work packets that humans and AI agents can coordinate on without conflicts.
Author: Sekou Doumbouya
License: MIT
Keywords: agent-coordination,claims,evidence-based,llm-work-packets,local-first,mcp,project-state,runtime-neutral,sqlite,terraform-for-work
Requires-Python: >=3.11
Requires-Dist: anthropic>=0.30
Requires-Dist: cryptography>=42
Requires-Dist: fastmcp
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6.0
Requires-Dist: typer>=0.12
Provides-Extra: all-providers
Requires-Dist: anthropic[bedrock]>=0.30; extra == 'all-providers'
Requires-Dist: openai>=1.0; extra == 'all-providers'
Provides-Extra: bedrock
Requires-Dist: anthropic[bedrock]>=0.30; extra == 'bedrock'
Provides-Extra: custom
Requires-Dist: openai>=1.0; extra == 'custom'
Provides-Extra: s3
Requires-Dist: boto3>=1.26; extra == 's3'
Description-Content-Type: text/markdown

# anvil-state

Local-first project state engine: turn rough ideas and PRDs into reviewed,
lockable, evidence-backed work packets that humans and AI coding agents can
coordinate on without conflicts.

`anvil-state` installs the `anvil` CLI and the `anvil-mcp` MCP server.

```bash
uv tool install anvil-state      # or: pipx install anvil-state
anvil --help
anvil install <harness>          # wire anvil into Codex, Cursor, VS Code, ...
```

The MCP server (`anvil-mcp`) exposes anvil's tool surface to any MCP-capable
harness. `anvil install <harness>` writes the MCP config and instruction file for
a target harness (idempotent, backed up, reversible with `--rollback`).

Full documentation, the cross-harness install guide, and the Claude Code plugin
live in the repository: https://github.com/fakoli/anvil
