agentmem 0.1.1

Local-first memory engine for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Contributing

Please prioritize:

1. docs
2. tests
3. implementation
4. optimization

## Standards

- rustfmt clean
- clippy clean
- tests pass
- no unnecessary unsafe
- docs updated with behavior changes