# CAM configuration example # Version: 0.0.1 # # Copy to config/workstations/.yml or config/workstations/local.yml # Do not commit workstation-specific files with real paths to the public CAM repo. workstation: # Short identifier for manifest metadata (no secrets) id: "example" label: "Example workstation" project: # Absolute path to the project root opened in Cursor root: "/path/to/your/project" name: "your-project" cursor: # Optional override for ~/.cursor (default: user home) # home: "~/.cursor" # Optional explicit transcripts path; if omitted, derived from project.root: # transcripts_dir: "~/.cursor/projects//agent-transcripts" export: # Relative to project.root unless absolute output_dir: "docs/cursor_agents" # INDEX.md language: en | ru index_language: "en" import: # When false, existing Cursor transcript files are not overwritten overwrite_existing: false