2be7da127c
Export/import Cursor agent transcripts between workstations. YAML per-workstation config, Markdown archive, MIT license. Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
395 B
YAML
21 lines
395 B
YAML
# macOS workstation example for CAM
|
|
# Copy: cp config/workstations/macos.example.yml config/workstations/local.yml
|
|
|
|
workstation:
|
|
id: "macos-dev"
|
|
label: "macOS development machine"
|
|
|
|
project:
|
|
root: "/Users/you/projects/your-project"
|
|
name: "your-project"
|
|
|
|
cursor:
|
|
# home: "~/.cursor"
|
|
|
|
export:
|
|
output_dir: "docs/cursor_agents"
|
|
index_language: "en"
|
|
|
|
import:
|
|
overwrite_existing: false
|