aiscope 0.1.1

DevTools for your AI coding tools' memory. See what Cursor, Claude Code, and Copilot actually remember about your project — and where they disagree.
# Contributing

Full guide:
[CONTRIBUTING.md](https://github.com/Jayanth-MKV/aiscope/blob/main/CONTRIBUTING.md).

## TL;DR

```bash
git clone https://github.com/Jayanth-MKV/aiscope
cd aiscope
cargo test
cargo clippy --all-targets -- -D warnings
cargo fmt --check
```

Then open a PR. See
[CONTRIBUTING.md](https://github.com/Jayanth-MKV/aiscope/blob/main/CONTRIBUTING.md)
for the full development loop, the test fixture layout, and the bar for
landing changes.

## Code of Conduct

This project follows the
[Contributor Covenant 2.1](https://github.com/Jayanth-MKV/aiscope/blob/main/CODE_OF_CONDUCT.md).

## Reporting security issues

See [SECURITY.md](https://github.com/Jayanth-MKV/aiscope/blob/main/SECURITY.md).
**Do not** open a public issue for security reports.