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:
@@ -0,0 +1,20 @@
|
||||
# Windows workstation example for CAM
|
||||
# Copy: cp config/workstations/windows.example.yml config/workstations/local.yml
|
||||
|
||||
workstation:
|
||||
id: "windows-dev"
|
||||
label: "Windows development machine"
|
||||
|
||||
project:
|
||||
root: "D:/projects/your-project"
|
||||
name: "your-project"
|
||||
|
||||
cursor:
|
||||
# home: "%USERPROFILE%/.cursor"
|
||||
|
||||
export:
|
||||
output_dir: "docs/cursor_agents"
|
||||
index_language: "en"
|
||||
|
||||
import:
|
||||
overwrite_existing: false
|
||||
Reference in New Issue
Block a user