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:
19 changed files with 1167 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
"""CAM (Cursor Agents Manager) version."""
__version__ = "0.0.1"
__status__ = "in development"