Initial release v0.0.1 — Cursor Agents Manager.
Export/import Cursor agent transcripts between workstations. YAML per-workstation config, Markdown archive, MIT license. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# 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/).
|
||||
|
||||
## [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
|
||||
Reference in New Issue
Block a user