Files
cam/CHANGELOG.md
T
mk ae61eb9c9d Add USAGE.md with step-by-step workflow for workstation handoff.
Link from README; document export/import cycle and troubleshooting.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-10 11:09:17 +03:00

1.1 KiB

Changelog

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

The format is based on Keep a Changelog.

[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