Files
cam/CHANGELOG.md
T
mk 2be7da127c 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>
2026-07-10 10:50:51 +03:00

1003 B

Changelog

All notable changes to CAM (Cursor Agents Manager) are documented in this file.

The format is based on Keep a Changelog.

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