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:
+15
@@ -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/
|
||||
Reference in New Issue
Block a user