# Annotai v0.1.0 - Table of Contents

> A dev-only Phoenix/LiveView annotation widget that feeds in-browser UI feedback to AI coding agents over an in-process MCP server.

## Pages

- [README](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Annotai](Annotai.md): Dev-only Plug. Mount it in your endpoint, guarded so it never reaches prod
- [Annotai.Annotation](Annotai.Annotation.md): The canonical representation of a developer annotation.
- [Annotai.MCP](Annotai.MCP.md): Minimal MCP (JSON-RPC 2.0) handler that exposes annotations to an AI agent.
- [Annotai.Persistence](Annotai.Persistence.md): Optional durability for the annotation `Annotai.Store`.
- [Annotai.Persistence.Adapter](Annotai.Persistence.Adapter.md): Behaviour for annotation persistence backends.
- [Annotai.Persistence.Adapter.File](Annotai.Persistence.Adapter.File.md): Default persistence adapter: an ETF snapshot of the whole annotation set.
- [Annotai.Persistence.Retention](Annotai.Persistence.Retention.md): Pure retention policy: decide which annotations have aged out.
- [Annotai.Store](Annotai.Store.md): Ephemeral in-memory annotation store.

