Files
mk 2be7da127c 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>
2026-07-10 10:50:51 +03:00

21 lines
394 B
YAML

# Linux workstation example for CAM
# Copy: cp config/workstations/linux.example.yml config/workstations/local.yml
workstation:
id: "linux-dev"
label: "Linux development machine"
project:
root: "/home/you/projects/your-project"
name: "your-project"
cursor:
# home: "~/.cursor"
export:
output_dir: "docs/cursor_agents"
index_language: "en"
import:
overwrite_existing: false