Metadata-Version: 2.4
Name: memvine
Version: 0.0.1
Summary: Git-native memory for coding agents. What your agent learns lives in your repo, travels with the clone, and expires when the code changes. Coming soon.
Project-URL: Homepage, https://memvine.dev
Project-URL: Repository, https://github.com/memvine/memvine
Author-email: Vishal <sfo.vishal@gmail.com>
License: MIT
Keywords: agents,ai,claude-code,context,copilot,cursor,git,mcp,memory
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# memvine

**Git-native memory for coding agents.** What your agent learns lives in
your repo, travels with the clone, and expires when the code changes.

- Memory as reviewable markdown files in `.memvine/` — provenance included
- `git push` is the sync: no cloud, no account, no subscription
- Memories record the commit they were learned at, and go stale when the
  code they describe changes
- MCP server for Claude Code, Cursor, Copilot, and friends

**Status: in development.** This is a placeholder release reserving the
package name. Follow progress at https://github.com/memvine/memvine

MIT licensed.
