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
+15
View File
@@ -0,0 +1,15 @@
# Local workstation configs (copy from *.example.yml)
config/workstations/*.yml
!config/workstations/*.example.yml
# Optional local override
config/config.yml
__pycache__/
*.py[cod]
.Python
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/