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.
1
2
3
4
5
6
//! Output renderers: TUI (default), text, JSON, PNG card.

pub mod card;
pub mod json;
pub mod text;
pub mod tui;