Files
cam/__version__.py
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

5 lines
96 B
Python

"""CAM (Cursor Agents Manager) version."""
__version__ = "0.0.1"
__status__ = "in development"