# Changelog All notable changes to **CAM (Cursor Agents Manager)** are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] ### Added - `USAGE.md` — step-by-step workflow (setup, export, import, daily sync between workstations) ## [0.0.1] - 2026-07-10 ### Status Initial release. **In development.** ### Added - CLI `cam.py` with subcommands: `export`, `import`, `list`, `paths` - Export Cursor `agent-transcripts` to a project archive: - `raw/` — original `.jsonl` files - `markdown/` — readable session exports - `manifest.json` — machine-readable registry - `INDEX.md` — session index with links - Import archived `raw/` transcripts back into Cursor `agent-transcripts` folder - YAML workstation configuration (`config/config.example.yml`, OS-specific examples) - Auto-detection of Cursor transcripts path from project root - `export.index_language`: `en` or `ru` for generated Markdown - `import.overwrite_existing` safety flag (default: `false`) - `--dry-run` for import [0.0.1]: https://git.p7net.ru/tools/cam/-/tags/v0.0.1